feat: add "no results" screen to search

This commit is contained in:
Wieland Schöbl
2021-03-24 12:23:56 +01:00
parent 55be9d4d4e
commit c75ca68c44
6 changed files with 32 additions and 18 deletions

View File

@@ -11,20 +11,3 @@
}
}
}
.notFoundContainer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
min-height: 50vh;
ion-icon {
font-size: 64px;
}
ion-label {
font-size: x-large;
}
}