Sha256: 51233f1d81846057266523a4e028fddfc761188e73e5b4b5a2a4d71ccd3d29cd
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
Contents
@import "../variables"; body { background-color: var(--bs-body-bg); } #auth { height: 100vh; overflow-x: hidden; #auth-right { height: 100%; background: url(../../images/bg/4853433.png), $page-auth-right-bg; } #auth-left { padding: 5rem 8rem; .auth-title { font-size: 4rem; margin-bottom: 1rem; } .auth-subtitle { font-size: 1.7rem; line-height: 2.5rem; color: #a8aebb; } .auth-logo { margin-bottom: 7rem; img { height: 2rem; } } @media screen and (max-width: 1399.9px) { padding: 3rem ; } @media screen and (max-width: 767px) { padding: 5rem ; } @media screen and (max-width: 576px) { padding: 5rem 3rem; } } } html[data-bs-theme="dark"] { @import "../themes/dark/variables-dark"; @debug $page-auth-right-bg; #auth-right { background: url(../../images/bg/4853433.png), $page-auth-right-bg; } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mazer-rails-0.1.4 | vendor/assets/stylesheets/pages/auth.scss |
mazer-rails-0.1.3 | vendor/assets/stylesheets/pages/auth.scss |
mazer-rails-0.1.2 | assets/stylesheets/pages/auth.scss |