Correction des retours à la ligne sur checkbox et radio
This commit is contained in:
parent
89514c4a58
commit
f487ae4c77
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
@extend .visually-hidden;
|
@extend .visually-hidden;
|
||||||
|
|
||||||
& ~ label {
|
& ~ label {
|
||||||
|
display: flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
@extend .visually-hidden;
|
@extend .visually-hidden;
|
||||||
|
|
||||||
& ~ label {
|
& ~ label {
|
||||||
|
display: flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
|
|
Loading…
Reference in a new issue