Merge branch 'wallet/sprint/20' into wallet/task/514

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-08 16:10:51 +09:00 committed by GitHub
commit 158c571ce1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View file

@ -70,8 +70,12 @@
} }
} }
.buttons { .buttons {
display: flex;
flex-direction: row;
justify-content: space-evenly;
margin: 6px auto -12px; margin: 6px auto -12px;
max-width: 600px; text-align: center;
width: 100%;
>.col { >.col {
padding: 5px 10px; padding: 5px 10px;
margin-bottom: 0; margin-bottom: 0;
@ -82,6 +86,7 @@
padding: 0 15px 0 15px; padding: 0 15px 0 15px;
text-align: center; text-align: center;
width: 100%; width: 100%;
max-width: 300px;
font-size: 19px; font-size: 19px;
font-weight: bolder; font-weight: bolder;
min-height: auto; min-height: auto;

View file

@ -193,7 +193,10 @@
} }
.send-receive-buttons { .send-receive-buttons {
max-width: 600px; display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
position: absolute; position: absolute;
bottom: 20px; bottom: 20px;
@ -207,6 +210,7 @@
padding: 0 15px 0 15px; padding: 0 15px 0 15px;
text-align: center; text-align: center;
width: 100%; width: 100%;
max-width: 300px;
font-size: 19px; font-size: 19px;
font-weight: bolder; font-weight: bolder;
min-height: auto; min-height: auto;