17 lines
359 B
SCSS
17 lines
359 B
SCSS
@import "./variables";
|
|
|
|
@import "~bulma/sass/utilities/_all";
|
|
@import "~bulma/sass/base/_all";
|
|
@import "~bulma/sass/components/navbar";
|
|
@import "~bulma/sass/elements/_all";
|
|
@import "~bulma/sass/grid/columns";
|
|
@import "~bulma/sass/layout/section";
|
|
|
|
body {
|
|
background-color: $grey-dark;
|
|
}
|
|
|
|
#app .container {
|
|
padding: 1rem;
|
|
background-color: $background;
|
|
} |