mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
styling rest of page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user