Sha256: 812137e8c819e5a755550b1cd51997186c7a1d14aa140dd25c1ec5f1e61defff
Contents?: true
Size: 557 Bytes
Versions: 14
Compression:
Stored size: 557 Bytes
Contents
/** * Form elements: Inputs, buttons, etc. */ form { } fieldset { } legend { } label, input, button, select, textarea { } input, button, select, textarea { font-family: $form-font-family; // And only set font-family here for those that need it (note the missing label element) } label { } .button, button, input[type="submit"], input[type="reset"], input[type="button"] { &:hover { } &:active { } } input[type="text"], input[type="password"], input[type="email"], textarea, select { &:focus { } } input[type="checkbox"] { }
Version data entries
14 entries across 14 versions & 2 rubygems