app/assets/stylesheets/devise.css.scss in leather-0.0.3 vs app/assets/stylesheets/devise.css.scss in leather-0.0.4

- old
+ new

@@ -33,13 +33,21 @@ @extend .text-white; text-shadow: 1px 1px 3px $gray-dark; padding: 50px 0 20px 0; h2 { margin-bottom: 50px; + a { + color: $white; + text-decoration: none; + @include transition(color 0.25s linear); + &:hover { + color: darken($white, 20%); + } + } } h2, h3 { - font-weight: normal; + font-weight: lighter; } } .devise-box { @include border-top-radius($border-radius-base); @@ -56,9 +64,10 @@ margin-top: 0; font-size: 15px; } } .actions { + @extend .text-center; padding-top: 30px; } } .devise-links { \ No newline at end of file