2017-01-16 19:26:12 +01:00
|
|
|
@import "{ohif:design}/app"
|
2016-06-07 19:09:47 +02:00
|
|
|
|
|
|
|
|
.toolbarSection
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('border-bottom', '%s solid $uiBorderColor' % $uiBorderThickness)
|
2016-07-04 16:04:27 +02:00
|
|
|
flex: 0 0 auto
|
2016-06-07 19:09:47 +02:00
|
|
|
height: $toolbarHeight
|
2016-06-10 16:52:19 +02:00
|
|
|
padding-top: 6px
|
2016-06-29 21:34:05 +02:00
|
|
|
position: relative
|
|
|
|
|
transition(height 300ms ease)
|
2016-06-07 19:09:47 +02:00
|
|
|
width: 100%
|
2016-06-29 21:34:05 +02:00
|
|
|
|
|
|
|
|
&.expanded
|
|
|
|
|
height: $toolbarHeight + $toolbarDrawerHeight
|
|
|
|
|
|
2016-06-07 19:09:47 +02:00
|
|
|
.toolbarSectionEntry
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$defaultColor')
|
2016-06-10 20:05:33 +02:00
|
|
|
cursor: pointer
|
|
|
|
|
display: inline-block
|
2016-08-23 19:24:51 +02:00
|
|
|
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
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('stroke', '$defaultColor')
|
|
|
|
|
text-align: center
|