@appscode/design-system 2.0.33-alpha.1 → 2.0.33-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
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
// file upload
|
|
526
526
|
.file.ac-file {
|
|
527
527
|
.file-name {
|
|
528
|
-
border-color: $
|
|
528
|
+
border-color: $color-border-dark;
|
|
529
529
|
max-width: 100%;
|
|
530
530
|
width: 100%;
|
|
531
531
|
height: 36px;
|
|
@@ -545,7 +545,7 @@
|
|
|
545
545
|
|
|
546
546
|
// file upload
|
|
547
547
|
.file-upload {
|
|
548
|
-
border: 1px dashed $
|
|
548
|
+
border: 1px dashed $color-border-dark;
|
|
549
549
|
border-radius: 4px;
|
|
550
550
|
&:hover {
|
|
551
551
|
background-color: $primary-97;
|