@talentsoft-opensource/hylia
Version:
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
23 lines (19 loc) • 411 B
text/less
.message-timeline {
width: 100%;
display: flex;
align-items: center;
margin-bottom: 2rem;
margin-top: 0.5rem;
margin-left: 1rem;
&__date {
text-transform: uppercase;
color: @knight;
font-size: 1rem;
}
&__line {
flex: 1;
height: 0.1rem;
margin-left: 1rem;
background-color: @apprentice;
}
}