File tree 2 files changed +26
-0
lines changed
apps/frontend/src/assets/css
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
@import url ("./scaffolding.css" );
2
2
@import url ("./media.css" );
3
+ @import url ("./variables.css" );
Original file line number Diff line number Diff line change
1
+ : root {
2
+ /* Background Colors */
3
+ --color-background-primary : # 121415 ;
4
+ --color-background-secondary : # 1d1e21 ;
5
+ --color-background-hover : # ffffff0f ;
6
+ --color-border-secondary : # 303030 ;
7
+ --color-border-primary : # 3e424d ;
8
+ --color-overlay : # 000000cc ;
9
+
10
+ /* Typography Colors */
11
+ --color-text-primary : # ffffff ;
12
+ --color-text-secondary : # 7e8082 ;
13
+
14
+ /* Brand Colors */
15
+ --color-brand-primary : # 8860fa ;
16
+ --color-brand-primary-hover : # 7747ff ;
17
+
18
+ /* State Colors */
19
+ --color-success : # 0d9c00 ;
20
+ --color-warning : # d3bf06 ;
21
+ --color-danger : # ca4925 ;
22
+
23
+ /* Shadow */
24
+ --box-shadow : 0px 0px 25px 0px # 00000080 ;
25
+ }
You can’t perform that action at this time.
0 commit comments