@carefirst/library 2.0.24 → 2.0.25

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "2.0.24",
3
+ "version": "2.0.25",
4
4
  "author": "Jacques Francois Coetzee",
5
5
  "private": false,
6
6
  "peerDependencies": {
@@ -57,9 +57,18 @@ cf-btn ion-button {
57
57
  max-width: 420px;
58
58
  }
59
59
  }
60
+
60
61
  /*===============================================
61
62
  =============== CF Notifications ===============
62
63
  ===============================================*/
63
64
  cf-notification {
64
65
  width: 100%;
65
66
  }
67
+
68
+ /*===============================================
69
+ =================== CF Icons ===================
70
+ ===============================================*/
71
+ cf-icon {
72
+ display: block;
73
+ width: fit-content;
74
+ }