Skip to content

Commit

Permalink
fix: styling contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrblz committed Feb 12, 2022
1 parent 57fb870 commit 00e408a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions assets/scss/partials/vendors/contactform.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@
list-style: none;
}
.form-style ul li {
@include themed() {
background-color: t('accent');
color: t('primary');
}
display: block;
margin-bottom: 10px;
min-height: 35px;
}
.form-style ul li .field-style {
@include themed() {
border: t('border');
background-color: t('accent');
color: t('primary');
border: t('border');
}
}
.form-style ul li .field-style {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
Expand Down

0 comments on commit 00e408a

Please sign in to comment.