mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
17 lines
197 B
SCSS
17 lines
197 B
SCSS
@import "src/styles/mixins";
|
|
|
|
.scene {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.image {
|
|
transition: opacity 1s;
|
|
|
|
@include tablet {
|
|
display: none;
|
|
}
|
|
}
|