Added color options for containers, added spell lists

This commit is contained in:
Thaum
2015-02-12 13:08:20 +00:00
parent 5e98154e8d
commit 7441f09f37
32 changed files with 226 additions and 84 deletions

View File

@@ -97,6 +97,7 @@ paper-button {
.fab-buffer {
height: 88px;
width: 100%;
order: 999;
}
*[hidden] {
@@ -123,3 +124,11 @@ paper-button {
paper-fab-menu /deep/ .container {
padding: 24px !important;
}
.list-subhead {
color: rgba(0,0,0,0.54);
font-size: 14px;
height: 40px;
padding-left: 16px;
font-weight: 500;
}