Sha256: 4d854603cbeb02f06752fb3a62a0d9f76055d7f8e663be74dd4c2e6f0bc58692

Contents?: true

Size: 569 Bytes

Versions: 16

Compression:

Stored size: 569 Bytes

Contents

/***
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{
	width:100%;
	left:0px !important; 
}

.spinner-layer{
	border-color: white !important;
}

.g-recaptcha{
	display:inline-block;
}


.icon-align{
	vertical-align:bottom;
}

.parallax-container {
    height: 200px !important;
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
wordjelly-auth-1.2.6 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.2.5 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.2.4 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.2.3 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.2.2 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.2.1 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.2.0 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.1.9 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.1.8 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.1.7 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.1.6 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.1.5 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.1.4 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.1.3 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.1.2 app/assets/stylesheets/auth/overrides.scss
wordjelly-auth-1.1.1 app/assets/stylesheets/auth/overrides.scss