TelegramPWA/src/components/common/NothingFound.scss
2021-05-21 14:44:26 +03:00

23 lines
381 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: .875rem;
text-align: center;
margin: 1rem 0 0;
unicode-bidi: plaintext;
}
}