Normalize body-text #222 to colors.$text-color across 10 SCSS files
This commit is contained in:
@@ -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