chore(): fix linter issues

This commit is contained in:
Manu Mtz.-Almeida
2018-09-06 22:56:32 +02:00
parent b6fc69d2cd
commit 104f5aaf70
2 changed files with 4 additions and 4 deletions

View File

@@ -31,8 +31,8 @@
flex: 1;
/* stylelint-disable */
padding: 0 !important;
margin: 0 !important;
padding: 0 !important;
/* stylelint-enable */
background: var(--background);

View File

@@ -25,14 +25,14 @@
display: flex;
position: relative;
color: var(--color);
align-items: center;
width: 100%;
box-sizing: border-box;
color: var(--color);
font-family: $font-family-base;
box-sizing: border-box;
}
:host(.ion-color) {