20 lines
214 B
Plaintext
20 lines
214 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;
|
|
}
|