|
|
|
@ -41,8 +41,9 @@ |
|
|
|
text-decoration: none; |
|
|
|
text-decoration: none; |
|
|
|
color: var(--color-text-primary-loud); |
|
|
|
color: var(--color-text-primary-loud); |
|
|
|
border: solid 2px currentColor; |
|
|
|
border: solid 2px currentColor; |
|
|
|
background: none; |
|
|
|
background: #fff; |
|
|
|
font-weight: 700; |
|
|
|
font-weight: 700; |
|
|
|
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.39) 0px 5px 11px -2px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.button:focus { |
|
|
|
.button:focus { |
|
|
|
@ -68,8 +69,8 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
@supports (display: inline-flex) { |
|
|
|
@supports (display: inline-flex) { |
|
|
|
.button, |
|
|
|
.button, |
|
|
|
.facets-soft-limit-link { |
|
|
|
.facets-soft-limit-link { |
|
|
|
display: inline-flex; |
|
|
|
display: inline-flex; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
|
|
|