1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix mobile add token button

This commit is contained in:
Chi Kei Chan 2017-10-24 01:19:00 -07:00
parent 6daa834323
commit de3a48ec66
3 changed files with 7 additions and 5 deletions

View File

@ -37,7 +37,7 @@
overflow-y: auto; overflow-y: auto;
top: 0; top: 0;
box-shadow: none; box-shadow: none;
height: calc(100vh - 58px - 100px); height: calc(100vh - 58px - 85px);
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
@ -271,6 +271,7 @@ section .confirm-screen-account-number,
box-shadow: none; box-shadow: none;
flex: 1 0 auto; flex: 1 0 auto;
font-weight: 300; font-weight: 300;
margin: 0 8px;
} }
.btn-light.confirm-screen-cancel-button { .btn-light.confirm-screen-cancel-button {
@ -288,6 +289,7 @@ section .confirm-screen-account-number,
cursor: pointer; cursor: pointer;
flex: 1 0 auto; flex: 1 0 auto;
font-weight: 300; font-weight: 300;
margin: 0 8px;
} }
#pending-tx-form { #pending-tx-form {
@ -296,7 +298,7 @@ section .confirm-screen-account-number,
display: flex; display: flex;
flex-flow: row nowrap; flex-flow: row nowrap;
background-color: $white; background-color: $white;
padding: 19px 18px; padding: 12px 18px;
border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
width: 100%; width: 100%;

View File

@ -114,11 +114,12 @@ $wallet-view-bg: $wild-sand;
} }
&__add-token-button { &__add-token-button {
flex: 0 0 auto;
color: $dusty-gray; color: $dusty-gray;
font-size: 14px; font-size: 14px;
line-height: 19px; line-height: 19px;
text-align: center; text-align: center;
margin: 36px auto 0; margin: 36px auto;
border: 1px solid $dusty-gray; border: 1px solid $dusty-gray;
border-radius: 2px; border-radius: 2px;
font-weight: 300; font-weight: 300;

View File

@ -657,15 +657,14 @@
width: 163px; width: 163px;
text-align: center; text-align: center;
height: 55px; height: 55px;
width: 163px;
border-radius: 2px; border-radius: 2px;
background-color: $white; background-color: $white;
font-family: Roboto; font-family: Roboto;
font-size: 16px; font-size: 16px;
font-weight: 300; font-weight: 300;
line-height: 21px; line-height: 21px;
text-align: center;
border: 1px solid; border: 1px solid;
margin: 0 4px;
} }
&__next-btn, &__next-btn,