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:
parent
0605ceb263
commit
39eb97b777
7 changed files with 309 additions and 7 deletions
22
src/layouts/RoomLayout/styles.module.scss
Normal file
22
src/layouts/RoomLayout/styles.module.scss
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue