styling rest of page

This commit is contained in:
Fran Jurmanović
2021-06-13 19:30:05 +02:00
parent 7596c832d7
commit 3caaea8b26
24 changed files with 318 additions and 200 deletions

View File

@@ -3,6 +3,7 @@ wallet-header {
display: grid;
grid-template-columns: repeat(3, 1fr);
justify-items: center;
margin: 32px 0;
gap: 15px 10px;
.header-item {
display: inline;
@@ -42,3 +43,13 @@ wallet-header {
}
}
}
.wallet-buttons {
position: relative;
height: 42px;
.button-group {
position: absolute;
top: 5px;
right: 0;
}
}