OpenAuth_server/views/shared/style.scss

8 lines
145 B
SCSS

// $primary: #4a89dc;
$primary: #1e88e5;
$error: #ff2f00;
.btn-primary {
color: white !important;
background-color: $primary !important;
}