refactor: css variables for colors and shadows
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
.container {
|
||||
flex-wrap: nowrap;
|
||||
border-bottom: solid blue 3px;
|
||||
border-bottom: solid dodgerblue 3px;
|
||||
margin-bottom: 3px;
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
.container {
|
||||
@mixin light {
|
||||
background-color: #e0f0f4;
|
||||
background-color: var(--color-light-aqua);
|
||||
}
|
||||
@mixin dark {
|
||||
background-color: var(--mantine-color-dark-7);
|
||||
|
||||
@ -9,5 +9,5 @@
|
||||
}
|
||||
|
||||
.header {
|
||||
border-bottom: solid blue 3px;
|
||||
border-bottom: solid dodgerblue 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user