lib/generators/layout/devise/templates/foundation5.css.scss in rails_layout-1.0.0 vs lib/generators/layout/devise/templates/foundation5.css.scss in rails_layout-1.0.1

- old
+ new

@@ -7,19 +7,33 @@ max-width: 320px; margin: 0 auto; } .authform form { @include panel(); - padding-bottom: 40px; + 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; }