scss: make notifpopup shadow default
This commit is contained in:
parent
b3ed94a1bb
commit
a6a6ef8a94
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ $scale: 0.068rem;
|
|||
border: s($width) $style color.change($colour, $alpha: $alpha);
|
||||
}
|
||||
|
||||
@mixin shadow($colour: black, $alpha: 0.4, $x: 2, $y: 3, $blur: 8, $spread: 0) {
|
||||
@mixin shadow($colour: black, $alpha: 0.64, $x: 0, $y: 0, $blur: 3, $spread: 0) {
|
||||
box-shadow: s($x) s($y) s($blur) s($spread) color.change($colour, $alpha: $alpha);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
.inner {
|
||||
@include lib.rounded(8);
|
||||
@include lib.shadow(black, 0.64, 0, 0, 3);
|
||||
@include lib.shadow;
|
||||
|
||||
&.low {
|
||||
@include popup(scheme.$overlay0, 0.3);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue