@carefirst/library 7.0.2 → 7.0.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.
package/package.json
CHANGED
package/public/styles/font.scss
CHANGED
|
@@ -288,22 +288,34 @@ ion-button[class^='cf-button-'],
|
|
|
288
288
|
.cf-button-text {
|
|
289
289
|
@include button-text-base;
|
|
290
290
|
font-size: 1.2rem;
|
|
291
|
+
> p {
|
|
292
|
+
@include button-text-base;
|
|
293
|
+
}
|
|
291
294
|
}
|
|
292
295
|
|
|
293
296
|
ion-button[class^='cf-button-'].text-extra-small,
|
|
294
297
|
.cf-button-text-extra-small {
|
|
295
298
|
@include button-text-base;
|
|
296
299
|
font-size: 0.8rem;
|
|
300
|
+
> p {
|
|
301
|
+
@include button-text-base;
|
|
302
|
+
}
|
|
297
303
|
}
|
|
298
304
|
|
|
299
305
|
ion-button[class^='cf-button-'].text-small,
|
|
300
306
|
.cf-button-text-small {
|
|
301
307
|
@include button-text-base;
|
|
302
308
|
font-size: 1rem;
|
|
309
|
+
> p {
|
|
310
|
+
@include button-text-base;
|
|
311
|
+
}
|
|
303
312
|
}
|
|
304
313
|
|
|
305
314
|
ion-button[class^='cf-button-'].text-large,
|
|
306
315
|
.cf-button-text-large {
|
|
307
316
|
@include button-text-base;
|
|
308
317
|
font-size: 1.6rem;
|
|
318
|
+
> p {
|
|
319
|
+
@include button-text-base;
|
|
320
|
+
}
|
|
309
321
|
}
|