@carbon/styles 1.115.0-rc.0 → 1.115.0
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/css/styles.css +2 -2
- package/css/styles.min.css +1 -1
- package/package.json +9 -9
- package/scss/components/card/_card.scss +2 -2
package/css/styles.css
CHANGED
|
@@ -8305,7 +8305,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
8305
8305
|
margin-block-start: auto;
|
|
8306
8306
|
}
|
|
8307
8307
|
|
|
8308
|
-
.cds--card__title
|
|
8308
|
+
.cds--card__title .cds--card__label {
|
|
8309
8309
|
font-size: var(--cds-label-01-font-size, 0.75rem);
|
|
8310
8310
|
font-weight: var(--cds-label-01-font-weight, 400);
|
|
8311
8311
|
line-height: var(--cds-label-01-line-height, 1.33333);
|
|
@@ -8401,7 +8401,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
8401
8401
|
vertical-align: middle;
|
|
8402
8402
|
}
|
|
8403
8403
|
|
|
8404
|
-
.cds--card__title
|
|
8404
|
+
.cds--card__title .cds--card__description {
|
|
8405
8405
|
font-size: var(--cds-label-01-font-size, 0.75rem);
|
|
8406
8406
|
font-weight: var(--cds-label-01-font-weight, 400);
|
|
8407
8407
|
line-height: var(--cds-label-01-line-height, 1.33333);
|