naive-ui/styles/base.scss

20 lines
345 B
SCSS
Raw Normal View History

2019-06-18 14:53:24 +08:00
@import './fonts/Lato.scss';
@import './theme/default.scss';
@import './Detachable.scss';
2019-05-29 17:49:01 +08:00
body {
margin: 0;
2019-06-14 17:39:56 +08:00
font-family: $default-font-family;
2019-06-06 16:44:10 +08:00
min-width: 1280px;
background: $body-background-color;
color: $primary-text-color;
}
a {
color: $primary-text-color;
}
input {
font-family: $default-font-family;
font-size: inherit;
}