Sha256: fb7b4cc295835b27a74a9d129fa92a711c8db2d3b47765e0f8314fa2eb4a57ea
Contents?: true
Size: 498 Bytes
Versions: 9
Compression:
Stored size: 498 Bytes
Contents
// Styles for Devise views // using Bootstrap // generated by the rails_layout gem .authform { padding-top: 30px; max-width: 320px; margin: 0 auto; } .authform form { @extend .well; @extend .well-lg; padding-bottom: 40px; } .authform .right { float: right !important; } .authform .button { @extend .btn; @extend .btn-primary; } .authform fieldset { @extend .well; } #error_explanation { @extend .alert; @extend .alert-danger; } #error_explanation h2 { font-size: 16px; }
Version data entries
9 entries across 9 versions & 1 rubygems