Files
discourse_theme_ran/scss/login.scss
T
2025-05-06 16:53:12 +01:00

16 lines
281 B
SCSS

body.static-login {
#main-outlet-wrapper {
grid-template-areas:
"sidebar blank"
"sidebar content"
"sidebar below-content";
grid-template-rows: auto 1fr auto;
}
.login-welcome {
border-radius: none;
border: none;
box-shadow: none;
}
}