TelegramPWA/src/components/common/NothingFound.scss

23 lines
382 B
SCSS

.NothingFound {
display: flex;
align-items: center;
justify-content: center;
color: var(--color-text-meta);
&.with-description {
flex-direction: column;
}
.AnimatedSticker {
margin: 0 auto;
}
.description {
color: var(--color-text-secondary);
font-size: 0.875rem;
text-align: center;
margin: 1rem 0 0;
unicode-bidi: plaintext;
}
}