font-size 22px/30px → fonts.$font-size-xl2/$font-size-xxl across 4 SCSS files

This commit is contained in:
2026-04-20 17:54:01 +03:00
parent 623f282f56
commit 50885b7afd
4 changed files with 4 additions and 4 deletions
@@ -101,7 +101,7 @@
&__code { font-size: fonts.$font-size-s; color: colors.$light-gray; }
&__terminal { font-size: 11px; color: colors.$light-gray; }
&--large { .station__city { font-size: 22px; } }
&--large { .station__city { font-size: fonts.$font-size-xl2; } }
&--small { .station__city { font-size: fonts.$font-size-s; } }
}
@@ -51,7 +51,7 @@
}
&__flight-number {
font-size: 22px;
font-size: fonts.$font-size-xl2;
font-weight: fonts.$font-medium;
color: colors.$text-color;
margin: 0;
+1 -1
View File
@@ -43,7 +43,7 @@
}
&__date {
font-size: 22px;
font-size: fonts.$font-size-xl2;
font-weight: fonts.$font-medium;
line-height: 1;
}
+1 -1
View File
@@ -18,7 +18,7 @@
// spans so callers don't need to override font-size.
&__actual,
&__scheduled {
font-size: 30px;
font-size: fonts.$font-size-xxl;
font-weight: 300;
color: colors.$text-color;
line-height: 1.15;