Skip to content

Commit

Permalink
Step 7.38: Added chat options popover stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent e41fb6c commit da83547
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/app/app.scss
Expand Up @@ -14,3 +14,16 @@
// To declare rules for a specific mode, create a child rule
// for the .md, .ios, or .wp mode classes. The mode class is
// automatically applied to the <body> element in the app.

// 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 da83547

Please sign in to comment.