2017-01-16 19:33:02 +01:00
|
|
|
@import "{ohif:design}/app"
|
2016-07-22 18:23:36 +02:00
|
|
|
|
|
|
|
|
.toolbarSection
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('border-bottom', '%s solid $uiBorderColor' % $uiBorderThickness)
|
2016-07-22 18:23:36 +02:00
|
|
|
flex: 0 0 auto
|
|
|
|
|
height: $toolbarHeight
|
|
|
|
|
padding-top: 6px
|
|
|
|
|
position: relative
|
|
|
|
|
transition(height 300ms ease)
|
|
|
|
|
width: 100%
|
|
|
|
|
|
|
|
|
|
&.expanded
|
2016-08-23 19:24:51 +02:00
|
|
|
height: $toolbarHeight + $toolbarDrawerHeight
|