Token cleanup for OnlineBoardFilter + FlightsMap switch/tooltip colors

This commit is contained in:
2026-04-20 06:11:26 +03:00
parent b8ab5af8aa
commit b10e78f6a6
2 changed files with 4 additions and 4 deletions
@@ -218,7 +218,7 @@
display: inline-block;
width: 36px;
height: 20px;
background: #d0d5dd;
background: colors.$border;
border-radius: 10px;
position: relative;
transition: background-color 150ms ease;
@@ -231,7 +231,7 @@
left: 2px;
width: 16px;
height: 16px;
background: #fff;
background: colors.$white;
border-radius: 50%;
transition: transform 150ms ease;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
@@ -278,7 +278,7 @@
box-shadow: none;
padding: 0;
font-family: 'Inter', 'Roboto', Arial, sans-serif;
color: #1f1f1f;
color: colors.$text-color;
font-size: 12px;
font-weight: 500;
letter-spacing: 1px;
@@ -213,7 +213,7 @@
}
.time-selector__label {
color: #333;
color: colors.$text-color;
font-size: 12px;
font-weight: 700;
margin-bottom: 0;