mirror of https://github.com/nocodb/nocodb
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.
25 lines
313 B
25 lines
313 B
2 years ago
|
html,
|
||
|
body,
|
||
|
#__nuxt {
|
||
|
margin: 0;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
html, body {
|
||
|
@apply scrollbar-thin-primary;
|
||
|
}
|
||
|
|
||
|
.page-enter-active,
|
||
|
.page-leave-active,
|
||
|
.layout-enter-active,
|
||
|
.layout-leave-active {
|
||
|
transition: opacity .5s
|
||
|
}
|
||
|
|
||
|
.page-enter,
|
||
|
.page-leave-active,
|
||
|
.layout-enter,
|
||
|
.layout-leave-active {
|
||
|
opacity: 0
|
||
|
}
|