refactoring css
This commit is contained in:
@@ -7,16 +7,27 @@
|
||||
--red: #FF5E51;
|
||||
--yellow: #FFC107;
|
||||
--green: #43F8C0;
|
||||
--light-grey: #5C5C5E;
|
||||
--black: rgba(0, 0, 0, 0.8);
|
||||
--white: #fff;
|
||||
--low-white: rgb(255, 255, 255, 0.1);
|
||||
--semi-black: rgba(0, 0, 0, 0.5);
|
||||
--line-black: rgba(0, 0, 0, 0.2);
|
||||
--line: #5C5C5E;
|
||||
--input-primary: rgba(0, 0, 0, 0.8);
|
||||
--input-secondary: rgb(45, 45, 48);
|
||||
--input-selected: rgb(255, 255, 255, 0.1);
|
||||
--dropdown-content: rgb(45, 45, 48);
|
||||
|
||||
--small-radius: 4px;
|
||||
--big-radius: 10px;
|
||||
--radius: 6px;
|
||||
|
||||
--drop-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
|
||||
|
||||
--index-background: -100;
|
||||
--index-orb: -1;
|
||||
--index-content: 0;
|
||||
--index-layout: 100;
|
||||
--index-component: 300;
|
||||
--index-floating: 500;
|
||||
--index-dropdown: 700;
|
||||
--index-backdrop: 900;
|
||||
--index-popup: 1000;
|
||||
}
|
||||
|
||||
html {
|
||||
|
||||
Reference in New Issue
Block a user