add: pagination to loads public & calculator

This commit is contained in:
Alexandro Uc Santos
2024-02-09 21:32:57 -06:00
parent 3018a95a59
commit e648c2ff53
5 changed files with 86 additions and 7 deletions

View File

@@ -78,10 +78,14 @@ import { onMounted, ref } from 'vue';
background-color: #dab977;
color: #323030;
margin: 4px;
font-size: 1.1rem;
font-weight: 500;
}
.page-active {
width: 33px;
height: 33px;
font-size: 1.2rem;
font-weight: 700;
background-color: #FBBA33;
}
</style>