Sha256: 9d7a0883e7d4661a341a4d001e407d578e18ef6d832513ae51d398336679106c
Contents?: true
Size: 818 Bytes
Versions: 32
Compression:
Stored size: 818 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; input:focus { border-color: $blue; } &.inline { input { &.btn { height: 2.5rem; } display: inline; &:focus { padding-right: 30px; } } } } .field_with_errors { border: 1px solid $red; display: inline-block; }
Version data entries
32 entries across 32 versions & 1 rubygems