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:
parent
ea91627589
commit
d4e8b59eea
4 changed files with 76 additions and 11 deletions
17
src/components/auth/login/LoginScene/styles.module.scss
Normal file
17
src/components/auth/login/LoginScene/styles.module.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue