2017-01-16 16:48:23 +01:00
|
|
|
@import "{ohif:design}/app"
|
2016-06-07 19:09:47 +02:00
|
|
|
|
|
|
|
|
$seriesCountBackgroundColor = #678696
|
|
|
|
|
|
2015-10-13 14:14:50 +02:00
|
|
|
.thumbnailEntry
|
2016-06-15 16:14:30 +02:00
|
|
|
cursor: pointer
|
2016-06-07 19:09:47 +02:00
|
|
|
display: table
|
2016-06-15 16:14:30 +02:00
|
|
|
margin: 0 auto
|
|
|
|
|
|
|
|
|
|
&.draggable
|
|
|
|
|
cursor: copy
|
|
|
|
|
cursor: -webkit-grab
|
|
|
|
|
cursor: -moz-grab
|
2016-06-07 19:09:47 +02:00
|
|
|
|
|
|
|
|
.seriesDetails
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$textPrimaryColor')
|
2016-06-07 19:09:47 +02:00
|
|
|
font-size: 14px
|
|
|
|
|
line-height: 1.3em
|
2016-08-20 20:10:38 +02:00
|
|
|
margin-top: 5px
|
|
|
|
|
max-width: 217px
|
2016-06-07 19:09:47 +02:00
|
|
|
min-height: 36px
|
|
|
|
|
position: relative
|
2015-10-13 14:14:50 +02:00
|
|
|
word-wrap: break-word
|
2016-06-07 19:09:47 +02:00
|
|
|
|
2016-08-20 20:10:38 +02:00
|
|
|
&.info-only
|
|
|
|
|
min-height: auto
|
|
|
|
|
|
|
|
|
|
.seriesDescription
|
|
|
|
|
display: none
|
|
|
|
|
|
|
|
|
|
.seriesInformation
|
|
|
|
|
display: flex
|
|
|
|
|
float: none
|
|
|
|
|
max-width: none
|
|
|
|
|
padding-right: none
|
|
|
|
|
|
|
|
|
|
.item
|
|
|
|
|
flex: 1
|
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
|
|
.icon, .value
|
|
|
|
|
display: inline
|
|
|
|
|
float: none
|
|
|
|
|
line-height: 25px
|
|
|
|
|
|
|
|
|
|
.value
|
|
|
|
|
margin-left: 0
|
|
|
|
|
width: auto
|
|
|
|
|
|
2016-06-07 19:09:47 +02:00
|
|
|
.seriesInformation
|
2016-08-20 20:10:38 +02:00
|
|
|
padding-right: 4px
|
|
|
|
|
max-width: 50px
|
2016-06-07 19:09:47 +02:00
|
|
|
|
2016-08-20 20:10:38 +02:00
|
|
|
.item-frames .icon
|
|
|
|
|
height: 18px
|
2016-06-07 19:09:47 +02:00
|
|
|
|
2016-08-20 20:10:38 +02:00
|
|
|
.value
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$textSecondaryColor')
|
2016-08-20 20:10:38 +02:00
|
|
|
display: inline-block
|
2016-08-20 19:03:00 +02:00
|
|
|
float: right
|
2016-06-07 19:09:47 +02:00
|
|
|
font-size: 12px
|
2016-08-20 20:10:38 +02:00
|
|
|
margin-left: 4px
|
2017-10-11 13:03:35 +02:00
|
|
|
overflow: hidden
|
|
|
|
|
text-overflow: ellipsis
|
|
|
|
|
white-space: nowrap
|
2016-08-20 20:10:38 +02:00
|
|
|
width: calc(100% - 15px)
|
2016-06-07 19:09:47 +02:00
|
|
|
|
2016-08-20 20:10:38 +02:00
|
|
|
.icon
|
2016-09-03 19:47:39 +02:00
|
|
|
theme('color', '$activeColor')
|
2016-08-20 20:10:38 +02:00
|
|
|
display: inline-block
|
|
|
|
|
float: left
|
|
|
|
|
font-size: 10px
|
|
|
|
|
font-weight: 900
|
2016-06-07 19:09:47 +02:00
|
|
|
text-align: right
|
2016-08-20 20:10:38 +02:00
|
|
|
width: 11px
|
2016-06-07 19:09:47 +02:00
|
|
|
|
|
|
|
|
div
|
|
|
|
|
background-color: $seriesCountBackgroundColor
|
|
|
|
|
margin-top: 6px
|
|
|
|
|
position: relative
|
|
|
|
|
|
|
|
|
|
&:after
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('background-color', '$activeColor')
|
2016-06-07 19:09:47 +02:00
|
|
|
box-shadow: 1px 1px rgba(0, 0, 0, .115)
|
|
|
|
|
left: -5px
|
|
|
|
|
position: absolute
|
|
|
|
|
top: -5px
|
|
|
|
|
|
|
|
|
|
&
|
|
|
|
|
&:after
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('border', '1px solid $primaryBackgroundColor')
|
2016-06-07 19:09:47 +02:00
|
|
|
content: ''
|
2016-08-20 20:10:38 +02:00
|
|
|
display: inline-block
|
2016-06-07 19:09:47 +02:00
|
|
|
height: 11px
|
|
|
|
|
width: 11px
|