Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit dec2472

Browse files
author
Aaron Imming
committed
Add shadow to flyout SVG
1 parent 30efbdc commit dec2472

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/assets/sass/scratch/_flyout.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
.blocklyFlyout {
2+
filter: drop-shadow(0 10px 5px #999);
3+
}
4+
15
.blocklyFlyoutBackground {
26
height: calc(100% - 60px) !important;
37
fill: #fff !important;
48
fill-opacity: 0.95 !important;
5-
stroke: #ebebeb;
6-
stroke-width: 5px;
7-
}
9+
}
10+

0 commit comments

Comments
 (0)