@progress/kendo-theme-core 7.0.1-dev.0 → 7.0.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/dist/all.css +8 -0
- package/dist/all.scss +9 -0
- package/package.json +2 -2
- package/scss/styles/_loading.scss +9 -1
package/dist/all.css
CHANGED
|
@@ -279,6 +279,14 @@ kendo-sortable {
|
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
.k-i-loading {
|
|
282
|
+
width: 1em;
|
|
283
|
+
height: 1em;
|
|
284
|
+
line-height: 1;
|
|
285
|
+
display: inline-flex;
|
|
286
|
+
flex-flow: row nowrap;
|
|
287
|
+
align-items: center;
|
|
288
|
+
justify-content: center;
|
|
289
|
+
vertical-align: middle;
|
|
282
290
|
position: relative;
|
|
283
291
|
background-color: transparent;
|
|
284
292
|
box-sizing: border-box;
|
package/dist/all.scss
CHANGED
|
@@ -4350,6 +4350,14 @@ $_imported: () !default;
|
|
|
4350
4350
|
|
|
4351
4351
|
// Loading indicator
|
|
4352
4352
|
.k-i-loading {
|
|
4353
|
+
width: 1em;
|
|
4354
|
+
height: 1em;
|
|
4355
|
+
line-height: 1;
|
|
4356
|
+
display: inline-flex;
|
|
4357
|
+
flex-flow: row nowrap;
|
|
4358
|
+
align-items: center;
|
|
4359
|
+
justify-content: center;
|
|
4360
|
+
vertical-align: middle;
|
|
4353
4361
|
position: relative;
|
|
4354
4362
|
background-color: transparent;
|
|
4355
4363
|
box-sizing: border-box;
|
|
@@ -4422,6 +4430,7 @@ $_imported: () !default;
|
|
|
4422
4430
|
}
|
|
4423
4431
|
}
|
|
4424
4432
|
}
|
|
4433
|
+
|
|
4425
4434
|
// #endregion
|
|
4426
4435
|
// #region @import "./_selection.scss"; -> scss/styles/_selection.scss
|
|
4427
4436
|
@mixin kendo-core--styles--selection() {
|
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": "7.0.1
|
|
4
|
+
"version": "7.0.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"prepublishOnly": "node ../../scripts/themes-prepublish.js",
|
|
41
41
|
"postpublish": "echo 'no postpublish for core theme'"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "58e4637d58f04db3121af3d6e1654cea6baec328"
|
|
44
44
|
}
|
|
@@ -45,6 +45,14 @@
|
|
|
45
45
|
|
|
46
46
|
// Loading indicator
|
|
47
47
|
.k-i-loading {
|
|
48
|
+
width: 1em;
|
|
49
|
+
height: 1em;
|
|
50
|
+
line-height: 1;
|
|
51
|
+
display: inline-flex;
|
|
52
|
+
flex-flow: row nowrap;
|
|
53
|
+
align-items: center;
|
|
54
|
+
justify-content: center;
|
|
55
|
+
vertical-align: middle;
|
|
48
56
|
position: relative;
|
|
49
57
|
background-color: transparent;
|
|
50
58
|
box-sizing: border-box;
|
|
@@ -116,4 +124,4 @@
|
|
|
116
124
|
transform: rotate(360deg);
|
|
117
125
|
}
|
|
118
126
|
}
|
|
119
|
-
}
|
|
127
|
+
}
|