Update more icons

This commit is contained in:
Rico Sta. Cruz 2017-10-13 00:03:53 +08:00
parent 066a341b5a
commit 4c669bcbfb
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
3 changed files with 8 additions and 8 deletions

View File

@ -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;
} }

View File

@ -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;
} }
} }

View File

@ -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;
} }