NewDesign Form: move margin from label to input
provide beautiful layouts with or without label between inputs
This commit is contained in:
parent
f0777e166f
commit
9753da8fdd
2 changed files with 2 additions and 7 deletions
|
@ -11,11 +11,6 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
label,
|
||||
input[type=submit] {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
label {
|
||||
margin-bottom: 8px;
|
||||
display: inline-block;
|
||||
|
@ -28,6 +23,7 @@
|
|||
width: 100%;
|
||||
border-radius: 4px;
|
||||
border: solid 1px $border-grey;
|
||||
margin-bottom: 24px;
|
||||
padding: 16px;
|
||||
|
||||
&:disabled {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue