35 lines
743 B
Stylus
35 lines
743 B
Stylus
@import "{design}/app"
|
|
|
|
$distance = 12px
|
|
|
|
.toolbarSectionTools
|
|
position: relative
|
|
|
|
.toolbarSectionDrawerContainer
|
|
bottom: - ($toolbarDrawerHeight + $distance)
|
|
height: $toolbarDrawerHeight
|
|
left: 0
|
|
min-width: 100%
|
|
position: absolute
|
|
white-space: nowrap
|
|
|
|
.toolbarSectionDrawer
|
|
theme('background-color', '$uiGrayDarker')
|
|
border-radius: 7px
|
|
theme('color', '$textPrimaryColor')
|
|
content: ''
|
|
display: block
|
|
font-size: 18px
|
|
height: $toolbarDrawerHeight - $distance
|
|
text-align: center
|
|
width: 100%
|
|
|
|
#moreTools
|
|
.buttonLabel i
|
|
text-align: center
|
|
transition(all 300ms ease)
|
|
width: 8px
|
|
|
|
&.active .buttonLabel i
|
|
transform(rotateX(180deg))
|