dordogne-cd24: add some margin multiple radio and checkboxes (#64536)

This commit is contained in:
Serghei Mihai 2022-04-25 15:45:59 +02:00
parent f728a1f16b
commit 08b5fa0c0a
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ $mobile-header-height: 280px;
background: rgba(194, 197, 200, 0.47);
}
}
label + label, li + li {
margin-top: 0.5rem;
}
}
@mixin after-line($color: #cbd05d) {