fix send notification
This commit is contained in:
parent
089c99b999
commit
3770d3a1ac
4 changed files with 21 additions and 27 deletions
|
|
@ -163,8 +163,8 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
|||
.box-notification {
|
||||
position: relative;
|
||||
font-size: 12px;
|
||||
padding: 0.7rem 3rem;
|
||||
border-radius: 4px;
|
||||
padding: 0.5rem 2rem 0.5rem 0.7rem;
|
||||
border-radius: 2px;
|
||||
background: #F2F5F8;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 1.6rem;
|
||||
|
|
@ -198,10 +198,9 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
|||
|
||||
a.close-notification {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
top: -4px;
|
||||
right: 10px;
|
||||
font-size: 24px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
ul.tx-copayers {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue