Tokenize DetailsBackButton + FlightStatus font-size (Angular parity)

This commit is contained in:
2026-04-20 19:37:30 +03:00
parent 6b236ba706
commit 991c290c9c
2 changed files with 4 additions and 2 deletions
@@ -1,5 +1,6 @@
@use "../../../../styles/colors" as colors;
@use "../../../../styles/variables" as vars;
@use "../../../../styles/fonts" as fonts;
// Angular renders the back link as a full-width solid button above the
// flights mini-list — same 285px column, blue fill, white text, 48px
@@ -18,7 +19,7 @@
color: colors.$white;
border-radius: vars.$border-radius;
text-decoration: none;
font-size: 14px;
font-size: fonts.$font-size-m;
font-family: inherit;
cursor: pointer;
+2 -1
View File
@@ -1,5 +1,6 @@
@use "../../styles/variables" as vars;
@use "../../styles/colors" as colors;
@use "../../styles/fonts" as fonts;
.flight-status {
&--with-icon {
@@ -18,7 +19,7 @@
}
&__label {
font-size: 12px;
font-size: fonts.$font-size-s;
color: colors.$text-color;
text-align: center;
white-space: nowrap;