2017-01-16 16:48:23 +01:00
|
|
|
@import "{ohif:design}/app"
|
2016-07-22 18:23:36 +02:00
|
|
|
|
2017-01-04 11:18:01 +01:00
|
|
|
$distance = 10px
|
2016-07-22 18:23:36 +02:00
|
|
|
|
|
|
|
|
.toolbarSectionTools
|
|
|
|
|
position: relative
|
|
|
|
|
|
2017-01-04 14:20:13 +01:00
|
|
|
.toolbarSectionButton>.buttonLabel i.expanded-status
|
|
|
|
|
text-align: center
|
|
|
|
|
transition(all 300ms ease)
|
|
|
|
|
width: 8px
|
|
|
|
|
|
|
|
|
|
.toolbarSectionButton.expanded
|
|
|
|
|
&>.buttonLabel i.expanded-status
|
|
|
|
|
transform(rotateX(180deg))
|
|
|
|
|
|
|
|
|
|
&>.toolbarSectionDrawerContainer
|
|
|
|
|
opacity: 1
|
|
|
|
|
transform(translateX(-50%) translateY(0) scale(1))
|
2017-01-04 11:18:01 +01:00
|
|
|
|
2016-07-22 18:23:36 +02:00
|
|
|
.toolbarSectionDrawerContainer
|
2017-01-04 11:18:01 +01:00
|
|
|
bottom: - $toolbarDrawerHeight
|
2016-07-22 18:23:36 +02:00
|
|
|
height: $toolbarDrawerHeight
|
2017-01-04 11:18:01 +01:00
|
|
|
left: 50%
|
2016-08-24 20:21:50 +02:00
|
|
|
min-width: 100%
|
2017-01-04 11:18:01 +01:00
|
|
|
opacity: 0
|
|
|
|
|
padding-top: $distance
|
2016-07-22 18:23:36 +02:00
|
|
|
position: absolute
|
2017-01-06 21:07:47 +01:00
|
|
|
transition(opacity 0.3s ease\, transform 0.3s ease\, left 0.3s ease)
|
2017-01-04 11:18:01 +01:00
|
|
|
transform(translateX(-50%) translateY( - ($toolbarDrawerHeight + $distance)) scale(0))
|
2016-08-24 20:21:50 +02:00
|
|
|
white-space: nowrap
|
2017-01-04 11:18:01 +01:00
|
|
|
z-index: 1
|
2016-07-22 18:23:36 +02:00
|
|
|
|
|
|
|
|
.toolbarSectionDrawer
|
2017-01-04 11:18:01 +01:00
|
|
|
theme('background', '$uiGrayDarkest', 0.95)
|
|
|
|
|
theme('border', '2px solid $uiBorderColor', 0.95)
|
2016-07-22 18:23:36 +02:00
|
|
|
border-radius: 7px
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$textPrimaryColor')
|
2016-07-22 18:23:36 +02:00
|
|
|
content: ''
|
|
|
|
|
display: block
|
|
|
|
|
font-size: 18px
|
2017-01-04 11:18:01 +01:00
|
|
|
height: $toolbarDrawerHeight
|
|
|
|
|
padding-top: 6px
|
2016-07-22 18:23:36 +02:00
|
|
|
text-align: center
|
|
|
|
|
width: 100%
|