@hperchec/scorpion-ui-template-default
Version:
Scorpion UI - Default template
34 lines (25 loc) • 397 B
CSS
/**
* Default template style index
*/
body {
@apply @light:bg-@light-alabaster;
@apply @dark:bg-@dark-text-primary;
@apply @light:text-@light-text-primary;
@apply @dark:text-@dark-text-primary;
overflow-y: scroll;
}
#_app {
@apply w-full;
}
#_page {
@apply w-full;
}
#_layout {
@apply w-full;
}
#_logo {
@apply mx-auto;
@apply mt-4;
width: 200px;
height: auto;
}