app/assets/stylesheets/auth/overrides.scss in wordjelly-auth-1.1.0 vs app/assets/stylesheets/auth/overrides.scss in wordjelly-auth-1.1.1

- old
+ new

@@ -1,15 +1,17 @@ /*** get rid of the ghastly yellow background color that chrome adds when autofilling forms. **/ + input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; } + input[type=submit] { -webkit-appearance: none !important; } label{ @@ -21,6 +23,15 @@ border-color: white !important; } .g-recaptcha{ display:inline-block; -} \ No newline at end of file +} + + +.icon-align{ + vertical-align:bottom; +} + +.parallax-container { + height: 200px !important; +}