TelegramPWA/src/components/common/NothingFound.scss
Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

11 lines
164 B
SCSS

.NothingFound {
display: flex;
align-items: center;
justify-content: center;
color: var(--color-text-meta);
.AnimatedSticker {
margin: 0 auto;
}
}