added styling for fieldsets
This commit is contained in:
parent
a3234e1ea5
commit
43ae91ad3b
@ -1,3 +1,13 @@
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
fieldset {
|
||||
border: 0;
|
||||
margin: 20px 0 30px;
|
||||
|
||||
legend {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user