Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-07 12:38:01 +02:00
parent 8d7a8c70f0
commit 926d065602
23 changed files with 202 additions and 461 deletions

View File

@ -19,6 +19,8 @@
padding 24px
height 100vh
width 300px
&.fullWidth
width 100%
z-index 100
display flex
flex-direction column
@ -71,6 +73,8 @@
padding-right 0
margin 0 !important
max-width 0
svg line:first-child
transform rotateX(0) !important
@ -79,6 +83,10 @@
//min-height 70px
svg
margin-right 8px
line:first-child
transition transform $transition
transform rotateZ(90deg)
min-height 24px
hr
margin 0
@ -137,7 +145,7 @@
position relative
svg
transition color $transition
transition color $transition, transform $transition
&:first-child + span
margin-left 16px
@ -149,29 +157,7 @@
width 100%
display flex
//max-height 24px
.navbar
.sidebar
ul
list-style none
margin 0
padding 0
.userMenu
padding 8px 16px
a
display inline-block
padding-bottom 16px
.mobileMenu
opacity 0
transition opacity $transition
pointer-events none
&.shown
opacity 1
pointer-events initial
.mainGradient
//WIP
fill $mainGradient