fradrive/templates/widgets/form.lucius
2018-12-14 21:39:56 +01:00

25 lines
270 B
Plaintext

fieldset {
border: 0;
margin: 20px 0 30px;
legend {
display: none;
}
}
.form-group__input > fieldset {
margin-bottom: 0;
}
.hidden {
visibility: hidden;
height: 0;
opacity: 0;
margin: 0;
}
.select--pagesize {
width: 5em;
min-width: 75px;
}