gov-gui
Version:
Gov UI Component Library Typscript Build
43 lines (37 loc) • 757 B
CSS
gov-pagination {
/* display: flex;
justify-content: center;
margin-top: 20px; */
}
.pagination {
display: flex;
gap: 0.5rem;
justify-content: center;
align-items: center;
padding: 1rem;
}
gov-button[disabled] {
opacity: 0.5;
cursor: not-allowed;
}
.ellipsis {
display: inline-block;
padding: 0 0.5rem;
color: #666;
user-select: none;
}
/* .pagination button {
padding: 8px 16px;
margin: 0 2px;
border: 1px solid #ddd;
background-color: rgb(151, 23, 23);
cursor: pointer;
}
.pagination button.active {
background-color: #40b2e5;
color: white;
border-radius: 5px;
}
.pagination button:hover {
background-color: #ddd;
} */