init
This commit is contained in:
15
src/styles/css/global.css
Normal file
15
src/styles/css/global.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@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));
|
||||
}
|
||||
Reference in New Issue
Block a user