Create SCSS shadow mixin
this is used a bunch of places in the UI, going to work this in over timepull/3529/head
parent
89f84c1ace
commit
db3f3cb5e3
|
@ -174,7 +174,7 @@
|
|||
min-width: 350px;
|
||||
user-select: text;
|
||||
transform: translateX(-50%);
|
||||
box-shadow: 0 0 10px 2px $g2-kevlar;
|
||||
@extend %drop-shadow;
|
||||
|
||||
&.hidden {
|
||||
display: none !important;
|
||||
|
|
|
@ -125,3 +125,8 @@ $scrollbar-offset: 3px;
|
|||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
// Shadows
|
||||
%drop-shadow {
|
||||
box-shadow: 0 0 10px 2px $g2-kevlar;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue