Sha256: 0a84d40f54b8efb99d9f53b38806c7f079f2f696de140e2d53ebf8bf16dc7cdd
Contents?: true
Size: 570 Bytes
Versions: 8
Compression:
Stored size: 570 Bytes
Contents
// Styles for form 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; } .button-xs { @extend .btn; @extend .btn-primary; @extend .btn-xs; }
Version data entries
8 entries across 8 versions & 1 rubygems