gwt.material.design.addins.client.timeline.resources.css.timeline.min.css Maven / Gradle / Ivy
.timeline .timeline-header img, .timeline .timeline-header canvas[data-jdenticon-hash] {
width: 64px;
height: 64px;
border-radius: 100%;
padding: 4px;
background: white;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.timeline {
text-align: initial;
}
.timeline .timeline-item {
position: relative;
}
.timeline .timeline-item:not(:last-child) .line {
width: 4px;
background: #E0E0E0;
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
left: 52px;
}
.timeline .timeline-content {
min-height: 80px;
}