CASH-1327 format code.
This commit is contained in:
parent
a6c588cfef
commit
ae122e4644
1 changed files with 2 additions and 2 deletions
|
|
@ -767,8 +767,8 @@ export default {
|
|||
.button-question {
|
||||
label {
|
||||
&.list-card,
|
||||
&.list-card input[type=checkbox]:checked + .list-card-content,
|
||||
&.list-card input[type=radio]:checked + .list-card-content {
|
||||
&.list-card input[type="checkbox"]:checked + .list-card-content,
|
||||
&.list-card input[type="radio"]:checked + .list-card-content {
|
||||
border-radius: 50rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue