You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
239 B
21 lines
239 B
2 years ago
|
@import
|
||
|
|
||
|
'@tiny-components/plain-ui/src/scss/plain-ui',
|
||
|
|
||
|
'components/auth';
|
||
|
|
||
|
.line-height-0 {
|
||
|
line-height: 0;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
height: calc(100% - 71px);
|
||
|
}
|
||
|
|
||
|
.container-thin {
|
||
|
max-width: 600px;
|
||
|
}
|
||
|
|
||
|
.hidden {
|
||
|
display: none;
|
||
|
}
|