Add notification card

This commit is contained in:
Mark McDowall 2013-07-25 23:53:37 -07:00
commit d7c70a9c91
4 changed files with 48 additions and 6 deletions

View file

@ -56,4 +56,22 @@
.settings {
margin-top: 5px;
}
}
.add-card {
.clickable;
color: #adadad;
font-size: 50px;
text-align: center;
.center {
display: inline-block;
padding: 0px 20px;
padding-top: 5px;
margin-top: 15px;
}
i {
.clickable;
}
}