Restructuring the Project
Updating dependencies
This commit is contained in:
7
FrontendLegacy/shared/style.scss
Normal file
7
FrontendLegacy/shared/style.scss
Normal file
@ -0,0 +1,7 @@
|
||||
// $primary: #4a89dc;
|
||||
$primary: #1e88e5;
|
||||
$error: #ff2f00;
|
||||
.btn-primary {
|
||||
color: white !important;
|
||||
background-color: $primary !important;
|
||||
}
|
Reference in New Issue
Block a user