изменение цветов бренда
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-24 09:25:48 +03:00
parent 9193fd27ae
commit d1f97f9efe
8 changed files with 21 additions and 44 deletions

View File

@@ -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;