Styles now actually get applied and sidebar doesn't block content Also the login page doesn't have a sidebar now
9 lines
158 B
SCSS
9 lines
158 B
SCSS
@use "variables" as *;
|
|
|
|
@mixin card {
|
|
backgroud: #fff;
|
|
border-radius: &border-radius;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.06);
|
|
padding: $spacing-md;
|
|
}
|