// Styles for form views // using Bootstrap 3 // 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:not(:empty) {
@extend .alert; @extend .alert-danger;
} error_explanation h2 {
font-size: 16px;
} .button-xs {
@extend .btn; @extend .btn-primary; @extend .btn-xs;
}