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:
parent
82951548ef
commit
34bb90b717
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user