@talentsoft-opensource/hylia
Version:
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
26 lines (19 loc) • 408 B
text/less
.menu-actions {
display: flex;
align-items: center;
li:not(:last-child) {
margin-right: 0.6rem;
}
&__menu {
color: @stormtrooper;
}
&__action {
position: relative;
transition: all 0.5s;
color: @smart;
&:hover {
color: @stormtrooper;
background-color: @smart;
}
}
}