@exadel/esl
Version:
Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components
22 lines (19 loc) • 368 B
text/less
esl-tabs {
display: block;
.esl-tab-container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
&.center-alignment > .esl-tab-container {
& > :first-child {
margin-left: auto;
}
& > :last-child {
margin-right: auto;
}
}
&.right-alignment > .esl-tab-container > :first-child {
margin-left: auto;
}
}