18 lines
234 B
SCSS
18 lines
234 B
SCSS
svg {
|
|
vertical-align: text-bottom !important;
|
|
}
|
|
#app {
|
|
.main-container {
|
|
// min-height: 100%;
|
|
transition: margin-left 0.28s;
|
|
position: relative;
|
|
}
|
|
|
|
}
|
|
|
|
body[layout='mix'] {
|
|
.svg-icon {
|
|
margin-right: 16px;
|
|
}
|
|
}
|