mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
21 lines
274 B
SCSS
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;
|
|
}
|