mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
add "welcome" page
This commit is contained in:
parent
e7d0c83686
commit
81fba4a1be
16 changed files with 360 additions and 10 deletions
21
src/components/welcome/PersonsSlide/styles.module.scss
Normal file
21
src/components/welcome/PersonsSlide/styles.module.scss
Normal file
|
@ -0,0 +1,21 @@
|
|||
@import 'src/styles/variables';
|
||||
|
||||
.container {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.cards {
|
||||
display: grid;
|
||||
grid-auto-columns: 1fr;
|
||||
grid-auto-flow: column;
|
||||
gap: $gap;
|
||||
}
|
||||
|
||||
.card {
|
||||
@include blur;
|
||||
|
||||
border-radius: $radius;
|
||||
padding: $gap $gap * 2 $gap * 2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue