Sha256: 7daad00ae640cb2d88f8bac4af1d1236a2bf8fbdc2445e55ae4c613fe355f59b
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
@import "colors.css.scss"; label { display: block; font-weight: bold; margin: 10px 0; span { color: $label-light-grey; font-weight: normal; } } input[type="text"], input[type="password"], input[type="email"], input[type="search"], select, textarea { display: block; margin-bottom: 20px; border: 1px solid $input-border-grey; font-size: 12px; } input[type="text"], input[type="password"], input[type="email"], textarea { background: #fff; border-radius: 4px; padding: 7px; -webkit-appearance: none; } select { outline: none; color:$select-text-grey; height: 30px; } input.success-button, button.success-button { background: $success-button-green; } input.danger-button, button.danger-button { background: $danger-button-red; } li [class^="icon-"], .nav li [class^="icon-"], li [class*=" icon-"], .nav li [class*=" icon-"] { width:inherit;} [class^="icon-"]:before, [class*=" icon-"]:before { padding-right:5px; } a.font-icon { overflow: hidden; font-size: 17px; width: 18px; height: 18px; color: #222; opacity: .6; display: inline-block; vertical-align: middle; line-height: 17px; text-align: center; margin-right:10px; } a { color: #2b99c7; font-weight: bold; } fieldset { margin-bottom: 20px; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lay_me_out-1.2.9 | app/assets/stylesheets/lay_me_out/forms.css.scss |
lay_me_out-1.2.8 | app/assets/stylesheets/lay_me_out/forms.css.scss |