WeekTabs + FlightSchedule: margin-top/bottom 12px → vars.$space-m2

This commit is contained in:
2026-04-20 18:37:39 +03:00
parent 9ff034d19f
commit 23b72bc535
2 changed files with 2 additions and 2 deletions
@@ -92,7 +92,7 @@
}
&__note {
margin-top: 12px;
margin-top: vars.$space-m2;
font-size: fonts.$font-size-s;
color: colors.$light-gray;
font-style: normal;
@@ -9,7 +9,7 @@
background: rgba(255, 255, 255, 0.92);
border-radius: vars.$border-radius;
padding: 4px;
margin-bottom: 12px;
margin-bottom: vars.$space-m2;
&__nav {
background: transparent;