mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 14:23:11 +00:00
Added notification stacking, fixed shadows
This commit is contained in:
parent
b4e388ebcb
commit
80bac9926f
4 changed files with 53 additions and 24 deletions
|
@ -12,7 +12,7 @@ $white: #E8E3E3;
|
|||
|
||||
$page-accent: #8C977D;
|
||||
|
||||
$shadow: 6px 6px 2px #15151588;
|
||||
$shadow: 6px 6px 2px #15151566;
|
||||
$rad: 0.25rem;
|
||||
|
||||
$weight-bold: 621;
|
||||
|
@ -41,5 +41,7 @@ sans-serif;
|
|||
|
||||
--accent: #{$page-accent};
|
||||
|
||||
--shadow: #{$shadow};
|
||||
|
||||
--rad: #{$rad};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue