ohif-viewer/Packages/viewerbase/client/components/viewer/toolbarSectionTools/toolbarSectionTools.styl

35 lines
721 B
Stylus
Raw Normal View History

@import "{design}/app"
$distance = 12px
.toolbarSectionTools
position: relative
.toolbarSectionDrawerContainer
bottom: - ($toolbarDrawerHeight + $distance)
height: $toolbarDrawerHeight
left: 0
2016-08-24 20:21:50 +02:00
min-width: 100%
position: absolute
2016-08-24 20:21:50 +02:00
white-space: nowrap
.toolbarSectionDrawer
background-color: $uiGrayDarker
border-radius: 7px
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
2016-08-24 20:21:50 +02:00
transform(rotateX(180deg))