@talentsoft-opensource/hylia
Version:
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
54 lines (45 loc) • 1.08 kB
text/less
.Hylia-a-pagination {
&__folio {
height: 3.5rem;
width: 3.3rem;
border-radius: @radius;
background-color: @stormtrooper;
color: @vader;
transition: box-shadow 0.3s;
display: inline-flex;
align-items: center;
justify-content: center;
&--isActive {
background-color: fade(@terran, 25%);
}
&:not(:last-child) {
margin-right: 0.5rem;
}
&:hover, &:focus {
box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
}
}
.Hylia-a-pagination-list {
display: flex;
align-items: center;
&__legend {
flex-shrink: 0;
}
&__total {
color: @smart;
display: inline-block;
margin: 0 .5rem;
}
.Hylia-m-dropdown {
width: 6rem;
margin: 0 0.5rem;
}
.Hylia-a-button {
margin: 0;
margin-left: 0.5rem;
font-size: 1.4rem;
line-height: 1.4rem;
flex-shrink: 0;
}
}