Sha256: 4f445683a6eb3b3a4fa6fc1dadaa15b4b58665595d675118ad13acc9785df213
Contents?: true
Size: 571 Bytes
Versions: 13
Compression:
Stored size: 571 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
13 entries across 13 versions & 2 rubygems