@appscode/design-system 2.0.32-alpha.1 → 2.0.32-alpha.3
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 +1 -1
- package/vue-components/styles/components/_terminal.scss +1 -1
- package/vue-components/styles/components/form-fields/_file-upload.scss +1 -1
- package/vue-components/styles/components/form-fields/_input.scss +4 -4
- package/vue-components/styles/components/navbar/_menu-content.scss +1 -1
- package/vue-components/styles/components/select-box/_multi-select.scss +1 -1
- package/vue-components/styles/components/ui-builder/_vue-open-api.scss +1 -1
package/package.json
CHANGED
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
textarea {
|
|
370
|
-
border: 1px solid $
|
|
370
|
+
border: 1px solid $color-border-dark;
|
|
371
371
|
background-color: transparent;
|
|
372
372
|
padding: 10px 15px;
|
|
373
373
|
min-height: 150px;
|
|
@@ -392,12 +392,12 @@
|
|
|
392
392
|
font-weight: 400;
|
|
393
393
|
width: 100%;
|
|
394
394
|
border-radius: 4px;
|
|
395
|
-
border: 1px solid $
|
|
395
|
+
border: 1px solid $color-border-dark;
|
|
396
396
|
padding: 8px 15px;
|
|
397
397
|
font-size: 13px;
|
|
398
398
|
|
|
399
399
|
&:hover {
|
|
400
|
-
border-color: $primary
|
|
400
|
+
border-color: $primary;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
&.bg-white {
|
|
@@ -552,7 +552,7 @@
|
|
|
552
552
|
|
|
553
553
|
label {
|
|
554
554
|
.upload-icon {
|
|
555
|
-
border: 1px solid $
|
|
555
|
+
border: 1px solid $color-border-dark;
|
|
556
556
|
svg {
|
|
557
557
|
color: $color-heading;
|
|
558
558
|
}
|