Normalize body-text #222 to colors.$text-color across 10 SCSS files
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
&__title {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
margin: 0 0 vars.$space-s;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@use "../../../../styles/colors" as colors;
|
||||
|
||||
.flight-schedule {
|
||||
background: #fff;
|
||||
border-radius: 8px;
|
||||
@@ -26,7 +28,7 @@
|
||||
|
||||
&__chevron {
|
||||
font-size: 12px;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
}
|
||||
|
||||
&__content {
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
|
||||
&__city {
|
||||
font-size: 12px;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
}
|
||||
|
||||
&__airport {
|
||||
|
||||
@@ -150,7 +150,7 @@
|
||||
|
||||
&__progress-value {
|
||||
font-weight: 600;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
}
|
||||
|
||||
&__plane-marker {
|
||||
@@ -381,7 +381,7 @@
|
||||
|
||||
&__time-value {
|
||||
font-weight: 600;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
}
|
||||
|
||||
&__time-offset {
|
||||
@@ -419,7 +419,7 @@
|
||||
padding: vars.$space-xl vars.$space-xl vars.$space-s;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
border-top: 1px solid #eee;
|
||||
margin-top: vars.$space-m;
|
||||
}
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
margin-bottom: 0;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
background: colors.$white;
|
||||
border: 1px solid colors.$border;
|
||||
border-radius: 4px;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
cursor: pointer;
|
||||
font: inherit;
|
||||
transition: border-color 150ms, background-color 150ms;
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
.city {
|
||||
white-space: nowrap;
|
||||
font-weight: 700;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
}
|
||||
|
||||
.country {
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
&__number {
|
||||
font-weight: fonts.$font-medium;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
|
||||
&__detail-value {
|
||||
font-weight: 500;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@@ -191,7 +191,7 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
|
||||
// Angular shows a leading dot whose colour matches the boarding state.
|
||||
// Default is grey ('Уточняется' / 'Запланирован'); active states get
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
&__label {
|
||||
font-size: 12px;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
&--bold {
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: #222;
|
||||
color: colors.$text-color;
|
||||
line-height: 1.25;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user