mirror of
https://github.com/dzeiocom/components.git
synced 2025-06-15 20:19:20 +00:00
@ -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
|
||||
|
Reference in New Issue
Block a user