@acorex/styles 20.2.3 → 20.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -223,3 +223,6 @@ $ax-icon-maximize-after: '';
223
223
 
224
224
  $ax-icon-code: '\f121';
225
225
  $ax-icon-code-after: '';
226
+
227
+ $ax-icon-paragraph: '\f1dd';
228
+ $ax-icon-paragraph-after: '';
@@ -703,3 +703,12 @@
703
703
  content: variables.$ax-icon-code-after;
704
704
  }
705
705
  }
706
+
707
+ .ax-icon-paragraph {
708
+ &:before {
709
+ content: variables.$ax-icon-paragraph;
710
+ }
711
+ &:after {
712
+ content: variables.$ax-icon-paragraph-after;
713
+ }
714
+ }
@@ -222,3 +222,6 @@ $ax-icon-maximize-after: '';
222
222
 
223
223
  $ax-icon-code: '\e86f';
224
224
  $ax-icon-code-after: '';
225
+
226
+ $ax-icon-paragraph: '\f865';
227
+ $ax-icon-paragraph-after: '';
@@ -707,3 +707,12 @@
707
707
  content: variables.$ax-icon-code-after;
708
708
  }
709
709
  }
710
+
711
+ .ax-icon-paragraph {
712
+ &:before {
713
+ content: variables.$ax-icon-paragraph;
714
+ }
715
+ &:after {
716
+ content: variables.$ax-icon-paragraph-after;
717
+ }
718
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "20.2.3",
3
+ "version": "20.2.4",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",