UI Review German Edition (#950)
* UI changes for longer text * UI changes for longer text
This commit is contained in:
parent
307c9d3fa1
commit
88db2c1cf4
10
app/base.css
10
app/base.css
|
@ -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;
|
||||||
|
|
|
@ -45,7 +45,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn--file {
|
.btn--file {
|
||||||
display: inline-block;
|
|
||||||
background-color: #737373;
|
background-color: #737373;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue