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:
parent
85706fc264
commit
237c135c31
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user