TelegramPWA/src/components/common/AnimatedIconWithPreview.module.scss
2022-05-31 20:58:47 +04:00

12 lines
120 B
SCSS

.root {
position: relative;
}
.preview {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}