2019-06-18 14:53:24 +08:00
|
|
|
@import './fonts/Lato.scss';
|
2019-06-13 14:53:30 +08:00
|
|
|
@import './theme/default.scss';
|
2019-07-21 23:58:01 +08:00
|
|
|
@import './Detachable.scss';
|
2019-05-29 17:49:01 +08:00
|
|
|
|
2019-05-24 20:09:35 +08:00
|
|
|
body {
|
2019-06-03 13:47:12 +08:00
|
|
|
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;
|
2019-06-13 14:53:30 +08:00
|
|
|
background: $body-background-color;
|
|
|
|
color: $primary-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $primary-text-color;
|
2019-07-03 17:52:13 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
font-family: $default-font-family;
|
|
|
|
font-size: inherit;
|
2019-05-24 20:09:35 +08:00
|
|
|
}
|