@talentsoft-opensource/hylia
Version:
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
23 lines (20 loc) • 485 B
text/less
.Hylia-o-card {
border-radius: @radius;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.11);
background-color: @stormtrooper;
&__header {
font-size: 1.5rem;
font-family: @regular_medium;
color: @vader; // #202a43;
margin: 0.8rem;
padding: 0.8rem;
}
&__content {
border-radius: @radius;
background-color: @gray;
margin: 0.8rem;
}
&__footer {
margin: 0.8rem;
}
}