изменение цветов бренда
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
.text-brand {
|
||||
color: $green-14 !important;
|
||||
color: #27A7E7 !important;
|
||||
}
|
||||
|
||||
.bg-brand {
|
||||
background: $green-14 !important;
|
||||
background: #27A7E7 !important;
|
||||
}
|
||||
|
||||
.text-brand2 {
|
||||
color: #F36D3A !important;
|
||||
}
|
||||
|
||||
.bg-brand2 {
|
||||
background: #F36D3A !important;
|
||||
}
|
||||
|
||||
$base-width: 100;
|
||||
|
||||
Reference in New Issue
Block a user