ohif-viewer/Packages/ohif-viewerbase/client/components/viewer/studyTimepointBrowser/studyTimepointBrowser.styl

42 lines
861 B
Stylus
Raw Normal View History

2017-04-19 21:51:10 +02:00
@require '{ohif:design}/app'
2016-06-07 19:09:47 +02:00
$timepointButtonHeight = 55px
2016-06-07 19:09:47 +02:00
.studyTimepointBrowser
theme('background-color', '$primaryBackgroundColor')
2016-06-07 19:09:47 +02:00
float: left
height: 100%
position: relative
2016-06-07 19:09:47 +02:00
width: 100%
.timepointButtonContainer
theme('background-color', '$primaryBackgroundColor')
theme('border-bottom', '1px solid $uiBorderColor')
display: none
height: $timepointButtonHeight
left: 10px
position: absolute
right: 10px
top: 0
z-index: 1
&.viewTypeVisible
.timepointButtonContainer
display: block
.studyTimepointScrollArea
padding-top: $timepointButtonHeight
2016-06-07 19:09:47 +02:00
.studyTimepointScrollArea
height: 100%
overflow-x: hidden
overflow-y: auto
2017-04-19 21:51:10 +02:00
margin-right: -36px
2016-06-07 19:09:47 +02:00
padding-bottom: 20px
2017-04-19 21:51:10 +02:00
padding-right: 36px
-ms-overflow-style: none
2016-06-07 19:09:47 +02:00
&::-webkit-scrollbar
display: none