Final token sweep: pastel blues, blues, greys to design tokens (8 files)

This commit is contained in:
2026-04-20 06:14:55 +03:00
parent b10e78f6a6
commit ef845f587f
8 changed files with 24 additions and 24 deletions
@@ -203,7 +203,7 @@
min-width: 150px;
transition: background-color 150ms ease;
&:hover { background: #e68200; }
&:hover { background: colors.$orange--hover; }
}
&__status-btn {
@@ -151,7 +151,7 @@
-webkit-appearance: none;
width: 18px;
height: 18px;
border: 1.5px solid #d0d5dd;
border: 1.5px solid colors.$border;
border-radius: 3px;
background: colors.$white;
position: relative;
@@ -43,19 +43,19 @@
background: transparent;
border: none;
font-size: 13px;
color: #1f6fb8;
color: colors.$blue;
cursor: pointer;
border-radius: vars.$border-radius;
white-space: nowrap;
transition: background 120ms;
&:hover { background: #e8f0fa; }
&:hover { background: colors.$blue-extra-light; }
&--active {
background: colors.$white;
color: colors.$blue-dark;
font-weight: 600;
box-shadow: inset 0 -2px 0 #2563eb;
box-shadow: inset 0 -2px 0 colors.$blue;
cursor: default;
}
}