16 lines
243 B
Plaintext
16 lines
243 B
Plaintext
|
.input-radio {
|
||
|
cursor: pointer;
|
||
|
|
||
|
&:checked {
|
||
|
background: @base-color;
|
||
|
}
|
||
|
|
||
|
&:active:not(:checked) {
|
||
|
background: fade(@base-color, 25%);
|
||
|
}
|
||
|
|
||
|
&::before {
|
||
|
background-color: @accent-text-color;
|
||
|
}
|
||
|
}
|