2018-04-30 21:27:02 +02:00
|
|
|
@require '{ohif:design}/app'
|
2016-06-07 19:09:47 +02:00
|
|
|
|
|
|
|
|
.thumbnailEntry.active .imageThumbnail
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('border-color', '$activeColor')
|
2016-06-07 19:09:47 +02:00
|
|
|
box-shadow: none
|
|
|
|
|
transition($sidebarTransition)
|
|
|
|
|
|
2015-10-13 14:14:50 +02:00
|
|
|
.imageThumbnail
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('box-shadow', 'inset 0 0 0 1px $uiBorderColorDark')
|
|
|
|
|
theme('background-color', '$primaryBackgroundColor')
|
2016-06-07 19:09:47 +02:00
|
|
|
border: 5px solid transparent
|
|
|
|
|
border-radius: 12px
|
|
|
|
|
height: 135px
|
2015-10-31 17:01:47 +01:00
|
|
|
margin: 0 auto
|
2016-06-07 19:09:47 +02:00
|
|
|
padding 1px 7px
|
2015-10-31 17:01:47 +01:00
|
|
|
position: relative
|
2016-06-07 19:09:47 +02:00
|
|
|
transition($sidebarTransition)
|
|
|
|
|
width: 217px
|
2016-08-20 20:10:38 +02:00
|
|
|
-moz-background-clip: padding
|
|
|
|
|
-webkit-background-clip: padding
|
|
|
|
|
background-clip: padding-box
|
|
|
|
|
|
2016-08-20 14:25:00 +02:00
|
|
|
.imageThumbnailClone
|
|
|
|
|
margin: 0 !important
|
|
|
|
|
|
2016-06-07 19:09:47 +02:00
|
|
|
&:hover
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('border-color', '$hoverColor')
|
2016-06-07 19:09:47 +02:00
|
|
|
box-shadow: none
|
|
|
|
|
|
|
|
|
|
.imageThumbnailCanvas
|
|
|
|
|
height: 100%
|
|
|
|
|
overflow: hidden
|
|
|
|
|
|
2018-02-22 19:40:02 +01:00
|
|
|
img
|
|
|
|
|
-webkit-user-drag: none
|
|
|
|
|
|
2015-10-31 17:01:47 +01:00
|
|
|
.thumbnailLoadingIndicator
|
|
|
|
|
display: none
|
|
|
|
|
pointer-events: none
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$textSecondaryColor')
|
2015-10-31 17:01:47 +01:00
|
|
|
height: 20px
|
|
|
|
|
width: 100%
|
|
|
|
|
top: 0
|
|
|
|
|
left: 0
|
|
|
|
|
right: 0
|
|
|
|
|
bottom: 0
|
|
|
|
|
margin: auto
|
|
|
|
|
position: absolute
|
2016-06-07 19:09:47 +02:00
|
|
|
|
2018-04-30 21:27:02 +02:00
|
|
|
&.d-block
|
|
|
|
|
display: block;
|
|
|
|
|
|
2015-10-31 17:01:47 +01:00
|
|
|
p
|
|
|
|
|
text-align: center
|
2016-06-07 19:09:47 +02:00
|
|
|
font-size: 10pt
|
2017-04-27 02:31:07 +02:00
|
|
|
|
|
|
|
|
.imageThumbnailProgressBar
|
|
|
|
|
position: relative
|
|
|
|
|
width: 100%
|
|
|
|
|
height: 3px
|
|
|
|
|
top: -5px
|
|
|
|
|
|
|
|
|
|
.imageThumbnailProgressBarInner
|
|
|
|
|
height: 100%
|
|
|
|
|
width: 0
|
|
|
|
|
border-radius: 5px
|
|
|
|
|
theme('background-color', '$activeColor')
|