mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-11 13:02:49 +00:00
27 lines
270 B
SCSS
27 lines
270 B
SCSS
#app {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
overflow: hidden;
|
|
}
|
|
|
|
:root {
|
|
--view-bg-color: #f7f7f7;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
input,
|
|
button {
|
|
outline: none;
|
|
}
|
|
|
|
input {
|
|
&:-webkit-autofill {
|
|
box-shadow: 0 0 0px 1000px white inset;
|
|
}
|
|
}
|
|
|
|
@import "./animation.scss";
|