1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 05:41:41 +02: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 {
width: 100%;
position: relative;
}
.boxSelection {
@ -36,13 +37,14 @@
}
.boxSelectionsWrapper input[type='radio']:checked + label {
color: var(--font-color-text);
border-color: var(--color-secondary);
color: var(--background-body);
border-color: var(--background-body);
background: var(--font-color-heading);
}
.boxSelection svg {
width: var(--font-size-h4);
height: var(--font-size-h4);
width: var(--font-size-h5);
height: var(--font-size-h5);
fill: currentColor;
margin-bottom: calc(var(--spacer) / 5);
}