chrome_point_plus/chrome_point_plus/modules/ajax-comments.css

28 lines
454 B
CSS
Raw Normal View History

.pp-notification {
display: block;
position: fixed;
2015-02-10 19:19:06 +00:00
bottom: 40px;
right: 40px;
padding: 20px;
border-radius: 2px;
font-size: 15px;
line-height: 20px;
transition: all 10s ease-in;
color: #fff;
}
.pp-notification a,
2015-02-10 19:19:06 +00:00
.pp-notification a:visited {
color: #fff;
text-decoration: none;
font-weight: bold;
}
.pp-notification-success {
background: #4CAF50;
}
.pp-notification.pp-fade {
opacity: 0;
}