ags/styles/style.scss

22 lines
279 B
SCSS
Raw Normal View History

2025-02-13 21:58:31 +01:00
@use 'variables' as *;
@use 'colors' as *;
2025-02-06 12:05:55 +01:00
@use 'mixins';
@use 'classes';
@use 'components';
* {
font-family: $font-family;
}
2025-02-15 17:59:27 +01:00
popover>contents, calendar {
background: $onPrimaryContainer;
}
button:hover {
background: $primary;
}
2025-02-06 12:05:55 +01:00
image {
padding: 0 0.25rem;
2025-02-13 21:58:31 +01:00
}