fix(components): add font-smoothing to mixing components

This commit is contained in:
Brandy Carney
2018-03-28 19:57:25 -04:00
parent d9d7462d87
commit 9caeec7fcf
6 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,8 @@
// --------------------------------------------------
ion-card {
@include font-smoothing();
position: relative;
display: block;
overflow: hidden;

View File

@ -5,6 +5,7 @@
// --------------------------------------------------
ion-item-divider {
@include font-smoothing();
@include margin(0);
@include padding(0);

View File

@ -4,6 +4,8 @@
// --------------------------------------------------
ion-item {
@include font-smoothing();
display: block;
}

View File

@ -5,8 +5,8 @@
// --------------------------------------------------
ion-list-header {
@include font-smoothing();
@include margin(0);
@include padding(0);
display: flex;

View File

@ -4,6 +4,7 @@
// --------------------------------------------------
ion-loading {
@include font-smoothing();
@include position(0, 0, 0, 0);
position: fixed;

View File

@ -4,6 +4,8 @@
// --------------------------------------------------
ion-searchbar {
@include font-smoothing();
box-sizing: border-box;
position: relative;