1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

change from premitive value to variable

This commit is contained in:
Sosuke Suzuki
2017-10-21 14:45:26 +09:00
parent 4af71fd1dd
commit cae7baa5e1

View File

@@ -76,7 +76,7 @@
height 60px height 60px
.top-menu .top-menu
position static position static
width 43px width $sideNav--folded-width
height 60px height 60px
text-align center text-align center
&:hover .top-menu-label &:hover .top-menu-label
@@ -86,7 +86,7 @@
position fixed position fixed
display inline-block display inline-block
height 30px height 30px
left 43px left $sideNav--folded-width
padding 0 10px padding 0 10px
margin-top -8px margin-top -8px
opacity 0 opacity 0