14 lines
145 B
SCSS
14 lines
145 B
SCSS
html {
|
|
box-sizing: border-box;
|
|
}
|
|
*, *:before, *:after {
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
#root {
|
|
padding-top: 52px;
|
|
}
|
|
|
|
[v-cloak] {
|
|
display: none;
|
|
} |