Sha256: 72bd1ec182ce076a07dfe1985d54ca4ecfa9622b301d1c37d7a3390e8d9b094d
Contents?: true
Size: 722 Bytes
Versions: 9
Compression:
Stored size: 722 Bytes
Contents
// Styles for Devise 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 { @extend .alert-box; @extend .alert; } .authform #error_explanation h2 { font-size: rem-calc(16); color: white; }
Version data entries
9 entries across 9 versions & 1 rubygems