Sha256: 1221e89a594981ff813fc976a5a6e8ca3278e32e2a5acd12ab0177a0b8e4c95c
Contents?: true
Size: 998 Bytes
Versions: 2
Compression:
Stored size: 998 Bytes
Contents
// Pulling these images from Unsplash // Toshi the dog from https://unsplash.com/@charlesdeluvio - what a funny dog... .bg-login-image { background: url('https://source.unsplash.com/K4mSJ7kc0As/600x800'); background-position: center; background-size: cover; } .bg-register-image { background: url('https://source.unsplash.com/Mv9hjnEUHR4/600x800'); background-position: center; background-size: cover; } .bg-password-image { background: url('https://source.unsplash.com/oWTW-jNGl9I/600x800'); background-position: center; background-size: cover; } form.user { .custom-checkbox.small { label { line-height: 1.5rem; } } .form-control-user { font-size: 0.8rem; border-radius: 10rem; padding: 1.5rem 1rem; } .btn-user { font-size: 0.8rem; border-radius: 10rem; padding: 0.75rem 1rem; } } .btn-google { @include button-variant($brand-google, $white); } .btn-facebook { @include button-variant($brand-facebook, $white); }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sb_admin_2_rails-0.1.1 | assets/stylesheets/_login.scss |
sb_admin_2_rails-0.1.0 | assets/stylesheets/_login.scss |