sdga-ui 1.0.15 → 1.0.16
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/dga-ui.css
CHANGED
|
@@ -27459,10 +27459,10 @@ html {
|
|
|
27459
27459
|
.form-label {
|
|
27460
27460
|
font-size: 0.875rem;
|
|
27461
27461
|
}
|
|
27462
|
-
.form-label.required::
|
|
27462
|
+
.form-label.required::after {
|
|
27463
27463
|
content: "*";
|
|
27464
27464
|
color: #B42318;
|
|
27465
|
-
margin-inline-
|
|
27465
|
+
margin-inline-start: 0.25rem;
|
|
27466
27466
|
}
|
|
27467
27467
|
.form-label.disabled {
|
|
27468
27468
|
color: #9DA4AE;
|
package/package.json
CHANGED
|
@@ -112,10 +112,10 @@
|
|
|
112
112
|
font-size: $font-size-sm;
|
|
113
113
|
|
|
114
114
|
&.required {
|
|
115
|
-
&::
|
|
115
|
+
&::after {
|
|
116
116
|
content: "*";
|
|
117
117
|
color: $error-700;
|
|
118
|
-
margin-inline-
|
|
118
|
+
margin-inline-start: 0.25rem;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
transform: translateX(-50%) scaleX(1);
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
|
|
196
|
+
|
|
197
197
|
&:focus-within {
|
|
198
198
|
border-color: $neutral-700;
|
|
199
199
|
outline: none;
|
|
@@ -280,4 +280,4 @@
|
|
|
280
280
|
border-color: $neutral-300;
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
|
-
}
|
|
283
|
+
}
|