fix send notification
This commit is contained in:
parent
089c99b999
commit
3770d3a1ac
4 changed files with 21 additions and 27 deletions
|
|
@ -521,15 +521,15 @@ a.pin-button:active {
|
|||
}
|
||||
|
||||
.dr-notification-content {
|
||||
line-height: 100%;
|
||||
padding: 7px 50px 5px 60px;
|
||||
line-height: 90%;
|
||||
padding: 10px 50px 5px 60px;
|
||||
}
|
||||
|
||||
.dr-notification-title {
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
margin-bottom: 0;
|
||||
font-weight: 500;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.dr-notification {
|
||||
|
|
@ -545,7 +545,7 @@ a.pin-button:active {
|
|||
}
|
||||
|
||||
.dr-notification-text {
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue