@progress/kendo-theme-bootstrap 6.6.1-dev.0 → 6.7.0-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/dist/all.css +146 -313
- package/dist/all.scss +296 -324
- package/dist/meta/sassdoc-data.json +16956 -13548
- package/dist/meta/sassdoc-raw-data.json +1714 -139
- package/dist/meta/variables.json +91 -23
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/breadcrumb/_variables.scss +179 -6
- package/scss/chat/_variables.scss +0 -2
- package/scss/grid/_variables.scss +0 -2
- package/scss/scrollview/_theme.scss +4 -12
- package/scss/tilelayout/_variables.scss +8 -0
package/dist/meta/variables.json
CHANGED
|
@@ -10939,6 +10939,10 @@
|
|
|
10939
10939
|
"type": "Color",
|
|
10940
10940
|
"value": "#dee2e6"
|
|
10941
10941
|
},
|
|
10942
|
+
"kendo-breadcrumb-border-width": {
|
|
10943
|
+
"type": "Number",
|
|
10944
|
+
"value": "0px"
|
|
10945
|
+
},
|
|
10942
10946
|
"kendo-breadcrumb-margin-x": {
|
|
10943
10947
|
"type": "Null",
|
|
10944
10948
|
"value": "null"
|
|
@@ -10955,10 +10959,6 @@
|
|
|
10955
10959
|
"type": "Null",
|
|
10956
10960
|
"value": "null"
|
|
10957
10961
|
},
|
|
10958
|
-
"kendo-breadcrumb-border-width": {
|
|
10959
|
-
"type": "Number",
|
|
10960
|
-
"value": "0px"
|
|
10961
|
-
},
|
|
10962
10962
|
"kendo-breadcrumb-font-family": {
|
|
10963
10963
|
"type": "List",
|
|
10964
10964
|
"value": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\""
|
|
@@ -10967,10 +10967,34 @@
|
|
|
10967
10967
|
"type": "Number",
|
|
10968
10968
|
"value": "1rem"
|
|
10969
10969
|
},
|
|
10970
|
+
"kendo-breadcrumb-sm-font-size": {
|
|
10971
|
+
"type": "Number",
|
|
10972
|
+
"value": "0.875rem"
|
|
10973
|
+
},
|
|
10974
|
+
"kendo-breadcrumb-md-font-size": {
|
|
10975
|
+
"type": "Number",
|
|
10976
|
+
"value": "1rem"
|
|
10977
|
+
},
|
|
10978
|
+
"kendo-breadcrumb-lg-font-size": {
|
|
10979
|
+
"type": "Number",
|
|
10980
|
+
"value": "1rem"
|
|
10981
|
+
},
|
|
10970
10982
|
"kendo-breadcrumb-line-height": {
|
|
10971
10983
|
"type": "Number",
|
|
10972
10984
|
"value": "1.5"
|
|
10973
10985
|
},
|
|
10986
|
+
"kendo-breadcrumb-sm-line-height": {
|
|
10987
|
+
"type": "Number",
|
|
10988
|
+
"value": "1.4285714286"
|
|
10989
|
+
},
|
|
10990
|
+
"kendo-breadcrumb-md-line-height": {
|
|
10991
|
+
"type": "Number",
|
|
10992
|
+
"value": "1.5"
|
|
10993
|
+
},
|
|
10994
|
+
"kendo-breadcrumb-lg-line-height": {
|
|
10995
|
+
"type": "Number",
|
|
10996
|
+
"value": "1.5"
|
|
10997
|
+
},
|
|
10974
10998
|
"kendo-breadcrumb-bg": {
|
|
10975
10999
|
"type": "Color",
|
|
10976
11000
|
"value": "#ffffff"
|
|
@@ -10983,38 +11007,86 @@
|
|
|
10983
11007
|
"type": "Color",
|
|
10984
11008
|
"value": "#dee2e6"
|
|
10985
11009
|
},
|
|
11010
|
+
"kendo-breadcrumb-focus-shadow": {
|
|
11011
|
+
"type": "List",
|
|
11012
|
+
"value": "0 0 2px 1px rgba(0, 0, 0, 0.06)"
|
|
11013
|
+
},
|
|
10986
11014
|
"kendo-breadcrumb-link-padding-x": {
|
|
10987
11015
|
"type": "Number",
|
|
10988
11016
|
"value": "0.75rem"
|
|
10989
11017
|
},
|
|
11018
|
+
"kendo-breadcrumb-sm-link-padding-x": {
|
|
11019
|
+
"type": "Number",
|
|
11020
|
+
"value": "0.75rem"
|
|
11021
|
+
},
|
|
11022
|
+
"kendo-breadcrumb-md-link-padding-x": {
|
|
11023
|
+
"type": "Number",
|
|
11024
|
+
"value": "0.75rem"
|
|
11025
|
+
},
|
|
11026
|
+
"kendo-breadcrumb-lg-link-padding-x": {
|
|
11027
|
+
"type": "Number",
|
|
11028
|
+
"value": "0.75rem"
|
|
11029
|
+
},
|
|
10990
11030
|
"kendo-breadcrumb-link-padding-y": {
|
|
10991
11031
|
"type": "Number",
|
|
10992
11032
|
"value": "0.5rem"
|
|
10993
11033
|
},
|
|
11034
|
+
"kendo-breadcrumb-sm-link-padding-y": {
|
|
11035
|
+
"type": "Number",
|
|
11036
|
+
"value": "0.375rem"
|
|
11037
|
+
},
|
|
11038
|
+
"kendo-breadcrumb-md-link-padding-y": {
|
|
11039
|
+
"type": "Number",
|
|
11040
|
+
"value": "0.5rem"
|
|
11041
|
+
},
|
|
11042
|
+
"kendo-breadcrumb-lg-link-padding-y": {
|
|
11043
|
+
"type": "Number",
|
|
11044
|
+
"value": "0.625rem"
|
|
11045
|
+
},
|
|
10994
11046
|
"kendo-breadcrumb-link-border-radius": {
|
|
10995
11047
|
"type": "Number",
|
|
10996
11048
|
"value": "0.375rem"
|
|
10997
11049
|
},
|
|
10998
|
-
"kendo-breadcrumb-icon-link-padding-
|
|
11050
|
+
"kendo-breadcrumb-icon-link-padding-y": {
|
|
10999
11051
|
"type": "Number",
|
|
11000
11052
|
"value": "0.75rem"
|
|
11001
11053
|
},
|
|
11002
|
-
"kendo-breadcrumb-icon-link-padding-y": {
|
|
11054
|
+
"kendo-breadcrumb-sm-icon-link-padding-y": {
|
|
11055
|
+
"type": "Number",
|
|
11056
|
+
"value": "0.5rem"
|
|
11057
|
+
},
|
|
11058
|
+
"kendo-breadcrumb-md-icon-link-padding-y": {
|
|
11003
11059
|
"type": "Number",
|
|
11004
11060
|
"value": "0.75rem"
|
|
11005
11061
|
},
|
|
11006
|
-
"kendo-breadcrumb-
|
|
11062
|
+
"kendo-breadcrumb-lg-icon-link-padding-y": {
|
|
11063
|
+
"type": "Number",
|
|
11064
|
+
"value": "0.875rem"
|
|
11065
|
+
},
|
|
11066
|
+
"kendo-breadcrumb-icon-link-padding-x": {
|
|
11007
11067
|
"type": "Number",
|
|
11008
11068
|
"value": "0.75rem"
|
|
11009
11069
|
},
|
|
11010
|
-
"kendo-breadcrumb-
|
|
11070
|
+
"kendo-breadcrumb-sm-icon-link-padding-x": {
|
|
11011
11071
|
"type": "Number",
|
|
11012
11072
|
"value": "0.5rem"
|
|
11013
11073
|
},
|
|
11074
|
+
"kendo-breadcrumb-md-icon-link-padding-x": {
|
|
11075
|
+
"type": "Number",
|
|
11076
|
+
"value": "0.75rem"
|
|
11077
|
+
},
|
|
11078
|
+
"kendo-breadcrumb-lg-icon-link-padding-x": {
|
|
11079
|
+
"type": "Number",
|
|
11080
|
+
"value": "0.875rem"
|
|
11081
|
+
},
|
|
11014
11082
|
"kendo-breadcrumb-link-initial-text": {
|
|
11015
11083
|
"type": "String",
|
|
11016
11084
|
"value": "inherit"
|
|
11017
11085
|
},
|
|
11086
|
+
"kendo-breadcrumb-link-icon-spacing": {
|
|
11087
|
+
"type": "Number",
|
|
11088
|
+
"value": "0.5rem"
|
|
11089
|
+
},
|
|
11018
11090
|
"kendo-breadcrumb-link-bg": {
|
|
11019
11091
|
"type": "Null",
|
|
11020
11092
|
"value": "null"
|
|
@@ -11107,9 +11179,9 @@
|
|
|
11107
11179
|
"type": "Null",
|
|
11108
11180
|
"value": "null"
|
|
11109
11181
|
},
|
|
11110
|
-
"kendo-breadcrumb-
|
|
11111
|
-
"type": "
|
|
11112
|
-
"value": "0 0
|
|
11182
|
+
"kendo-breadcrumb-sizes": {
|
|
11183
|
+
"type": "Map",
|
|
11184
|
+
"value": "(sm: (link-padding-x: 0.75rem, link-padding-y: 0.375rem, icon-link-padding-x: 0.5rem, icon-link-padding-y: 0.5rem, font-size: 0.875rem, line-height: 1.4285714286), md: (link-padding-x: 0.75rem, link-padding-y: 0.5rem, icon-link-padding-x: 0.75rem, icon-link-padding-y: 0.75rem, font-size: 1rem, line-height: 1.5), lg: (link-padding-x: 0.75rem, link-padding-y: 0.625rem, icon-link-padding-x: 0.875rem, icon-link-padding-y: 0.875rem, font-size: 1rem, line-height: 1.5))"
|
|
11113
11185
|
},
|
|
11114
11186
|
"kendo-pager-padding-x": {
|
|
11115
11187
|
"type": "Number",
|
|
@@ -12295,6 +12367,14 @@
|
|
|
12295
12367
|
"type": "Color",
|
|
12296
12368
|
"value": "#f8f9fa"
|
|
12297
12369
|
},
|
|
12370
|
+
"kendo-tile-layout-padding-x": {
|
|
12371
|
+
"type": "Number",
|
|
12372
|
+
"value": "1rem"
|
|
12373
|
+
},
|
|
12374
|
+
"kendo-tile-layout-padding-y": {
|
|
12375
|
+
"type": "Number",
|
|
12376
|
+
"value": "1rem"
|
|
12377
|
+
},
|
|
12298
12378
|
"kendo-tile-layout-card-border-width": {
|
|
12299
12379
|
"type": "Number",
|
|
12300
12380
|
"value": "1px"
|
|
@@ -12623,10 +12703,6 @@
|
|
|
12623
12703
|
"type": "Number",
|
|
12624
12704
|
"value": "1px"
|
|
12625
12705
|
},
|
|
12626
|
-
"kendo-grid-cell-placeholder-line-width": {
|
|
12627
|
-
"type": "Number",
|
|
12628
|
-
"value": "80%"
|
|
12629
|
-
},
|
|
12630
12706
|
"kendo-grid-bg": {
|
|
12631
12707
|
"type": "Color",
|
|
12632
12708
|
"value": "#ffffff"
|
|
@@ -14927,14 +15003,6 @@
|
|
|
14927
15003
|
"type": "Number",
|
|
14928
15004
|
"value": "8px"
|
|
14929
15005
|
},
|
|
14930
|
-
"kendo-chat-toolbar-padding-x": {
|
|
14931
|
-
"type": "Number",
|
|
14932
|
-
"value": "0.5rem"
|
|
14933
|
-
},
|
|
14934
|
-
"kendo-chat-toolbar-padding-y": {
|
|
14935
|
-
"type": "Number",
|
|
14936
|
-
"value": "0.5rem"
|
|
14937
|
-
},
|
|
14938
15006
|
"kendo-chat-toolbar-spacing": {
|
|
14939
15007
|
"type": "Number",
|
|
14940
15008
|
"value": "0.5rem"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.7.0-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-font-icons": "1.8.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.
|
|
55
|
-
"@progress/kendo-theme-default": "6.
|
|
56
|
-
"@progress/kendo-theme-utils": "6.
|
|
54
|
+
"@progress/kendo-theme-core": "6.7.0-dev.1",
|
|
55
|
+
"@progress/kendo-theme-default": "6.7.0-dev.1",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.7.0-dev.1",
|
|
57
57
|
"bootstrap": "5.2.1"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "70c85b28b2e861c628b47fffed4a0284bcf47923"
|
|
60
60
|
}
|
|
@@ -1,59 +1,232 @@
|
|
|
1
1
|
// Breadcrumb
|
|
2
2
|
|
|
3
|
+
/// The width of the border around the Breadcrumb.
|
|
4
|
+
/// @group breadcrumb
|
|
5
|
+
$kendo-breadcrumb-border-width: 0px !default;
|
|
6
|
+
|
|
7
|
+
/// The horizontal margin of the Breadcrumb.
|
|
8
|
+
/// @group breadcrumb
|
|
3
9
|
$kendo-breadcrumb-margin-x: null !default;
|
|
10
|
+
/// The vertical margin of the Breadcrumb.
|
|
11
|
+
/// @group breadcrumb
|
|
4
12
|
$kendo-breadcrumb-margin-y: null !default;
|
|
13
|
+
|
|
14
|
+
/// The horizontal padding of the Breadcrumb.
|
|
15
|
+
/// @group breadcrumb
|
|
5
16
|
$kendo-breadcrumb-padding-x: null !default;
|
|
17
|
+
/// The vertical padding of the Breadcrumb.
|
|
18
|
+
/// @group breadcrumb
|
|
6
19
|
$kendo-breadcrumb-padding-y: null !default;
|
|
7
|
-
$kendo-breadcrumb-border-width: 0px !default;
|
|
8
20
|
|
|
21
|
+
/// The font family of the Breadcrumb.
|
|
22
|
+
/// @group breadcrumb
|
|
9
23
|
$kendo-breadcrumb-font-family: $kendo-font-family !default;
|
|
24
|
+
|
|
25
|
+
/// The font size of the Breadcrumb.
|
|
26
|
+
/// @group breadcrumb
|
|
10
27
|
$kendo-breadcrumb-font-size: $kendo-font-size-md !default;
|
|
28
|
+
/// The font size of the small Breadcrumb.
|
|
29
|
+
/// @group breadcrumb
|
|
30
|
+
$kendo-breadcrumb-sm-font-size: $kendo-font-size-sm !default;
|
|
31
|
+
/// The font size of the medium Breadcrumb.
|
|
32
|
+
/// @group breadcrumb
|
|
33
|
+
$kendo-breadcrumb-md-font-size: $kendo-breadcrumb-font-size !default;
|
|
34
|
+
/// The font size of the large Breadcrumb.
|
|
35
|
+
/// @group breadcrumb
|
|
36
|
+
$kendo-breadcrumb-lg-font-size: $kendo-font-size-md !default;
|
|
37
|
+
|
|
38
|
+
/// The line-height of the Breadcrumb.
|
|
39
|
+
/// @group breadcrumb
|
|
11
40
|
$kendo-breadcrumb-line-height: $kendo-line-height-md !default;
|
|
41
|
+
/// The line-height of the small Breadcrumb.
|
|
42
|
+
/// @group breadcrumb
|
|
43
|
+
$kendo-breadcrumb-sm-line-height: k-math-div( 20, 14 ) !default;
|
|
44
|
+
/// The line-height of the medium Breadcrumb.
|
|
45
|
+
/// @group breadcrumb
|
|
46
|
+
$kendo-breadcrumb-md-line-height: $kendo-breadcrumb-line-height !default;
|
|
47
|
+
/// The line-height of the height Breadcrumb.
|
|
48
|
+
/// @group breadcrumb
|
|
49
|
+
$kendo-breadcrumb-lg-line-height: $kendo-line-height-md !default;
|
|
12
50
|
|
|
51
|
+
/// The base background of the Breadcrumb.
|
|
52
|
+
/// @group breadcrumb
|
|
13
53
|
$kendo-breadcrumb-bg: $kendo-component-bg !default;
|
|
54
|
+
/// The base text color of the Breadcrumb.
|
|
55
|
+
/// @group breadcrumb
|
|
14
56
|
$kendo-breadcrumb-text: $kendo-component-text !default;
|
|
57
|
+
/// The base border color of the Breadcrumb.
|
|
58
|
+
/// @group breadcrumb
|
|
15
59
|
$kendo-breadcrumb-border: $kendo-component-border !default;
|
|
16
60
|
|
|
61
|
+
/// The box shadow of the focused Breadcrumb.
|
|
62
|
+
/// @group breadcrumb
|
|
63
|
+
$kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
64
|
+
|
|
65
|
+
/// The horizontal padding of the Breadcrumb link.
|
|
66
|
+
/// @group breadcrumb
|
|
17
67
|
$kendo-breadcrumb-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
|
|
68
|
+
/// The horizontal padding of the small Breadcrumb link.
|
|
69
|
+
/// @group breadcrumb
|
|
70
|
+
$kendo-breadcrumb-sm-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
|
|
71
|
+
/// The horizontal padding of the medium Breadcrumb link.
|
|
72
|
+
/// @group breadcrumb
|
|
73
|
+
$kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
|
|
74
|
+
/// The horizontal padding of the large Breadcrumb link.
|
|
75
|
+
/// @group breadcrumb
|
|
76
|
+
$kendo-breadcrumb-lg-link-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
|
|
77
|
+
|
|
78
|
+
/// The vertical padding of the Breadcrumb link.
|
|
79
|
+
/// @group breadcrumb
|
|
18
80
|
$kendo-breadcrumb-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
81
|
+
/// The vertical padding of the small Breadcrumb link.
|
|
82
|
+
/// @group breadcrumb
|
|
83
|
+
$kendo-breadcrumb-sm-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
84
|
+
/// The vertical padding of the medium Breadcrumb link.
|
|
85
|
+
/// @group breadcrumb
|
|
86
|
+
$kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
|
|
87
|
+
/// The vertical padding of the large Breadcrumb link.
|
|
88
|
+
/// @group breadcrumb
|
|
89
|
+
$kendo-breadcrumb-lg-link-padding-y: k-map-get( $kendo-spacing, 2.5 ) !default;
|
|
90
|
+
|
|
91
|
+
/// The border-radius of the Breadcrumb link.
|
|
92
|
+
/// @group breadcrumb
|
|
19
93
|
$kendo-breadcrumb-link-border-radius: $kendo-border-radius-md !default;
|
|
20
94
|
|
|
21
|
-
|
|
22
|
-
|
|
95
|
+
/// The vertical padding of the Breadcrumb link icon.
|
|
96
|
+
/// @group breadcrumb
|
|
97
|
+
$kendo-breadcrumb-icon-link-padding-y: k-map-get( $kendo-spacing, 3 ) !default;
|
|
98
|
+
/// The vertical padding of the small Breadcrumb link icon.
|
|
99
|
+
/// @group breadcrumb
|
|
100
|
+
$kendo-breadcrumb-sm-icon-link-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
101
|
+
/// The vertical padding of the medium Breadcrumb link icon.
|
|
102
|
+
/// @group breadcrumb
|
|
103
|
+
$kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
|
|
104
|
+
/// The vertical padding of the large Breadcrumb link icon.
|
|
105
|
+
/// @group breadcrumb
|
|
106
|
+
$kendo-breadcrumb-lg-icon-link-padding-y: k-map-get( $kendo-spacing, 3.5 ) !default;
|
|
23
107
|
|
|
24
|
-
|
|
25
|
-
|
|
108
|
+
/// The horizontal padding of the Breadcrumb link icon.
|
|
109
|
+
/// @group breadcrumb
|
|
110
|
+
$kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-y !default;
|
|
111
|
+
/// The horizontal padding of the small Breadcrumb link icon.
|
|
112
|
+
/// @group breadcrumb
|
|
113
|
+
$kendo-breadcrumb-sm-icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-y !default;
|
|
114
|
+
/// The horizontal padding of the medium Breadcrumb link icon.
|
|
115
|
+
/// @group breadcrumb
|
|
116
|
+
$kendo-breadcrumb-md-icon-link-padding-x: $kendo-breadcrumb-icon-link-padding-x !default;
|
|
117
|
+
/// The horizontal padding of the large Breadcrumb link icon.
|
|
118
|
+
/// @group breadcrumb
|
|
119
|
+
$kendo-breadcrumb-lg-icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-y !default;
|
|
26
120
|
|
|
121
|
+
/// The text color of the Breadcrumb link.
|
|
122
|
+
/// @group breadcrumb
|
|
27
123
|
$kendo-breadcrumb-link-initial-text: inherit !default;
|
|
124
|
+
/// The spacing of the Breadcrumb link icon.
|
|
125
|
+
/// @group breadcrumb
|
|
126
|
+
$kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
|
|
28
127
|
|
|
128
|
+
/// The background color of the Breadcrumb link.
|
|
129
|
+
/// @group breadcrumb
|
|
29
130
|
$kendo-breadcrumb-link-bg: null !default;
|
|
131
|
+
/// The text color of the Breadcrumb link.
|
|
132
|
+
/// @group breadcrumb
|
|
30
133
|
$kendo-breadcrumb-link-text: $kendo-link-text !default;
|
|
134
|
+
/// The border color of the Breadcrumb link.
|
|
135
|
+
/// @group breadcrumb
|
|
31
136
|
$kendo-breadcrumb-link-border: null !default;
|
|
32
137
|
|
|
138
|
+
/// The background color of the hovered Breadcrumb link.
|
|
139
|
+
/// @group breadcrumb
|
|
33
140
|
$kendo-breadcrumb-link-hover-bg: null !default;
|
|
141
|
+
/// The text color of the hovered Breadcrumb link.
|
|
142
|
+
/// @group breadcrumb
|
|
34
143
|
$kendo-breadcrumb-link-hover-text: $kendo-link-hover-text !default;
|
|
144
|
+
/// The border color of the hovered Breadcrumb link.
|
|
145
|
+
/// @group breadcrumb
|
|
35
146
|
$kendo-breadcrumb-link-hover-border: null !default;
|
|
36
147
|
|
|
148
|
+
/// The background color of the focused Breadcrumb link.
|
|
149
|
+
/// @group breadcrumb
|
|
37
150
|
$kendo-breadcrumb-link-focus-bg: null !default;
|
|
151
|
+
/// The text color of the focused Breadcrumb link.
|
|
152
|
+
/// @group breadcrumb
|
|
38
153
|
$kendo-breadcrumb-link-focus-text: null !default;
|
|
154
|
+
/// The border color of the focused Breadcrumb link.
|
|
155
|
+
/// @group breadcrumb
|
|
39
156
|
$kendo-breadcrumb-link-focus-border: null !default;
|
|
157
|
+
/// The box shadow of the focused Breadcrumb link.
|
|
158
|
+
/// @group breadcrumb
|
|
40
159
|
$kendo-breadcrumb-link-focus-shadow: inset 0 0 0 3px rgba( $kendo-breadcrumb-text, .25 ) !default;
|
|
41
160
|
|
|
161
|
+
/// The background color of the Breadcrumb root link.
|
|
162
|
+
/// @group breadcrumb
|
|
42
163
|
$kendo-breadcrumb-root-link-bg: null !default;
|
|
164
|
+
/// The text color of the Breadcrumb root link.
|
|
165
|
+
/// @group breadcrumb
|
|
43
166
|
$kendo-breadcrumb-root-link-text: $kendo-link-text !default;
|
|
167
|
+
/// The border color of the Breadcrumb root link.
|
|
168
|
+
/// @group breadcrumb
|
|
44
169
|
$kendo-breadcrumb-root-link-border: null !default;
|
|
45
170
|
|
|
171
|
+
/// The background color of the hovered Breadcrumb root link.
|
|
172
|
+
/// @group breadcrumb
|
|
46
173
|
$kendo-breadcrumb-root-link-hover-bg: null !default;
|
|
174
|
+
/// The text color of the hovered Breadcrumb root link.
|
|
175
|
+
/// @group breadcrumb
|
|
47
176
|
$kendo-breadcrumb-root-link-hover-text: $kendo-link-hover-text !default;
|
|
177
|
+
/// The border color of the hovered Breadcrumb root link.
|
|
178
|
+
/// @group breadcrumb
|
|
48
179
|
$kendo-breadcrumb-root-link-hover-border: null !default;
|
|
49
180
|
|
|
181
|
+
/// The background color of the focused Breadcrumb root link.
|
|
182
|
+
/// @group breadcrumb
|
|
50
183
|
$kendo-breadcrumb-root-link-focus-bg: null !default;
|
|
184
|
+
/// The text color of the focused Breadcrumb root link.
|
|
185
|
+
/// @group breadcrumb
|
|
51
186
|
$kendo-breadcrumb-root-link-focus-text: null !default;
|
|
187
|
+
/// The border color of the focused Breadcrumb root link.
|
|
188
|
+
/// @group breadcrumb
|
|
52
189
|
$kendo-breadcrumb-root-link-focus-border: null !default;
|
|
190
|
+
/// The box shadow of the focused Breadcrumb root link.
|
|
191
|
+
/// @group breadcrumb
|
|
53
192
|
$kendo-breadcrumb-root-link-focus-shadow: $kendo-breadcrumb-link-focus-shadow !default;
|
|
54
193
|
|
|
194
|
+
/// The background color of the current Breadcrumb root link.
|
|
195
|
+
/// @group breadcrumb
|
|
55
196
|
$kendo-breadcrumb-current-item-bg: null !default;
|
|
197
|
+
/// The text color of the current Breadcrumb root link.
|
|
198
|
+
/// @group breadcrumb
|
|
56
199
|
$kendo-breadcrumb-current-item-text: $kendo-color-secondary !default;
|
|
200
|
+
/// The border color of the current Breadcrumb root link.
|
|
201
|
+
/// @group breadcrumb
|
|
57
202
|
$kendo-breadcrumb-current-item-border: null !default;
|
|
58
203
|
|
|
59
|
-
|
|
204
|
+
|
|
205
|
+
/// The sizes map for the Breadcrumb.
|
|
206
|
+
/// @group breadcrumb
|
|
207
|
+
$kendo-breadcrumb-sizes: (
|
|
208
|
+
sm: (
|
|
209
|
+
link-padding-x: $kendo-breadcrumb-sm-link-padding-x,
|
|
210
|
+
link-padding-y: $kendo-breadcrumb-sm-link-padding-y,
|
|
211
|
+
icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x,
|
|
212
|
+
icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y,
|
|
213
|
+
font-size: $kendo-breadcrumb-sm-font-size,
|
|
214
|
+
line-height: $kendo-breadcrumb-sm-line-height
|
|
215
|
+
),
|
|
216
|
+
md: (
|
|
217
|
+
link-padding-x: $kendo-breadcrumb-md-link-padding-x,
|
|
218
|
+
link-padding-y: $kendo-breadcrumb-md-link-padding-y,
|
|
219
|
+
icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x,
|
|
220
|
+
icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y,
|
|
221
|
+
font-size: $kendo-breadcrumb-md-font-size,
|
|
222
|
+
line-height: $kendo-breadcrumb-md-line-height
|
|
223
|
+
),
|
|
224
|
+
lg: (
|
|
225
|
+
link-padding-x: $kendo-breadcrumb-lg-link-padding-x,
|
|
226
|
+
link-padding-y: $kendo-breadcrumb-lg-link-padding-y,
|
|
227
|
+
icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x,
|
|
228
|
+
icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y,
|
|
229
|
+
font-size: $kendo-breadcrumb-lg-font-size,
|
|
230
|
+
line-height: $kendo-breadcrumb-lg-line-height
|
|
231
|
+
)
|
|
232
|
+
) !default;
|
|
@@ -32,8 +32,6 @@ $kendo-chat-bubble-border-radius-sm: 2px !default;
|
|
|
32
32
|
$kendo-chat-avatar-size: 32px !default;
|
|
33
33
|
$kendo-chat-avatar-spacing: $kendo-chat-item-spacing-x !default;
|
|
34
34
|
|
|
35
|
-
$kendo-chat-toolbar-padding-x: $kendo-toolbar-md-padding-x !default;
|
|
36
|
-
$kendo-chat-toolbar-padding-y: $kendo-toolbar-md-padding-y !default;
|
|
37
35
|
$kendo-chat-toolbar-spacing: $kendo-toolbar-md-spacing !default;
|
|
38
36
|
$kendo-chat-toolbar-bg: $kendo-toolbar-bg !default;
|
|
39
37
|
$kendo-chat-toolbar-text: $kendo-toolbar-text !default;
|
|
@@ -134,8 +134,6 @@ $kendo-grid-toolbar-border-width: $kendo-grid-border-width !default;
|
|
|
134
134
|
$kendo-grid-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width !default;
|
|
135
135
|
$kendo-grid-cell-vertical-border-width: $kendo-table-cell-vertical-border-width !default;
|
|
136
136
|
|
|
137
|
-
$kendo-grid-cell-placeholder-line-width: 80% !default;
|
|
138
|
-
|
|
139
137
|
/// Background color of the grid component
|
|
140
138
|
/// @group grid
|
|
141
139
|
$kendo-grid-bg: $kendo-table-bg !default;
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
@mixin kendo-scrollview--theme() {
|
|
5
5
|
|
|
6
6
|
// refactor when https://github.com/telerik/kendo-angular-scrollview/issues/130 is done
|
|
7
|
-
kendo-scrollview.k-scrollview-wrap,
|
|
8
7
|
.k-scrollview {
|
|
9
8
|
@include fill(
|
|
10
9
|
$kendo-scrollview-text,
|
|
@@ -66,8 +65,6 @@
|
|
|
66
65
|
}
|
|
67
66
|
|
|
68
67
|
|
|
69
|
-
|
|
70
|
-
.k-scrollview-pageable > .k-button,
|
|
71
68
|
.k-scrollview-nav > .k-link {
|
|
72
69
|
background-color: $kendo-scrollview-pagebutton-bg;
|
|
73
70
|
border-color: $kendo-scrollview-pagebutton-border;
|
|
@@ -82,15 +79,10 @@
|
|
|
82
79
|
&.k-focus {
|
|
83
80
|
box-shadow: $kendo-scrollview-pagebutton-shadow;
|
|
84
81
|
}
|
|
85
|
-
}
|
|
86
82
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
.k-scrollview-pageable > .k-button {
|
|
93
|
-
box-shadow: inset 0 0 2px rgba( black, .08 );
|
|
83
|
+
&:hover,
|
|
84
|
+
&.k-hover {
|
|
85
|
+
box-shadow: $kendo-scrollview-pagebutton-shadow;
|
|
86
|
+
}
|
|
94
87
|
}
|
|
95
|
-
|
|
96
88
|
}
|
|
@@ -7,6 +7,14 @@ $kendo-tile-layout-border-width: 0px !default;
|
|
|
7
7
|
/// @group tilelayout
|
|
8
8
|
$kendo-tile-layout-bg: $gray-100 !default;
|
|
9
9
|
|
|
10
|
+
/// The horizontal padding of the TileLayout.
|
|
11
|
+
/// @group tilelayout
|
|
12
|
+
$kendo-tile-layout-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
13
|
+
|
|
14
|
+
/// The vertical padding of the TileLayout
|
|
15
|
+
/// @group tilelayout
|
|
16
|
+
$kendo-tile-layout-padding-y: $kendo-tile-layout-padding-x !default;
|
|
17
|
+
|
|
10
18
|
/// The width of the border around the TileLayout card.
|
|
11
19
|
/// @group tilelayout
|
|
12
20
|
$kendo-tile-layout-card-border-width: $kendo-card-border-width !default;
|