We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d70b367 + 6d8c28b commit ba61e37Copy full SHA for ba61e37
RockWeb/Styles/_rock-core.less
@@ -175,6 +175,7 @@
175
176
// import as less files so they are concatenated properly
177
@import (less) "./summernote/summernote.min.css";
178
+@import (less) "styles-v2-prototype/icons/tabler-icon.css";
179
180
@import "_page-admin.less";
181
@import "_modal.less";
RockWeb/Styles/styles-v2-prototype/icons/tabler-icon.css
@@ -11,6 +11,7 @@
11
.ti {
12
font-family: "tabler-icons-outline" !important;
13
font-weight: normal;
14
+ font-style: normal;
15
font-size: 1.3em; /* Added this because FontAwesome Icon is bigger than tabler so, when switching to tabler from FA the tabler icon is smaller */
16
}
17
0 commit comments