mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-07 13:48:31 +08:00
8 lines
127 B
SCSS
8 lines
127 B
SCSS
@import './fonts/OpenSans.scss';
|
|
|
|
body {
|
|
margin: 0;
|
|
font-family: 'Open Sans';
|
|
min-width: 1280px;
|
|
background: #1a2033;
|
|
} |