Sha256: b7d172ce288c1fa9134e03a8895232d3afb6a163592ca90ae72d4bec9701f8ba
Contents?: true
Size: 1.23 KB
Versions: 15
Compression:
Stored size: 1.23 KB
Contents
// These are the stylings for sign up/sign in .us-login__hero--signup { @include respond-to(tablet, true) { margin-bottom: 0; } } .us-login__hero-title { margin-bottom: 1em; } .us-login { position: relative; width: 100%; @include respond-to(small-tablet, true) { width: em(340px); } } .us-login__container { position: relative; overflow: hidden; @if $html-grid-classes == false { * { box-sizing: border-box; } a { text-decoration: none; transition: color 333ms, border-color 333ms; } } .trailered { margin-bottom: $gutter-width / 2; } } .us-login__form { display: none; transition: transform 300ms; &.login-state--active { display: block; } .us-login__input { display: block; width: 100%; } } .us-login__title { @extend %heading-3; color: $c-typegrey; } .us-login__additional-link { @extend %small-font; @include link-colors($c-typegrey-2, $c-typecyan, $c-typegrey-2, $c-typegrey-2); display: block; } .us-login__extra { padding: 1.5em $gutter-width / 2; color: $c-typegrey-2; } .us-login__small-text { @extend %small-font; margin-top: .5em; color: $c-typegrey-2; } .us-login__newsletter { input { margin-right: .5em; } }
Version data entries
15 entries across 15 versions & 1 rubygems