Navigation Menu

Skip to content

Commit

Permalink
Step 5.37: Add options-popover style to chats stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 24, 2016
1 parent b409a6b commit c0efcd9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/chats/chats.scss
Expand Up @@ -18,3 +18,15 @@
}
}
}

.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 c0efcd9

Please sign in to comment.