7 lines
144 B
SCSS
7 lines
144 B
SCSS
|
// $primary: #4a89dc;
|
||
|
$primary: #1E88E5;
|
||
|
$error: #ff2f00;
|
||
|
.btn-primary {
|
||
|
color: white !important;
|
||
|
background-color: $primary !important;
|
||
|
}
|