Files
pillar/src/styles/components/_timeline.sass

26 lines
496 B
Sass
Raw Normal View History

.timeline
.group
opacity: 0
animation: fade-in 500ms forwards
2018-11-22 21:35:27 +01:00
.group-date
color: rgba($color-text, .4)
2018-11-21 20:32:27 +01:00
.group-title
2018-11-22 21:35:27 +01:00
@extend .border-bottom
@extend .bg-white
@extend .text-uppercase
@extend .font-weight-bold
a
color: $color-text
2018-11-21 20:32:27 +01:00
body.homepage
.timeline
.sticky-top
top: 2.5rem
body.is-mobile
.timeline
.js-asset-list
@extend .card-deck-vertical