Skip to content

Commit

Permalink
Step 5.32: Add options-popover style to chats stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent 9cce92f commit 50cb19b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions client/imports/pages/chats/chats.component.scss
Expand Up @@ -17,4 +17,16 @@
color: #9A9898;
}
}
}

.options-popover {
$popover-width: 200px;
$popover-margin: 5px;

.popover-content {
width: $popover-width;
transform-origin: right top 0px !important;
left: calc(100% - #{$popover-width} - #{$popover-margin}) !important;
top: $popover-margin !important;
}
}

0 comments on commit 50cb19b

Please sign in to comment.