UI Review German Edition (#950)

* UI changes for longer text

* UI changes for longer text
This commit is contained in:
Mark Liang (You-Wen) 2018-09-27 01:59:33 +08:00 committed by Danny Coates
parent 307c9d3fa1
commit 88db2c1cf4
3 changed files with 8 additions and 4 deletions

View File

@ -101,11 +101,15 @@ a {
} }
.btn { .btn {
display: block; display: flex;
width: 100%; width: 100%;
height: 70px; height: 70px;
line-height: 70px; line-height: 1.2;
font-size: 21px; align-items: center;
justify-content: center;
padding: 0 10px;
box-sizing: border-box;
font-size: 17px;
font-weight: 500; font-weight: 500;
text-transform: uppercase; text-transform: uppercase;
text-align: center; text-align: center;

View File

@ -45,7 +45,6 @@
} }
.btn--file { .btn--file {
display: inline-block;
background-color: #737373; background-color: #737373;
} }

View File

@ -3,6 +3,7 @@
text-align: center; text-align: center;
font-weight: 500; font-weight: 500;
margin: 9px 0 19px 0; margin: 9px 0 19px 0;
padding: 0 42px;
color: var(--lightTextColor); color: var(--lightTextColor);
} }