Sha256: cad8db1b8889ccbcdbf464ddda803f95d600bbeb529dc20658bdc1fce24dc1b5
Contents?: true
Size: 616 Bytes
Versions: 8
Compression:
Stored size: 616 Bytes
Contents
// ============================================================================= // FORMS // ============================================================================= form + form { margin-top: 1rem; } input[type=text], input[type=password], select, textarea { display: block; font-size: .875rem; border-radius: 4px; border: 1px solid rgba(#000, .15); padding: .75rem; width: 100%; max-width: 600px; label + & { margin-top: .75rem; } } textarea { height: 6rem; } .field-wrapper { margin-bottom: 1.5rem; } .field_with_errors { border: 1px solid $red; display: inline-block; }
Version data entries
8 entries across 8 versions & 1 rubygems