Files
faveo/public/css/notification-style.css
Sujit Prasad 5327b0c0da update 1.0.7
2016-04-19 19:19:42 +05:30

22 lines
304 B
CSS
Vendored

.textcontent{
display: inline-block;
padding-left: 5px;
font-weight: 600;
font-size: 14px;
font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.task{
opacity: 0.4;
}
.task h6{
text-decoration: line-through;
}
.marginzero{
margin: 0px;
}
.font700{
font-weight: 700;
}