Merge pull request #857 from sgmap/fix-849

[Fix #849] Improve the display of icons
This commit is contained in:
gregoirenovel 2017-10-17 10:01:41 +02:00 committed by GitHub
commit a89b1cfd35
3 changed files with 5 additions and 5 deletions

View file

@ -65,7 +65,7 @@
width: 100%; width: 100%;
} }
> i { > .icon {
width: 18px; width: 18px;
height: 18px; height: 18px;
background-size: 18px 18px; background-size: 18px 18px;
@ -93,7 +93,7 @@
} }
} }
&.icon-only i { &.icon-only .icon {
margin-right: 0; margin-right: 0;
} }
} }
@ -165,7 +165,7 @@
color: $grey; color: $grey;
} }
i { .icon {
flex-shrink: 0; flex-shrink: 0;
} }

View file

@ -22,7 +22,7 @@
display: block; display: block;
} }
i.folder { .icon.folder {
margin-right: $default-spacer; margin-right: $default-spacer;
position: relative; position: relative;

View file

@ -11,7 +11,7 @@
font-size: 22px; font-size: 22px;
margin-bottom: $default-spacer * 2; margin-bottom: $default-spacer * 2;
i { .icon {
vertical-align: sub; vertical-align: sub;
margin-right: $default-spacer; margin-right: $default-spacer;
} }