chore: fix linter errors

This commit is contained in:
Brandy Carney
2016-06-02 13:30:04 -04:00
parent db810fb0cc
commit 9b2f0842df
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ ion-backdrop {
height: 100%;
background-color: $backdrop-color;
opacity: 0.01;
opacity: .01;
transform: translateZ(0);
}

View File

@@ -80,7 +80,7 @@ ion-menu[type=overlay] {
width: 6000px;
opacity: 0.01;
opacity: .01;
transform: translate3d(-9999px, 0, 0);
&.show-backdrop {