mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-28 03:42:11 +00:00
20 lines
267 B
SCSS
20 lines
267 B
SCSS
.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;
|
|
}
|
|
}
|