1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-07 02:26:41 +07:00

added login scene as backdrop component

This commit is contained in:
Fedor Katurov 2022-08-01 15:58:32 +07:00
parent ea91627589
commit d4e8b59eea
4 changed files with 76 additions and 11 deletions

View file

@ -0,0 +1,17 @@
@import "src/styles/mixins";
.scene {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.image {
transition: opacity 1s;
@include tablet {
display: none;
}
}