Skip to content

Commit 7f3694f

Browse files
dotansimhadarkbasic
authored andcommitted
Step 12.9: Added styles for the popover container
1 parent 8c55e1f commit 7f3694f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/app/app.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@ $options-popover-margin: 5px;
2727
left: calc(100% - #{$options-popover-width} - #{$options-popover-margin}) !important;
2828
top: $options-popover-margin !important;
2929
}
30+
31+
// Attachments Popover Component
32+
// --------------------------------------------------
33+
34+
$attachments-popover-width: 100%;
35+
36+
.attachments-popover .popover-content {
37+
width: $attachments-popover-width;
38+
transform-origin: 300px 30px !important;
39+
left: calc(100% - #{$attachments-popover-width}) !important;
40+
top: 58px !important;
41+
}

0 commit comments

Comments
 (0)