OpenAuth_server/views/shared/style.scss

8 lines
145 B
SCSS
Raw Normal View History

2018-11-06 19:48:50 +00:00
// $primary: #4a89dc;
2020-08-07 14:16:39 +00:00
$primary: #1e88e5;
2018-11-06 19:48:50 +00:00
$error: #ff2f00;
.btn-primary {
color: white !important;
background-color: $primary !important;
2020-08-07 14:16:39 +00:00
}