Token cleanup for TimeGroup + FlightCard (#333/#f37b09/#fff/#e68200/#5b6b80 → tokens)

This commit is contained in:
2026-04-20 06:08:43 +03:00
parent 2fdd7ac0ff
commit b8ab5af8aa
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -123,7 +123,7 @@
justify-content: center;
gap: 4px;
font-size: 12px;
color: #5b6b80;
color: colors.$light-gray;
white-space: nowrap;
}
@@ -259,7 +259,7 @@
&__buy-btn {
background: colors.$orange;
color: #fff;
color: colors.$white;
border: none;
border-radius: vars.$border-radius;
padding: 10px 24px;
@@ -269,12 +269,12 @@
text-decoration: none;
transition: background-color 150ms ease;
&:hover { background: #e68200; }
&:hover { background: colors.$orange--hover; }
}
&__details-btn {
background: colors.$blue;
color: #fff;
color: colors.$white;
border: none;
border-radius: vars.$border-radius;
padding: 10px 24px;
+2 -2
View File
@@ -20,7 +20,7 @@
&__scheduled {
font-size: 30px;
font-weight: 300;
color: #333;
color: colors.$text-color;
line-height: 1.15;
}
@@ -43,7 +43,7 @@
&__scheduled--delayed {
font-size: 12px;
font-weight: 400;
color: #f37b09;
color: colors.$orange;
line-height: 1.3;
text-decoration: line-through;
}