Initial commit
This commit is contained in:
29
ags/styles/style.scss
Normal file
29
ags/styles/style.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user