Skip to content

Commit

Permalink
Step 7.37: Added chat options popover stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 13, 2017
1 parent 9f585af commit 1e5120c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion client/imports/app/app.scss
Expand Up @@ -3,4 +3,18 @@
// Put style rules here that you want to apply globally. These
// styles are for the entire app and not just one component.
// Additionally, this file can be also used as an entry point
// to import other Sass files to be included in the output CSS.
// to import other Sass files to be included in the output CSS.


// Options Popover Component
// --------------------------------------------------

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

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

0 comments on commit 1e5120c

Please sign in to comment.