|
|
|
@ -22,7 +22,6 @@
|
|
|
|
transition .25s
|
|
|
|
transition .25s
|
|
|
|
width var(--login-width)
|
|
|
|
width var(--login-width)
|
|
|
|
min-width var(--login-width)
|
|
|
|
min-width var(--login-width)
|
|
|
|
height 230px
|
|
|
|
|
|
|
|
z-index 10
|
|
|
|
z-index 10
|
|
|
|
transform translate(calc(var(--half-width) - 50%), calc(100vh - 100% - 12px))
|
|
|
|
transform translate(calc(var(--half-width) - 50%), calc(100vh - 100% - 12px))
|
|
|
|
|
|
|
|
|
|
|
|
@ -64,12 +63,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
.user-clock
|
|
|
|
.user-clock
|
|
|
|
text-align center
|
|
|
|
text-align center
|
|
|
|
font-size 1.5rem
|
|
|
|
font-size 1rem
|
|
|
|
font-weight 300
|
|
|
|
font-weight 300
|
|
|
|
color white
|
|
|
|
color white
|
|
|
|
letter-spacing 0.04em
|
|
|
|
letter-spacing 0.04em
|
|
|
|
opacity 0.9
|
|
|
|
opacity 0.8
|
|
|
|
margin-top 8px
|
|
|
|
margin-bottom 8px
|
|
|
|
|
|
|
|
|
|
|
|
.user-choice
|
|
|
|
.user-choice
|
|
|
|
width 100%
|
|
|
|
width 100%
|
|
|
|
@ -83,7 +82,7 @@
|
|
|
|
height 100px
|
|
|
|
height 100px
|
|
|
|
display block
|
|
|
|
display block
|
|
|
|
transition .3s
|
|
|
|
transition .3s
|
|
|
|
margin 24px auto 0
|
|
|
|
margin 0 auto
|
|
|
|
background-repeat no-repeat
|
|
|
|
background-repeat no-repeat
|
|
|
|
background-size cover
|
|
|
|
background-size cover
|
|
|
|
background-position center
|
|
|
|
background-position center
|
|
|
|
|