Styles now actually get applied and sidebar doesn't block content Also the login page doesn't have a sidebar now
7 lines
134 B
SCSS
7 lines
134 B
SCSS
@use "variables" as *;
|
|
|
|
.u-hidden { display: none !important; }
|
|
.u-gap-sm { gap: $spacing-sm; }
|
|
.text-muted { color: $color-muted; }
|
|
|