@appscode/design-system 2.0.19-alpha.1 → 2.0.19-alpha.2
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
|
@@ -257,7 +257,6 @@
|
|
|
257
257
|
margin-bottom: 0;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
|
|
261
260
|
label {
|
|
262
261
|
font-size: 13px;
|
|
263
262
|
left: 15px;
|
|
@@ -350,12 +349,7 @@
|
|
|
350
349
|
transition: 0.3s;
|
|
351
350
|
|
|
352
351
|
&:hover {
|
|
353
|
-
background-color:
|
|
354
|
-
var(--hsl-hue),
|
|
355
|
-
var(--hsl-saturation),
|
|
356
|
-
var(--hsl-lightness),
|
|
357
|
-
0.2
|
|
358
|
-
);
|
|
352
|
+
background-color: $primary-20;
|
|
359
353
|
color: $primary;
|
|
360
354
|
}
|
|
361
355
|
}
|
|
@@ -376,7 +370,7 @@
|
|
|
376
370
|
border: 1px solid $primary-80;
|
|
377
371
|
background-color: transparent;
|
|
378
372
|
padding: 10px 15px;
|
|
379
|
-
min-height:
|
|
373
|
+
min-height: 150px;
|
|
380
374
|
|
|
381
375
|
&.bg-white {
|
|
382
376
|
background-color: transparent;
|
|
@@ -403,7 +397,7 @@
|
|
|
403
397
|
font-size: 13px;
|
|
404
398
|
|
|
405
399
|
&:hover {
|
|
406
|
-
border-color: $
|
|
400
|
+
border-color: $primary-70;
|
|
407
401
|
}
|
|
408
402
|
|
|
409
403
|
&.bg-white {
|
|
@@ -549,7 +543,7 @@
|
|
|
549
543
|
}
|
|
550
544
|
}
|
|
551
545
|
|
|
552
|
-
// file upload
|
|
546
|
+
// file upload
|
|
553
547
|
.file-upload {
|
|
554
548
|
border: 1px dashed $primary-80;
|
|
555
549
|
border-radius: 4px;
|
|
@@ -591,4 +585,4 @@
|
|
|
591
585
|
}
|
|
592
586
|
}
|
|
593
587
|
}
|
|
594
|
-
}
|
|
588
|
+
}
|