fix button on small device
This commit is contained in:
parent
9e73ca83fd
commit
0a2718eeaa
2 changed files with 20 additions and 19 deletions
|
|
@ -395,11 +395,12 @@ ul.tx-copayers {
|
|||
}
|
||||
|
||||
.backup .button-box {
|
||||
position: absolute;
|
||||
background: #F1F3F5;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 1.5rem 1rem;
|
||||
padding: 0.5rem 1rem 1rem;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
|
|
@ -411,6 +412,10 @@ ul.tx-copayers {
|
|||
border-bottom: 1px solid #A5B2BF;
|
||||
}
|
||||
|
||||
.extra-padding-bottom {
|
||||
padding-bottom: 78px;
|
||||
}
|
||||
|
||||
.date-message {
|
||||
background-color: #213140;
|
||||
border-radius: 3px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue