@talentsoft-opensource/hylia
Version:
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
22 lines (20 loc) • 549 B
text/less
.Hylia-o-table-footer {
padding: 1rem;
height: 5rem;
display: flex;
justify-content: flex-end;
background-color: @stormtrooper;
justify-content: space-between;
align-items: center;
border-bottom-left-radius: @radius;
border-bottom-right-radius: @radius;
border-left: 0.1rem solid @minion;
border-right: 0.1rem solid @minion;
border-bottom: 0.1rem solid @minion;
&__folio {
font-family: @condensed_regular;
}
&__pagination {
margin-left: auto;
}
}