1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/components/common/Square/styles.module.scss
2022-01-12 18:07:01 +07:00

21 lines
274 B
SCSS

@import "src/styles/variables";
.svg {
width: 100%;
}
.wrapper {
width: 100%;
border-radius: $radius;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}