listo admin caso especial

This commit is contained in:
Lemuel Marquez
2021-08-05 14:12:22 -05:00
parent 9431a783b8
commit e291493089
6 changed files with 56 additions and 47 deletions
+1 -24
View File
@@ -150,27 +150,4 @@ export default {
}
</script>
<style>
.input:focus {
border: #1b3d70;
box-shadow: 0 0 8px 0 #1b3d70;
}
.select select:focus {
border-color: #1b3d70;
box-shadow: 0 0 8px 0 #1b3d70;
}
.select:not(.is-multiple):not(.is-loading)::after {
border-color: #1b3d70;
}
.pagination-link.is-current {
background-color: #1b3d70;
border-color: #1b3d70;
}
.pointer {
cursor: pointer;
}
</style>
<style></style>