mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added sample user profile page (#133)
This commit is contained in:
parent
aee4b662d5
commit
7638bdd1ad
6 changed files with 60 additions and 45 deletions
|
@ -1,9 +1,10 @@
|
|||
@import "src/styles/variables";
|
||||
@import 'src/styles/variables';
|
||||
|
||||
.wrap {
|
||||
display: grid;
|
||||
grid-template-columns: auto;
|
||||
grid-column-gap: $gap;
|
||||
margin-top: $page_top_offset;
|
||||
}
|
||||
|
||||
.grid {
|
||||
|
@ -12,6 +13,7 @@
|
|||
|
||||
.row {
|
||||
margin-bottom: $gap;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.description {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue