This commit is contained in:
Max Lynch
2015-07-19 20:56:13 -05:00
parent 602e9d872f
commit 388d1729f0
3 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
border-color: transparent;
font-size: 16px;
color: inherit;
box-shadow: none;
.icon {
display: inline-block;

View File

@@ -55,6 +55,8 @@ $navbar-material-button-text-color: #fff !default; //#007aff !default;
font-size: $navbar-material-button-font-size;
color: $navbar-material-button-text-color;
border: none;
box-shadow: none;
padding: 0;
margin: 0 10px;

View File

@@ -24,6 +24,7 @@ $toolbar-material-button-text-color: #007aff !default;
font-size: $toolbar-material-button-font-size;
color: $toolbar-material-button-text-color;
border: none;
box-shadow: none;
padding: 0;
margin: 0 10px;