Alignment and size of Receive and Send buttons on the Home tab matches the Wallet Details tab: equal spacing.
This commit is contained in:
parent
5d3e11b7bb
commit
939263c385
1 changed files with 6 additions and 1 deletions
|
|
@ -70,8 +70,12 @@
|
|||
}
|
||||
}
|
||||
.buttons {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-evenly;
|
||||
margin: 6px auto -12px;
|
||||
max-width: 600px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
>.col {
|
||||
padding: 5px 10px;
|
||||
margin-bottom: 0;
|
||||
|
|
@ -82,6 +86,7 @@
|
|||
padding: 0 15px 0 15px;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
font-size: 19px;
|
||||
font-weight: bolder;
|
||||
min-height: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue