0453e461c9
Updating dependencies
8 lines
145 B
SCSS
8 lines
145 B
SCSS
// $primary: #4a89dc;
|
|
$primary: #1e88e5;
|
|
$error: #ff2f00;
|
|
.btn-primary {
|
|
color: white !important;
|
|
background-color: $primary !important;
|
|
}
|