@talentsoft-opensource/hylia
Version:
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
39 lines (30 loc) • 577 B
text/less
.list-notes {
padding: 6rem 8rem;
&__item {
&:not(:last-child) {
padding-bottom: 1.5rem;
}
}
}
.note {
display: flex;
align-items: center;
justify-content: center;
&__label {
&:extend(.text--regular);
font-size: 1.4rem;
min-width: 25%;
}
&__markers {
font-size: 2rem;
flex: 1;
color: @knight;
}
&__score {
width: 10%;
}
&__tag {
color: @stormtrooper;
margin-right: 1rem;
}
}