ohif-viewer/Packages/lesiontracker/client/components/toolbarSection/toolbarSection.styl

24 lines
515 B
Stylus
Raw Normal View History

2016-06-07 19:09:47 +02:00
@import "{design}/app"
.toolbarSection
border-bottom: $uiBorderColor $uiBorderThickness solid
flex: 0 0 auto
2016-06-07 19:09:47 +02:00
height: $toolbarHeight
overflow: hidden
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
color: $defaultColor
2016-06-10 20:05:33 +02:00
cursor: pointer
display: inline-block
2016-06-07 19:09:47 +02:00
fill: $defaultColor
2016-06-10 20:05:33 +02:00
margin-top: 3px
2016-06-07 19:09:47 +02:00
min-width: 30px
2016-06-10 20:05:33 +02:00
stroke: $defaultColor
text-align: center