Update more icons
This commit is contained in:
parent
066a341b5a
commit
4c669bcbfb
|
@ -36,9 +36,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
& > summary > .count::before {
|
& > summary > .count::before {
|
||||||
@include ion-icon('md-chatboxes');
|
@include ion-md-chatboxes(24px, $base-a);
|
||||||
|
content: '';
|
||||||
|
vertical-align: middle;
|
||||||
color: $base-a;
|
color: $base-a;
|
||||||
font-size: 24px;
|
|
||||||
margin: 0 8px;
|
margin: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -63,13 +63,11 @@
|
||||||
|
|
||||||
// Icon
|
// Icon
|
||||||
&::before {
|
&::before {
|
||||||
@include ion-icon('md-search');
|
content: '';
|
||||||
font-size: 32px;
|
@include ion-md-search(32px, $base-head);
|
||||||
color: $base-head;
|
background-position: center center;
|
||||||
flex: 0 0 64px;
|
flex: 0 0 64px;
|
||||||
width: 64px;
|
width: 64px;
|
||||||
line-height: 64px;
|
|
||||||
text-align: center;
|
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
/*! ionicons-inline v0.0.6 | MIT | https://github.com/rstacruz/ionicons-inline */
|
/*! ionicons-inline v0.0.7 | MIT | https://github.com/rstacruz/ionicons-inline */
|
||||||
|
|
||||||
@mixin ion-base {
|
@mixin ion-base {
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue