10 lines
300 B
SCSS
10 lines
300 B
SCSS
// sass-lint:disable final-newline empty-line-between-blocks class-name-format no-url-protocols no-url-domains nesting-depth
|
|
$primary: #3f4fa6;
|
|
$main: #2c3e50;
|
|
$green: hsl(141, 63%, 44%);
|
|
$red: hsl(348, 54%, 52%);
|
|
$white: #fff;
|
|
$progress-border-radius: 0;
|
|
|
|
@import '~bulma/sass/utilities/_all.sass';
|