Settings will load with zero notifications

This commit is contained in:
Mark McDowall 2013-07-26 15:07:51 -07:00
commit f25df49068
13 changed files with 69 additions and 83 deletions

View file

@ -20,4 +20,23 @@ li.save-and-add:hover {
text-decoration: none;
color: rgb(255, 255, 255);
background-color: rgb(0, 129, 194);
}
.add-card {
.clickable;
color: #adadad;
font-size: 50px;
text-align: center;
background-color: #f5f5f5;
.center {
.well;
display: inline-block;
padding: 5px 20px 0px;
background-color: white;
}
i {
.clickable;
}
}