OpenAuth_server/FrontendLegacy/shared/style.scss
Fabian Stamm 0453e461c9 Restructuring the Project
Updating dependencies
2023-04-07 19:54:47 +02:00

8 lines
145 B
SCSS

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