fix(a11y): input issue
This commit is contained in:
parent
9532549fe3
commit
17c7ae1904
1 changed files with 4 additions and 0 deletions
|
@ -102,6 +102,10 @@
|
||||||
&.section {
|
&.section {
|
||||||
padding: $default-spacer $default-spacer 0;
|
padding: $default-spacer $default-spacer 0;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
|
||||||
|
input {
|
||||||
|
background-color: $white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.hr {
|
&.hr {
|
||||||
|
|
Loading…
Reference in a new issue