@progress/kendo-theme-core 13.0.1-dev.0 → 13.0.1-dev.1
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-core",
|
|
3
3
|
"description": "A collection of functions and mixins used for building themes for Kendo UI",
|
|
4
|
-
"version": "13.0.1-dev.
|
|
4
|
+
"version": "13.0.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"directories": {
|
|
47
47
|
"doc": "docs"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "d5449e3c299b8bbb53b7cee0db85029dc557012d"
|
|
50
50
|
}
|
|
@@ -72,13 +72,6 @@
|
|
|
72
72
|
margin: $kendo-form-fieldset-margin;
|
|
73
73
|
padding: $kendo-form-fieldset-padding;
|
|
74
74
|
border: 0;
|
|
75
|
-
|
|
76
|
-
> * {
|
|
77
|
-
&:not(.k-hidden):first-child,
|
|
78
|
-
&.k-hidden + :not(.k-hidden) {
|
|
79
|
-
margin-block-start: 0;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
75
|
}
|
|
83
76
|
|
|
84
77
|
.k-form-legend {
|
|
@@ -97,14 +90,6 @@
|
|
|
97
90
|
padding: 0;
|
|
98
91
|
}
|
|
99
92
|
|
|
100
|
-
> * {
|
|
101
|
-
&:not(.k-hidden):first-child,
|
|
102
|
-
&.k-hidden + :not(.k-hidden) {
|
|
103
|
-
margin-block-start: 0;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
|
|
108
93
|
// Form field
|
|
109
94
|
.k-form-field,
|
|
110
95
|
.k-form-field-wrap {
|
|
@@ -221,6 +206,22 @@
|
|
|
221
206
|
.k-form-buttons {
|
|
222
207
|
margin-block-start: $_form-rows-spacing;
|
|
223
208
|
}
|
|
209
|
+
|
|
210
|
+
.k-form-field-set {
|
|
211
|
+
> * {
|
|
212
|
+
&:not(.k-hidden):first-child,
|
|
213
|
+
&.k-hidden + :not(.k-hidden) {
|
|
214
|
+
margin-block-start: 0;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
> * {
|
|
220
|
+
&:not(.k-hidden):first-child,
|
|
221
|
+
&.k-hidden + :not(.k-hidden) {
|
|
222
|
+
margin-block-start: 0;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
224
225
|
}
|
|
225
226
|
}
|
|
226
227
|
}
|