OpenAuth_server/views/shared/style.scss

7 lines
144 B
SCSS
Raw Normal View History

2018-11-06 19:48:50 +00:00
// $primary: #4a89dc;
$primary: #1E88E5;
$error: #ff2f00;
.btn-primary {
color: white !important;
background-color: $primary !important;
}