Initial commit

This commit is contained in:
2025-04-20 13:02:58 +02:00
commit 4269d6b0bc
40 changed files with 1381 additions and 0 deletions

29
ags/styles/style.scss Normal file
View File

@ -0,0 +1,29 @@
@use 'variables' as *;
@use 'colors' as *;
@use 'mixins';
@use 'classes';
@use 'components';
* {
font-family: $font-family;
}
separator {
background: $color0;
}
popover>contents, calendar {
background: $color5;
}
button, button:hover {
background: transparent;
}
popover modelbutton {
&:hover, &:focus { background: $color6; }
}
image {
padding: 0 0.25rem;
}