Sha256: bfd532a53d464bc9851b4055cd1d861b05524e0a5fa8b42b485a925eeca2b3fb
Contents?: true
Size: 1.42 KB
Versions: 2
Compression:
Stored size: 1.42 KB
Contents
// Remove the rounded corners by uncommenting this line: // $border-radius-base: 0px; @import 'bootstrap'; $white: #fff; $devise-bg-gradient-start: #355069; $devise-bg-gradient-end: #5E7A9B; $devise-box-border-color: #6ED5E4; html, body { height: 100%; } .devise-gradient-bg { @include gradient-vertical($devise-bg-gradient-start, $devise-bg-gradient-end); } .devise_sessions, .devise_registrations, .devise_passwords { &.new, &.create { @extend .devise-gradient-bg; } } .devise_passwords.edit { @extend .devise-gradient-bg; } .text-white { color: $white; } .devise-welcome { @extend .text-center; @extend .text-white; text-shadow: 1px 1px 3px $gray-dark; padding: 50px 0 20px 0; h2 { margin-bottom: 50px; } h2, h3 { font-weight: normal; } } .devise-box { @include border-top-radius($border-radius-base); @include border-bottom-radius($border-radius-base); border: 1px solid $white; background: $white; box-shadow: 1px 1px 3px $gray-dark; padding: 40px 40px 20px; border-top: 6px solid $devise-box-border-color; #error_explanation { @extend .alert; @include alert-variant($alert-danger-bg, $alert-danger-border, $alert-danger-text); h2 { margin-top: 0; font-size: 15px; } } .actions { padding-top: 30px; } } .devise-links { @extend .text-center; @extend .text-white; margin-top: 20px; a { text-decoration: underline; color: $white; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
leather-0.0.2 | app/assets/stylesheets/devise.css.scss |
leather-0.0.1 | app/assets/stylesheets/devise.css.scss |