File "main-newsletter.scss"

Full Path: /srv/www/www.cadoro.it/src/scss/main-newsletter.scss
File size: 971 bytes
MIME-type: text/plain
Charset: utf-8

.newsletter-page {
  font-family: $font-family-sans-serif;
  .newsletter-banner {
    background-color: $brand-danger;
    background-size: cover;
    padding-bottom: 20px;
  }
  .alert {
    border: none;
  }
  h2{
    font-family: $font-family-sans-serif !important;
  }
  form {
    font-family: $font-family-sans-serif;
    .btn {
      font-family: $font-family-sans-serif !important;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 26px;
      padding: 15px 0 15px 0;
    }
  }
  .newsletter-banner-footer {
    font-family: $font-family-sans-serif !important;
    background-color: #807e84;
    background-size: contain;
    h2 {
      font-family: $font-family-sans-serif !important;
      color: white;
      font-weight: 500;
      font-size: 30px;
      line-height: 30px;
      margin-top: 30px;
      margin-bottom: 10px;
    }
    .btn-light {
      color: $brand-danger;
      font-weight: 600;
      font-size: 18px;
    }
  }
}