Fix form headers
This commit is contained in:
parent
5a855b2837
commit
84dc706c3e
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ html {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
legend {
|
||||
border-bottom: 1px solid $border-color;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
button,
|
||||
html [type="button"],
|
||||
[type="reset"],
|
||||
|
|
Loading…
Reference in a new issue