mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:18:12 +02:00
Increase size of the "..." button
This commit is contained in:
parent
6dcce0e953
commit
335eb98bb7
1 changed files with 7 additions and 6 deletions
|
@ -80,23 +80,24 @@ footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #e3e3e3;
|
color: #e3e3e3;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer div {
|
footer div {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 12px;
|
height: 14px;
|
||||||
width: 24px;
|
width: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 16px;
|
top: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer div p {
|
footer div p {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -8px;
|
top: -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .button:hover {
|
footer .button:hover {
|
||||||
border: 1px solid #e3e3e3;
|
border: 1px solid #e3e3e3;
|
||||||
border-radius: 2px;
|
border-radius: 3px;
|
||||||
margin: -1px;
|
margin: -8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue