keanu-weblite/src/assets/css/login.scss
N-Pex b1d47748c8 Use SASS module system
Get rid of all the SASS warnings/errors when building.
2025-05-19 10:25:46 +02:00

10 lines
176 B
SCSS

@use "@/assets/css/main.scss" as *;
@use "@/assets/css/variables" as *;
.login-root {
background-color: $background;
.chat-header {
position: static;
}
}