@talentsoft-opensource/hylia
Version:
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
46 lines (34 loc) • 829 B
text/less
.Hylia-m-groupButton {
display: flex;
flex-wrap: nowrap;
button {
flex: 1;
min-width: auto;
margin: 0;
border-radius: 0;
&:first-child {
border-top-left-radius: @radius;
border-bottom-left-radius: @radius;
}
&:last-child {
border-top-right-radius: @radius;
border-bottom-right-radius: @radius;
}
&:focus {
animation: none ;
}
}
.Hylia-a-button-secondary {
border-right-width: 0;
&:last-child {
border-right-width: 0.1rem;
}
}
.Hylia-a-button--icon {
padding: 0 1rem;
i {
position: static;
padding: 0;
}
}
}