1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

box selection active style tweaks

This commit is contained in:
Matthias Kretschmann 2021-11-15 18:38:26 +00:00
parent 82951548ef
commit 34bb90b717
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -6,6 +6,7 @@
.boxSelectionsWrapper > div { .boxSelectionsWrapper > div {
width: 100%; width: 100%;
position: relative;
} }
.boxSelection { .boxSelection {
@ -36,13 +37,14 @@
} }
.boxSelectionsWrapper input[type='radio']:checked + label { .boxSelectionsWrapper input[type='radio']:checked + label {
color: var(--font-color-text); color: var(--background-body);
border-color: var(--color-secondary); border-color: var(--background-body);
background: var(--font-color-heading);
} }
.boxSelection svg { .boxSelection svg {
width: var(--font-size-h4); width: var(--font-size-h5);
height: var(--font-size-h4); height: var(--font-size-h5);
fill: currentColor; fill: currentColor;
margin-bottom: calc(var(--spacer) / 5); margin-bottom: calc(var(--spacer) / 5);
} }