Sha256: 6b7c99908773b024f838417bf7e8ca58919fd8344aed78aa6b75b916bf0e5835

Contents?: true

Size: 925 Bytes

Versions: 8

Compression:

Stored size: 925 Bytes

Contents

// Styling for the contact section
section#contact {
  background-color: $gray-900;
  background-image: url("#{$contact-image}");
  background-repeat: no-repeat;
  background-position: center;
  .section-heading {
    color: $white;
  }
  .form-group {
    margin-bottom: 25px;
    input,
    textarea {
      padding: 20px;
    }
    input.form-control {
      height: auto;
    }
    textarea.form-control {
      height: 248px;
    }
  }
  .form-control:focus {
    border-color: $primary;
    box-shadow: none;
  }
  ::-webkit-input-placeholder {
    font-weight: 700;
    color: $gray-400;
    @include heading-font;
  }
  :-moz-placeholder {
    font-weight: 700;
    color: $gray-400;
    @include heading-font;
  }
  ::-moz-placeholder {
    font-weight: 700;
    color: $gray-400;
    @include heading-font;
  }
  :-ms-input-placeholder {
    font-weight: 700;
    color: $gray-400;
    @include heading-font;
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-agency-1.2.0 _sass/layout/_contact.scss
jekyll-agency-1.1.0 _sass/layout/_contact.scss
jekyll-agency-1.0.9 _sass/layout/_contact.scss
jekyll-agency-1.0.8 _sass/layout/_contact.scss
jekyll-agency-1.0.7 _sass/layout/_contact.scss
jekyll-agency-1.0.6 _sass/layout/_contact.scss
jekyll-agency-1.0.5 _sass/layout/_contact.scss
jekyll-agency-1.0.4 _sass/layout/_contact.scss