feat: migrate to Stylix

This commit is contained in:
2025-05-02 22:05:06 +02:00
parent 97130dbe27
commit 7de7d38e61
11 changed files with 58 additions and 132 deletions

View File

@ -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 {