mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-24 20:34:55 +00:00
Updating naming of alert variables
This commit is contained in:
parent
e4c59ba7f0
commit
0e23bfffb6
12 changed files with 147 additions and 109 deletions
|
@ -5,12 +5,20 @@ $fg: #E8E3E3;
|
|||
$fg-alt: #151515;
|
||||
|
||||
$red: #B66467;
|
||||
$orange: #FF7700;
|
||||
$orange: #D8A657;
|
||||
$yellow: #D9BC8C;
|
||||
$green: #8C977D;
|
||||
$blue: #8DA3B9;
|
||||
$purple: #A988B0;
|
||||
|
||||
$black: #121212;
|
||||
$white: #E8E3E3;
|
||||
|
||||
$page-accent: #8C977D;
|
||||
$warning: $red;
|
||||
$alert: $orange;
|
||||
$success: $green;
|
||||
$neutral: $black;
|
||||
|
||||
$shadow: 6px 6px 2px #15151566;
|
||||
$rad: 0.4rem;
|
||||
|
@ -38,13 +46,21 @@ sans-serif;
|
|||
|
||||
--red: #{$red};
|
||||
--orange: #{$orange};
|
||||
--yellow: #{$yellow};
|
||||
--green: #{$green};
|
||||
--blue: #{$blue};
|
||||
--purple: #{$purple};
|
||||
|
||||
--black: #{$black};
|
||||
--white: #{$white};
|
||||
|
||||
--accent: #{$page-accent};
|
||||
--warning: #{$warning};
|
||||
--alert: #{$alert};
|
||||
--success: #{$success};
|
||||
--neutral: #{$neutral};
|
||||
|
||||
--shadow: #{$shadow};
|
||||
|
||||
--rad: #{$rad};
|
||||
--border: #{$border};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue