feat: migrate to Stylix
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
@use '../../../theme_colors.scss' as *;
|
||||
|
||||
@use 'variables' as *;
|
||||
@use 'colors' as *;
|
||||
@use 'mixins';
|
||||
@use 'classes';
|
||||
@use 'components';
|
||||
@ -9,11 +10,11 @@
|
||||
}
|
||||
|
||||
separator {
|
||||
background: $color0;
|
||||
background: $base00;
|
||||
}
|
||||
|
||||
popover>contents, calendar {
|
||||
background: $color5;
|
||||
background: $base0B;
|
||||
}
|
||||
|
||||
button, button:hover {
|
||||
@ -21,7 +22,7 @@ button, button:hover {
|
||||
}
|
||||
|
||||
popover modelbutton {
|
||||
&:hover, &:focus { background: $color6; }
|
||||
&:hover, &:focus { background: $base0C; }
|
||||
}
|
||||
|
||||
image {
|
||||
|
Reference in New Issue
Block a user