Sha256: 6f7b990aea31128100d81a2cbbcb79e33f522433059ee61236216ddb46c71b22
Contents?: true
Size: 1.5 KB
Versions: 49
Compression:
Stored size: 1.5 KB
Contents
// // Contact section styling // section#contact { background-color: $gray-900; background-image: url("map-image"); background-repeat: no-repeat; background-position: center; .section-heading { color: $white; } form#contactForm { .form-group { margin-bottom: $grid-gutter-width; input, textarea { padding: 1.25rem; } input.form-control { height: auto; } } .form-group-textarea { height: 100%; textarea { height: 100%; min-height: 10rem; } } p.help-block { margin: 0; } .form-control:focus { border-color: $primary; box-shadow: none; } ::-webkit-input-placeholder { font-family: $headings-font-family; font-weight: $headings-font-weight; color: $gray-400; } :-moz-placeholder { font-family: $headings-font-family; font-weight: $headings-font-weight; color: $gray-400; } ::-moz-placeholder { font-family: $headings-font-family; font-weight: $headings-font-weight; color: $gray-400; } :-ms-input-placeholder { font-family: $headings-font-family; font-weight: $headings-font-weight; color: $gray-400; } } }
Version data entries
49 entries across 49 versions & 1 rubygems