Sha256: 465315f0e2a0db1336a00cf5d8dd46e082d4b8f5875e265e07178ab422c1230b
Contents?: true
Size: 972 Bytes
Versions: 2
Compression:
Stored size: 972 Bytes
Contents
// Styling for the contact section section#contact { background-color: $gray-900; background-image: url('../img/map-image.png'); 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; /* Firefox 18- */ @include heading-font; } ::-moz-placeholder { font-weight: 700; color: $gray-400; /* Firefox 19+ */ @include heading-font; } :-ms-input-placeholder { font-weight: 700; color: $gray-400; @include heading-font; } }
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
jekyll-theme-voiladt-0.1.0 | _sass/_contact.scss |
jekyll-theme-startbootstrap-agency-0.2.4 | _sass/_contact.scss |