update 1.0.7

This commit is contained in:
Sujit Prasad
2016-04-19 19:19:42 +05:30
parent 723ef47e19
commit 5327b0c0da
153 changed files with 20711 additions and 1727 deletions

22
public/css/notification-style.css vendored Normal file
View File

@@ -0,0 +1,22 @@
.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;
}