Sha256: 885c3bc25098fdfa9247fa27133f226b11980d8c3285ca8490d156808b3407da
Contents?: true
Size: 675 Bytes
Versions: 5
Compression:
Stored size: 675 Bytes
Contents
.note-form-group { padding-bottom: 20px; } .note-form-group:last-child { padding-bottom: 0; } .note-form-label { display: block; font-size: 16px; color: #42515f; margin-bottom: 10px; font-weight: 700; } .note-input { width: 100%; display: block; border: 1px solid #ededef; background: #fff; outline: 0; padding: 6px 4px; font-size: 14px; .box-sizing(); } .note-input::-webkit-input-placeholder { color: @gray-lighter; } .note-input:-moz-placeholder { /* Firefox 18- */ color: @gray-lighter; } .note-input::-moz-placeholder { /* Firefox 19+ */ color: @gray-lighter; } .note-input:-ms-input-placeholder { color: @gray-lighter; }
Version data entries
5 entries across 5 versions & 1 rubygems