@talentsoft-opensource/hylia
Version:
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
53 lines (40 loc) • 876 B
text/less
.Hylia-o-formLayout {
&--full {
width: 100%;
}
&-section:not(:first-child) {
margin-top: 2rem;
padding-top: 2rem;
border-top: 0.1rem solid @apprentice;
}
.Hylia-a-label {
margin: 1rem 0 0.5rem 0;
}
&__row {
display: flex;
margin-right: -1rem;
margin-left: -1rem;
}
&__col {
flex: 1;
margin-right: 1rem;
margin-left: 1rem;
}
}
.Hylia-o-formLayout-section {
&--full {
width: 100%;
}
&__title {
font-family: @regular_regular;
font-size: 1.8rem;
font-weight: normal;
color: @vader;
}
&__description {
font-family: @regular_regular;
font-size: 1.6rem;
font-weight: normal;
color: @knight;
}
}