ohif-viewer/Packages/viewerbase/client/components/viewer/toolbarSectionTools/toolbarSectionTools.styl
2016-08-31 15:54:32 +02:00

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))