mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 17:22:21 +00:00
42 lines
641 B
CSS
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;
|
|
}
|