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

24 lines
551 B
Stylus
Raw Normal View History

@import "{ohif:design}/app"
2016-06-07 19:09:47 +02:00
.toolbarSection
theme('border-bottom', '%s solid $uiBorderColor' % $uiBorderThickness)
flex: 0 0 auto
2016-06-07 19:09:47 +02:00
height: $toolbarHeight
padding-top: 6px
position: relative
transition(height 300ms ease)
2016-06-07 19:09:47 +02:00
width: 100%
&.expanded
height: $toolbarHeight + $toolbarDrawerHeight
2016-06-07 19:09:47 +02:00
.toolbarSectionEntry
theme('color', '$defaultColor')
2016-06-10 20:05:33 +02:00
cursor: pointer
display: inline-block
theme('fill', '$defaultColor')
2016-06-10 20:05:33 +02:00
margin-top: 3px
2016-06-07 19:09:47 +02:00
min-width: 30px
theme('stroke', '$defaultColor')
text-align: center