fix project

This commit is contained in:
Luke Pulverenti 2015-06-26 12:24:21 -04:00
parent 19f8c11c38
commit a605edece3
3 changed files with 13 additions and 3 deletions

View file

@ -289,6 +289,16 @@ paper-fab.subdued {
background: #222;
}
paper-fab.white {
background: #fff;
color: #000;
}
paper-fab.white paper-material.keyboard-focus {
background: #01579b !important;
color: #fff;
}
paper-fab.blue {
background: #03a9f4;
}