@talentsoft-opensource/hylia
Version:
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
30 lines (27 loc) • 619 B
text/less
.Hylia-a-badge {
color: @smart;
padding: 1rem;
font-family: @regular_medium;
position: relative;
display: inline-flex;
align-items: center;
padding: 0 1rem;
height: 2.3rem;
font-size: 1.3rem;
&__background {
border-radius: 100rem;
background-color: currentColor;
opacity: 0.2;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
&:empty {
height: .4rem;
width: 4rem;
border-radius: 100rem;
background-color: currentColor;
}
}