@appscode/design-system 2.0.22-alpha.4 → 2.0.22-alpha.6
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
|
@@ -415,7 +415,6 @@
|
|
|
415
415
|
position: absolute;
|
|
416
416
|
z-index: 99;
|
|
417
417
|
transition: 0.3s ease-in-out;
|
|
418
|
-
font-weight: 500;
|
|
419
418
|
|
|
420
419
|
.is-required {
|
|
421
420
|
img {
|
|
@@ -427,7 +426,7 @@
|
|
|
427
426
|
|
|
428
427
|
&.show-label {
|
|
429
428
|
top: -10px;
|
|
430
|
-
left:
|
|
429
|
+
left: 10px;
|
|
431
430
|
padding: 0 5px;
|
|
432
431
|
font-size: 13px;
|
|
433
432
|
color: $black-40;
|