feat: improve style of update buttons

This commit is contained in:
2025-07-03 21:27:31 +02:00
parent b5dc6ca97d
commit 1cd133e335
2 changed files with 31 additions and 22 deletions

View File

@@ -149,6 +149,15 @@ p > a.button {
filter: brightness(0.9);
}
.card-footer .card-footer-item.is-warning {
background-color: sass.$warning;
}
.card-footer .card-footer-item.is-warning:hover {
filter: brightness(0.9);
}
/*******/
/* MAP */
/*******/