@appscode/design-system 2.0.13 → 2.0.14
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.
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
display: flex;
|
|
5
5
|
|
|
6
6
|
.form-left-item {
|
|
7
|
-
margin-right:
|
|
8
|
-
width: calc(100% -
|
|
7
|
+
margin-right: 16px;
|
|
8
|
+
width: calc(100% - 108px);
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -29,12 +29,6 @@
|
|
|
29
29
|
.vue-openapi-form {
|
|
30
30
|
margin-left: -20px;
|
|
31
31
|
|
|
32
|
-
.is-warning {
|
|
33
|
-
font-size: 12px;
|
|
34
|
-
color: $warning;
|
|
35
|
-
padding-left: 10px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
32
|
.ac-nested-elements {
|
|
39
33
|
&:first-child {
|
|
40
34
|
margin-left: 0;
|
|
@@ -616,43 +610,19 @@
|
|
|
616
610
|
width: 200px !important;
|
|
617
611
|
padding-right: 10px;
|
|
618
612
|
}
|
|
619
|
-
}
|
|
620
613
|
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
&.is-light {
|
|
629
|
-
&.is-loading {
|
|
630
|
-
&::after {
|
|
631
|
-
border-color: transparent transparent #1c1c1c #1c1c1c !important;
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
&.is-ghost {
|
|
636
|
-
border-color: transparent !important;
|
|
637
|
-
}
|
|
638
|
-
&.is-square {
|
|
639
|
-
border: 1px solid $primary-95;
|
|
640
|
-
}
|
|
641
|
-
&.is-small {
|
|
642
|
-
padding: 4px 9px;
|
|
614
|
+
.key-value-save > .ac-single-input {
|
|
615
|
+
margin-left: 0;
|
|
616
|
+
}
|
|
617
|
+
.key-value-save > .ac-nested-elements {
|
|
618
|
+
padding-left: 0;
|
|
619
|
+
&:after {
|
|
620
|
+
left: 8px;
|
|
643
621
|
}
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
height: 36px;
|
|
622
|
+
&:before {
|
|
623
|
+
left: 4px;
|
|
647
624
|
}
|
|
648
625
|
}
|
|
649
|
-
&:focus {
|
|
650
|
-
outline: none;
|
|
651
|
-
box-shadow: none;
|
|
652
|
-
}
|
|
653
|
-
}
|
|
654
|
-
button.is-primary {
|
|
655
|
-
background-color: $primary;
|
|
656
626
|
}
|
|
657
627
|
|
|
658
628
|
.is-refresh {
|