Adjust login block sizing and clock styles

main
Warinyourself 3 months ago
parent 497d4fa24e
commit cc00c26923

@ -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

@ -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
zoom: var(--zoom)
Loading…
Cancel
Save