@talentsoft-opensource/hylia
Version:
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
24 lines (21 loc) • 567 B
text/less
.Hylia-o-action-popin {
position: relative;
&__button {
border: solid 0.1rem @apprentice;
border-radius: @radius; //0.2rem
background-color: @adept; // #f2f3f5
color: @knight; // #95a0b2;
padding: 0.5rem;
cursor: pointer;
transition: color 0.3s;
margin-bottom: 0.3rem;
&:hover {
color: @adept; // #f2f3f5
background-color: @knight; // #95a0b2;
}
}
&__icon {
padding-right: 0.3rem;
font-size: 1rem;
}
}