@carbon/styles 1.103.0-rc.0 → 1.103.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 +9 -0
- package/css/styles.min.css +1 -1
- package/package.json +9 -9
- package/scss/components/link/_link.scss +13 -1
package/css/styles.css
CHANGED
|
@@ -7794,6 +7794,15 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
7794
7794
|
vertical-align: text-bottom;
|
|
7795
7795
|
}
|
|
7796
7796
|
|
|
7797
|
+
.cds--link--lg .cds--link__icon > svg {
|
|
7798
|
+
block-size: 1.25rem;
|
|
7799
|
+
inline-size: 1.25rem;
|
|
7800
|
+
}
|
|
7801
|
+
|
|
7802
|
+
.cds--link--lg .cds--link__icon {
|
|
7803
|
+
block-size: 1.25rem;
|
|
7804
|
+
}
|
|
7805
|
+
|
|
7797
7806
|
.cds--chat-btn {
|
|
7798
7807
|
border-radius: 1.5rem;
|
|
7799
7808
|
}
|