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/auth/login/LoginScene/styles.module.scss
2022-08-01 15:58:32 +07:00

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;
}
}