UI Timeline: support for dark backgrounds.

Simply place the +timeline(project_id) mixin inside a div with a 'timeline-dark' class.
This commit is contained in:
Pablo Vazquez 2019-03-27 12:06:59 +01:00
parent 85706fc264
commit 237c135c31

View File

@ -23,3 +23,16 @@ body.is-mobile
.timeline
.js-asset-list
@extend .card-deck-vertical
.timeline-dark
.group-date
color: $color-text-light-hint
.group-title
@extend .bg-transparent
border-bottom-color: rgba($color-background, .2) !important
color: rgba($color-background, .6)
blockquote
background-color: rgba($color-background, .1)
box-shadow: inset 5px 0 0 rgba($color-background, .2)