ohif-viewer/Packages/viewerbase/client/components/studyBrowser/thumbnailEntry/thumbnailEntry.styl
2016-08-31 15:54:32 +02:00

68 lines
1.3 KiB
Stylus

@import "{design}/app"
$seriesCountBackgroundColor = #678696
.thumbnailEntry
cursor: pointer
display: table
margin: 0 auto
&.draggable
cursor: copy
cursor: -webkit-grab
cursor: -moz-grab
.seriesDetails
theme('color', '$textPrimaryColor')
font-size: 14px
line-height: 1.3em
min-height: 36px
position: relative
word-wrap: break-word
.seriesDescription
margin-right: 54px
.seriesInformation
position: absolute
right: 0
top: 0
.seriesInformationNumbers
.seriesInformationIcons
margin-right: 4px
.seriesInformationNumbers
theme('color', '$textSecondaryColor')
float: left
font-size: 12px
.seriesInformationIcons
float: left
text-align: right
strong
theme('color', '$activeColor')
font-size: 10px
font-weight: 900
div
background-color: $seriesCountBackgroundColor
margin-top: 6px
position: relative
&:after
theme('background-color', '$activeColor')
box-shadow: 1px 1px rgba(0, 0, 0, .115)
left: -5px
position: absolute
top: -5px
&
&:after
theme('border', '1px solid $primaryBackgroundColor')
content: ''
display: block
height: 11px
width: 11px