Lost Keys
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user