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.
38 lines (33 loc) • 622 B
CSS
.paginatonBtn {
border-radius: 50%;
border: 1px solid #d7d7d7;
background-color: white;
padding: 2px;
font-family: 'Roboto', sans-serif;
width: 35px;
height: 35px;
text-align: center;
cursor: pointer;
display: flex;
align-items: center;
}
.weekNumberContainer {
border-radius: 5px;
padding-left: 8px;
padding-right: 8px;
margin-top: 4px;
display: block;
}
.selectItem {
border: none;
outline: none;
font-size: 18px;
font-weight: 900;
font-family: 'Roboto', sans-serif;
background-color: white;
}
.paginationContainer {
display: flex;
gap: 8px;
align-items: center;
}