ohif-viewer/OHIFViewer/client/components/toolbarSection/toolbarSection.styl

14 lines
311 B
Stylus
Raw Normal View History

2017-03-29 22:14:57 +02:00
@require '{ohif:design}/app'
.toolbarSection
theme('border-bottom', '%s solid $uiBorderColor' % $uiBorderThickness)
flex: 0 0 auto
height: $toolbarHeight
padding-top: 6px
position: relative
transition(height 300ms ease)
width: 100%
&.expanded
height: $toolbarHeight + $toolbarDrawerHeight