glide-design-system
Version:
Glide design system is an open-source React component library. It offers numerous benefits that make them essential tools for design and development teams.
41 lines (35 loc) • 749 B
CSS
.paginationParentContainer {
display: flex;
box-sizing: border-box;
align-items: center;
}
.paginationChildContainer {
height: 22px;
min-width: 22px;
padding: 2px;
width: auto;
background-color: #ffffff;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
font-weight: 500;
color: #7f7f7f;
text-align: center;
border-radius: 50px;
cursor: pointer;
align-items: center;
display: flex;
justify-content: center;
margin-right: 5px;
border: 1px solid #d7d7d7;
font-size: 13px;
}
.paginationChildContainer:hover {
background-color: rgba(10, 91, 153, 0.08);
}
.paginationIcon {
font-size: 18px;
}
.pageCount {
display: flex;
font-size: 13px;
}