Sha256: 38b9a7af45dd5ccdd23862f5b82de158f04bd4952528b1459cd3164daaaa5d83
Contents?: true
Size: 802 Bytes
Versions: 18
Compression:
Stored size: 802 Bytes
Contents
// Styles for form views // using Foundation // generated by the rails_layout gem .authform { padding-top: 30px; max-width: 320px; margin: 0 auto; } .authform form { @include panel(); padding-bottom: 60px; } .authform form a { font-size: rem-calc(13); } .authform form p { font-size: rem-calc(13); } .authform .form-group { // for Bootstrap, not used for Foundation } .authform .form-control { // for Bootstrap, not used for Foundation } .authform .checkbox { // for Bootstrap, not used for Foundation } .authform fieldset { @include panel(); } .authform #error_explanation:not(:empty) { @extend .alert-box; @extend .alert; } .authform #error_explanation h2 { font-size: rem-calc(16); color: white; } .button-xs { @extend .button; @extend .radius; @extend .tiny; }
Version data entries
18 entries across 18 versions & 1 rubygems