16 lines
167 B
SCSS
16 lines
167 B
SCSS
@use '@vtj/web/src/index.scss';
|
|
|
|
html,
|
|
body,
|
|
#app {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#vtjLink {
|
|
display: none;
|
|
}
|