|
@@ -398,7 +398,9 @@
|
|
|
rgb(255 255 255 / 60%) 30%,
|
|
rgb(255 255 255 / 60%) 30%,
|
|
|
rgb(255 255 255 / 95%) 95%
|
|
rgb(255 255 255 / 95%) 95%
|
|
|
);
|
|
);
|
|
|
- box-shadow: inset 0 0 1px #fff, inset -1px -1px 4px rgb(220 220 220 / 40%);
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ inset 0 0 1px #fff,
|
|
|
|
|
+ inset -1px -1px 4px rgb(220 220 220 / 40%);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.active {
|
|
&.active {
|
|
@@ -776,7 +778,9 @@
|
|
|
rgb(190 221 246 / 100%) 51%,
|
|
rgb(190 221 246 / 100%) 51%,
|
|
|
rgb(227 240 251 / 100%) 100%
|
|
rgb(227 240 251 / 100%) 100%
|
|
|
);
|
|
);
|
|
|
- box-shadow: inset 0 0 1px #fff, inset 0 0 6px rgb(255 255 255 / 60%);
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ inset 0 0 1px #fff,
|
|
|
|
|
+ inset 0 0 6px rgb(255 255 255 / 60%);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&:active,
|
|
&:active,
|
|
@@ -790,7 +794,9 @@
|
|
|
);
|
|
);
|
|
|
color: #046c98;
|
|
color: #046c98;
|
|
|
text-shadow: 0 -1px 1px rgb(255 255 255 / 50%);
|
|
text-shadow: 0 -1px 1px rgb(255 255 255 / 50%);
|
|
|
- box-shadow: inset 0 0 1px #fff, inset -1px -1px 4px rgb(220 220 220 / 40%);
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ inset 0 0 1px #fff,
|
|
|
|
|
+ inset -1px -1px 4px rgb(220 220 220 / 40%);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -806,7 +812,9 @@
|
|
|
border-left: 0;
|
|
border-left: 0;
|
|
|
background-color: rgb(255 255 255 / 90%);
|
|
background-color: rgb(255 255 255 / 90%);
|
|
|
border-radius: 0 var(--border-radius-base) var(--border-radius-base) 0;
|
|
border-radius: 0 var(--border-radius-base) var(--border-radius-base) 0;
|
|
|
- box-shadow: inset 0 0 1px rgb(41 90 152 / 10%), inset 0 0 2px rgb(255 255 255 / 100%);
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ inset 0 0 1px rgb(41 90 152 / 10%),
|
|
|
|
|
+ inset 0 0 2px rgb(255 255 255 / 100%);
|
|
|
text-shadow: 1px 1px rgb(255 255 255 / 90%);
|
|
text-shadow: 1px 1px rgb(255 255 255 / 90%);
|
|
|
color: #069;
|
|
color: #069;
|
|
|
min-width: 32px;
|
|
min-width: 32px;
|
|
@@ -927,8 +935,11 @@
|
|
|
rgb(247 247 247 / 100%) 0%,
|
|
rgb(247 247 247 / 100%) 0%,
|
|
|
rgb(255 255 255 / 100%) 100%
|
|
rgb(255 255 255 / 100%) 100%
|
|
|
);
|
|
);
|
|
|
- box-shadow: inset 0 1px 1px rgb(255 255 255 / 100%), inset 0 0 1px rgb(255 255 255 / 100%),
|
|
|
|
|
- inset 0 0 4px rgb(255 255 255 / 80%), 0 1px 4px rgb(140 140 140 / 35%);
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ inset 0 1px 1px rgb(255 255 255 / 100%),
|
|
|
|
|
+ inset 0 0 1px rgb(255 255 255 / 100%),
|
|
|
|
|
+ inset 0 0 4px rgb(255 255 255 / 80%),
|
|
|
|
|
+ 0 1px 4px rgb(140 140 140 / 35%);
|
|
|
|
|
|
|
|
& .units-table-cell {
|
|
& .units-table-cell {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -1116,7 +1127,9 @@
|
|
|
border-radius: 13px;
|
|
border-radius: 13px;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
font-size: 0.75rem;
|
|
font-size: 0.75rem;
|
|
|
- box-shadow: 0 1px 2px rgb(70 70 70 / 50%), inset 0 2px 2px #fff;
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ 0 1px 2px rgb(70 70 70 / 50%),
|
|
|
|
|
+ inset 0 2px 2px #fff;
|
|
|
color: #6c6c6c;
|
|
color: #6c6c6c;
|
|
|
padding-left: 4px;
|
|
padding-left: 4px;
|
|
|
padding-right: 4px;
|
|
padding-right: 4px;
|
|
@@ -1693,7 +1706,9 @@
|
|
|
background-color: #f0efef;
|
|
background-color: #f0efef;
|
|
|
border: 1px solid rgb(255 255 255 / 98%);
|
|
border: 1px solid rgb(255 255 255 / 98%);
|
|
|
border-radius: var(--border-radius-base);
|
|
border-radius: var(--border-radius-base);
|
|
|
- box-shadow: inset 0 1px 3px rgb(0 0 0 / 25%), 0 8px 40px 0 rgb(0 0 0 / 35%);
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ inset 0 1px 3px rgb(0 0 0 / 25%),
|
|
|
|
|
+ 0 8px 40px 0 rgb(0 0 0 / 35%);
|
|
|
|
|
|
|
|
@media (--viewport-small) {
|
|
@media (--viewport-small) {
|
|
|
min-width: 360px;
|
|
min-width: 360px;
|
|
@@ -1811,7 +1826,10 @@
|
|
|
rgb(223 235 245 / 100%) 100%
|
|
rgb(223 235 245 / 100%) 100%
|
|
|
),
|
|
),
|
|
|
#3b9de8;
|
|
#3b9de8;
|
|
|
- box-shadow: 0 1px 3px rgb(0 0 0 / 25%), inset 0 0 1px #fff, inset 0 0 3px rgb(255 255 255 / 50%);
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ 0 1px 3px rgb(0 0 0 / 25%),
|
|
|
|
|
+ inset 0 0 1px #fff,
|
|
|
|
|
+ inset 0 0 3px rgb(255 255 255 / 50%);
|
|
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
|
color: #0077c6;
|
|
color: #0077c6;
|
|
@@ -1823,7 +1841,10 @@
|
|
|
rgb(190 221 246 / 100%) 51%,
|
|
rgb(190 221 246 / 100%) 51%,
|
|
|
rgb(227 240 251 / 100%) 100%
|
|
rgb(227 240 251 / 100%) 100%
|
|
|
);
|
|
);
|
|
|
- box-shadow: 0 1px 3px rgb(0 0 0 / 25%), inset 0 0 1px #fff, inset 0 0 6px rgb(255 255 255 / 60%);
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ 0 1px 3px rgb(0 0 0 / 25%),
|
|
|
|
|
+ inset 0 0 1px #fff,
|
|
|
|
|
+ inset 0 0 6px rgb(255 255 255 / 60%);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&:active {
|
|
&:active {
|
|
@@ -1836,7 +1857,9 @@
|
|
|
rgb(162 207 244 / 100%) 51%,
|
|
rgb(162 207 244 / 100%) 51%,
|
|
|
rgb(210 232 250 / 100%) 100%
|
|
rgb(210 232 250 / 100%) 100%
|
|
|
);
|
|
);
|
|
|
- box-shadow: 0 1px 2px rgb(0 0 0 / 20%), inset 0 0 1px #fff,
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ 0 1px 2px rgb(0 0 0 / 20%),
|
|
|
|
|
+ inset 0 0 1px #fff,
|
|
|
inset -1px -1px 4px rgb(220 220 220 / 40%);
|
|
inset -1px -1px 4px rgb(220 220 220 / 40%);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -1867,7 +1890,9 @@
|
|
|
&:active {
|
|
&:active {
|
|
|
background: linear-gradient(to bottom, #fcd0ca 0%, #f5a69d 50%, #f9e3df 100%);
|
|
background: linear-gradient(to bottom, #fcd0ca 0%, #f5a69d 50%, #f9e3df 100%);
|
|
|
color: #ce1500;
|
|
color: #ce1500;
|
|
|
- text-shadow: 0 1px 1px rgb(255 255 255 / 20%), 0 -1px 1px rgb(255 255 255 / 60%);
|
|
|
|
|
|
|
+ text-shadow:
|
|
|
|
|
+ 0 1px 1px rgb(255 255 255 / 20%),
|
|
|
|
|
+ 0 -1px 1px rgb(255 255 255 / 60%);
|
|
|
border-color: #f4301a;
|
|
border-color: #f4301a;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -2027,7 +2052,9 @@
|
|
|
background: linear-gradient(to bottom, rgb(247 247 247 / 100%) 0%, rgb(255 255 255 / 100%) 100%);
|
|
background: linear-gradient(to bottom, rgb(247 247 247 / 100%) 0%, rgb(255 255 255 / 100%) 100%);
|
|
|
border: 1px solid #ddd;
|
|
border: 1px solid #ddd;
|
|
|
text-shadow: 0 1px rgb(255 255 255 / 95%);
|
|
text-shadow: 0 1px rgb(255 255 255 / 95%);
|
|
|
- box-shadow: inset 0 0 1px rgb(255 255 255 / 100%), inset 0 0 4px rgb(255 255 255 / 80%),
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ inset 0 0 1px rgb(255 255 255 / 100%),
|
|
|
|
|
+ inset 0 0 4px rgb(255 255 255 / 80%),
|
|
|
0 4px 6px rgb(190 190 190 / 40%);
|
|
0 4px 6px rgb(190 190 190 / 40%);
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
color: var(--color-text-link);
|
|
color: var(--color-text-link);
|
|
@@ -2100,7 +2127,9 @@
|
|
|
@media (--viewport-small) {
|
|
@media (--viewport-small) {
|
|
|
border-radius: 6px;
|
|
border-radius: 6px;
|
|
|
background-color: rgb(255 255 255 / 70%);
|
|
background-color: rgb(255 255 255 / 70%);
|
|
|
- box-shadow: 0 8px 25px rgb(0 0 0 / 30%), inset 0 0 2px rgb(255 255 255 / 100%);
|
|
|
|
|
|
|
+ box-shadow:
|
|
|
|
|
+ 0 8px 25px rgb(0 0 0 / 30%),
|
|
|
|
|
+ inset 0 0 2px rgb(255 255 255 / 100%);
|
|
|
padding: 70px 50px;
|
|
padding: 70px 50px;
|
|
|
max-width: 370px;
|
|
max-width: 370px;
|
|
|
|
|
|
|
@@ -2185,6 +2214,11 @@
|
|
|
font-size: 0.92rem;
|
|
font-size: 0.92rem;
|
|
|
line-height: 1.15;
|
|
line-height: 1.15;
|
|
|
padding-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
|
|
|
+ overflow-x: scroll;
|
|
|
|
|
+
|
|
|
|
|
+ @media (--viewport-medium) {
|
|
|
|
|
+ overflow-x: initial;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* Icon component
|
|
/* Icon component
|