mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-24 21:40:22 +08:00
16 lines
212 B
CSS
16 lines
212 B
CSS
@import './reset.css';
|
|
@import './nprogress.css';
|
|
@import './transition.css';
|
|
|
|
html,
|
|
body,
|
|
#app {
|
|
height: 100%;
|
|
text-autospace: normal;
|
|
}
|
|
|
|
html {
|
|
overflow-x: hidden;
|
|
color: rgb(var(--base-text-color));
|
|
}
|