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.
26 lines
365 B
26 lines
365 B
html, |
|
body, |
|
#__nuxt, |
|
.v-application__wrap { |
|
margin: 0 !important; |
|
height: 100vh; |
|
width: 100vw; |
|
} |
|
|
|
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 |
|
}
|
|
|