66 lines
1.3 KiB
Stylus
66 lines
1.3 KiB
Stylus
@import "{design}/app"
|
|
|
|
$seriesCountBackgroundColor = #678696
|
|
|
|
.thumbnailEntry
|
|
cursor: copy
|
|
cursor: -webkit-grab
|
|
cursor: -moz-grab
|
|
display: table
|
|
margin: 0 auto
|
|
font-family: Roboto
|
|
|
|
.seriesDetails
|
|
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
|
|
color: $textSecondaryColor
|
|
float: left
|
|
font-size: 12px
|
|
|
|
.seriesInformationIcons
|
|
float: left
|
|
text-align: right
|
|
|
|
strong
|
|
color: $activeColor
|
|
font-size: 10px
|
|
font-weight: 900
|
|
|
|
div
|
|
background-color: $seriesCountBackgroundColor
|
|
margin-top: 6px
|
|
position: relative
|
|
|
|
&:after
|
|
background-color: $activeColor
|
|
box-shadow: 1px 1px rgba(0, 0, 0, .115)
|
|
left: -5px
|
|
position: absolute
|
|
top: -5px
|
|
|
|
&
|
|
&:after
|
|
border: 1px solid $primaryBackgroundColor
|
|
content: ''
|
|
display: block
|
|
height: 11px
|
|
width: 11px
|