mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 05:02:45 +01:00
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 {
|
||||
display: block;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 70px;
|
||||
line-height: 70px;
|
||||
font-size: 21px;
|
||||
line-height: 1.2;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 10px;
|
||||
box-sizing: border-box;
|
||||
font-size: 17px;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
text-align: center;
|
||||
|
@ -45,7 +45,6 @@
|
||||
}
|
||||
|
||||
.btn--file {
|
||||
display: inline-block;
|
||||
background-color: #737373;
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
text-align: center;
|
||||
font-weight: 500;
|
||||
margin: 9px 0 19px 0;
|
||||
padding: 0 42px;
|
||||
color: var(--lightTextColor);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user