Refactor: Extract colors
This commit is contained in:
parent
331c9e42ec
commit
94de96273f
@ -134,7 +134,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&[data-type='error'] {
|
&[data-type='error'] {
|
||||||
--toast-color: #e04343;
|
--toast-color: var(--red);
|
||||||
}
|
}
|
||||||
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|||||||
@ -15,6 +15,11 @@
|
|||||||
|
|
||||||
--gray: #21212c;
|
--gray: #21212c;
|
||||||
--gray-dim: #151520;
|
--gray-dim: #151520;
|
||||||
|
|
||||||
|
--red: #e04343;
|
||||||
|
--red-transparent: #e0434320;
|
||||||
|
--yellow: #f5ca54;
|
||||||
|
--yellow-transparent: #f5ca5420;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user