mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
12.24.2022 00e408a786552c0b252081626c162cd5a94622da
fix: styling contact form

1 files modified
12 ■■■■■ changed files
assets/scss/partials/vendors/contactform.scss 12 ●●●●● patch | view | raw | blame | history
assets/scss/partials/vendors/contactform.scss
@@ -12,16 +12,20 @@
  list-style: none;
}
.form-style ul li {
  display: block;
  margin-bottom: 10px;
  min-height: 35px;
  @include themed() {
    background-color: t('accent');
    color: t('primary');
    border: t('border');
  }
  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');
  }
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;