@talentsoft-opensource/hylia
Version:
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
29 lines (19 loc) • 409 B
text/less
.Hylia-a-label {
font-family: @regular_regular;
font-size: 1.4rem;
display: block;
color: @vader;
&__description {
font-style: italic;
color: @knight;
}
&__required {
margin: 0 0 0 0.3rem;
color: @terran;
}
&__info {
margin: 0 0 0 0.3rem;
cursor: pointer;
color: @knight;
}
}