You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
680 B
24 lines
680 B
2 years ago
|
@import 'reset';
|
||
|
@import "variables/theme";
|
||
|
@import "variables/colors";
|
||
|
@import "computed/colors-list";
|
||
|
@import "computed/buttons";
|
||
|
@import "paddings";
|
||
|
@import "forms/form-field";
|
||
|
@import "forms/form-checkbox";
|
||
|
@import "forms/form-radio";
|
||
|
@import "grid";
|
||
|
@import "panel";
|
||
|
@import "typography";
|
||
|
|
||
|
body {
|
||
|
font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
|
||
|
textarea,
|
||
|
select,
|
||
|
input {
|
||
|
font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||
|
font-size: 15px;
|
||
|
}
|