Bläddra i källkod

fix: Adds a separate css class for thumbnail menu

master
yanas 8 år sedan
förälder
incheckning
92df64f706
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4
    1
      css/_font.scss

+ 4
- 1
css/_font.scss Visa fil

55
 .icon-kick:before {
55
 .icon-kick:before {
56
   content: "\e904";
56
   content: "\e904";
57
 }
57
 }
58
+.icon-menu:before {
59
+  content: "\e91f";
60
+}
58
 .icon-menu-up:before {
61
 .icon-menu-up:before {
59
   content: "\e91f";
62
   content: "\e91f";
60
 }
63
 }
133
 // FIXME not used anymore - consider removing in the next font update
136
 // FIXME not used anymore - consider removing in the next font update
134
 .icon-presentation:before {
137
 .icon-presentation:before {
135
   content: "\e603";
138
   content: "\e603";
136
-}
139
+}

Laddar…
Avbryt
Spara