fix notification size

This commit is contained in:
bechi 2015-04-16 11:24:16 -03:00
parent c8f5846b5d
commit 583e0cc15a
1 changed files with 2 additions and 2 deletions

View File

@ -523,12 +523,12 @@ a.pin-button:active {
.dr-notification-content {
line-height: 100%;
padding: 4px 50px 5px 60px;
padding: 7px 50px 5px 60px;
}
.dr-notification-title {
color: #fff;
font-size: 15px;
font-size: 14px;
margin-bottom: 0;
font-weight: 500;
}