fix notification size
This commit is contained in:
parent
c8f5846b5d
commit
583e0cc15a
1 changed files with 2 additions and 2 deletions
|
|
@ -523,12 +523,12 @@ a.pin-button:active {
|
||||||
|
|
||||||
.dr-notification-content {
|
.dr-notification-content {
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
padding: 4px 50px 5px 60px;
|
padding: 7px 50px 5px 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dr-notification-title {
|
.dr-notification-title {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 15px;
|
font-size: 14px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue