|
@@ -1,27 +1,24 @@
|
|
|
-@arrow-left3-font-family: "fontsmith-icons";
|
|
|
-@arrow-left3-value: "\e007";
|
|
|
-@arrow-left3: '"fontsmith-icons"' '"\\e007"';
|
|
|
-@list-font-family: "fontsmith-icons";
|
|
|
-@list-value: "\e002";
|
|
|
-@list: '"fontsmith-icons"' '"\\e002"';
|
|
|
-@warning-font-family: "fontsmith-icons";
|
|
|
-@warning-value: "\e000";
|
|
|
-@warning: '"fontsmith-icons"' '"\\e000"';
|
|
|
@eye-font-family: "fontsmith-icons";
|
|
|
@eye-value: "\e004";
|
|
|
@eye: '"fontsmith-icons"' '"\\e004"';
|
|
|
-@question-font-family: "fontsmith-icons";
|
|
|
-@question-value: "\e001";
|
|
|
-@question: '"fontsmith-icons"' '"\\e001"';
|
|
|
@lab-font-family: "fontsmith-icons";
|
|
|
@lab-value: "\e003";
|
|
|
@lab: '"fontsmith-icons"' '"\\e003"';
|
|
|
@bars-font-family: "fontsmith-icons";
|
|
|
-@bars-value: "\e006";
|
|
|
-@bars: '"fontsmith-icons"' '"\\e006"';
|
|
|
-@drawer3-font-family: "fontsmith-icons";
|
|
|
-@drawer3-value: "\e005";
|
|
|
-@drawer3: '"fontsmith-icons"' '"\\e005"';
|
|
|
+@bars-value: "\e005";
|
|
|
+@bars: '"fontsmith-icons"' '"\\e005"';
|
|
|
+@warning-font-family: "fontsmith-icons";
|
|
|
+@warning-value: "\e000";
|
|
|
+@warning: '"fontsmith-icons"' '"\\e000"';
|
|
|
+@arrow-left3-font-family: "fontsmith-icons";
|
|
|
+@arrow-left3-value: "\e006";
|
|
|
+@arrow-left3: '"fontsmith-icons"' '"\\e006"';
|
|
|
+@question-font-family: "fontsmith-icons";
|
|
|
+@question-value: "\e001";
|
|
|
+@question: '"fontsmith-icons"' '"\\e001"';
|
|
|
+@list-font-family: "fontsmith-icons";
|
|
|
+@list-value: "\e002";
|
|
|
+@list: '"fontsmith-icons"' '"\\e002"';
|
|
|
|
|
|
.icon-font-family(@char) {
|
|
|
font-family: ~`@{char}[0]`;
|