1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00

add experimental room

This commit is contained in:
Fedor Katurov 2023-10-26 18:38:33 +06:00
parent 0605ceb263
commit 39eb97b777
7 changed files with 309 additions and 7 deletions

View file

@ -0,0 +1,22 @@
@import 'src/styles/variables';
.container {
height: 100vh;
width: 100%;
margin-top: -$header_height;
}
.room {
height: 100vh;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
background: url('/images/room.svg') 50% 50%;
background-size: cover;
}
.info {
max-width: 400px;
min-height: 40vh;
}