@metropolle/design-system 1.2026.0-1.24.2224 → 1.2026.0-1.24.2242
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/dist/css/components.css +10 -0
- package/package.json +1 -1
package/dist/css/components.css
CHANGED
|
@@ -4041,6 +4041,16 @@ html[data-theme="light"] .mds-profile-card__info-dot.active {
|
|
|
4041
4041
|
transform: none;
|
|
4042
4042
|
justify-content: center;
|
|
4043
4043
|
margin-top: 16px;
|
|
4044
|
+
flex-direction: column;
|
|
4045
|
+
align-items: center;
|
|
4046
|
+
gap: 12px;
|
|
4047
|
+
}
|
|
4048
|
+
|
|
4049
|
+
/* Info dots: horizontal on mobile */
|
|
4050
|
+
.mds-profile-card__info-dots {
|
|
4051
|
+
flex-direction: row;
|
|
4052
|
+
gap: 8px;
|
|
4053
|
+
margin-top: 8px;
|
|
4044
4054
|
}
|
|
4045
4055
|
|
|
4046
4056
|
.mds-profile-card__social {
|