fix: favorite button

This commit is contained in:
2024-04-25 13:23:01 +02:00
committed by Rainer Killinger
parent abf9999461
commit 71ff9fd960
28 changed files with 203 additions and 223 deletions

View File

@@ -0,0 +1,19 @@
.centered-message-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 50vh;
margin: 20px;
text-align: center;
ion-icon {
font-size: 64px;
}
ion-label {
font-size: x-large;
}
}