изменение цветов бренда
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:
@@ -68,12 +68,12 @@
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
<span class="text-h4 text-bold q-pr-xs" style="color: var(--logo-color-bg-white);">
|
||||
<span class="text-h4 q-pr-xs text-brand" style="color: var(--logo-color-bg-white);">
|
||||
tg
|
||||
</span>
|
||||
|
||||
<span class="text-h4 text-brand text-bold q-pa-0">
|
||||
Projects
|
||||
<span class="text-h4 text-brand2 text-bold q-pa-0">
|
||||
Crew
|
||||
</span>
|
||||
|
||||
</div>
|
||||
@@ -99,16 +99,16 @@
|
||||
}
|
||||
|
||||
.iconcolor {
|
||||
--icon-color: var(--logo-color-bg-white);
|
||||
--icon-color: #27A7E7;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
100%,
|
||||
0% {
|
||||
fill: $light-green-14;
|
||||
fill: #f8b59b;
|
||||
}
|
||||
60% {
|
||||
fill: $green-14;
|
||||
fill: #F36D3A;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user