Skip to content

Commit

Permalink
Step 11.9: Added styles for the popover container
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Mar 23, 2017
1 parent 825a04d commit 3f80f14
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/app/app.scss
Expand Up @@ -27,3 +27,15 @@ $options-popover-margin: 5px;
left: calc(100% - #{$options-popover-width} - #{$options-popover-margin}) !important;
top: $options-popover-margin !important;
}

// Attachments Popover Component
// --------------------------------------------------

$attachments-popover-width: 100%;

.attachments-popover .popover-content {
width: $attachments-popover-width;
transform-origin: 300px 30px !important;
left: calc(100% - #{$attachments-popover-width}) !important;
top: 58px !important;
}

0 comments on commit 3f80f14

Please sign in to comment.