@appscode/design-system 2.0.22-alpha.3 → 2.0.22-alpha.5
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
|
@@ -407,14 +407,15 @@
|
|
|
407
407
|
}
|
|
408
408
|
|
|
409
409
|
label {
|
|
410
|
-
font-size:
|
|
411
|
-
left:
|
|
412
|
-
top:
|
|
410
|
+
font-size: 13px;
|
|
411
|
+
left: 15px;
|
|
412
|
+
top: 8px;
|
|
413
413
|
cursor: text;
|
|
414
414
|
color: $primary-10;
|
|
415
415
|
position: absolute;
|
|
416
416
|
z-index: 99;
|
|
417
417
|
transition: 0.3s ease-in-out;
|
|
418
|
+
font-weight: 500;
|
|
418
419
|
|
|
419
420
|
.is-required {
|
|
420
421
|
img {
|
|
@@ -429,7 +430,7 @@
|
|
|
429
430
|
left: 15px;
|
|
430
431
|
padding: 0 5px;
|
|
431
432
|
font-size: 13px;
|
|
432
|
-
color: $black-
|
|
433
|
+
color: $black-40;
|
|
433
434
|
|
|
434
435
|
&::after {
|
|
435
436
|
background-color: $white-100;
|