cronapp-framework-js
Version:
Javascript library for CronApp's projects
41 lines (31 loc) • 811 B
CSS
/* Timeline */
.crn-timeline-container {
margin: 0;
}
ul.timeline:before {
background: var(--colorNeutral80, #909090);
}
ul.timeline .timeline-event>*:nth-child(1) {
box-shadow: none;
z-index: 0;
}
ul.timeline .timeline-event>.warning:nth-child(1) {
background: var(--colorWarning40, #f0ad4e);
}
ul.timeline .timeline-event>.info:nth-child(1) {
background: var(--colorPrimary40, #5665be);
}
ul.timeline .timeline-event>*:nth-child(2) {
box-shadow: none;
border: 0;
border-radius: var(--borderRadiusSmallest, 5px);
}
ul.timeline .timeline-event>*:nth-child(2):before {
border: 0;
}
ul.timeline .timeline-event .timeline-badge {
color: var(--colorNeutral00, #ffffff);
}
ul.timeline .timeline-event .timeline-heading {
color: var(--textColor40, #393939);
}