diff --git a/src/style/components/login.styl b/src/style/components/login.styl index 651f584..50d208b 100644 --- a/src/style/components/login.styl +++ b/src/style/components/login.styl @@ -22,7 +22,6 @@ transition .25s width var(--login-width) min-width var(--login-width) - height 230px z-index 10 transform translate(calc(var(--half-width) - 50%), calc(100vh - 100% - 12px)) @@ -64,12 +63,12 @@ .user-clock text-align center - font-size 1.5rem + font-size 1rem font-weight 300 color white letter-spacing 0.04em - opacity 0.9 - margin-top 8px + opacity 0.8 + margin-bottom 8px .user-choice width 100% @@ -83,7 +82,7 @@ height 100px display block transition .3s - margin 24px auto 0 + margin 0 auto background-repeat no-repeat background-size cover background-position center diff --git a/src/style/general.styl b/src/style/general.styl index da33860..4ca2942 100644 --- a/src/style/general.styl +++ b/src/style/general.styl @@ -15,7 +15,4 @@ position: relative .login-view, .app-bar, .shutdown-block - zoom: var(--zoom) - -// .background-image -// mask url('../assets/images/masks/main.svg') 50% 50% / 100% 80% no-repeat border-box \ No newline at end of file + zoom: var(--zoom) \ No newline at end of file