Skip to content

Commit

Permalink
Step 5.33: Add options-popover stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Dec 17, 2016
1 parent c32c95a commit 3d40b2e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/styles/options-popover.scss
@@ -0,0 +1,11 @@
.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 3d40b2e

Please sign in to comment.