Lost Keys

This commit is contained in:
Bastian Wagner
2025-01-03 13:39:47 +01:00
parent c8c2ee18cb
commit 92f0c10bd8
35 changed files with 569 additions and 42 deletions

View File

@@ -66,6 +66,8 @@ html, body {
width: 28px;
height: 28px;
background-size: 20px;
background-position: center;
background-repeat: no-repeat;
}
.loading-spinner {
@@ -90,6 +92,14 @@ html, body {
background-image: url("./assets/img/restore.svg");
}
.magnifying-glass {
background-image: url("./assets/img/magnifying-glass.svg");
}
.lost {
background-image: url("./assets/img/lost.svg");
}
.ag-row {
transition: background-color 0.2s ease-in-out;
}
@@ -131,4 +141,11 @@ div.ag-row {
margin-top: 1rem;
color: rgba(0, 0, 0, 0.6);
}
}
.key-lost{
span, div {
text-decoration: line-through !important;
}
}