Re-organized style directory

This commit is contained in:
Sasha Koshka 2024-08-12 17:10:43 -04:00
parent 16584abb42
commit ecfb90957a
5 changed files with 4 additions and 1 deletions

View File

@ -36,7 +36,6 @@ $BorderOuterShadow = #a4afc0 / 0 1 1 0;
TextColor: $ColorForeground; TextColor: $ColorForeground;
DotColor: $ColorDot; DotColor: $ColorDot;
Gap: 8; Gap: 8;
Face: "DMMono-Regular.ttf" 11;
} }
*.Button { *.Button {
@ -150,6 +149,10 @@ $BorderOuterShadow = #a4afc0 / 0 1 1 0;
Padding: 0; Padding: 0;
} }
*.Checkbox[checked] {
// TODO
}
*.MenuItem { *.MenuItem {
Padding: 4; Padding: 4;
Gap: 4; Gap: 4;