update
Some checks failed
continuous-integration/drone/push Build is failing

dfdsf
This commit is contained in:
2026-04-18 16:45:58 +03:00
parent 6c3a954323
commit 18c37768cb
29 changed files with 3786 additions and 1470 deletions

View File

@@ -6,14 +6,6 @@
background: $brand !important;
}
.text-brand2 {
color: $brand2 !important;
}
.bg-brand2 {
background: $brand2 !important;
}
$base-width: 100;
@while $base-width > 0 {
.w#{$base-width} { width: #{$base-width}+'%'; }

View File

@@ -25,7 +25,6 @@ $info : #31CCEC;
$warning : #F2C037;
$brand: #419FD9;
$brand2: #F36D3A;
$base-bg: #517DA2;
$typography-font-family : 'myFont', Roboto !default;