@carefirst/library 7.0.2 → 7.0.3

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": "@carefirst/library",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "author": "FCS Dev Team",
5
5
  "private": false,
6
6
  "peerDependencies": {
@@ -278,10 +278,12 @@ p.body-extra-extra-small {
278
278
  ===============================================*/
279
279
 
280
280
  @mixin button-text-base {
281
- font-family: 'Roboto', sans-serif;
282
- font-weight: 500;
283
- font-style: normal;
284
- line-height: auto;
281
+ > p {
282
+ font-family: 'Roboto', sans-serif;
283
+ font-weight: 500;
284
+ font-style: normal;
285
+ line-height: auto;
286
+ }
285
287
  }
286
288
 
287
289
  ion-button[class^='cf-button-'],