Merge pull request #8502 from colinux/fix-form-scss
fix(scss): form borders & padding
This commit is contained in:
commit
fc3b7c5ec8
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
color: $dark-red;
|
||||
}
|
||||
|
||||
label,
|
||||
legend.form-label {
|
||||
font-size: 18px;
|
||||
margin-bottom: $default-padding;
|
||||
|
@ -202,6 +203,9 @@
|
|||
input[type=tel],
|
||||
textarea,
|
||||
select {
|
||||
border-radius: 4px;
|
||||
border: solid 1px $border-grey;
|
||||
padding: $default-padding;
|
||||
|
||||
&.small {
|
||||
padding: $default-spacer;
|
||||
|
|
Loading…
Reference in a new issue