mod-base 1.0.62-beta.1 → 1.0.62

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.62-beta.1",
3
+ "version": "1.0.62",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -294,5 +294,4 @@
294
294
  }
295
295
  .icon-stroke-generator:before {
296
296
  content: "\e959";
297
- color: #352157;
298
297
  }
@@ -530,6 +530,7 @@
530
530
  content: "\e954";
531
531
  }
532
532
  }
533
+
533
534
  .icon-stroke-deck {
534
535
  &::before {
535
536
  content: "\e955";
@@ -540,4 +541,10 @@
540
541
  &::before {
541
542
  content: '\e958';
542
543
  }
543
- }
544
+ }
545
+
546
+ .icon-stroke-generator {
547
+ &::before {
548
+ content: '\e959';
549
+ }
550
+ }