PlayerManagement/Ui/src/styles.css
Tomasi - Developing 19182e7b36 - Implemented pagination for all tables to improve usability and navigation.
- Expanded the zombie siege table to display all waves survived by the entire alliance
2025-01-28 12:05:50 +01:00

42 lines
641 B
CSS

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
html, body {
width: 100%;
height: 100%;
margin: 0;
font-family: 'Poppins', sans-serif;
}
.custom-edit-icon {
cursor: pointer;
color: blueviolet;
}
.custom-delete-icon {
cursor: pointer;
color: orangered;
}
.custom-info-icon {
cursor: pointer;
color: #2ea805;
}
.custom-pagination .ngx-pagination .current {
background: #6175d5;
}
.custom-pagination .ngx-pagination li {
color: white;
}
.custom-pagination .ngx-pagination li a{
color: white;
}
.custom-pagination .ngx-pagination li a:hover{
color: black;
}