Merge pull request #840 from krtek4/patch-1

Fix the font for Selectize dropdown
This commit is contained in:
Kevin Ross 2016-01-25 18:07:08 -06:00
commit a061f916d7

View File

@ -19,15 +19,15 @@
&:after {
right: 5px;
position: absolute;
font-size: 7px;
content: "\e894";
font-family: "Material-Design-Icons";
font-size: 25px;
content: "\e5c5";
font-family: 'Material Icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 4;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}