style(sass): fixing lint errors

references #5797
This commit is contained in:
Brandy Carney
2016-03-14 16:44:08 -04:00
parent d3d689ae11
commit 253cfc182b
9 changed files with 20 additions and 34 deletions

View File

@@ -47,7 +47,7 @@ ion-spinner.spinner-paused svg {
// --------------------------------------------------
.spinner-bubbles circle {
fill: black;
fill: #000;
}
.spinner-bubbles svg {
@@ -72,7 +72,7 @@ ion-spinner.spinner-paused svg {
.spinner-crescent circle {
fill: transparent;
stroke: black;
stroke: #000;
stroke-width: 4px;
stroke-dasharray: 128px;
stroke-dashoffset: 82px;