Procházet zdrojové kódy

fix: Adds a separate css class for thumbnail menu

master
yanas před 8 roky
rodič
revize
92df64f706
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4
    1
      css/_font.scss

+ 4
- 1
css/_font.scss Zobrazit soubor

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

Načítá se…
Zrušit
Uložit