@progress/kendo-theme-default 6.1.1-dev.8 → 6.2.0
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 +1473 -663
- package/dist/all.scss +4994 -1942
- package/dist/meta/sassdoc-data.json +45044 -0
- package/dist/meta/sassdoc-raw-data.json +20764 -0
- package/dist/meta/variables.json +12658 -0
- package/dist/meta/variables.scss +10 -0
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/_variables.scss +104 -12
- package/scss/action-buttons/_index.scss +8 -0
- package/scss/action-buttons/_layout.scss +3 -2
- package/scss/action-sheet/_index.scss +11 -0
- package/scss/action-sheet/_layout.scss +10 -5
- package/scss/adaptive/_index.scss +14 -0
- package/scss/adaptive/_layout.scss +10 -5
- package/scss/appbar/_index.scss +8 -0
- package/scss/appbar/_layout.scss +4 -2
- package/scss/autocomplete/_index.scss +13 -0
- package/scss/avatar/_index.scss +8 -0
- package/scss/badge/_index.scss +11 -0
- package/scss/badge/_layout.scss +2 -1
- package/scss/bottom-navigation/_index.scss +11 -0
- package/scss/bottom-navigation/_layout.scss +8 -4
- package/scss/breadcrumb/_index.scss +11 -0
- package/scss/breadcrumb/_layout.scss +12 -27
- package/scss/button/_index.scss +11 -0
- package/scss/button/_layout.scss +3 -2
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_index.scss +12 -0
- package/scss/calendar/_layout.scss +23 -19
- package/scss/captcha/_index.scss +18 -0
- package/scss/card/_index.scss +13 -0
- package/scss/card/_layout.scss +8 -4
- package/scss/chat/_index.scss +14 -0
- package/scss/chat/_layout.scss +10 -10
- package/scss/checkbox/_index.scss +8 -0
- package/scss/checkbox/_layout.scss +2 -1
- package/scss/chip/_index.scss +11 -0
- package/scss/chip/_layout.scss +15 -5
- package/scss/color-preview/_index.scss +10 -0
- package/scss/coloreditor/_index.scss +13 -0
- package/scss/coloreditor/_layout.scss +2 -1
- package/scss/colorgradient/_index.scss +16 -0
- package/scss/colorgradient/_layout.scss +5 -3
- package/scss/colorpalette/_index.scss +10 -0
- package/scss/colorpicker/_index.scss +14 -0
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/combobox/_index.scss +13 -0
- package/scss/common/_base.scss +1 -2
- package/scss/common/_dragdrop.scss +2 -1
- package/scss/dataviz/_index.scss +12 -0
- package/scss/dataviz/_layout.scss +10 -6
- package/scss/dateinput/_index.scss +11 -0
- package/scss/datepicker/_index.scss +13 -0
- package/scss/daterangepicker/_index.scss +17 -0
- package/scss/daterangepicker/_layout.scss +2 -2
- package/scss/datetimepicker/_index.scss +17 -0
- package/scss/datetimepicker/_layout.scss +2 -1
- package/scss/dialog/_index.scss +12 -0
- package/scss/dialog/_layout.scss +2 -1
- package/scss/draggable/_index.scss +8 -0
- package/scss/draggable/_layout.scss +2 -1
- package/scss/drawer/_index.scss +12 -0
- package/scss/drawer/_layout.scss +6 -3
- package/scss/dropdowngrid/_index.scss +13 -0
- package/scss/dropdownlist/_index.scss +13 -0
- package/scss/dropdowntree/_index.scss +13 -0
- package/scss/dropdowntree/_layout.scss +2 -1
- package/scss/dropzone/_index.scss +8 -0
- package/scss/dropzone/_layout.scss +7 -2
- package/scss/editor/_index.scss +19 -0
- package/scss/editor/_layout.scss +27 -12
- package/scss/expansion-panel/_index.scss +12 -0
- package/scss/expansion-panel/_layout.scss +4 -2
- package/scss/fab/_index.scss +13 -0
- package/scss/fab/_layout.scss +12 -6
- package/scss/filemanager/_index.scss +20 -0
- package/scss/filemanager/_layout.scss +7 -6
- package/scss/filter/_index.scss +16 -0
- package/scss/filter/_layout.scss +2 -1
- package/scss/floating-label/_index.scss +10 -0
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_variables.scss +1 -0
- package/scss/forms/_index.scss +12 -0
- package/scss/forms/_layout.scss +7 -6
- package/scss/gantt/_index.scss +18 -0
- package/scss/gantt/_layout.scss +21 -15
- package/scss/grid/_index.scss +32 -0
- package/scss/grid/_layout.scss +57 -28
- package/scss/grid/_theme.scss +6 -3
- package/scss/icons/_index.scss +8 -0
- package/scss/icons/_layout.scss +4 -4
- package/scss/imageeditor/_index.scss +14 -0
- package/scss/imageeditor/_layout.scss +8 -4
- package/scss/input/_index.scss +11 -0
- package/scss/input/_layout.scss +24 -11
- package/scss/input/_variables.scss +228 -32
- package/scss/list/_index.scss +11 -0
- package/scss/list/_layout.scss +15 -8
- package/scss/list/_variables.scss +1 -1
- package/scss/listbox/_index.scss +13 -0
- package/scss/listgroup/_index.scss +10 -0
- package/scss/listgroup/_layout.scss +14 -7
- package/scss/listview/_index.scss +12 -0
- package/scss/listview/_layout.scss +8 -4
- package/scss/loader/_index.scss +11 -0
- package/scss/map/_index.scss +13 -0
- package/scss/map/_layout.scss +4 -2
- package/scss/maskedtextbox/_index.scss +11 -0
- package/scss/mediaplayer/_index.scss +12 -0
- package/scss/mediaplayer/_layout.scss +2 -1
- package/scss/menu/_index.scss +13 -0
- package/scss/menu/_layout.scss +22 -11
- package/scss/menu-button/_index.scss +12 -0
- package/scss/messagebox/_index.scss +10 -0
- package/scss/messagebox/_layout.scss +2 -1
- package/scss/multiselect/_index.scss +15 -0
- package/scss/notification/_index.scss +11 -0
- package/scss/notification/_layout.scss +2 -1
- package/scss/numerictextbox/_index.scss +11 -0
- package/scss/orgchart/_index.scss +18 -0
- package/scss/orgchart/_layout.scss +8 -4
- package/scss/overlay/_index.scss +8 -0
- package/scss/pager/_index.scss +12 -0
- package/scss/pager/_layout.scss +8 -7
- package/scss/panelbar/_index.scss +11 -0
- package/scss/panelbar/_layout.scss +4 -2
- package/scss/panelbar/_theme.scss +2 -0
- package/scss/pdf-viewer/_index.scss +16 -0
- package/scss/pdf-viewer/_layout.scss +8 -2
- package/scss/pdf-viewer/_theme.scss +2 -1
- package/scss/pivotgrid/_index.scss +14 -0
- package/scss/pivotgrid/_layout.scss +31 -15
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/popover/_index.scss +11 -0
- package/scss/popover/_layout.scss +4 -2
- package/scss/popup/_index.scss +8 -0
- package/scss/popup/_layout.scss +4 -2
- package/scss/popup/_variables.scss +24 -1
- package/scss/progressbar/_index.scss +8 -0
- package/scss/progressbar/_layout.scss +1 -1
- package/scss/radio/_index.scss +8 -0
- package/scss/radio/_layout.scss +2 -1
- package/scss/rating/_index.scss +10 -0
- package/scss/rating/_layout.scss +10 -3
- package/scss/rating/_theme.scss +6 -0
- package/scss/responsivepanel/_index.scss +10 -0
- package/scss/ripple/_index.scss +8 -0
- package/scss/scheduler/_index.scss +16 -0
- package/scss/scheduler/_layout.scss +19 -12
- package/scss/scroller/_index.scss +10 -0
- package/scss/scroller/_layout.scss +1 -1
- package/scss/scrollview/_index.scss +11 -0
- package/scss/scrollview/_layout.scss +7 -1
- package/scss/searchbox/_index.scss +12 -0
- package/scss/signature/_index.scss +13 -0
- package/scss/skeleton/_index.scss +8 -0
- package/scss/slider/_index.scss +12 -0
- package/scss/slider/_layout.scss +6 -4
- package/scss/split-button/_index.scss +12 -0
- package/scss/split-button/_layout.scss +8 -4
- package/scss/split-button/_variables.scss +12 -0
- package/scss/splitter/_index.scss +12 -0
- package/scss/splitter/_layout.scss +4 -0
- package/scss/spreadsheet/_index.scss +24 -0
- package/scss/spreadsheet/_layout.scss +18 -7
- package/scss/stepper/_index.scss +11 -0
- package/scss/stepper/_layout.scss +15 -6
- package/scss/stepper/_theme.scss +2 -1
- package/scss/switch/_index.scss +8 -0
- package/scss/table/_index.scss +8 -0
- package/scss/table/_layout.scss +7 -5
- package/scss/tabstrip/_index.scss +12 -0
- package/scss/tabstrip/_layout.scss +88 -59
- package/scss/tabstrip/_theme.scss +12 -0
- package/scss/tabstrip/_variables.scss +7 -0
- package/scss/taskboard/_index.scss +16 -0
- package/scss/taskboard/_layout.scss +20 -10
- package/scss/textarea/_index.scss +11 -0
- package/scss/textbox/_index.scss +11 -0
- package/scss/tilelayout/_index.scss +11 -0
- package/scss/timedurationpicker/_index.scss +15 -0
- package/scss/timeline/_index.scss +12 -0
- package/scss/timeline/_layout.scss +18 -10
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timeselector/_index.scss +13 -0
- package/scss/timeselector/_layout.scss +8 -4
- package/scss/toolbar/_index.scss +13 -0
- package/scss/toolbar/_layout.scss +8 -4
- package/scss/tooltip/_index.scss +11 -0
- package/scss/tooltip/_layout.scss +4 -2
- package/scss/treelist/_index.scss +11 -0
- package/scss/treelist/_layout.scss +4 -2
- package/scss/treeview/_index.scss +11 -0
- package/scss/treeview/_layout.scss +6 -2
- package/scss/treeview/_variables.scss +1 -1
- package/scss/typography/_index.scss +8 -0
- package/scss/typography/_layout.scss +14 -12
- package/scss/upload/_index.scss +13 -0
- package/scss/upload/_layout.scss +6 -3
- package/scss/utils/_index.scss +7 -0
- package/scss/validator/_index.scss +11 -0
- package/scss/virtual-scroller/_index.scss +8 -0
- package/scss/window/_index.scss +14 -0
- package/scss/window/_layout.scss +12 -6
- package/scss/wizard/_index.scss +13 -0
- package/scss/wizard/_layout.scss +2 -1
- package/scss/avatar/index.md +0 -0
- package/scss/button/index.md +0 -3
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/index.md +0 -0
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/fab/index.md +0 -0
- package/scss/list/index.md +0 -0
- package/scss/radio/index.md +0 -0
- package/scss/switch/index.md +0 -0
- package/scss/utils/README.md +0 -344
package/dist/all.css
CHANGED
|
@@ -182,8 +182,7 @@ kendo-sortable {
|
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.k-disabled,
|
|
185
|
-
.k-widget[disabled]
|
|
186
|
-
.k-disabled {
|
|
185
|
+
.k-widget[disabled] {
|
|
187
186
|
outline: none;
|
|
188
187
|
cursor: default;
|
|
189
188
|
opacity: 0.6;
|
|
@@ -193,8 +192,7 @@ kendo-sortable {
|
|
|
193
192
|
}
|
|
194
193
|
|
|
195
194
|
.k-disabled .k-link,
|
|
196
|
-
.k-widget[disabled] .k-link
|
|
197
|
-
.k-disabled .k-link {
|
|
195
|
+
.k-widget[disabled] .k-link {
|
|
198
196
|
cursor: default;
|
|
199
197
|
outline: 0;
|
|
200
198
|
}
|
|
@@ -202,9 +200,7 @@ kendo-sortable {
|
|
|
202
200
|
.k-disabled [disabled],
|
|
203
201
|
.k-disabled .k-disabled,
|
|
204
202
|
.k-widget[disabled] [disabled],
|
|
205
|
-
.k-widget[disabled] .k-disabled
|
|
206
|
-
.k-disabled [disabled],
|
|
207
|
-
.k-disabled .k-disabled {
|
|
203
|
+
.k-widget[disabled] .k-disabled {
|
|
208
204
|
opacity: 1;
|
|
209
205
|
filter: grayscale(0);
|
|
210
206
|
}
|
|
@@ -1024,144 +1020,6 @@ kendo-sortable {
|
|
|
1024
1020
|
color: white;
|
|
1025
1021
|
}
|
|
1026
1022
|
|
|
1027
|
-
.k-body,
|
|
1028
|
-
.k-typography {
|
|
1029
|
-
font-size: 14px;
|
|
1030
|
-
font-family: inherit;
|
|
1031
|
-
line-height: 1.4285714286;
|
|
1032
|
-
font-weight: 400;
|
|
1033
|
-
margin: 0;
|
|
1034
|
-
}
|
|
1035
|
-
|
|
1036
|
-
.k-body p,
|
|
1037
|
-
.k-typography p {
|
|
1038
|
-
margin: 0 0 14px;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
.k-h1 {
|
|
1042
|
-
font-size: 42px;
|
|
1043
|
-
font-family: inherit;
|
|
1044
|
-
line-height: 54px;
|
|
1045
|
-
font-weight: 400;
|
|
1046
|
-
margin: 0 0 14px;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
.k-h2 {
|
|
1050
|
-
font-size: 34px;
|
|
1051
|
-
font-family: inherit;
|
|
1052
|
-
line-height: 46px;
|
|
1053
|
-
font-weight: 400;
|
|
1054
|
-
margin: 0 0 14px;
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
.k-h3 {
|
|
1058
|
-
font-size: 28px;
|
|
1059
|
-
font-family: inherit;
|
|
1060
|
-
line-height: 42px;
|
|
1061
|
-
font-weight: 400;
|
|
1062
|
-
margin: 0 0 14px;
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
.k-h4 {
|
|
1066
|
-
font-size: 22px;
|
|
1067
|
-
font-family: inherit;
|
|
1068
|
-
line-height: 32px;
|
|
1069
|
-
font-weight: 700;
|
|
1070
|
-
margin: 0 0 14px;
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
.k-h5 {
|
|
1074
|
-
font-size: 16px;
|
|
1075
|
-
font-family: inherit;
|
|
1076
|
-
line-height: 26px;
|
|
1077
|
-
font-weight: 700;
|
|
1078
|
-
margin: 0 0 14px;
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
.k-h6 {
|
|
1082
|
-
font-size: 14px;
|
|
1083
|
-
font-family: inherit;
|
|
1084
|
-
line-height: 20px;
|
|
1085
|
-
font-weight: 700;
|
|
1086
|
-
margin: 0 0 14px;
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
.k-paragraph {
|
|
1090
|
-
font-size: 14px;
|
|
1091
|
-
font-family: inherit;
|
|
1092
|
-
line-height: 20px;
|
|
1093
|
-
font-weight: 400;
|
|
1094
|
-
margin: 0 0 14px;
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
.k-pre,
|
|
1098
|
-
.k-code {
|
|
1099
|
-
font-size: 14px;
|
|
1100
|
-
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
|
|
1101
|
-
line-height: 20px;
|
|
1102
|
-
font-weight: 400;
|
|
1103
|
-
border-style: solid;
|
|
1104
|
-
border-width: 1px;
|
|
1105
|
-
}
|
|
1106
|
-
|
|
1107
|
-
.k-pre {
|
|
1108
|
-
padding: 16px 24px;
|
|
1109
|
-
overflow: auto;
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
|
-
.k-pre > .k-code {
|
|
1113
|
-
padding: 0;
|
|
1114
|
-
border-width: 0;
|
|
1115
|
-
border-color: transparent;
|
|
1116
|
-
background-color: transparent;
|
|
1117
|
-
font-family: inherit;
|
|
1118
|
-
font-size: inherit;
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
.k-code {
|
|
1122
|
-
padding: 0px 4px;
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
.k-display-1 {
|
|
1126
|
-
font-size: 84px;
|
|
1127
|
-
font-family: inherit;
|
|
1128
|
-
line-height: 1.2;
|
|
1129
|
-
font-weight: 300;
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
.k-display-2 {
|
|
1133
|
-
font-size: 70px;
|
|
1134
|
-
font-family: inherit;
|
|
1135
|
-
line-height: 1.2;
|
|
1136
|
-
font-weight: 300;
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
.k-display-3 {
|
|
1140
|
-
font-size: 56px;
|
|
1141
|
-
font-family: inherit;
|
|
1142
|
-
line-height: 1.2;
|
|
1143
|
-
font-weight: 300;
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
.k-display-4 {
|
|
1147
|
-
font-size: 42px;
|
|
1148
|
-
font-family: inherit;
|
|
1149
|
-
line-height: 1.2;
|
|
1150
|
-
font-weight: 300;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
.k-body {
|
|
1154
|
-
color: #424242;
|
|
1155
|
-
background-color: #ffffff;
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
|
-
.k-pre,
|
|
1159
|
-
.k-code {
|
|
1160
|
-
border-color: rgba(0, 0, 0, 0.08);
|
|
1161
|
-
color: #424242;
|
|
1162
|
-
background-color: #fafafa;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
1023
|
.k-ratio-auto {
|
|
1166
1024
|
aspect-ratio: auto;
|
|
1167
1025
|
}
|
|
@@ -2074,28 +1932,68 @@ kendo-sortable {
|
|
|
2074
1932
|
align-content: stretch !important;
|
|
2075
1933
|
}
|
|
2076
1934
|
|
|
1935
|
+
.k-align-content-center {
|
|
1936
|
+
align-content: center;
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
.\!k-align-content-center {
|
|
1940
|
+
align-content: center !important;
|
|
1941
|
+
}
|
|
1942
|
+
|
|
2077
1943
|
.k-align-content-start {
|
|
2078
|
-
align-content:
|
|
1944
|
+
align-content: start;
|
|
2079
1945
|
}
|
|
2080
1946
|
|
|
2081
1947
|
.\!k-align-content-start {
|
|
2082
|
-
align-content:
|
|
1948
|
+
align-content: start !important;
|
|
2083
1949
|
}
|
|
2084
1950
|
|
|
2085
1951
|
.k-align-content-end {
|
|
2086
|
-
align-content:
|
|
1952
|
+
align-content: end;
|
|
2087
1953
|
}
|
|
2088
1954
|
|
|
2089
1955
|
.\!k-align-content-end {
|
|
1956
|
+
align-content: end !important;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
.k-align-content-flex-start {
|
|
1960
|
+
align-content: flex-start;
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
.\!k-align-content-flex-start {
|
|
1964
|
+
align-content: flex-start !important;
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
.k-align-content-flex-end {
|
|
1968
|
+
align-content: flex-end;
|
|
1969
|
+
}
|
|
1970
|
+
|
|
1971
|
+
.\!k-align-content-flex-end {
|
|
2090
1972
|
align-content: flex-end !important;
|
|
2091
1973
|
}
|
|
2092
1974
|
|
|
2093
|
-
.k-align-content-
|
|
2094
|
-
align-content:
|
|
1975
|
+
.k-align-content-baseline {
|
|
1976
|
+
align-content: baseline;
|
|
2095
1977
|
}
|
|
2096
1978
|
|
|
2097
|
-
.\!k-align-content-
|
|
2098
|
-
align-content:
|
|
1979
|
+
.\!k-align-content-baseline {
|
|
1980
|
+
align-content: baseline !important;
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
.k-align-content-first-baseline {
|
|
1984
|
+
align-content: first baseline;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
.\!k-align-content-first-baseline {
|
|
1988
|
+
align-content: first baseline !important;
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
.k-align-content-last-baseline {
|
|
1992
|
+
align-content: last baseline;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
.\!k-align-content-last-baseline {
|
|
1996
|
+
align-content: last baseline !important;
|
|
2099
1997
|
}
|
|
2100
1998
|
|
|
2101
1999
|
.k-align-content-between {
|
|
@@ -2130,36 +2028,92 @@ kendo-sortable {
|
|
|
2130
2028
|
align-items: normal !important;
|
|
2131
2029
|
}
|
|
2132
2030
|
|
|
2031
|
+
.k-align-items-stretch {
|
|
2032
|
+
align-items: stretch;
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
.\!k-align-items-stretch {
|
|
2036
|
+
align-items: stretch !important;
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
.k-align-items-center {
|
|
2040
|
+
align-items: center;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.\!k-align-items-center {
|
|
2044
|
+
align-items: center !important;
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2133
2047
|
.k-align-items-start {
|
|
2134
|
-
align-items:
|
|
2048
|
+
align-items: start;
|
|
2135
2049
|
}
|
|
2136
2050
|
|
|
2137
2051
|
.\!k-align-items-start {
|
|
2138
|
-
align-items:
|
|
2052
|
+
align-items: start !important;
|
|
2139
2053
|
}
|
|
2140
2054
|
|
|
2141
2055
|
.k-align-items-end {
|
|
2142
|
-
align-items:
|
|
2056
|
+
align-items: end;
|
|
2143
2057
|
}
|
|
2144
2058
|
|
|
2145
2059
|
.\!k-align-items-end {
|
|
2060
|
+
align-items: end !important;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
.k-align-items-flex-start {
|
|
2064
|
+
align-items: flex-start;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
.\!k-align-items-flex-start {
|
|
2068
|
+
align-items: flex-start !important;
|
|
2069
|
+
}
|
|
2070
|
+
|
|
2071
|
+
.k-align-items-flex-end {
|
|
2072
|
+
align-items: flex-end;
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
.\!k-align-items-flex-end {
|
|
2146
2076
|
align-items: flex-end !important;
|
|
2147
2077
|
}
|
|
2148
2078
|
|
|
2149
|
-
.k-align-items-
|
|
2150
|
-
align-items:
|
|
2079
|
+
.k-align-items-baseline {
|
|
2080
|
+
align-items: baseline;
|
|
2151
2081
|
}
|
|
2152
2082
|
|
|
2153
|
-
.\!k-align-items-
|
|
2154
|
-
align-items:
|
|
2083
|
+
.\!k-align-items-baseline {
|
|
2084
|
+
align-items: baseline !important;
|
|
2155
2085
|
}
|
|
2156
2086
|
|
|
2157
|
-
.k-align-items-
|
|
2158
|
-
align-items:
|
|
2087
|
+
.k-align-items-first-baseline {
|
|
2088
|
+
align-items: first baseline;
|
|
2159
2089
|
}
|
|
2160
2090
|
|
|
2161
|
-
.\!k-align-items-
|
|
2162
|
-
align-items:
|
|
2091
|
+
.\!k-align-items-first-baseline {
|
|
2092
|
+
align-items: first baseline !important;
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
.k-align-items-last-baseline {
|
|
2096
|
+
align-items: last baseline;
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
.\!k-align-items-last-baseline {
|
|
2100
|
+
align-items: last baseline !important;
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
.k-align-items-self-start {
|
|
2104
|
+
align-items: self-start;
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
.\!k-align-items-self-start {
|
|
2108
|
+
align-items: self-start !important;
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
.k-align-items-self-end {
|
|
2112
|
+
align-items: self-end;
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
.\!k-align-items-self-end {
|
|
2116
|
+
align-items: self-end !important;
|
|
2163
2117
|
}
|
|
2164
2118
|
|
|
2165
2119
|
.k-align-self-auto {
|
|
@@ -2186,28 +2140,84 @@ kendo-sortable {
|
|
|
2186
2140
|
align-self: stretch !important;
|
|
2187
2141
|
}
|
|
2188
2142
|
|
|
2143
|
+
.k-align-self-center {
|
|
2144
|
+
align-self: center;
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
.\!k-align-self-center {
|
|
2148
|
+
align-self: center !important;
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2189
2151
|
.k-align-self-start {
|
|
2190
|
-
align-self:
|
|
2152
|
+
align-self: start;
|
|
2191
2153
|
}
|
|
2192
2154
|
|
|
2193
2155
|
.\!k-align-self-start {
|
|
2194
|
-
align-self:
|
|
2156
|
+
align-self: start !important;
|
|
2195
2157
|
}
|
|
2196
2158
|
|
|
2197
2159
|
.k-align-self-end {
|
|
2198
|
-
align-self:
|
|
2160
|
+
align-self: end;
|
|
2199
2161
|
}
|
|
2200
2162
|
|
|
2201
2163
|
.\!k-align-self-end {
|
|
2164
|
+
align-self: end !important;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
.k-align-self-flex-start {
|
|
2168
|
+
align-self: flex-start;
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
.\!k-align-self-flex-start {
|
|
2172
|
+
align-self: flex-start !important;
|
|
2173
|
+
}
|
|
2174
|
+
|
|
2175
|
+
.k-align-self-flex-end {
|
|
2176
|
+
align-self: flex-end;
|
|
2177
|
+
}
|
|
2178
|
+
|
|
2179
|
+
.\!k-align-self-flex-end {
|
|
2202
2180
|
align-self: flex-end !important;
|
|
2203
2181
|
}
|
|
2204
2182
|
|
|
2205
|
-
.k-align-self-
|
|
2206
|
-
align-self:
|
|
2183
|
+
.k-align-self-baseline {
|
|
2184
|
+
align-self: baseline;
|
|
2207
2185
|
}
|
|
2208
2186
|
|
|
2209
|
-
.\!k-align-self-
|
|
2210
|
-
align-self:
|
|
2187
|
+
.\!k-align-self-baseline {
|
|
2188
|
+
align-self: baseline !important;
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
.k-align-self-first-baseline {
|
|
2192
|
+
align-self: first baseline;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
.\!k-align-self-first-baseline {
|
|
2196
|
+
align-self: first baseline !important;
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
.k-align-self-last-baseline {
|
|
2200
|
+
align-self: last baseline;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2203
|
+
.\!k-align-self-last-baseline {
|
|
2204
|
+
align-self: last baseline !important;
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
.k-align-self-self-start {
|
|
2208
|
+
align-self: self-start;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
.\!k-align-self-self-start {
|
|
2212
|
+
align-self: self-start !important;
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
.k-align-self-self-end {
|
|
2216
|
+
align-self: self-end;
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2219
|
+
.\!k-align-self-self-end {
|
|
2220
|
+
align-self: self-end !important;
|
|
2211
2221
|
}
|
|
2212
2222
|
|
|
2213
2223
|
.k-basis-0 {
|
|
@@ -5602,28 +5612,92 @@ kendo-sortable {
|
|
|
5602
5612
|
justify-content: normal !important;
|
|
5603
5613
|
}
|
|
5604
5614
|
|
|
5615
|
+
.k-justify-content-stretch {
|
|
5616
|
+
justify-content: stretch;
|
|
5617
|
+
}
|
|
5618
|
+
|
|
5619
|
+
.\!k-justify-content-stretch {
|
|
5620
|
+
justify-content: stretch !important;
|
|
5621
|
+
}
|
|
5622
|
+
|
|
5623
|
+
.k-justify-content-center {
|
|
5624
|
+
justify-content: center;
|
|
5625
|
+
}
|
|
5626
|
+
|
|
5627
|
+
.\!k-justify-content-center {
|
|
5628
|
+
justify-content: center !important;
|
|
5629
|
+
}
|
|
5630
|
+
|
|
5605
5631
|
.k-justify-content-start {
|
|
5606
|
-
justify-content:
|
|
5632
|
+
justify-content: start;
|
|
5607
5633
|
}
|
|
5608
5634
|
|
|
5609
5635
|
.\!k-justify-content-start {
|
|
5610
|
-
justify-content:
|
|
5636
|
+
justify-content: start !important;
|
|
5611
5637
|
}
|
|
5612
5638
|
|
|
5613
5639
|
.k-justify-content-end {
|
|
5614
|
-
justify-content:
|
|
5640
|
+
justify-content: end;
|
|
5615
5641
|
}
|
|
5616
5642
|
|
|
5617
5643
|
.\!k-justify-content-end {
|
|
5644
|
+
justify-content: end !important;
|
|
5645
|
+
}
|
|
5646
|
+
|
|
5647
|
+
.k-justify-content-flex-start {
|
|
5648
|
+
justify-content: flex-start;
|
|
5649
|
+
}
|
|
5650
|
+
|
|
5651
|
+
.\!k-justify-content-flex-start {
|
|
5652
|
+
justify-content: flex-start !important;
|
|
5653
|
+
}
|
|
5654
|
+
|
|
5655
|
+
.k-justify-content-flex-end {
|
|
5656
|
+
justify-content: flex-end;
|
|
5657
|
+
}
|
|
5658
|
+
|
|
5659
|
+
.\!k-justify-content-flex-end {
|
|
5618
5660
|
justify-content: flex-end !important;
|
|
5619
5661
|
}
|
|
5620
5662
|
|
|
5621
|
-
.k-justify-content-
|
|
5622
|
-
justify-content:
|
|
5663
|
+
.k-justify-content-left {
|
|
5664
|
+
justify-content: left;
|
|
5623
5665
|
}
|
|
5624
5666
|
|
|
5625
|
-
.\!k-justify-content-
|
|
5626
|
-
justify-content:
|
|
5667
|
+
.\!k-justify-content-left {
|
|
5668
|
+
justify-content: left !important;
|
|
5669
|
+
}
|
|
5670
|
+
|
|
5671
|
+
.k-justify-content-right {
|
|
5672
|
+
justify-content: right;
|
|
5673
|
+
}
|
|
5674
|
+
|
|
5675
|
+
.\!k-justify-content-right {
|
|
5676
|
+
justify-content: right !important;
|
|
5677
|
+
}
|
|
5678
|
+
|
|
5679
|
+
.k-justify-content-baseline {
|
|
5680
|
+
justify-content: baseline;
|
|
5681
|
+
}
|
|
5682
|
+
|
|
5683
|
+
.\!k-justify-content-baseline {
|
|
5684
|
+
justify-content: baseline !important;
|
|
5685
|
+
}
|
|
5686
|
+
|
|
5687
|
+
.k-justify-content-first-baseline {
|
|
5688
|
+
justify-content: first baseline;
|
|
5689
|
+
}
|
|
5690
|
+
|
|
5691
|
+
.\!k-justify-content-first-baseline {
|
|
5692
|
+
justify-content: first baseline !important;
|
|
5693
|
+
}
|
|
5694
|
+
|
|
5695
|
+
.k-justify-content-last-baseline {
|
|
5696
|
+
justify-content: last baseline;
|
|
5697
|
+
}
|
|
5698
|
+
|
|
5699
|
+
.\!k-justify-content-last-baseline {
|
|
5700
|
+
justify-content: last baseline !important;
|
|
5627
5701
|
}
|
|
5628
5702
|
|
|
5629
5703
|
.k-justify-content-between {
|
|
@@ -5650,14 +5724,6 @@ kendo-sortable {
|
|
|
5650
5724
|
justify-content: space-evenly !important;
|
|
5651
5725
|
}
|
|
5652
5726
|
|
|
5653
|
-
.k-justify-content-stretch {
|
|
5654
|
-
justify-content: stretch;
|
|
5655
|
-
}
|
|
5656
|
-
|
|
5657
|
-
.\!k-justify-content-stretch {
|
|
5658
|
-
justify-content: stretch !important;
|
|
5659
|
-
}
|
|
5660
|
-
|
|
5661
5727
|
.k-justify-content-stretch > * {
|
|
5662
5728
|
flex: 1 0 0%;
|
|
5663
5729
|
}
|
|
@@ -5674,36 +5740,108 @@ kendo-sortable {
|
|
|
5674
5740
|
justify-items: normal !important;
|
|
5675
5741
|
}
|
|
5676
5742
|
|
|
5743
|
+
.k-justify-items-stretch {
|
|
5744
|
+
justify-items: stretch;
|
|
5745
|
+
}
|
|
5746
|
+
|
|
5747
|
+
.\!k-justify-items-stretch {
|
|
5748
|
+
justify-items: stretch !important;
|
|
5749
|
+
}
|
|
5750
|
+
|
|
5751
|
+
.k-justify-items-center {
|
|
5752
|
+
justify-items: center;
|
|
5753
|
+
}
|
|
5754
|
+
|
|
5755
|
+
.\!k-justify-items-center {
|
|
5756
|
+
justify-items: center !important;
|
|
5757
|
+
}
|
|
5758
|
+
|
|
5677
5759
|
.k-justify-items-start {
|
|
5678
|
-
justify-items:
|
|
5760
|
+
justify-items: start;
|
|
5679
5761
|
}
|
|
5680
5762
|
|
|
5681
5763
|
.\!k-justify-items-start {
|
|
5682
|
-
justify-items:
|
|
5764
|
+
justify-items: start !important;
|
|
5683
5765
|
}
|
|
5684
5766
|
|
|
5685
5767
|
.k-justify-items-end {
|
|
5686
|
-
justify-items:
|
|
5768
|
+
justify-items: end;
|
|
5687
5769
|
}
|
|
5688
5770
|
|
|
5689
5771
|
.\!k-justify-items-end {
|
|
5772
|
+
justify-items: end !important;
|
|
5773
|
+
}
|
|
5774
|
+
|
|
5775
|
+
.k-justify-items-flex-start {
|
|
5776
|
+
justify-items: flex-start;
|
|
5777
|
+
}
|
|
5778
|
+
|
|
5779
|
+
.\!k-justify-items-flex-start {
|
|
5780
|
+
justify-items: flex-start !important;
|
|
5781
|
+
}
|
|
5782
|
+
|
|
5783
|
+
.k-justify-items-flex-end {
|
|
5784
|
+
justify-items: flex-end;
|
|
5785
|
+
}
|
|
5786
|
+
|
|
5787
|
+
.\!k-justify-items-flex-end {
|
|
5690
5788
|
justify-items: flex-end !important;
|
|
5691
5789
|
}
|
|
5692
5790
|
|
|
5693
|
-
.k-justify-items-
|
|
5694
|
-
justify-items:
|
|
5791
|
+
.k-justify-items-self-start {
|
|
5792
|
+
justify-items: self-start;
|
|
5695
5793
|
}
|
|
5696
5794
|
|
|
5697
|
-
.\!k-justify-items-
|
|
5698
|
-
justify-items:
|
|
5795
|
+
.\!k-justify-items-self-start {
|
|
5796
|
+
justify-items: self-start !important;
|
|
5699
5797
|
}
|
|
5700
5798
|
|
|
5701
|
-
.k-justify-items-
|
|
5702
|
-
justify-items:
|
|
5799
|
+
.k-justify-items-self-end {
|
|
5800
|
+
justify-items: self-end;
|
|
5703
5801
|
}
|
|
5704
5802
|
|
|
5705
|
-
.\!k-justify-items-
|
|
5706
|
-
justify-items:
|
|
5803
|
+
.\!k-justify-items-self-end {
|
|
5804
|
+
justify-items: self-end !important;
|
|
5805
|
+
}
|
|
5806
|
+
|
|
5807
|
+
.k-justify-items-left {
|
|
5808
|
+
justify-items: left;
|
|
5809
|
+
}
|
|
5810
|
+
|
|
5811
|
+
.\!k-justify-items-left {
|
|
5812
|
+
justify-items: left !important;
|
|
5813
|
+
}
|
|
5814
|
+
|
|
5815
|
+
.k-justify-items-right {
|
|
5816
|
+
justify-items: right;
|
|
5817
|
+
}
|
|
5818
|
+
|
|
5819
|
+
.\!k-justify-items-right {
|
|
5820
|
+
justify-items: right !important;
|
|
5821
|
+
}
|
|
5822
|
+
|
|
5823
|
+
.k-justify-items-baseline {
|
|
5824
|
+
justify-items: baseline;
|
|
5825
|
+
}
|
|
5826
|
+
|
|
5827
|
+
.\!k-justify-items-baseline {
|
|
5828
|
+
justify-items: baseline !important;
|
|
5829
|
+
}
|
|
5830
|
+
|
|
5831
|
+
.k-justify-items-first-baseline {
|
|
5832
|
+
justify-items: first baseline;
|
|
5833
|
+
}
|
|
5834
|
+
|
|
5835
|
+
.\!k-justify-items-first-baseline {
|
|
5836
|
+
justify-items: first baseline !important;
|
|
5837
|
+
}
|
|
5838
|
+
|
|
5839
|
+
.k-justify-items-last-baseline {
|
|
5840
|
+
justify-items: last baseline;
|
|
5841
|
+
}
|
|
5842
|
+
|
|
5843
|
+
.\!k-justify-items-last-baseline {
|
|
5844
|
+
justify-items: last baseline !important;
|
|
5707
5845
|
}
|
|
5708
5846
|
|
|
5709
5847
|
.k-justify-self-auto {
|
|
@@ -5722,36 +5860,92 @@ kendo-sortable {
|
|
|
5722
5860
|
justify-self: normal !important;
|
|
5723
5861
|
}
|
|
5724
5862
|
|
|
5863
|
+
.k-justify-self-stretch {
|
|
5864
|
+
justify-self: stretch;
|
|
5865
|
+
}
|
|
5866
|
+
|
|
5867
|
+
.\!k-justify-self-stretch {
|
|
5868
|
+
justify-self: stretch !important;
|
|
5869
|
+
}
|
|
5870
|
+
|
|
5871
|
+
.k-justify-self-center {
|
|
5872
|
+
justify-self: center;
|
|
5873
|
+
}
|
|
5874
|
+
|
|
5875
|
+
.\!k-justify-self-center {
|
|
5876
|
+
justify-self: center !important;
|
|
5877
|
+
}
|
|
5878
|
+
|
|
5725
5879
|
.k-justify-self-start {
|
|
5726
|
-
justify-self:
|
|
5880
|
+
justify-self: start;
|
|
5727
5881
|
}
|
|
5728
5882
|
|
|
5729
5883
|
.\!k-justify-self-start {
|
|
5730
|
-
justify-self:
|
|
5884
|
+
justify-self: start !important;
|
|
5731
5885
|
}
|
|
5732
5886
|
|
|
5733
5887
|
.k-justify-self-end {
|
|
5734
|
-
justify-self:
|
|
5888
|
+
justify-self: end;
|
|
5735
5889
|
}
|
|
5736
5890
|
|
|
5737
5891
|
.\!k-justify-self-end {
|
|
5892
|
+
justify-self: end !important;
|
|
5893
|
+
}
|
|
5894
|
+
|
|
5895
|
+
.k-justify-self-flex-start {
|
|
5896
|
+
justify-self: flex-start;
|
|
5897
|
+
}
|
|
5898
|
+
|
|
5899
|
+
.\!k-justify-self-flex-start {
|
|
5900
|
+
justify-self: flex-start !important;
|
|
5901
|
+
}
|
|
5902
|
+
|
|
5903
|
+
.k-justify-self-flex-end {
|
|
5904
|
+
justify-self: flex-end;
|
|
5905
|
+
}
|
|
5906
|
+
|
|
5907
|
+
.\!k-justify-self-flex-end {
|
|
5738
5908
|
justify-self: flex-end !important;
|
|
5739
5909
|
}
|
|
5740
5910
|
|
|
5741
|
-
.k-justify-self-
|
|
5742
|
-
justify-self:
|
|
5911
|
+
.k-justify-self-self-start {
|
|
5912
|
+
justify-self: self-start;
|
|
5743
5913
|
}
|
|
5744
5914
|
|
|
5745
|
-
.\!k-justify-self-
|
|
5746
|
-
justify-self:
|
|
5915
|
+
.\!k-justify-self-self-start {
|
|
5916
|
+
justify-self: self-start !important;
|
|
5747
5917
|
}
|
|
5748
5918
|
|
|
5749
|
-
.k-justify-self-
|
|
5750
|
-
justify-self:
|
|
5919
|
+
.k-justify-self-self-end {
|
|
5920
|
+
justify-self: self-end;
|
|
5751
5921
|
}
|
|
5752
5922
|
|
|
5753
|
-
.\!k-justify-self-
|
|
5754
|
-
justify-self:
|
|
5923
|
+
.\!k-justify-self-self-end {
|
|
5924
|
+
justify-self: self-end !important;
|
|
5925
|
+
}
|
|
5926
|
+
|
|
5927
|
+
.k-justify-self-baseline {
|
|
5928
|
+
justify-self: baseline;
|
|
5929
|
+
}
|
|
5930
|
+
|
|
5931
|
+
.\!k-justify-self-baseline {
|
|
5932
|
+
justify-self: baseline !important;
|
|
5933
|
+
}
|
|
5934
|
+
|
|
5935
|
+
.k-justify-self-first-baseline {
|
|
5936
|
+
justify-self: first baseline;
|
|
5937
|
+
}
|
|
5938
|
+
|
|
5939
|
+
.\!k-justify-self-first-baseline {
|
|
5940
|
+
justify-self: first baseline !important;
|
|
5941
|
+
}
|
|
5942
|
+
|
|
5943
|
+
.k-justify-self-last-baseline {
|
|
5944
|
+
justify-self: last baseline;
|
|
5945
|
+
}
|
|
5946
|
+
|
|
5947
|
+
.\!k-justify-self-last-baseline {
|
|
5948
|
+
justify-self: last baseline !important;
|
|
5755
5949
|
}
|
|
5756
5950
|
|
|
5757
5951
|
.k-order-1 {
|
|
@@ -5882,28 +6076,60 @@ kendo-sortable {
|
|
|
5882
6076
|
place-content: normal !important;
|
|
5883
6077
|
}
|
|
5884
6078
|
|
|
6079
|
+
.k-place-content-stretch {
|
|
6080
|
+
place-content: stretch;
|
|
6081
|
+
}
|
|
6082
|
+
|
|
6083
|
+
.\!k-place-content-stretch {
|
|
6084
|
+
place-content: stretch !important;
|
|
6085
|
+
}
|
|
6086
|
+
|
|
6087
|
+
.k-place-content-center {
|
|
6088
|
+
place-content: center;
|
|
6089
|
+
}
|
|
6090
|
+
|
|
6091
|
+
.\!k-place-content-center {
|
|
6092
|
+
place-content: center !important;
|
|
6093
|
+
}
|
|
6094
|
+
|
|
5885
6095
|
.k-place-content-start {
|
|
5886
|
-
place-content:
|
|
6096
|
+
place-content: start;
|
|
5887
6097
|
}
|
|
5888
6098
|
|
|
5889
6099
|
.\!k-place-content-start {
|
|
5890
|
-
place-content:
|
|
6100
|
+
place-content: start !important;
|
|
5891
6101
|
}
|
|
5892
6102
|
|
|
5893
6103
|
.k-place-content-end {
|
|
5894
|
-
place-content:
|
|
6104
|
+
place-content: end;
|
|
5895
6105
|
}
|
|
5896
6106
|
|
|
5897
6107
|
.\!k-place-content-end {
|
|
6108
|
+
place-content: end !important;
|
|
6109
|
+
}
|
|
6110
|
+
|
|
6111
|
+
.k-place-content-flex-start {
|
|
6112
|
+
place-content: flex-start;
|
|
6113
|
+
}
|
|
6114
|
+
|
|
6115
|
+
.\!k-place-content-flex-start {
|
|
6116
|
+
place-content: flex-start !important;
|
|
6117
|
+
}
|
|
6118
|
+
|
|
6119
|
+
.k-place-content-flex-end {
|
|
6120
|
+
place-content: flex-end;
|
|
6121
|
+
}
|
|
6122
|
+
|
|
6123
|
+
.\!k-place-content-flex-end {
|
|
5898
6124
|
place-content: flex-end !important;
|
|
5899
6125
|
}
|
|
5900
6126
|
|
|
5901
|
-
.k-place-content-
|
|
5902
|
-
place-content:
|
|
6127
|
+
.k-place-content-baseline {
|
|
6128
|
+
place-content: baseline;
|
|
5903
6129
|
}
|
|
5904
6130
|
|
|
5905
|
-
.\!k-place-content-
|
|
5906
|
-
place-content:
|
|
6131
|
+
.\!k-place-content-baseline {
|
|
6132
|
+
place-content: baseline !important;
|
|
5907
6133
|
}
|
|
5908
6134
|
|
|
5909
6135
|
.k-place-content-between {
|
|
@@ -5930,14 +6156,6 @@ kendo-sortable {
|
|
|
5930
6156
|
place-content: space-evenly !important;
|
|
5931
6157
|
}
|
|
5932
6158
|
|
|
5933
|
-
.k-place-content-stretch {
|
|
5934
|
-
place-content: stretch;
|
|
5935
|
-
}
|
|
5936
|
-
|
|
5937
|
-
.\!k-place-content-stretch {
|
|
5938
|
-
place-content: stretch !important;
|
|
5939
|
-
}
|
|
5940
|
-
|
|
5941
6159
|
.k-place-items-normal {
|
|
5942
6160
|
place-items: normal;
|
|
5943
6161
|
}
|
|
@@ -5946,36 +6164,76 @@ kendo-sortable {
|
|
|
5946
6164
|
place-items: normal !important;
|
|
5947
6165
|
}
|
|
5948
6166
|
|
|
6167
|
+
.k-place-items-stretch {
|
|
6168
|
+
place-items: stretch;
|
|
6169
|
+
}
|
|
6170
|
+
|
|
6171
|
+
.\!k-place-items-stretch {
|
|
6172
|
+
place-items: stretch !important;
|
|
6173
|
+
}
|
|
6174
|
+
|
|
6175
|
+
.k-place-items-center {
|
|
6176
|
+
place-items: center;
|
|
6177
|
+
}
|
|
6178
|
+
|
|
6179
|
+
.\!k-place-items-center {
|
|
6180
|
+
place-items: center !important;
|
|
6181
|
+
}
|
|
6182
|
+
|
|
5949
6183
|
.k-place-items-start {
|
|
5950
|
-
place-items:
|
|
6184
|
+
place-items: start;
|
|
5951
6185
|
}
|
|
5952
6186
|
|
|
5953
6187
|
.\!k-place-items-start {
|
|
5954
|
-
place-items:
|
|
6188
|
+
place-items: start !important;
|
|
5955
6189
|
}
|
|
5956
6190
|
|
|
5957
6191
|
.k-place-items-end {
|
|
5958
|
-
place-items:
|
|
6192
|
+
place-items: end;
|
|
5959
6193
|
}
|
|
5960
6194
|
|
|
5961
6195
|
.\!k-place-items-end {
|
|
6196
|
+
place-items: end !important;
|
|
6197
|
+
}
|
|
6198
|
+
|
|
6199
|
+
.k-place-items-flex-start {
|
|
6200
|
+
place-items: flex-start;
|
|
6201
|
+
}
|
|
6202
|
+
|
|
6203
|
+
.\!k-place-items-flex-start {
|
|
6204
|
+
place-items: flex-start !important;
|
|
6205
|
+
}
|
|
6206
|
+
|
|
6207
|
+
.k-place-items-flex-end {
|
|
6208
|
+
place-items: flex-end;
|
|
6209
|
+
}
|
|
6210
|
+
|
|
6211
|
+
.\!k-place-items-flex-end {
|
|
5962
6212
|
place-items: flex-end !important;
|
|
5963
6213
|
}
|
|
5964
6214
|
|
|
5965
|
-
.k-place-items-
|
|
5966
|
-
place-items:
|
|
6215
|
+
.k-place-items-self-start {
|
|
6216
|
+
place-items: flex-start;
|
|
5967
6217
|
}
|
|
5968
6218
|
|
|
5969
|
-
.\!k-place-items-
|
|
5970
|
-
place-items:
|
|
6219
|
+
.\!k-place-items-self-start {
|
|
6220
|
+
place-items: flex-start !important;
|
|
5971
6221
|
}
|
|
5972
6222
|
|
|
5973
|
-
.k-place-items-
|
|
5974
|
-
place-items:
|
|
6223
|
+
.k-place-items-self-end {
|
|
6224
|
+
place-items: flex-end;
|
|
5975
6225
|
}
|
|
5976
6226
|
|
|
5977
|
-
.\!k-place-items-
|
|
5978
|
-
place-items:
|
|
6227
|
+
.\!k-place-items-self-end {
|
|
6228
|
+
place-items: flex-end !important;
|
|
6229
|
+
}
|
|
6230
|
+
|
|
6231
|
+
.k-place-items-baseline {
|
|
6232
|
+
place-items: baseline;
|
|
6233
|
+
}
|
|
6234
|
+
|
|
6235
|
+
.\!k-place-items-baseline {
|
|
6236
|
+
place-items: baseline !important;
|
|
5979
6237
|
}
|
|
5980
6238
|
|
|
5981
6239
|
.k-place-self-auto {
|
|
@@ -5994,6 +6252,22 @@ kendo-sortable {
|
|
|
5994
6252
|
place-self: normal !important;
|
|
5995
6253
|
}
|
|
5996
6254
|
|
|
6255
|
+
.k-place-self-stretch {
|
|
6256
|
+
place-self: stretch;
|
|
6257
|
+
}
|
|
6258
|
+
|
|
6259
|
+
.\!k-place-self-stretch {
|
|
6260
|
+
place-self: stretch !important;
|
|
6261
|
+
}
|
|
6262
|
+
|
|
6263
|
+
.k-place-self-center {
|
|
6264
|
+
place-self: center;
|
|
6265
|
+
}
|
|
6266
|
+
|
|
6267
|
+
.\!k-place-self-center {
|
|
6268
|
+
place-self: center !important;
|
|
6269
|
+
}
|
|
6270
|
+
|
|
5997
6271
|
.k-place-self-start {
|
|
5998
6272
|
place-self: flex-start;
|
|
5999
6273
|
}
|
|
@@ -6010,20 +6284,44 @@ kendo-sortable {
|
|
|
6010
6284
|
place-self: flex-end !important;
|
|
6011
6285
|
}
|
|
6012
6286
|
|
|
6013
|
-
.k-place-self-
|
|
6014
|
-
place-self:
|
|
6287
|
+
.k-place-self-flex-start {
|
|
6288
|
+
place-self: flex-start;
|
|
6015
6289
|
}
|
|
6016
6290
|
|
|
6017
|
-
.\!k-place-self-
|
|
6018
|
-
place-self:
|
|
6291
|
+
.\!k-place-self-flex-start {
|
|
6292
|
+
place-self: flex-start !important;
|
|
6019
6293
|
}
|
|
6020
6294
|
|
|
6021
|
-
.k-place-self-
|
|
6022
|
-
place-self:
|
|
6295
|
+
.k-place-self-flex-end {
|
|
6296
|
+
place-self: flex-end;
|
|
6023
6297
|
}
|
|
6024
6298
|
|
|
6025
|
-
.\!k-place-self-
|
|
6026
|
-
place-self:
|
|
6299
|
+
.\!k-place-self-flex-end {
|
|
6300
|
+
place-self: flex-end !important;
|
|
6301
|
+
}
|
|
6302
|
+
|
|
6303
|
+
.k-place-self-self-start {
|
|
6304
|
+
place-self: flex-start;
|
|
6305
|
+
}
|
|
6306
|
+
|
|
6307
|
+
.\!k-place-self-self-start {
|
|
6308
|
+
place-self: flex-start !important;
|
|
6309
|
+
}
|
|
6310
|
+
|
|
6311
|
+
.k-place-self-self-end {
|
|
6312
|
+
place-self: flex-end;
|
|
6313
|
+
}
|
|
6314
|
+
|
|
6315
|
+
.\!k-place-self-self-end {
|
|
6316
|
+
place-self: flex-end !important;
|
|
6317
|
+
}
|
|
6318
|
+
|
|
6319
|
+
.k-place-self-baseline {
|
|
6320
|
+
place-self: baseline;
|
|
6321
|
+
}
|
|
6322
|
+
|
|
6323
|
+
.\!k-place-self-baseline {
|
|
6324
|
+
place-self: baseline !important;
|
|
6027
6325
|
}
|
|
6028
6326
|
|
|
6029
6327
|
.k-m-0 {
|
|
@@ -11894,12 +12192,6 @@ kendo-sortable {
|
|
|
11894
12192
|
max-width: fit-content !important;
|
|
11895
12193
|
}
|
|
11896
12194
|
|
|
11897
|
-
.k-text-ellipsis {
|
|
11898
|
-
white-space: nowrap;
|
|
11899
|
-
overflow: hidden;
|
|
11900
|
-
text-overflow: ellipsis;
|
|
11901
|
-
}
|
|
11902
|
-
|
|
11903
12195
|
.k-font-size-xs {
|
|
11904
12196
|
font-size: 10px;
|
|
11905
12197
|
}
|
|
@@ -12412,6 +12704,34 @@ kendo-sortable {
|
|
|
12412
12704
|
color: white !important;
|
|
12413
12705
|
}
|
|
12414
12706
|
|
|
12707
|
+
.k-text-clip {
|
|
12708
|
+
text-overflow: clip;
|
|
12709
|
+
}
|
|
12710
|
+
|
|
12711
|
+
.\!k-text-clip {
|
|
12712
|
+
text-overflow: clip !important;
|
|
12713
|
+
}
|
|
12714
|
+
|
|
12715
|
+
.k-text-ellipsis {
|
|
12716
|
+
text-overflow: ellipsis;
|
|
12717
|
+
}
|
|
12718
|
+
|
|
12719
|
+
.\!k-text-ellipsis {
|
|
12720
|
+
text-overflow: ellipsis !important;
|
|
12721
|
+
}
|
|
12722
|
+
|
|
12723
|
+
.k-text-truncate, .k-text-ellipsis {
|
|
12724
|
+
white-space: nowrap;
|
|
12725
|
+
overflow: hidden;
|
|
12726
|
+
text-overflow: ellipsis;
|
|
12727
|
+
}
|
|
12728
|
+
|
|
12729
|
+
.\!k-text-truncate, .\!k-text-ellipsis {
|
|
12730
|
+
white-space: nowrap !important;
|
|
12731
|
+
overflow: hidden !important;
|
|
12732
|
+
text-overflow: ellipsis !important;
|
|
12733
|
+
}
|
|
12734
|
+
|
|
12415
12735
|
.k-text-uppercase {
|
|
12416
12736
|
text-transform: uppercase;
|
|
12417
12737
|
}
|
|
@@ -20998,6 +21318,146 @@ kendo-sortable {
|
|
|
20998
21318
|
will-change: transform !important;
|
|
20999
21319
|
}
|
|
21000
21320
|
|
|
21321
|
+
.k-body,
|
|
21322
|
+
.k-typography {
|
|
21323
|
+
font-size: 14px;
|
|
21324
|
+
font-family: inherit;
|
|
21325
|
+
line-height: 1.4285714286;
|
|
21326
|
+
font-weight: 400;
|
|
21327
|
+
margin: 0;
|
|
21328
|
+
}
|
|
21329
|
+
|
|
21330
|
+
.k-body p,
|
|
21331
|
+
.k-typography p {
|
|
21332
|
+
margin: 0 0 14px;
|
|
21333
|
+
}
|
|
21334
|
+
|
|
21335
|
+
.k-h1 {
|
|
21336
|
+
font-size: 42px;
|
|
21337
|
+
font-family: inherit;
|
|
21338
|
+
line-height: 54px;
|
|
21339
|
+
font-weight: 400;
|
|
21340
|
+
margin: 0 0 14px;
|
|
21341
|
+
}
|
|
21342
|
+
|
|
21343
|
+
.k-h2 {
|
|
21344
|
+
font-size: 34px;
|
|
21345
|
+
font-family: inherit;
|
|
21346
|
+
line-height: 46px;
|
|
21347
|
+
font-weight: 400;
|
|
21348
|
+
margin: 0 0 14px;
|
|
21349
|
+
}
|
|
21350
|
+
|
|
21351
|
+
.k-h3 {
|
|
21352
|
+
font-size: 28px;
|
|
21353
|
+
font-family: inherit;
|
|
21354
|
+
line-height: 42px;
|
|
21355
|
+
font-weight: 400;
|
|
21356
|
+
margin: 0 0 14px;
|
|
21357
|
+
}
|
|
21358
|
+
|
|
21359
|
+
.k-h4 {
|
|
21360
|
+
font-size: 22px;
|
|
21361
|
+
font-family: inherit;
|
|
21362
|
+
line-height: 32px;
|
|
21363
|
+
font-weight: 700;
|
|
21364
|
+
margin: 0 0 14px;
|
|
21365
|
+
}
|
|
21366
|
+
|
|
21367
|
+
.k-h5 {
|
|
21368
|
+
font-size: 16px;
|
|
21369
|
+
font-family: inherit;
|
|
21370
|
+
line-height: 26px;
|
|
21371
|
+
font-weight: 700;
|
|
21372
|
+
margin: 0 0 14px;
|
|
21373
|
+
}
|
|
21374
|
+
|
|
21375
|
+
.k-h6 {
|
|
21376
|
+
font-size: 14px;
|
|
21377
|
+
font-family: inherit;
|
|
21378
|
+
line-height: 20px;
|
|
21379
|
+
font-weight: 700;
|
|
21380
|
+
margin: 0 0 14px;
|
|
21381
|
+
}
|
|
21382
|
+
|
|
21383
|
+
.k-paragraph {
|
|
21384
|
+
font-size: 14px;
|
|
21385
|
+
font-family: inherit;
|
|
21386
|
+
line-height: 20px;
|
|
21387
|
+
font-weight: 400;
|
|
21388
|
+
margin: 0 0 14px;
|
|
21389
|
+
}
|
|
21390
|
+
|
|
21391
|
+
.k-pre,
|
|
21392
|
+
.k-code {
|
|
21393
|
+
font-size: 14px;
|
|
21394
|
+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
|
|
21395
|
+
line-height: 20px;
|
|
21396
|
+
font-weight: 400;
|
|
21397
|
+
border-style: solid;
|
|
21398
|
+
border-width: 1px;
|
|
21399
|
+
}
|
|
21400
|
+
|
|
21401
|
+
.k-pre {
|
|
21402
|
+
padding-block: 16px;
|
|
21403
|
+
padding-inline: 24px;
|
|
21404
|
+
overflow: auto;
|
|
21405
|
+
}
|
|
21406
|
+
|
|
21407
|
+
.k-pre > .k-code {
|
|
21408
|
+
padding: 0;
|
|
21409
|
+
border-width: 0;
|
|
21410
|
+
border-color: transparent;
|
|
21411
|
+
background-color: transparent;
|
|
21412
|
+
font-family: inherit;
|
|
21413
|
+
font-size: inherit;
|
|
21414
|
+
}
|
|
21415
|
+
|
|
21416
|
+
.k-code {
|
|
21417
|
+
padding-block: 0px;
|
|
21418
|
+
padding-inline: 4px;
|
|
21419
|
+
}
|
|
21420
|
+
|
|
21421
|
+
.k-display-1 {
|
|
21422
|
+
font-size: 84px;
|
|
21423
|
+
font-family: inherit;
|
|
21424
|
+
line-height: 1.2;
|
|
21425
|
+
font-weight: 300;
|
|
21426
|
+
}
|
|
21427
|
+
|
|
21428
|
+
.k-display-2 {
|
|
21429
|
+
font-size: 70px;
|
|
21430
|
+
font-family: inherit;
|
|
21431
|
+
line-height: 1.2;
|
|
21432
|
+
font-weight: 300;
|
|
21433
|
+
}
|
|
21434
|
+
|
|
21435
|
+
.k-display-3 {
|
|
21436
|
+
font-size: 56px;
|
|
21437
|
+
font-family: inherit;
|
|
21438
|
+
line-height: 1.2;
|
|
21439
|
+
font-weight: 300;
|
|
21440
|
+
}
|
|
21441
|
+
|
|
21442
|
+
.k-display-4 {
|
|
21443
|
+
font-size: 42px;
|
|
21444
|
+
font-family: inherit;
|
|
21445
|
+
line-height: 1.2;
|
|
21446
|
+
font-weight: 300;
|
|
21447
|
+
}
|
|
21448
|
+
|
|
21449
|
+
.k-body {
|
|
21450
|
+
color: #424242;
|
|
21451
|
+
background-color: #ffffff;
|
|
21452
|
+
}
|
|
21453
|
+
|
|
21454
|
+
.k-pre,
|
|
21455
|
+
.k-code {
|
|
21456
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
21457
|
+
color: #424242;
|
|
21458
|
+
background-color: #fafafa;
|
|
21459
|
+
}
|
|
21460
|
+
|
|
21001
21461
|
@font-face {
|
|
21002
21462
|
font-family: "WebComponentsIcons";
|
|
21003
21463
|
font-style: normal;
|
|
@@ -25323,10 +25783,10 @@ kendo-sortable {
|
|
|
25323
25783
|
|
|
25324
25784
|
.k-rtl .k-i-indent-increase,
|
|
25325
25785
|
.k-rtl .k-i-indent-decrease,
|
|
25326
|
-
.k-rtl .k-i-
|
|
25327
|
-
.k-rtl .k-i-
|
|
25328
|
-
[dir="rtl"] .k-i-
|
|
25329
|
-
[dir="rtl"] .k-i-
|
|
25786
|
+
.k-rtl .k-i-caret-alt-right,
|
|
25787
|
+
.k-rtl .k-i-caret-alt-left,
|
|
25788
|
+
[dir="rtl"] .k-i-caret-alt-right,
|
|
25789
|
+
[dir="rtl"] .k-i-caret-alt-left {
|
|
25330
25790
|
transform: scaleX(-1);
|
|
25331
25791
|
}
|
|
25332
25792
|
|
|
@@ -25347,7 +25807,8 @@ kendo-sortable {
|
|
|
25347
25807
|
|
|
25348
25808
|
.k-messagebox {
|
|
25349
25809
|
margin: 0 0 16px 0;
|
|
25350
|
-
padding: 4px
|
|
25810
|
+
padding-block: 4px;
|
|
25811
|
+
padding-inline: 8px;
|
|
25351
25812
|
border-width: 0 0 0 4px;
|
|
25352
25813
|
border-style: solid;
|
|
25353
25814
|
box-sizing: border-box;
|
|
@@ -25423,7 +25884,8 @@ kendo-sortable {
|
|
|
25423
25884
|
|
|
25424
25885
|
.k-drag-clue {
|
|
25425
25886
|
border-radius: 4px;
|
|
25426
|
-
padding: 4px
|
|
25887
|
+
padding-block: 4px;
|
|
25888
|
+
padding-inline: 8px;
|
|
25427
25889
|
border-width: 1px;
|
|
25428
25890
|
border-style: solid;
|
|
25429
25891
|
box-sizing: border-box;
|
|
@@ -25639,7 +26101,8 @@ kendo-sortable {
|
|
|
25639
26101
|
|
|
25640
26102
|
.k-checkbox-item,
|
|
25641
26103
|
.k-checkbox-list-item {
|
|
25642
|
-
padding: 4px
|
|
26104
|
+
padding-block: 4px;
|
|
26105
|
+
padding-inline: 0px;
|
|
25643
26106
|
display: flex;
|
|
25644
26107
|
flex-flow: row nowrap;
|
|
25645
26108
|
align-items: center;
|
|
@@ -25880,7 +26343,8 @@ kendo-sortable {
|
|
|
25880
26343
|
}
|
|
25881
26344
|
|
|
25882
26345
|
.k-list-item-group-label {
|
|
25883
|
-
padding: 0
|
|
26346
|
+
padding-block: 0;
|
|
26347
|
+
padding-inline: .5em;
|
|
25884
26348
|
font-size: .75em;
|
|
25885
26349
|
position: absolute;
|
|
25886
26350
|
top: 0;
|
|
@@ -25926,15 +26390,18 @@ kendo-sortable {
|
|
|
25926
26390
|
}
|
|
25927
26391
|
|
|
25928
26392
|
.k-list-sm .k-list-group-sticky-header {
|
|
25929
|
-
padding: 2px
|
|
26393
|
+
padding-block: 2px;
|
|
26394
|
+
padding-inline: 8px;
|
|
25930
26395
|
}
|
|
25931
26396
|
|
|
25932
26397
|
.k-list-sm .k-list-item, .k-list-sm .k-list-optionlabel {
|
|
25933
|
-
padding: 2px
|
|
26398
|
+
padding-block: 2px;
|
|
26399
|
+
padding-inline: 8px;
|
|
25934
26400
|
}
|
|
25935
26401
|
|
|
25936
26402
|
.k-list-sm .k-list-group-item {
|
|
25937
|
-
padding: 2px
|
|
26403
|
+
padding-block: 2px;
|
|
26404
|
+
padding-inline: 8px;
|
|
25938
26405
|
}
|
|
25939
26406
|
|
|
25940
26407
|
.k-list-md {
|
|
@@ -25943,15 +26410,18 @@ kendo-sortable {
|
|
|
25943
26410
|
}
|
|
25944
26411
|
|
|
25945
26412
|
.k-list-md .k-list-group-sticky-header {
|
|
25946
|
-
padding: 4px
|
|
26413
|
+
padding-block: 4px;
|
|
26414
|
+
padding-inline: 8px;
|
|
25947
26415
|
}
|
|
25948
26416
|
|
|
25949
26417
|
.k-list-md .k-list-item, .k-list-md .k-list-optionlabel {
|
|
25950
|
-
padding: 4px
|
|
26418
|
+
padding-block: 4px;
|
|
26419
|
+
padding-inline: 8px;
|
|
25951
26420
|
}
|
|
25952
26421
|
|
|
25953
26422
|
.k-list-md .k-list-group-item {
|
|
25954
|
-
padding: 4px
|
|
26423
|
+
padding-block: 4px;
|
|
26424
|
+
padding-inline: 8px;
|
|
25955
26425
|
}
|
|
25956
26426
|
|
|
25957
26427
|
.k-list-lg {
|
|
@@ -25960,15 +26430,18 @@ kendo-sortable {
|
|
|
25960
26430
|
}
|
|
25961
26431
|
|
|
25962
26432
|
.k-list-lg .k-list-group-sticky-header {
|
|
25963
|
-
padding: 6px
|
|
26433
|
+
padding-block: 6px;
|
|
26434
|
+
padding-inline: 8px;
|
|
25964
26435
|
}
|
|
25965
26436
|
|
|
25966
26437
|
.k-list-lg .k-list-item, .k-list-lg .k-list-optionlabel {
|
|
25967
|
-
padding: 8px
|
|
26438
|
+
padding-block: 8px;
|
|
26439
|
+
padding-inline: 8px;
|
|
25968
26440
|
}
|
|
25969
26441
|
|
|
25970
26442
|
.k-list-lg .k-list-group-item {
|
|
25971
|
-
padding: 6px
|
|
26443
|
+
padding-block: 6px;
|
|
26444
|
+
padding-inline: 8px;
|
|
25972
26445
|
}
|
|
25973
26446
|
|
|
25974
26447
|
.k-no-data, .k-nodata {
|
|
@@ -26058,7 +26531,8 @@ kendo-sortable {
|
|
|
26058
26531
|
}
|
|
26059
26532
|
|
|
26060
26533
|
.k-listgroup-item {
|
|
26061
|
-
padding: 8px
|
|
26534
|
+
padding-block: 8px;
|
|
26535
|
+
padding-inline: 8px;
|
|
26062
26536
|
border-width: 0;
|
|
26063
26537
|
border-style: solid;
|
|
26064
26538
|
border-color: inherit;
|
|
@@ -26071,8 +26545,10 @@ kendo-sortable {
|
|
|
26071
26545
|
}
|
|
26072
26546
|
|
|
26073
26547
|
.k-listgroup-item > .k-link {
|
|
26074
|
-
margin: -8px
|
|
26075
|
-
|
|
26548
|
+
margin-block: -8px;
|
|
26549
|
+
margin-inline: -8px;
|
|
26550
|
+
padding-block: 8px;
|
|
26551
|
+
padding-inline: 8px;
|
|
26076
26552
|
color: inherit;
|
|
26077
26553
|
text-decoration: none;
|
|
26078
26554
|
outline: 0;
|
|
@@ -26113,8 +26589,10 @@ kendo-sortable {
|
|
|
26113
26589
|
}
|
|
26114
26590
|
|
|
26115
26591
|
.k-listgroup-form-row {
|
|
26116
|
-
margin: -8px
|
|
26117
|
-
|
|
26592
|
+
margin-block: -8px;
|
|
26593
|
+
margin-inline: -8px;
|
|
26594
|
+
padding-block: 8px;
|
|
26595
|
+
padding-inline: 8px;
|
|
26118
26596
|
display: flex;
|
|
26119
26597
|
flex-direction: row;
|
|
26120
26598
|
align-items: center;
|
|
@@ -26167,7 +26645,8 @@ kendo-sortable {
|
|
|
26167
26645
|
left: 0;
|
|
26168
26646
|
}
|
|
26169
26647
|
|
|
26170
|
-
[dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-icon
|
|
26648
|
+
[dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-icon,
|
|
26649
|
+
[dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-svg-icon {
|
|
26171
26650
|
transform: scaleX(-1);
|
|
26172
26651
|
}
|
|
26173
26652
|
|
|
@@ -26183,7 +26662,8 @@ kendo-sortable {
|
|
|
26183
26662
|
border-left-width: 0;
|
|
26184
26663
|
}
|
|
26185
26664
|
|
|
26186
|
-
[dir="rtl"] .k-listgroup-item-segmented > .k-select .k-icon
|
|
26665
|
+
[dir="rtl"] .k-listgroup-item-segmented > .k-select .k-icon,
|
|
26666
|
+
[dir="rtl"] .k-listgroup-item-segmented > .k-select .k-svg-icon {
|
|
26187
26667
|
transform: scaleX(-1);
|
|
26188
26668
|
}
|
|
26189
26669
|
|
|
@@ -26279,7 +26759,8 @@ kendo-sortable {
|
|
|
26279
26759
|
}
|
|
26280
26760
|
|
|
26281
26761
|
.k-popup > .k-colorpalette {
|
|
26282
|
-
padding: 8px
|
|
26762
|
+
padding-block: 8px;
|
|
26763
|
+
padding-inline: 8px;
|
|
26283
26764
|
}
|
|
26284
26765
|
|
|
26285
26766
|
.k-popup.k-popup-transparent {
|
|
@@ -26364,7 +26845,7 @@ kendo-sortable {
|
|
|
26364
26845
|
max-width: none;
|
|
26365
26846
|
border-width: 1px;
|
|
26366
26847
|
border-style: solid;
|
|
26367
|
-
text-align:
|
|
26848
|
+
text-align: start;
|
|
26368
26849
|
border-collapse: collapse;
|
|
26369
26850
|
border-spacing: 0;
|
|
26370
26851
|
empty-cells: show;
|
|
@@ -26483,7 +26964,7 @@ kendo-sortable {
|
|
|
26483
26964
|
|
|
26484
26965
|
.k-table-list .k-table-group-row::before {
|
|
26485
26966
|
content: "\200b";
|
|
26486
|
-
padding: 0;
|
|
26967
|
+
padding-inline: 0;
|
|
26487
26968
|
width: 0;
|
|
26488
26969
|
display: block;
|
|
26489
26970
|
overflow: hidden;
|
|
@@ -26562,7 +27043,8 @@ kendo-sortable {
|
|
|
26562
27043
|
|
|
26563
27044
|
.k-table-sm .k-table-th,
|
|
26564
27045
|
.k-table-sm .k-table-td {
|
|
26565
|
-
padding: 4px
|
|
27046
|
+
padding-block: 4px;
|
|
27047
|
+
padding-inline: 8px;
|
|
26566
27048
|
}
|
|
26567
27049
|
|
|
26568
27050
|
.k-table-sm .k-table-list .k-table-group-td > span {
|
|
@@ -26582,7 +27064,8 @@ kendo-sortable {
|
|
|
26582
27064
|
|
|
26583
27065
|
.k-table-md .k-table-th,
|
|
26584
27066
|
.k-table-md .k-table-td {
|
|
26585
|
-
padding: 8px
|
|
27067
|
+
padding-block: 8px;
|
|
27068
|
+
padding-inline: 12px;
|
|
26586
27069
|
}
|
|
26587
27070
|
|
|
26588
27071
|
.k-table-md .k-table-list .k-table-group-td > span {
|
|
@@ -26602,7 +27085,8 @@ kendo-sortable {
|
|
|
26602
27085
|
|
|
26603
27086
|
.k-table-lg .k-table-th,
|
|
26604
27087
|
.k-table-lg .k-table-td {
|
|
26605
|
-
padding: 10px
|
|
27088
|
+
padding-block: 10px;
|
|
27089
|
+
padding-inline: 8px;
|
|
26606
27090
|
}
|
|
26607
27091
|
|
|
26608
27092
|
.k-table-lg .k-table-list .k-table-group-td > span {
|
|
@@ -26615,13 +27099,6 @@ kendo-sortable {
|
|
|
26615
27099
|
padding-inline: 0;
|
|
26616
27100
|
}
|
|
26617
27101
|
|
|
26618
|
-
.k-rtl.k-table,
|
|
26619
|
-
.k-rtl .k-table,
|
|
26620
|
-
[dir="rtl"].k-table,
|
|
26621
|
-
[dir="rtl"] .k-table {
|
|
26622
|
-
text-align: right;
|
|
26623
|
-
}
|
|
26624
|
-
|
|
26625
27102
|
.k-rtl.k-table .k-table-th,
|
|
26626
27103
|
.k-rtl.k-table .k-table-td,
|
|
26627
27104
|
.k-rtl .k-table .k-table-th,
|
|
@@ -26972,7 +27449,8 @@ a.k-badge:hover,
|
|
|
26972
27449
|
}
|
|
26973
27450
|
|
|
26974
27451
|
.k-badge-sm {
|
|
26975
|
-
padding: 2px
|
|
27452
|
+
padding-block: 2px;
|
|
27453
|
+
padding-inline: 2px;
|
|
26976
27454
|
font-size: 10px;
|
|
26977
27455
|
line-height: 1;
|
|
26978
27456
|
min-width: calc(1em + 6px);
|
|
@@ -26984,7 +27462,8 @@ a.k-badge:hover,
|
|
|
26984
27462
|
}
|
|
26985
27463
|
|
|
26986
27464
|
.k-badge-md {
|
|
26987
|
-
padding: 4px
|
|
27465
|
+
padding-block: 4px;
|
|
27466
|
+
padding-inline: 4px;
|
|
26988
27467
|
font-size: 10px;
|
|
26989
27468
|
line-height: 1;
|
|
26990
27469
|
min-width: calc(1em + 10px);
|
|
@@ -26996,7 +27475,8 @@ a.k-badge:hover,
|
|
|
26996
27475
|
}
|
|
26997
27476
|
|
|
26998
27477
|
.k-badge-lg {
|
|
26999
|
-
padding: 6px
|
|
27478
|
+
padding-block: 6px;
|
|
27479
|
+
padding-inline: 6px;
|
|
27000
27480
|
font-size: 10px;
|
|
27001
27481
|
line-height: 1;
|
|
27002
27482
|
min-width: calc(1em + 14px);
|
|
@@ -27221,7 +27701,8 @@ kendo-badge-container {
|
|
|
27221
27701
|
}
|
|
27222
27702
|
|
|
27223
27703
|
.k-chip {
|
|
27224
|
-
padding: 4px
|
|
27704
|
+
padding-block: 4px;
|
|
27705
|
+
padding-inline: 4px;
|
|
27225
27706
|
border-width: 1px;
|
|
27226
27707
|
border-style: solid;
|
|
27227
27708
|
outline: 0;
|
|
@@ -27251,9 +27732,15 @@ kendo-badge-container {
|
|
|
27251
27732
|
display: none !important;
|
|
27252
27733
|
}
|
|
27253
27734
|
|
|
27735
|
+
.k-chip .k-icon-wrapper-host {
|
|
27736
|
+
display: initial;
|
|
27737
|
+
}
|
|
27738
|
+
|
|
27254
27739
|
.k-chip-content {
|
|
27255
|
-
padding: .5em
|
|
27256
|
-
|
|
27740
|
+
padding-block: .5em;
|
|
27741
|
+
padding-inline: 0;
|
|
27742
|
+
margin-block: -.5em;
|
|
27743
|
+
margin-inline: 0;
|
|
27257
27744
|
min-width: 0;
|
|
27258
27745
|
display: flex;
|
|
27259
27746
|
flex-flow: row nowrap;
|
|
@@ -27294,7 +27781,8 @@ kendo-badge-container {
|
|
|
27294
27781
|
}
|
|
27295
27782
|
|
|
27296
27783
|
.k-chip-actions {
|
|
27297
|
-
margin: -5em
|
|
27784
|
+
margin-block: -5em;
|
|
27785
|
+
margin-inline: 0;
|
|
27298
27786
|
flex: none;
|
|
27299
27787
|
display: flex;
|
|
27300
27788
|
flex-flow: row nowrap;
|
|
@@ -27327,7 +27815,8 @@ kendo-badge-container {
|
|
|
27327
27815
|
}
|
|
27328
27816
|
|
|
27329
27817
|
.k-chip-sm {
|
|
27330
|
-
padding: 2px
|
|
27818
|
+
padding-block: 2px;
|
|
27819
|
+
padding-inline: 4px;
|
|
27331
27820
|
font-size: 14px;
|
|
27332
27821
|
line-height: 1;
|
|
27333
27822
|
}
|
|
@@ -27339,7 +27828,8 @@ kendo-badge-container {
|
|
|
27339
27828
|
}
|
|
27340
27829
|
|
|
27341
27830
|
.k-chip-md {
|
|
27342
|
-
padding: 4px
|
|
27831
|
+
padding-block: 4px;
|
|
27832
|
+
padding-inline: 4px;
|
|
27343
27833
|
font-size: 14px;
|
|
27344
27834
|
line-height: 1;
|
|
27345
27835
|
}
|
|
@@ -27351,7 +27841,8 @@ kendo-badge-container {
|
|
|
27351
27841
|
}
|
|
27352
27842
|
|
|
27353
27843
|
.k-chip-lg {
|
|
27354
|
-
padding: 6px
|
|
27844
|
+
padding-block: 6px;
|
|
27845
|
+
padding-inline: 4px;
|
|
27355
27846
|
font-size: 14px;
|
|
27356
27847
|
line-height: 1;
|
|
27357
27848
|
}
|
|
@@ -28343,7 +28834,8 @@ kendo-badge-container {
|
|
|
28343
28834
|
}
|
|
28344
28835
|
|
|
28345
28836
|
.k-button-sm {
|
|
28346
|
-
padding: 2px
|
|
28837
|
+
padding-block: 2px;
|
|
28838
|
+
padding-inline: 8px;
|
|
28347
28839
|
font-size: 14px;
|
|
28348
28840
|
line-height: 1.4285714286;
|
|
28349
28841
|
}
|
|
@@ -28397,7 +28889,8 @@ kendo-badge-container {
|
|
|
28397
28889
|
}
|
|
28398
28890
|
|
|
28399
28891
|
.k-button-md {
|
|
28400
|
-
padding: 4px
|
|
28892
|
+
padding-block: 4px;
|
|
28893
|
+
padding-inline: 8px;
|
|
28401
28894
|
font-size: 14px;
|
|
28402
28895
|
line-height: 1.4285714286;
|
|
28403
28896
|
}
|
|
@@ -28451,7 +28944,8 @@ kendo-badge-container {
|
|
|
28451
28944
|
}
|
|
28452
28945
|
|
|
28453
28946
|
.k-button-lg {
|
|
28454
|
-
padding: 8px
|
|
28947
|
+
padding-block: 8px;
|
|
28948
|
+
padding-inline: 8px;
|
|
28455
28949
|
font-size: 16px;
|
|
28456
28950
|
line-height: 1.5;
|
|
28457
28951
|
}
|
|
@@ -29687,7 +30181,8 @@ kendo-badge-container {
|
|
|
29687
30181
|
}
|
|
29688
30182
|
|
|
29689
30183
|
.k-menu-link {
|
|
29690
|
-
padding: 6px
|
|
30184
|
+
padding-block: 6px;
|
|
30185
|
+
padding-inline: 12px;
|
|
29691
30186
|
outline: 0;
|
|
29692
30187
|
color: inherit;
|
|
29693
30188
|
display: flex;
|
|
@@ -29726,7 +30221,8 @@ kendo-badge-container {
|
|
|
29726
30221
|
}
|
|
29727
30222
|
|
|
29728
30223
|
.k-menu-horizontal > .k-separator {
|
|
29729
|
-
margin: 0
|
|
30224
|
+
margin-block: 0;
|
|
30225
|
+
margin-inline: 4px;
|
|
29730
30226
|
width: 0;
|
|
29731
30227
|
height: auto;
|
|
29732
30228
|
border-width: 0 0 0 1px;
|
|
@@ -29742,7 +30238,8 @@ kendo-badge-container {
|
|
|
29742
30238
|
}
|
|
29743
30239
|
|
|
29744
30240
|
.k-menu-vertical > .k-menu-item > .k-menu-link {
|
|
29745
|
-
padding: 4px
|
|
30241
|
+
padding-block: 4px;
|
|
30242
|
+
padding-inline: 8px;
|
|
29746
30243
|
padding-right: 32px;
|
|
29747
30244
|
}
|
|
29748
30245
|
|
|
@@ -29752,7 +30249,8 @@ kendo-badge-container {
|
|
|
29752
30249
|
}
|
|
29753
30250
|
|
|
29754
30251
|
.k-menu-vertical > .k-separator {
|
|
29755
|
-
margin: 4px
|
|
30252
|
+
margin-block: 4px;
|
|
30253
|
+
margin-inline: 0;
|
|
29756
30254
|
height: 0;
|
|
29757
30255
|
border-width: 1px 0 0;
|
|
29758
30256
|
border-style: solid;
|
|
@@ -29788,7 +30286,8 @@ kendo-badge-container {
|
|
|
29788
30286
|
}
|
|
29789
30287
|
|
|
29790
30288
|
.k-menu-group .k-separator {
|
|
29791
|
-
margin: 4px
|
|
30289
|
+
margin-block: 4px;
|
|
30290
|
+
margin-inline: 0;
|
|
29792
30291
|
height: 0;
|
|
29793
30292
|
border-width: 1px 0 0;
|
|
29794
30293
|
border-style: solid;
|
|
@@ -29811,7 +30310,8 @@ kendo-badge-container {
|
|
|
29811
30310
|
}
|
|
29812
30311
|
|
|
29813
30312
|
.k-menu-group-sm .k-menu-link {
|
|
29814
|
-
padding: 2px
|
|
30313
|
+
padding-block: 2px;
|
|
30314
|
+
padding-inline: 8px;
|
|
29815
30315
|
padding-inline-end: 32px;
|
|
29816
30316
|
}
|
|
29817
30317
|
|
|
@@ -29831,7 +30331,8 @@ kendo-badge-container {
|
|
|
29831
30331
|
}
|
|
29832
30332
|
|
|
29833
30333
|
.k-menu-group-md .k-menu-link {
|
|
29834
|
-
padding: 4px
|
|
30334
|
+
padding-block: 4px;
|
|
30335
|
+
padding-inline: 8px;
|
|
29835
30336
|
padding-inline-end: 32px;
|
|
29836
30337
|
}
|
|
29837
30338
|
|
|
@@ -29851,7 +30352,8 @@ kendo-badge-container {
|
|
|
29851
30352
|
}
|
|
29852
30353
|
|
|
29853
30354
|
.k-menu-group-lg .k-menu-link {
|
|
29854
|
-
padding: 6px
|
|
30355
|
+
padding-block: 6px;
|
|
30356
|
+
padding-inline: 8px;
|
|
29855
30357
|
padding-inline-end: 32px;
|
|
29856
30358
|
}
|
|
29857
30359
|
|
|
@@ -29873,9 +30375,6 @@ kendo-badge-container {
|
|
|
29873
30375
|
border-style: solid;
|
|
29874
30376
|
}
|
|
29875
30377
|
|
|
29876
|
-
.k-context-menu.k-menu-horizontal {
|
|
29877
|
-
}
|
|
29878
|
-
|
|
29879
30378
|
.k-animation-container .k-context-menu.k-menu-horizontal {
|
|
29880
30379
|
display: flex !important;
|
|
29881
30380
|
flex-wrap: nowrap;
|
|
@@ -30116,7 +30615,8 @@ kendo-badge-container {
|
|
|
30116
30615
|
}
|
|
30117
30616
|
|
|
30118
30617
|
.k-toolbar-sm {
|
|
30119
|
-
padding: 4px
|
|
30618
|
+
padding-block: 4px;
|
|
30619
|
+
padding-inline: 4px;
|
|
30120
30620
|
gap: 6px;
|
|
30121
30621
|
}
|
|
30122
30622
|
|
|
@@ -30129,7 +30629,8 @@ kendo-badge-container {
|
|
|
30129
30629
|
}
|
|
30130
30630
|
|
|
30131
30631
|
.k-toolbar-md {
|
|
30132
|
-
padding: 8px
|
|
30632
|
+
padding-block: 8px;
|
|
30633
|
+
padding-inline: 8px;
|
|
30133
30634
|
gap: 8px;
|
|
30134
30635
|
}
|
|
30135
30636
|
|
|
@@ -30142,7 +30643,8 @@ kendo-badge-container {
|
|
|
30142
30643
|
}
|
|
30143
30644
|
|
|
30144
30645
|
.k-toolbar-lg {
|
|
30145
|
-
padding: 10px
|
|
30646
|
+
padding-block: 10px;
|
|
30647
|
+
padding-inline: 10px;
|
|
30146
30648
|
gap: 10px;
|
|
30147
30649
|
}
|
|
30148
30650
|
|
|
@@ -30168,7 +30670,8 @@ kendo-badge-container {
|
|
|
30168
30670
|
|
|
30169
30671
|
.k-floating-toolbar,
|
|
30170
30672
|
.editorToolbarWindow.k-window-content {
|
|
30171
|
-
padding: 8px
|
|
30673
|
+
padding-block: 8px !important;
|
|
30674
|
+
padding-inline: 8px !important;
|
|
30172
30675
|
border-width: 1px;
|
|
30173
30676
|
border-style: solid;
|
|
30174
30677
|
display: flex;
|
|
@@ -30212,7 +30715,8 @@ kendo-badge-container {
|
|
|
30212
30715
|
}
|
|
30213
30716
|
|
|
30214
30717
|
.k-overflow-container .k-overflow-button {
|
|
30215
|
-
padding: 4px
|
|
30718
|
+
padding-block: 4px;
|
|
30719
|
+
padding-inline: 8px;
|
|
30216
30720
|
width: 100%;
|
|
30217
30721
|
height: auto;
|
|
30218
30722
|
border-width: 0;
|
|
@@ -30300,7 +30804,8 @@ kendo-badge-container {
|
|
|
30300
30804
|
.k-actions, .k-edit-buttons,
|
|
30301
30805
|
.k-action-buttons,
|
|
30302
30806
|
.k-columnmenu-actions, .k-form-buttons {
|
|
30303
|
-
padding: 8px
|
|
30807
|
+
padding-block: 8px;
|
|
30808
|
+
padding-inline: 8px;
|
|
30304
30809
|
box-sizing: border-box;
|
|
30305
30810
|
border-width: 0px 0 0 0;
|
|
30306
30811
|
border-style: solid;
|
|
@@ -30476,7 +30981,8 @@ kendo-label > .k-label {
|
|
|
30476
30981
|
display: inline-block;
|
|
30477
30982
|
font-size: 10px;
|
|
30478
30983
|
line-height: 1;
|
|
30479
|
-
margin: 0
|
|
30984
|
+
margin-block: 0;
|
|
30985
|
+
margin-inline: 8px;
|
|
30480
30986
|
}
|
|
30481
30987
|
|
|
30482
30988
|
.k-form .k-multiselect,
|
|
@@ -30602,7 +31108,7 @@ kendo-label > .k-label {
|
|
|
30602
31108
|
|
|
30603
31109
|
.k-form-inline legend {
|
|
30604
31110
|
font-size: 12px;
|
|
30605
|
-
text-align:
|
|
31111
|
+
text-align: start;
|
|
30606
31112
|
font-weight: 600;
|
|
30607
31113
|
line-height: 1;
|
|
30608
31114
|
margin-bottom: 12px;
|
|
@@ -30614,13 +31120,13 @@ kendo-label > .k-label {
|
|
|
30614
31120
|
.k-form-inline .k-form-field {
|
|
30615
31121
|
display: flex;
|
|
30616
31122
|
align-items: flex-start;
|
|
30617
|
-
text-align:
|
|
31123
|
+
text-align: start;
|
|
30618
31124
|
margin-bottom: 12px;
|
|
30619
31125
|
}
|
|
30620
31126
|
|
|
30621
31127
|
.k-form-inline .k-form-field > span:not(.k-widget) {
|
|
30622
31128
|
width: 25%;
|
|
30623
|
-
text-align:
|
|
31129
|
+
text-align: end;
|
|
30624
31130
|
line-height: 1.4285714286;
|
|
30625
31131
|
padding: 5px 0;
|
|
30626
31132
|
padding-right: 12px;
|
|
@@ -30674,7 +31180,7 @@ kendo-label > .k-label {
|
|
|
30674
31180
|
padding: 5px 0;
|
|
30675
31181
|
width: 30%;
|
|
30676
31182
|
line-height: 1.4285714286;
|
|
30677
|
-
text-align:
|
|
31183
|
+
text-align: end;
|
|
30678
31184
|
float: left;
|
|
30679
31185
|
clear: both;
|
|
30680
31186
|
}
|
|
@@ -30752,7 +31258,8 @@ kendo-label > .k-label {
|
|
|
30752
31258
|
.k-tooltip {
|
|
30753
31259
|
border-radius: 4px;
|
|
30754
31260
|
margin: 0;
|
|
30755
|
-
padding: 4px
|
|
31261
|
+
padding-block: 4px;
|
|
31262
|
+
padding-inline: 8px;
|
|
30756
31263
|
border-width: 0px;
|
|
30757
31264
|
border-style: solid;
|
|
30758
31265
|
box-sizing: border-box;
|
|
@@ -30799,7 +31306,8 @@ kendo-label > .k-label {
|
|
|
30799
31306
|
flex-shrink: 0;
|
|
30800
31307
|
}
|
|
30801
31308
|
|
|
30802
|
-
.k-tooltip-button .k-icon
|
|
31309
|
+
.k-tooltip-button .k-icon,
|
|
31310
|
+
.k-tooltip-button .k-svg-icon {
|
|
30803
31311
|
color: inherit;
|
|
30804
31312
|
vertical-align: top;
|
|
30805
31313
|
}
|
|
@@ -30993,7 +31501,8 @@ kendo-label > .k-label {
|
|
|
30993
31501
|
|
|
30994
31502
|
input.k-input,
|
|
30995
31503
|
textarea.k-textarea {
|
|
30996
|
-
padding: 4px
|
|
31504
|
+
padding-block: 4px;
|
|
31505
|
+
padding-inline: 8px;
|
|
30997
31506
|
}
|
|
30998
31507
|
|
|
30999
31508
|
input.k-input:disabled, input.k-input[disabled],
|
|
@@ -31029,7 +31538,8 @@ textarea.k-textarea {
|
|
|
31029
31538
|
}
|
|
31030
31539
|
|
|
31031
31540
|
select.k-picker {
|
|
31032
|
-
padding: 4px
|
|
31541
|
+
padding-block: 4px;
|
|
31542
|
+
padding-inline: 8px;
|
|
31033
31543
|
appearance: auto;
|
|
31034
31544
|
}
|
|
31035
31545
|
|
|
@@ -31050,7 +31560,8 @@ select.k-picker:disabled, select.k-picker[disabled] {
|
|
|
31050
31560
|
}
|
|
31051
31561
|
|
|
31052
31562
|
.k-input-inner {
|
|
31053
|
-
padding: 4px
|
|
31563
|
+
padding-block: 4px;
|
|
31564
|
+
padding-inline: 8px;
|
|
31054
31565
|
width: 100%;
|
|
31055
31566
|
border: 0;
|
|
31056
31567
|
outline: 0;
|
|
@@ -31160,7 +31671,9 @@ textarea.k-input-inner {
|
|
|
31160
31671
|
.k-input-validation-icon,
|
|
31161
31672
|
.k-input-loading-icon,
|
|
31162
31673
|
.k-input-prefix > .k-icon,
|
|
31163
|
-
.k-input-
|
|
31674
|
+
.k-input-prefix > .k-svg-icon,
|
|
31675
|
+
.k-input-suffix > .k-icon,
|
|
31676
|
+
.k-input-suffix > .k-svg-icon {
|
|
31164
31677
|
flex: none;
|
|
31165
31678
|
align-self: center;
|
|
31166
31679
|
display: inline-flex;
|
|
@@ -31284,16 +31797,19 @@ textarea.k-input-inner {
|
|
|
31284
31797
|
|
|
31285
31798
|
.k-input-spinner .k-spinner-increase .k-button-icon,
|
|
31286
31799
|
.k-input-spinner .k-spinner-decrease .k-button-icon {
|
|
31287
|
-
margin: -1em
|
|
31800
|
+
margin-block: -1em;
|
|
31801
|
+
margin-inline: 0;
|
|
31288
31802
|
min-width: auto !important;
|
|
31289
31803
|
min-height: auto !important;
|
|
31290
31804
|
}
|
|
31291
31805
|
|
|
31292
|
-
.k-input-spinner .k-spinner-increase .k-icon
|
|
31806
|
+
.k-input-spinner .k-spinner-increase .k-icon,
|
|
31807
|
+
.k-input-spinner .k-spinner-increase .k-svg-icon {
|
|
31293
31808
|
bottom: auto;
|
|
31294
31809
|
}
|
|
31295
31810
|
|
|
31296
|
-
.k-input-spinner .k-spinner-decrease .k-icon
|
|
31811
|
+
.k-input-spinner .k-spinner-decrease .k-icon,
|
|
31812
|
+
.k-input-spinner .k-spinner-decrease .k-svg-icon {
|
|
31297
31813
|
top: auto;
|
|
31298
31814
|
}
|
|
31299
31815
|
|
|
@@ -31353,7 +31869,8 @@ textarea.k-input-inner {
|
|
|
31353
31869
|
|
|
31354
31870
|
.k-input-sm .k-input-inner,
|
|
31355
31871
|
.k-picker-sm .k-input-inner {
|
|
31356
|
-
padding: 2px
|
|
31872
|
+
padding-block: 2px;
|
|
31873
|
+
padding-inline: 8px;
|
|
31357
31874
|
}
|
|
31358
31875
|
|
|
31359
31876
|
.k-input-sm .k-input-button,
|
|
@@ -31362,7 +31879,8 @@ textarea.k-input-inner {
|
|
|
31362
31879
|
.k-picker-sm .k-input-button,
|
|
31363
31880
|
.k-picker-sm .k-spinner-increase,
|
|
31364
31881
|
.k-picker-sm .k-spinner-decrease {
|
|
31365
|
-
padding: 2px
|
|
31882
|
+
padding-block: 2px;
|
|
31883
|
+
padding-inline: 2px;
|
|
31366
31884
|
}
|
|
31367
31885
|
|
|
31368
31886
|
.k-input-sm .k-input-icon,
|
|
@@ -31370,13 +31888,17 @@ textarea.k-input-inner {
|
|
|
31370
31888
|
.k-input-sm .k-input-loading-icon,
|
|
31371
31889
|
.k-input-sm .k-clear-value,
|
|
31372
31890
|
.k-input-sm .k-input-prefix > .k-icon,
|
|
31891
|
+
.k-input-sm .k-input-prefix > .k-svg-icon,
|
|
31373
31892
|
.k-input-sm .k-input-suffix > .k-icon,
|
|
31893
|
+
.k-input-sm .k-input-suffix > .k-svg-icon,
|
|
31374
31894
|
.k-picker-sm .k-input-icon,
|
|
31375
31895
|
.k-picker-sm .k-input-validation-icon,
|
|
31376
31896
|
.k-picker-sm .k-input-loading-icon,
|
|
31377
31897
|
.k-picker-sm .k-clear-value,
|
|
31378
31898
|
.k-picker-sm .k-input-prefix > .k-icon,
|
|
31379
|
-
.k-picker-sm .k-input-
|
|
31899
|
+
.k-picker-sm .k-input-prefix > .k-svg-icon,
|
|
31900
|
+
.k-picker-sm .k-input-suffix > .k-icon,
|
|
31901
|
+
.k-picker-sm .k-input-suffix > .k-svg-icon {
|
|
31380
31902
|
width: 20px;
|
|
31381
31903
|
height: 20px;
|
|
31382
31904
|
}
|
|
@@ -31394,7 +31916,8 @@ textarea.k-input-inner {
|
|
|
31394
31916
|
}
|
|
31395
31917
|
|
|
31396
31918
|
select.k-picker-sm {
|
|
31397
|
-
padding: 2px
|
|
31919
|
+
padding-block: 2px;
|
|
31920
|
+
padding-inline: 8px;
|
|
31398
31921
|
}
|
|
31399
31922
|
|
|
31400
31923
|
.k-input-md,
|
|
@@ -31418,7 +31941,8 @@ select.k-picker-sm {
|
|
|
31418
31941
|
|
|
31419
31942
|
.k-input-md .k-input-inner,
|
|
31420
31943
|
.k-picker-md .k-input-inner {
|
|
31421
|
-
padding: 4px
|
|
31944
|
+
padding-block: 4px;
|
|
31945
|
+
padding-inline: 8px;
|
|
31422
31946
|
}
|
|
31423
31947
|
|
|
31424
31948
|
.k-input-md .k-input-button,
|
|
@@ -31427,7 +31951,8 @@ select.k-picker-sm {
|
|
|
31427
31951
|
.k-picker-md .k-input-button,
|
|
31428
31952
|
.k-picker-md .k-spinner-increase,
|
|
31429
31953
|
.k-picker-md .k-spinner-decrease {
|
|
31430
|
-
padding: 4px
|
|
31954
|
+
padding-block: 4px;
|
|
31955
|
+
padding-inline: 4px;
|
|
31431
31956
|
}
|
|
31432
31957
|
|
|
31433
31958
|
.k-input-md .k-input-icon,
|
|
@@ -31435,13 +31960,17 @@ select.k-picker-sm {
|
|
|
31435
31960
|
.k-input-md .k-input-loading-icon,
|
|
31436
31961
|
.k-input-md .k-clear-value,
|
|
31437
31962
|
.k-input-md .k-input-prefix > .k-icon,
|
|
31963
|
+
.k-input-md .k-input-prefix > .k-svg-icon,
|
|
31438
31964
|
.k-input-md .k-input-suffix > .k-icon,
|
|
31965
|
+
.k-input-md .k-input-suffix > .k-svg-icon,
|
|
31439
31966
|
.k-picker-md .k-input-icon,
|
|
31440
31967
|
.k-picker-md .k-input-validation-icon,
|
|
31441
31968
|
.k-picker-md .k-input-loading-icon,
|
|
31442
31969
|
.k-picker-md .k-clear-value,
|
|
31443
31970
|
.k-picker-md .k-input-prefix > .k-icon,
|
|
31444
|
-
.k-picker-md .k-input-
|
|
31971
|
+
.k-picker-md .k-input-prefix > .k-svg-icon,
|
|
31972
|
+
.k-picker-md .k-input-suffix > .k-icon,
|
|
31973
|
+
.k-picker-md .k-input-suffix > .k-svg-icon {
|
|
31445
31974
|
width: 24px;
|
|
31446
31975
|
height: 24px;
|
|
31447
31976
|
}
|
|
@@ -31459,7 +31988,8 @@ select.k-picker-sm {
|
|
|
31459
31988
|
}
|
|
31460
31989
|
|
|
31461
31990
|
select.k-picker-md {
|
|
31462
|
-
padding: 4px
|
|
31991
|
+
padding-block: 4px;
|
|
31992
|
+
padding-inline: 8px;
|
|
31463
31993
|
}
|
|
31464
31994
|
|
|
31465
31995
|
.k-input-lg,
|
|
@@ -31483,7 +32013,8 @@ select.k-picker-md {
|
|
|
31483
32013
|
|
|
31484
32014
|
.k-input-lg .k-input-inner,
|
|
31485
32015
|
.k-picker-lg .k-input-inner {
|
|
31486
|
-
padding: 8px
|
|
32016
|
+
padding-block: 8px;
|
|
32017
|
+
padding-inline: 8px;
|
|
31487
32018
|
}
|
|
31488
32019
|
|
|
31489
32020
|
.k-input-lg .k-input-button,
|
|
@@ -31492,7 +32023,8 @@ select.k-picker-md {
|
|
|
31492
32023
|
.k-picker-lg .k-input-button,
|
|
31493
32024
|
.k-picker-lg .k-spinner-increase,
|
|
31494
32025
|
.k-picker-lg .k-spinner-decrease {
|
|
31495
|
-
padding: 8px
|
|
32026
|
+
padding-block: 8px;
|
|
32027
|
+
padding-inline: 8px;
|
|
31496
32028
|
}
|
|
31497
32029
|
|
|
31498
32030
|
.k-input-lg .k-input-icon,
|
|
@@ -31500,13 +32032,17 @@ select.k-picker-md {
|
|
|
31500
32032
|
.k-input-lg .k-input-loading-icon,
|
|
31501
32033
|
.k-input-lg .k-clear-value,
|
|
31502
32034
|
.k-input-lg .k-input-prefix > .k-icon,
|
|
32035
|
+
.k-input-lg .k-input-prefix > .k-svg-icon,
|
|
31503
32036
|
.k-input-lg .k-input-suffix > .k-icon,
|
|
32037
|
+
.k-input-lg .k-input-suffix > .k-svg-icon,
|
|
31504
32038
|
.k-picker-lg .k-input-icon,
|
|
31505
32039
|
.k-picker-lg .k-input-validation-icon,
|
|
31506
32040
|
.k-picker-lg .k-input-loading-icon,
|
|
31507
32041
|
.k-picker-lg .k-clear-value,
|
|
31508
32042
|
.k-picker-lg .k-input-prefix > .k-icon,
|
|
31509
|
-
.k-picker-lg .k-input-
|
|
32043
|
+
.k-picker-lg .k-input-prefix > .k-svg-icon,
|
|
32044
|
+
.k-picker-lg .k-input-suffix > .k-icon,
|
|
32045
|
+
.k-picker-lg .k-input-suffix > .k-svg-icon {
|
|
31510
32046
|
width: 32px;
|
|
31511
32047
|
height: 32px;
|
|
31512
32048
|
}
|
|
@@ -31524,7 +32060,8 @@ select.k-picker-md {
|
|
|
31524
32060
|
}
|
|
31525
32061
|
|
|
31526
32062
|
select.k-picker-lg {
|
|
31527
|
-
padding: 8px
|
|
32063
|
+
padding-block: 8px;
|
|
32064
|
+
padding-inline: 8px;
|
|
31528
32065
|
}
|
|
31529
32066
|
|
|
31530
32067
|
.k-input > kendo-popup,
|
|
@@ -31825,22 +32362,26 @@ select.k-picker-lg {
|
|
|
31825
32362
|
}
|
|
31826
32363
|
|
|
31827
32364
|
.k-split-button .k-split-button-arrow {
|
|
31828
|
-
padding: 4px
|
|
32365
|
+
padding-block: 4px;
|
|
32366
|
+
padding-inline: 4px;
|
|
31829
32367
|
width: auto;
|
|
31830
32368
|
aspect-ratio: auto;
|
|
31831
32369
|
flex: none;
|
|
31832
32370
|
}
|
|
31833
32371
|
|
|
31834
32372
|
.k-split-button .k-split-button-arrow.k-button-sm {
|
|
31835
|
-
padding: 2px
|
|
32373
|
+
padding-block: 2px;
|
|
32374
|
+
padding-inline: 2px;
|
|
31836
32375
|
}
|
|
31837
32376
|
|
|
31838
32377
|
.k-split-button .k-split-button-arrow.k-button-md {
|
|
31839
|
-
padding: 4px
|
|
32378
|
+
padding-block: 4px;
|
|
32379
|
+
padding-inline: 4px;
|
|
31840
32380
|
}
|
|
31841
32381
|
|
|
31842
32382
|
.k-split-button .k-split-button-arrow.k-button-lg {
|
|
31843
|
-
padding: 8px
|
|
32383
|
+
padding-block: 8px;
|
|
32384
|
+
padding-inline: 8px;
|
|
31844
32385
|
}
|
|
31845
32386
|
|
|
31846
32387
|
.k-split-button .k-split-button-arrow .k-button-icon {
|
|
@@ -32147,7 +32688,7 @@ select.k-picker-lg {
|
|
|
32147
32688
|
|
|
32148
32689
|
.k-circular-progressbar {
|
|
32149
32690
|
display: inline-block;
|
|
32150
|
-
text-align:
|
|
32691
|
+
text-align: start;
|
|
32151
32692
|
position: relative;
|
|
32152
32693
|
}
|
|
32153
32694
|
|
|
@@ -32332,7 +32873,8 @@ select.k-picker-lg {
|
|
|
32332
32873
|
|
|
32333
32874
|
.k-radio-item,
|
|
32334
32875
|
.k-radio-list-item {
|
|
32335
|
-
padding: 4px
|
|
32876
|
+
padding-block: 4px;
|
|
32877
|
+
padding-inline: 0px;
|
|
32336
32878
|
display: flex;
|
|
32337
32879
|
flex-flow: row nowrap;
|
|
32338
32880
|
align-items: center;
|
|
@@ -32667,12 +33209,12 @@ select.k-picker-lg {
|
|
|
32667
33209
|
}
|
|
32668
33210
|
|
|
32669
33211
|
.k-slider-vertical .k-tick {
|
|
32670
|
-
text-align:
|
|
33212
|
+
text-align: end;
|
|
32671
33213
|
margin-left: 2px;
|
|
32672
33214
|
}
|
|
32673
33215
|
|
|
32674
33216
|
.k-slider-vertical .k-slider-topleft .k-tick {
|
|
32675
|
-
text-align:
|
|
33217
|
+
text-align: start;
|
|
32676
33218
|
}
|
|
32677
33219
|
|
|
32678
33220
|
.k-slider-vertical .k-tick {
|
|
@@ -32750,7 +33292,7 @@ select.k-picker-lg {
|
|
|
32750
33292
|
}
|
|
32751
33293
|
|
|
32752
33294
|
.k-slider-vertical .k-label {
|
|
32753
|
-
text-align:
|
|
33295
|
+
text-align: start;
|
|
32754
33296
|
left: 120%;
|
|
32755
33297
|
top: 50%;
|
|
32756
33298
|
transform: translateY(-50%);
|
|
@@ -32887,11 +33429,19 @@ select.k-picker-lg {
|
|
|
32887
33429
|
}
|
|
32888
33430
|
|
|
32889
33431
|
.k-rtl .k-slider-horizontal .k-button-increase .k-icon,
|
|
32890
|
-
.k-rtl .k-slider-horizontal .k-button-
|
|
33432
|
+
.k-rtl .k-slider-horizontal .k-button-increase .k-svg-icon,
|
|
33433
|
+
.k-rtl .k-slider-horizontal .k-button-decrease .k-icon,
|
|
33434
|
+
.k-rtl .k-slider-horizontal .k-button-decrease .k-svg-icon, .k-slider-horizontal.k-rtl .k-button-increase .k-icon,
|
|
33435
|
+
.k-slider-horizontal.k-rtl .k-button-increase .k-svg-icon,
|
|
32891
33436
|
.k-slider-horizontal.k-rtl .k-button-decrease .k-icon,
|
|
33437
|
+
.k-slider-horizontal.k-rtl .k-button-decrease .k-svg-icon,
|
|
32892
33438
|
[dir="rtl"] .k-slider-horizontal .k-button-increase .k-icon,
|
|
32893
|
-
[dir="rtl"] .k-slider-horizontal .k-button-
|
|
32894
|
-
|
|
33439
|
+
[dir="rtl"] .k-slider-horizontal .k-button-increase .k-svg-icon,
|
|
33440
|
+
[dir="rtl"] .k-slider-horizontal .k-button-decrease .k-icon,
|
|
33441
|
+
[dir="rtl"] .k-slider-horizontal .k-button-decrease .k-svg-icon, .k-slider-horizontal[dir="rtl"] .k-button-increase .k-icon,
|
|
33442
|
+
.k-slider-horizontal[dir="rtl"] .k-button-increase .k-svg-icon,
|
|
33443
|
+
.k-slider-horizontal[dir="rtl"] .k-button-decrease .k-icon,
|
|
33444
|
+
.k-slider-horizontal[dir="rtl"] .k-button-decrease .k-svg-icon {
|
|
32895
33445
|
transform: scaleX(-1);
|
|
32896
33446
|
}
|
|
32897
33447
|
|
|
@@ -33062,7 +33612,8 @@ select.k-picker-lg {
|
|
|
33062
33612
|
}
|
|
33063
33613
|
|
|
33064
33614
|
.k-calendar-table {
|
|
33065
|
-
margin: 0
|
|
33615
|
+
margin-block: 0;
|
|
33616
|
+
margin-inline: auto;
|
|
33066
33617
|
border-width: 0;
|
|
33067
33618
|
border-color: inherit;
|
|
33068
33619
|
border-spacing: 0;
|
|
@@ -33079,11 +33630,12 @@ select.k-picker-lg {
|
|
|
33079
33630
|
.k-calendar-caption.k-calendar-th,
|
|
33080
33631
|
.k-calendar .k-meta-header,
|
|
33081
33632
|
.k-calendar .k-month-header {
|
|
33082
|
-
padding: 4px
|
|
33633
|
+
padding-block: 4px;
|
|
33634
|
+
padding-inline: 8px;
|
|
33083
33635
|
height: 32px;
|
|
33084
33636
|
box-sizing: border-box;
|
|
33085
33637
|
text-transform: none;
|
|
33086
|
-
text-align:
|
|
33638
|
+
text-align: start;
|
|
33087
33639
|
font-weight: bold;
|
|
33088
33640
|
cursor: default;
|
|
33089
33641
|
}
|
|
@@ -33116,7 +33668,6 @@ select.k-picker-lg {
|
|
|
33116
33668
|
|
|
33117
33669
|
.k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
|
|
33118
33670
|
border-radius: 4px;
|
|
33119
|
-
padding: 0.25em 0.25em;
|
|
33120
33671
|
padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.25em);
|
|
33121
33672
|
padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.25em);
|
|
33122
33673
|
width: 100%;
|
|
@@ -33132,7 +33683,8 @@ select.k-picker-lg {
|
|
|
33132
33683
|
}
|
|
33133
33684
|
|
|
33134
33685
|
.k-calendar .k-header {
|
|
33135
|
-
padding: 4px
|
|
33686
|
+
padding-block: 4px;
|
|
33687
|
+
padding-inline: 4px;
|
|
33136
33688
|
border-bottom-width: 1px;
|
|
33137
33689
|
border-bottom-style: solid;
|
|
33138
33690
|
display: flex;
|
|
@@ -33143,7 +33695,8 @@ select.k-picker-lg {
|
|
|
33143
33695
|
}
|
|
33144
33696
|
|
|
33145
33697
|
.k-calendar-header {
|
|
33146
|
-
padding: 4px
|
|
33698
|
+
padding-block: 4px;
|
|
33699
|
+
padding-inline: 4px;
|
|
33147
33700
|
min-width: 256px;
|
|
33148
33701
|
box-sizing: border-box;
|
|
33149
33702
|
display: flex;
|
|
@@ -33165,14 +33718,16 @@ select.k-picker-lg {
|
|
|
33165
33718
|
|
|
33166
33719
|
.k-calendar-footer,
|
|
33167
33720
|
.k-calendar .k-footer {
|
|
33168
|
-
padding: 8px
|
|
33721
|
+
padding-block: 8px;
|
|
33722
|
+
padding-inline: 16px;
|
|
33169
33723
|
text-align: center;
|
|
33170
33724
|
clear: both;
|
|
33171
33725
|
}
|
|
33172
33726
|
|
|
33173
33727
|
.k-calendar-view {
|
|
33174
33728
|
margin: auto;
|
|
33175
|
-
padding: 0
|
|
33729
|
+
padding-block: 0;
|
|
33730
|
+
padding-inline: 4px;
|
|
33176
33731
|
width: 256px;
|
|
33177
33732
|
inline-size: var(--INTERNAL--kendo-calendar-view-width, 256px);
|
|
33178
33733
|
min-height: 224px;
|
|
@@ -33218,7 +33773,7 @@ select.k-picker-lg {
|
|
|
33218
33773
|
.k-century-calendar .k-calendar-cell-inner, .k-century-calendar .k-link,
|
|
33219
33774
|
.k-calendar-centuryview .k-calendar-cell-inner,
|
|
33220
33775
|
.k-calendar-centuryview .k-link {
|
|
33221
|
-
text-align:
|
|
33776
|
+
text-align: start;
|
|
33222
33777
|
}
|
|
33223
33778
|
|
|
33224
33779
|
.k-popup .k-calendar {
|
|
@@ -33346,7 +33901,8 @@ select.k-picker-lg {
|
|
|
33346
33901
|
}
|
|
33347
33902
|
|
|
33348
33903
|
.k-calendar-infinite .k-calendar-view {
|
|
33349
|
-
padding: 0px
|
|
33904
|
+
padding-block: 0px;
|
|
33905
|
+
padding-inline: 16px;
|
|
33350
33906
|
height: 288px;
|
|
33351
33907
|
flex: 0 0 auto;
|
|
33352
33908
|
display: flex;
|
|
@@ -33375,7 +33931,8 @@ select.k-picker-lg {
|
|
|
33375
33931
|
.k-calendar-infinite .k-calendar-header {
|
|
33376
33932
|
margin-left: -16px;
|
|
33377
33933
|
margin-right: -16px;
|
|
33378
|
-
padding: 8px
|
|
33934
|
+
padding-block: 8px;
|
|
33935
|
+
padding-inline: 16px;
|
|
33379
33936
|
width: auto;
|
|
33380
33937
|
min-width: 0;
|
|
33381
33938
|
}
|
|
@@ -33435,7 +33992,8 @@ select.k-picker-lg {
|
|
|
33435
33992
|
height: 2em;
|
|
33436
33993
|
line-height: 2em;
|
|
33437
33994
|
cursor: pointer;
|
|
33438
|
-
padding: 0
|
|
33995
|
+
padding-block: 0;
|
|
33996
|
+
padding-inline: 1em;
|
|
33439
33997
|
overflow: hidden;
|
|
33440
33998
|
white-space: nowrap;
|
|
33441
33999
|
text-overflow: clip;
|
|
@@ -33508,13 +34066,6 @@ select.k-picker-lg {
|
|
|
33508
34066
|
margin-right: -100px;
|
|
33509
34067
|
}
|
|
33510
34068
|
|
|
33511
|
-
.k-rtl .k-calendar tbody th,
|
|
33512
|
-
.k-rtl .k-calendar .k-calendar-tbody .k-calendar-th,
|
|
33513
|
-
.k-calendar[dir="rtl"] tbody th,
|
|
33514
|
-
.k-calendar[dir="rtl"] .k-calendar-tbody .k-calendar-th {
|
|
33515
|
-
text-align: right;
|
|
33516
|
-
}
|
|
33517
|
-
|
|
33518
34069
|
.k-calendar {
|
|
33519
34070
|
border-color: rgba(0, 0, 0, 0.08);
|
|
33520
34071
|
color: #424242;
|
|
@@ -33691,7 +34242,8 @@ select.k-picker-lg {
|
|
|
33691
34242
|
|
|
33692
34243
|
.k-time-header,
|
|
33693
34244
|
.k-time-selector-header {
|
|
33694
|
-
padding: 8px
|
|
34245
|
+
padding-block: 8px;
|
|
34246
|
+
padding-inline: 8px;
|
|
33695
34247
|
box-sizing: border-box;
|
|
33696
34248
|
display: flex;
|
|
33697
34249
|
align-items: center;
|
|
@@ -33703,7 +34255,8 @@ select.k-picker-lg {
|
|
|
33703
34255
|
.k-time-header .k-time-selector-header-title,
|
|
33704
34256
|
.k-time-selector-header .k-title,
|
|
33705
34257
|
.k-time-selector-header .k-time-selector-header-title {
|
|
33706
|
-
padding: 4px
|
|
34258
|
+
padding-block: 4px;
|
|
34259
|
+
padding-inline: 8px;
|
|
33707
34260
|
font-weight: bold;
|
|
33708
34261
|
display: inline-block;
|
|
33709
34262
|
}
|
|
@@ -33846,7 +34399,8 @@ select.k-picker-lg {
|
|
|
33846
34399
|
|
|
33847
34400
|
.k-time-list-item,
|
|
33848
34401
|
.k-time-list .k-item {
|
|
33849
|
-
padding: 4px
|
|
34402
|
+
padding-block: 4px;
|
|
34403
|
+
padding-inline: 8px;
|
|
33850
34404
|
}
|
|
33851
34405
|
|
|
33852
34406
|
.k-time-separator {
|
|
@@ -33877,7 +34431,8 @@ select.k-picker-lg {
|
|
|
33877
34431
|
|
|
33878
34432
|
.k-timeselector-sm .k-time-list-item,
|
|
33879
34433
|
.k-timeselector-sm .k-time-list .k-item {
|
|
33880
|
-
padding: 2px
|
|
34434
|
+
padding-block: 2px;
|
|
34435
|
+
padding-inline: 8px;
|
|
33881
34436
|
}
|
|
33882
34437
|
|
|
33883
34438
|
.k-timeselector-md {
|
|
@@ -33896,7 +34451,8 @@ select.k-picker-lg {
|
|
|
33896
34451
|
|
|
33897
34452
|
.k-timeselector-md .k-time-list-item,
|
|
33898
34453
|
.k-timeselector-md .k-time-list .k-item {
|
|
33899
|
-
padding: 4px
|
|
34454
|
+
padding-block: 4px;
|
|
34455
|
+
padding-inline: 8px;
|
|
33900
34456
|
}
|
|
33901
34457
|
|
|
33902
34458
|
.k-timeselector-lg {
|
|
@@ -33915,7 +34471,8 @@ select.k-picker-lg {
|
|
|
33915
34471
|
|
|
33916
34472
|
.k-timeselector-lg .k-time-list-item,
|
|
33917
34473
|
.k-timeselector-lg .k-time-list .k-item {
|
|
33918
|
-
padding: 8px
|
|
34474
|
+
padding-block: 8px;
|
|
34475
|
+
padding-inline: 8px;
|
|
33919
34476
|
}
|
|
33920
34477
|
|
|
33921
34478
|
.k-rtl .k-time-container,
|
|
@@ -34092,7 +34649,8 @@ select.k-picker-lg {
|
|
|
34092
34649
|
.k-colorgradient {
|
|
34093
34650
|
border-radius: 4px;
|
|
34094
34651
|
width: 272px;
|
|
34095
|
-
padding: 12px
|
|
34652
|
+
padding-block: 12px;
|
|
34653
|
+
padding-inline: 12px;
|
|
34096
34654
|
border-style: solid;
|
|
34097
34655
|
border-width: 1px;
|
|
34098
34656
|
box-sizing: border-box;
|
|
@@ -34247,11 +34805,13 @@ select.k-picker-lg {
|
|
|
34247
34805
|
gap: 4px;
|
|
34248
34806
|
}
|
|
34249
34807
|
|
|
34250
|
-
.k-colorgradient-color-contrast .k-contrast-validation .k-icon
|
|
34808
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-icon,
|
|
34809
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-svg-icon {
|
|
34251
34810
|
vertical-align: middle;
|
|
34252
34811
|
}
|
|
34253
34812
|
|
|
34254
34813
|
.k-colorgradient-color-contrast .k-contrast-validation .k-icon + .k-icon,
|
|
34814
|
+
.k-colorgradient-color-contrast .k-contrast-validation .k-svg-icon + .k-svg-icon,
|
|
34255
34815
|
.k-colorgradient-color-contrast .k-contrast-validation .k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
|
|
34256
34816
|
margin-inline-start: -13px;
|
|
34257
34817
|
}
|
|
@@ -34364,7 +34924,8 @@ select.k-picker-lg {
|
|
|
34364
34924
|
|
|
34365
34925
|
.k-coloreditor-views {
|
|
34366
34926
|
min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
|
|
34367
|
-
padding: 12px
|
|
34927
|
+
padding-block: 12px;
|
|
34928
|
+
padding-inline: 12px;
|
|
34368
34929
|
gap: 12px;
|
|
34369
34930
|
}
|
|
34370
34931
|
|
|
@@ -34428,7 +34989,8 @@ select.k-picker-lg {
|
|
|
34428
34989
|
}
|
|
34429
34990
|
|
|
34430
34991
|
.k-datetime-wrap .k-datetime-buttongroup {
|
|
34431
|
-
padding: 8px
|
|
34992
|
+
padding-block: 8px;
|
|
34993
|
+
padding-inline: 8px;
|
|
34432
34994
|
}
|
|
34433
34995
|
|
|
34434
34996
|
.k-datetime-wrap .k-calendar,
|
|
@@ -34594,7 +35156,8 @@ select.k-picker-lg {
|
|
|
34594
35156
|
|
|
34595
35157
|
.k-treeview-leaf {
|
|
34596
35158
|
border-radius: 4px;
|
|
34597
|
-
padding: 4px
|
|
35159
|
+
padding-block: 4px;
|
|
35160
|
+
padding-inline: 8px;
|
|
34598
35161
|
border: 0px solid transparent;
|
|
34599
35162
|
text-decoration: none;
|
|
34600
35163
|
display: inline-flex;
|
|
@@ -34605,6 +35168,7 @@ select.k-picker-lg {
|
|
|
34605
35168
|
}
|
|
34606
35169
|
|
|
34607
35170
|
.k-treeview-leaf .k-icon,
|
|
35171
|
+
.k-treeview-leaf .k-svg-icon,
|
|
34608
35172
|
.k-treeview-leaf .k-image,
|
|
34609
35173
|
.k-treeview-leaf .k-sprite {
|
|
34610
35174
|
margin-right: 4px;
|
|
@@ -34641,15 +35205,19 @@ select.k-picker-lg {
|
|
|
34641
35205
|
}
|
|
34642
35206
|
|
|
34643
35207
|
.k-rtl .k-treeview .k-treeview-leaf .k-icon,
|
|
35208
|
+
.k-rtl .k-treeview .k-treeview-leaf .k-svg-icon,
|
|
34644
35209
|
.k-rtl .k-treeview .k-treeview-leaf .k-image,
|
|
34645
35210
|
.k-rtl .k-treeview .k-treeview-leaf .k-sprite,
|
|
34646
35211
|
.k-rtl .k-treeview .k-in .k-icon,
|
|
35212
|
+
.k-rtl .k-treeview .k-in .k-svg-icon,
|
|
34647
35213
|
.k-rtl .k-treeview .k-in .k-image,
|
|
34648
35214
|
.k-rtl .k-treeview .k-in .k-sprite,
|
|
34649
35215
|
.k-treeview[dir="rtl"] .k-treeview-leaf .k-icon,
|
|
35216
|
+
.k-treeview[dir="rtl"] .k-treeview-leaf .k-svg-icon,
|
|
34650
35217
|
.k-treeview[dir="rtl"] .k-treeview-leaf .k-image,
|
|
34651
35218
|
.k-treeview[dir="rtl"] .k-treeview-leaf .k-sprite,
|
|
34652
35219
|
.k-treeview[dir="rtl"] .k-in .k-icon,
|
|
35220
|
+
.k-treeview[dir="rtl"] .k-in .k-svg-icon,
|
|
34653
35221
|
.k-treeview[dir="rtl"] .k-in .k-image,
|
|
34654
35222
|
.k-treeview[dir="rtl"] .k-in .k-sprite {
|
|
34655
35223
|
margin-right: 0;
|
|
@@ -34662,7 +35230,8 @@ select.k-picker-lg {
|
|
|
34662
35230
|
}
|
|
34663
35231
|
|
|
34664
35232
|
.k-treeview-sm .k-treeview-leaf {
|
|
34665
|
-
padding: 2px
|
|
35233
|
+
padding-block: 2px;
|
|
35234
|
+
padding-inline: 8px;
|
|
34666
35235
|
}
|
|
34667
35236
|
|
|
34668
35237
|
.k-treeview-md {
|
|
@@ -34671,7 +35240,8 @@ select.k-picker-lg {
|
|
|
34671
35240
|
}
|
|
34672
35241
|
|
|
34673
35242
|
.k-treeview-md .k-treeview-leaf {
|
|
34674
|
-
padding: 4px
|
|
35243
|
+
padding-block: 4px;
|
|
35244
|
+
padding-inline: 8px;
|
|
34675
35245
|
}
|
|
34676
35246
|
|
|
34677
35247
|
.k-treeview-lg {
|
|
@@ -34680,7 +35250,8 @@ select.k-picker-lg {
|
|
|
34680
35250
|
}
|
|
34681
35251
|
|
|
34682
35252
|
.k-treeview-lg .k-treeview-leaf {
|
|
34683
|
-
padding: 8px
|
|
35253
|
+
padding-block: 8px;
|
|
35254
|
+
padding-inline: 8px;
|
|
34684
35255
|
}
|
|
34685
35256
|
|
|
34686
35257
|
.k-treeview {
|
|
@@ -34726,7 +35297,8 @@ select.k-picker-lg {
|
|
|
34726
35297
|
}
|
|
34727
35298
|
|
|
34728
35299
|
.k-popup-dropdowntree .k-treeview {
|
|
34729
|
-
padding: 8px
|
|
35300
|
+
padding-block: 8px;
|
|
35301
|
+
padding-inline: 8px;
|
|
34730
35302
|
}
|
|
34731
35303
|
|
|
34732
35304
|
.k-rating {
|
|
@@ -34757,13 +35329,15 @@ select.k-picker-lg {
|
|
|
34757
35329
|
.k-rating-container {
|
|
34758
35330
|
flex: 0 1 auto;
|
|
34759
35331
|
position: relative;
|
|
34760
|
-
margin: 0
|
|
35332
|
+
margin-block: 0;
|
|
35333
|
+
margin-inline: 4px;
|
|
34761
35334
|
}
|
|
34762
35335
|
|
|
34763
35336
|
.k-rating-container .k-rating-item {
|
|
34764
35337
|
display: inline-flex;
|
|
34765
35338
|
position: relative;
|
|
34766
|
-
padding: 4px
|
|
35339
|
+
padding-block: 4px;
|
|
35340
|
+
padding-inline: 4px;
|
|
34767
35341
|
align-items: center;
|
|
34768
35342
|
vertical-align: middle;
|
|
34769
35343
|
margin: 0;
|
|
@@ -34780,6 +35354,11 @@ select.k-picker-lg {
|
|
|
34780
35354
|
font-size: 24px;
|
|
34781
35355
|
}
|
|
34782
35356
|
|
|
35357
|
+
.k-rating-container .k-rating-item .k-svg-icon {
|
|
35358
|
+
width: 24px;
|
|
35359
|
+
height: 24px;
|
|
35360
|
+
}
|
|
35361
|
+
|
|
34783
35362
|
.k-rating-container .k-rating-item .k-rating-precision-part,
|
|
34784
35363
|
.k-rating-container .k-rating-item .k-rating-precision-complement {
|
|
34785
35364
|
display: inherit;
|
|
@@ -34802,7 +35381,8 @@ select.k-picker-lg {
|
|
|
34802
35381
|
align-items: center;
|
|
34803
35382
|
vertical-align: middle;
|
|
34804
35383
|
line-height: 1.5;
|
|
34805
|
-
margin: 4px
|
|
35384
|
+
margin-block: 4px;
|
|
35385
|
+
margin-inline: 8px;
|
|
34806
35386
|
}
|
|
34807
35387
|
|
|
34808
35388
|
.k-rtl .k-rating-precision-part,
|
|
@@ -34824,10 +35404,18 @@ select.k-picker-lg {
|
|
|
34824
35404
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
34825
35405
|
}
|
|
34826
35406
|
|
|
35407
|
+
.k-rating:focus .k-rating-item > .k-svg-icon, .k-rating.k-focus .k-rating-item > .k-svg-icon {
|
|
35408
|
+
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
|
|
35409
|
+
}
|
|
35410
|
+
|
|
34827
35411
|
.k-rating:focus .k-rating-item.k-selected > .k-icon, .k-rating.k-focus .k-rating-item.k-selected > .k-icon {
|
|
34828
35412
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
34829
35413
|
}
|
|
34830
35414
|
|
|
35415
|
+
.k-rating:focus .k-rating-item.k-selected > .k-svg-icon, .k-rating.k-focus .k-rating-item.k-selected > .k-svg-icon {
|
|
35416
|
+
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
|
|
35417
|
+
}
|
|
35418
|
+
|
|
34831
35419
|
.k-rating-item {
|
|
34832
35420
|
color: #424242;
|
|
34833
35421
|
}
|
|
@@ -35145,7 +35733,8 @@ select.k-picker-lg {
|
|
|
35145
35733
|
}
|
|
35146
35734
|
|
|
35147
35735
|
.k-dropzone-inner {
|
|
35148
|
-
padding: 8px
|
|
35736
|
+
padding-block: 8px;
|
|
35737
|
+
padding-inline: 8px;
|
|
35149
35738
|
border-width: 1px;
|
|
35150
35739
|
border-style: solid;
|
|
35151
35740
|
box-sizing: border-box;
|
|
@@ -35158,7 +35747,6 @@ select.k-picker-lg {
|
|
|
35158
35747
|
align-items: center;
|
|
35159
35748
|
justify-content: center;
|
|
35160
35749
|
position: relative;
|
|
35161
|
-
cursor: pointer;
|
|
35162
35750
|
}
|
|
35163
35751
|
|
|
35164
35752
|
.k-dropzone-inner .k-icon,
|
|
@@ -35167,6 +35755,11 @@ select.k-picker-lg {
|
|
|
35167
35755
|
font-size: 48px;
|
|
35168
35756
|
}
|
|
35169
35757
|
|
|
35758
|
+
.k-dropzone-inner .k-svg-icon {
|
|
35759
|
+
width: 48px;
|
|
35760
|
+
height: 48px;
|
|
35761
|
+
}
|
|
35762
|
+
|
|
35170
35763
|
.k-dropzone-inner .k-dropzone-hint {
|
|
35171
35764
|
margin-bottom: 8px;
|
|
35172
35765
|
}
|
|
@@ -35221,7 +35814,8 @@ select.k-picker-lg {
|
|
|
35221
35814
|
|
|
35222
35815
|
.k-upload .k-dropzone,
|
|
35223
35816
|
.k-upload .k-upload-dropzone {
|
|
35224
|
-
padding: 8px
|
|
35817
|
+
padding-block: 8px;
|
|
35818
|
+
padding-inline: 8px;
|
|
35225
35819
|
border-width: 0;
|
|
35226
35820
|
text-align: end;
|
|
35227
35821
|
display: flex;
|
|
@@ -35251,7 +35845,9 @@ select.k-picker-lg {
|
|
|
35251
35845
|
}
|
|
35252
35846
|
|
|
35253
35847
|
.k-upload .k-dropzone .k-upload-status > .k-icon,
|
|
35254
|
-
.k-upload .k-
|
|
35848
|
+
.k-upload .k-dropzone .k-upload-status > .k-svg-icon,
|
|
35849
|
+
.k-upload .k-upload-dropzone .k-upload-status > .k-icon,
|
|
35850
|
+
.k-upload .k-upload-dropzone .k-upload-status > .k-svg-icon {
|
|
35255
35851
|
margin-inline-end: 4px;
|
|
35256
35852
|
}
|
|
35257
35853
|
|
|
@@ -35318,7 +35914,8 @@ select.k-picker-lg {
|
|
|
35318
35914
|
}
|
|
35319
35915
|
|
|
35320
35916
|
.k-upload .k-upload-files .k-upload-pct {
|
|
35321
|
-
margin: 0
|
|
35917
|
+
margin-block: 0;
|
|
35918
|
+
margin-inline: 4px;
|
|
35322
35919
|
font-weight: normal;
|
|
35323
35920
|
vertical-align: middle;
|
|
35324
35921
|
}
|
|
@@ -35512,7 +36109,8 @@ select.k-picker-lg {
|
|
|
35512
36109
|
}
|
|
35513
36110
|
|
|
35514
36111
|
.k-appbar {
|
|
35515
|
-
padding: 8px
|
|
36112
|
+
padding-block: 8px;
|
|
36113
|
+
padding-inline: 8px;
|
|
35516
36114
|
border-width: 0px;
|
|
35517
36115
|
border-style: solid;
|
|
35518
36116
|
box-sizing: border-box;
|
|
@@ -35705,20 +36303,24 @@ select.k-picker-lg {
|
|
|
35705
36303
|
}
|
|
35706
36304
|
|
|
35707
36305
|
.k-fab-sm {
|
|
35708
|
-
padding: 8px
|
|
36306
|
+
padding-block: 8px;
|
|
36307
|
+
padding-inline: 8px;
|
|
35709
36308
|
}
|
|
35710
36309
|
|
|
35711
36310
|
.k-fab-md {
|
|
35712
|
-
padding: 16px
|
|
36311
|
+
padding-block: 16px;
|
|
36312
|
+
padding-inline: 16px;
|
|
35713
36313
|
}
|
|
35714
36314
|
|
|
35715
36315
|
.k-fab-lg {
|
|
35716
|
-
padding: 24px
|
|
36316
|
+
padding-block: 24px;
|
|
36317
|
+
padding-inline: 24px;
|
|
35717
36318
|
}
|
|
35718
36319
|
|
|
35719
36320
|
.k-fab-items {
|
|
35720
36321
|
margin: 0;
|
|
35721
|
-
padding: 16px
|
|
36322
|
+
padding-block: 16px;
|
|
36323
|
+
padding-inline: 0px;
|
|
35722
36324
|
display: flex;
|
|
35723
36325
|
}
|
|
35724
36326
|
|
|
@@ -35766,7 +36368,8 @@ select.k-picker-lg {
|
|
|
35766
36368
|
}
|
|
35767
36369
|
|
|
35768
36370
|
.k-fab-item-text {
|
|
35769
|
-
padding: 4px
|
|
36371
|
+
padding-block: 4px;
|
|
36372
|
+
padding-inline: 4px;
|
|
35770
36373
|
border-width: 1px;
|
|
35771
36374
|
border-radius: 2px;
|
|
35772
36375
|
font-size: 10px;
|
|
@@ -35776,7 +36379,8 @@ select.k-picker-lg {
|
|
|
35776
36379
|
.k-fab-item-icon {
|
|
35777
36380
|
width: 20px;
|
|
35778
36381
|
height: 20px;
|
|
35779
|
-
padding: 8px
|
|
36382
|
+
padding-block: 8px;
|
|
36383
|
+
padding-inline: 8px;
|
|
35780
36384
|
border-width: 0;
|
|
35781
36385
|
border-radius: 50%;
|
|
35782
36386
|
box-sizing: content-box;
|
|
@@ -36297,7 +36901,8 @@ select.k-picker-lg {
|
|
|
36297
36901
|
}
|
|
36298
36902
|
|
|
36299
36903
|
.k-actionsheet-titlebar, .k-actionsheet-jq .k-actionsheet-header {
|
|
36300
|
-
padding: 8px
|
|
36904
|
+
padding-block: 8px;
|
|
36905
|
+
padding-inline: 16px;
|
|
36301
36906
|
border-width: 0;
|
|
36302
36907
|
border-style: solid;
|
|
36303
36908
|
border-color: transparent;
|
|
@@ -36355,7 +36960,8 @@ select.k-picker-lg {
|
|
|
36355
36960
|
|
|
36356
36961
|
.k-actionsheet-action {
|
|
36357
36962
|
margin: 0;
|
|
36358
|
-
padding: 8px
|
|
36963
|
+
padding-block: 8px;
|
|
36964
|
+
padding-inline: 16px;
|
|
36359
36965
|
min-height: 40px;
|
|
36360
36966
|
box-sizing: border-box;
|
|
36361
36967
|
color: inherit;
|
|
@@ -36444,16 +37050,19 @@ select.k-picker-lg {
|
|
|
36444
37050
|
}
|
|
36445
37051
|
|
|
36446
37052
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
36447
|
-
padding: 16px
|
|
37053
|
+
padding-block: 16px;
|
|
37054
|
+
padding-inline: 16px;
|
|
36448
37055
|
border-bottom-width: 1px;
|
|
36449
37056
|
}
|
|
36450
37057
|
|
|
36451
37058
|
.k-adaptive-actionsheet .k-actionsheet-content {
|
|
36452
|
-
padding: 8px
|
|
37059
|
+
padding-block: 8px;
|
|
37060
|
+
padding-inline: 16px;
|
|
36453
37061
|
}
|
|
36454
37062
|
|
|
36455
37063
|
.k-adaptive-actionsheet .k-actionsheet-footer {
|
|
36456
|
-
padding: 8px
|
|
37064
|
+
padding-block: 8px;
|
|
37065
|
+
padding-inline: 16px;
|
|
36457
37066
|
}
|
|
36458
37067
|
|
|
36459
37068
|
.k-adaptive-actionsheet .k-actionsheet-filter {
|
|
@@ -36619,7 +37228,8 @@ select.k-picker-lg {
|
|
|
36619
37228
|
.k-window-titlebar {
|
|
36620
37229
|
border-top-left-radius: 0px;
|
|
36621
37230
|
border-top-right-radius: 0px;
|
|
36622
|
-
padding: 12px
|
|
37231
|
+
padding-block: 12px;
|
|
37232
|
+
padding-inline: 16px;
|
|
36623
37233
|
border-width: 0 0 1px;
|
|
36624
37234
|
border-style: solid;
|
|
36625
37235
|
white-space: nowrap;
|
|
@@ -36634,8 +37244,10 @@ select.k-picker-lg {
|
|
|
36634
37244
|
}
|
|
36635
37245
|
|
|
36636
37246
|
.k-window-title {
|
|
36637
|
-
padding: .5em
|
|
36638
|
-
|
|
37247
|
+
padding-block: .5em;
|
|
37248
|
+
padding-inline: 0;
|
|
37249
|
+
margin-block: -.5em;
|
|
37250
|
+
margin-inline: 0;
|
|
36639
37251
|
font-size: 16px;
|
|
36640
37252
|
line-height: 1.25;
|
|
36641
37253
|
text-overflow: ellipsis;
|
|
@@ -36651,7 +37263,8 @@ select.k-picker-lg {
|
|
|
36651
37263
|
}
|
|
36652
37264
|
|
|
36653
37265
|
.k-window-titlebar-actions {
|
|
36654
|
-
margin: -5em
|
|
37266
|
+
margin-block: -5em;
|
|
37267
|
+
margin-inline: 0;
|
|
36655
37268
|
margin-inline-end: -4px;
|
|
36656
37269
|
line-height: 1;
|
|
36657
37270
|
display: flex;
|
|
@@ -36667,7 +37280,8 @@ select.k-picker-lg {
|
|
|
36667
37280
|
|
|
36668
37281
|
.k-window-content,
|
|
36669
37282
|
.k-prompt-container {
|
|
36670
|
-
padding: 16px
|
|
37283
|
+
padding-block: 16px;
|
|
37284
|
+
padding-inline: 16px;
|
|
36671
37285
|
border-width: 0;
|
|
36672
37286
|
border-color: inherit;
|
|
36673
37287
|
color: inherit;
|
|
@@ -36705,7 +37319,8 @@ select.k-picker-lg {
|
|
|
36705
37319
|
.k-window-actions {
|
|
36706
37320
|
border-bottom-right-radius: 0px;
|
|
36707
37321
|
border-bottom-left-radius: 0px;
|
|
36708
|
-
padding: 8px
|
|
37322
|
+
padding-block: 8px;
|
|
37323
|
+
padding-inline: 8px;
|
|
36709
37324
|
border-width: 1px 0 0;
|
|
36710
37325
|
border-style: solid;
|
|
36711
37326
|
border-color: inherit;
|
|
@@ -36805,7 +37420,8 @@ select.k-picker-lg {
|
|
|
36805
37420
|
.k-dialog-actions {
|
|
36806
37421
|
border-bottom-right-radius: 0px;
|
|
36807
37422
|
border-bottom-left-radius: 0px;
|
|
36808
|
-
padding: 8px
|
|
37423
|
+
padding-block: 8px;
|
|
37424
|
+
padding-inline: 8px;
|
|
36809
37425
|
border-width: 1px 0 0;
|
|
36810
37426
|
border-style: solid;
|
|
36811
37427
|
border-color: inherit;
|
|
@@ -36961,7 +37577,8 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
36961
37577
|
}
|
|
36962
37578
|
|
|
36963
37579
|
.k-drawer-item {
|
|
36964
|
-
padding: 8px
|
|
37580
|
+
padding-block: 8px;
|
|
37581
|
+
padding-inline: 16px;
|
|
36965
37582
|
outline: 0;
|
|
36966
37583
|
color: inherit;
|
|
36967
37584
|
font-size: 16px;
|
|
@@ -36973,8 +37590,10 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
36973
37590
|
}
|
|
36974
37591
|
|
|
36975
37592
|
.k-drawer-item > .k-drawer-link {
|
|
36976
|
-
margin: -8px
|
|
36977
|
-
|
|
37593
|
+
margin-block: -8px;
|
|
37594
|
+
margin-inline: -16px;
|
|
37595
|
+
padding-block: 8px;
|
|
37596
|
+
padding-inline: 16px;
|
|
36978
37597
|
color: inherit;
|
|
36979
37598
|
display: flex;
|
|
36980
37599
|
flex-flow: row nowrap;
|
|
@@ -37157,7 +37776,8 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
37157
37776
|
|
|
37158
37777
|
.k-notification {
|
|
37159
37778
|
border-radius: 4px;
|
|
37160
|
-
padding: 4px
|
|
37779
|
+
padding-block: 4px;
|
|
37780
|
+
padding-inline: 8px;
|
|
37161
37781
|
border-width: 1px;
|
|
37162
37782
|
border-style: solid;
|
|
37163
37783
|
box-sizing: border-box;
|
|
@@ -37318,7 +37938,8 @@ kendo-card-footer {
|
|
|
37318
37938
|
}
|
|
37319
37939
|
|
|
37320
37940
|
.k-card-header {
|
|
37321
|
-
padding: 12px
|
|
37941
|
+
padding-block: 12px;
|
|
37942
|
+
padding-inline: 16px;
|
|
37322
37943
|
border-width: 0 0 1px;
|
|
37323
37944
|
border-style: solid;
|
|
37324
37945
|
outline: 0;
|
|
@@ -37339,7 +37960,8 @@ kendo-card-footer {
|
|
|
37339
37960
|
}
|
|
37340
37961
|
|
|
37341
37962
|
.k-card-footer {
|
|
37342
|
-
padding: 12px
|
|
37963
|
+
padding-block: 12px;
|
|
37964
|
+
padding-inline: 16px;
|
|
37343
37965
|
border-width: 1px 0 0;
|
|
37344
37966
|
border-style: solid;
|
|
37345
37967
|
outline: 0;
|
|
@@ -37347,7 +37969,8 @@ kendo-card-footer {
|
|
|
37347
37969
|
}
|
|
37348
37970
|
|
|
37349
37971
|
.k-card-body {
|
|
37350
|
-
padding: 16px
|
|
37972
|
+
padding-block: 16px;
|
|
37973
|
+
padding-inline: 16px;
|
|
37351
37974
|
outline: 0;
|
|
37352
37975
|
flex: 1 1 auto;
|
|
37353
37976
|
}
|
|
@@ -37434,7 +38057,8 @@ kendo-card-footer {
|
|
|
37434
38057
|
}
|
|
37435
38058
|
|
|
37436
38059
|
.k-card-actions {
|
|
37437
|
-
padding: 8px
|
|
38060
|
+
padding-block: 8px;
|
|
38061
|
+
padding-inline: 8px;
|
|
37438
38062
|
border-width: 0;
|
|
37439
38063
|
border-style: solid;
|
|
37440
38064
|
border-color: inherit;
|
|
@@ -37790,14 +38414,16 @@ kendo-card-footer {
|
|
|
37790
38414
|
.k-popover-header {
|
|
37791
38415
|
border-top-left-radius: 6px;
|
|
37792
38416
|
border-top-right-radius: 6px;
|
|
37793
|
-
padding: 12px
|
|
38417
|
+
padding-block: 12px;
|
|
38418
|
+
padding-inline: 16px;
|
|
37794
38419
|
border-width: 0 0 1px;
|
|
37795
38420
|
border-style: solid;
|
|
37796
38421
|
border-color: inherit;
|
|
37797
38422
|
}
|
|
37798
38423
|
|
|
37799
38424
|
.k-popover-body {
|
|
37800
|
-
padding: 16px
|
|
38425
|
+
padding-block: 16px;
|
|
38426
|
+
padding-inline: 16px;
|
|
37801
38427
|
}
|
|
37802
38428
|
|
|
37803
38429
|
.k-popover-actions {
|
|
@@ -37905,7 +38531,8 @@ kendo-card-footer {
|
|
|
37905
38531
|
}
|
|
37906
38532
|
|
|
37907
38533
|
.k-bottom-nav {
|
|
37908
|
-
padding: 4px
|
|
38534
|
+
padding-block: 4px;
|
|
38535
|
+
padding-inline: 4px;
|
|
37909
38536
|
width: 100%;
|
|
37910
38537
|
border-width: 0;
|
|
37911
38538
|
border-style: solid;
|
|
@@ -37940,7 +38567,8 @@ kendo-card-footer {
|
|
|
37940
38567
|
}
|
|
37941
38568
|
|
|
37942
38569
|
.k-bottom-nav-item {
|
|
37943
|
-
padding: 0
|
|
38570
|
+
padding-block: 0;
|
|
38571
|
+
padding-inline: 8px;
|
|
37944
38572
|
min-width: 72px;
|
|
37945
38573
|
min-height: 48px;
|
|
37946
38574
|
border-width: 0;
|
|
@@ -37970,8 +38598,10 @@ kendo-card-footer {
|
|
|
37970
38598
|
}
|
|
37971
38599
|
|
|
37972
38600
|
.k-bottom-nav-item > .k-bottom-nav-link {
|
|
37973
|
-
margin: 0
|
|
37974
|
-
|
|
38601
|
+
margin-block: 0;
|
|
38602
|
+
margin-inline: -8px;
|
|
38603
|
+
padding-block: 0;
|
|
38604
|
+
padding-inline: 8px;
|
|
37975
38605
|
width: 100%;
|
|
37976
38606
|
color: inherit;
|
|
37977
38607
|
display: flex;
|
|
@@ -38254,7 +38884,8 @@ kendo-card-footer {
|
|
|
38254
38884
|
.k-breadcrumb-link,
|
|
38255
38885
|
.k-breadcrumb-root-link {
|
|
38256
38886
|
border-radius: 4px;
|
|
38257
|
-
padding: 6px
|
|
38887
|
+
padding-block: 6px;
|
|
38888
|
+
padding-inline: 8px;
|
|
38258
38889
|
color: inherit;
|
|
38259
38890
|
text-decoration: none;
|
|
38260
38891
|
white-space: nowrap;
|
|
@@ -38269,16 +38900,18 @@ kendo-card-footer {
|
|
|
38269
38900
|
}
|
|
38270
38901
|
|
|
38271
38902
|
.k-breadcrumb-root-link {
|
|
38272
|
-
margin-
|
|
38903
|
+
margin-inline-end: 8px;
|
|
38273
38904
|
}
|
|
38274
38905
|
|
|
38275
38906
|
.k-breadcrumb-link > .k-image,
|
|
38276
|
-
.k-breadcrumb-icontext-link .k-icon
|
|
38277
|
-
|
|
38907
|
+
.k-breadcrumb-icontext-link .k-icon,
|
|
38908
|
+
.k-breadcrumb-icontext-link .k-svg-icon {
|
|
38909
|
+
margin-inline-end: 4px;
|
|
38278
38910
|
}
|
|
38279
38911
|
|
|
38280
38912
|
.k-breadcrumb-icon-link {
|
|
38281
|
-
padding: 8px
|
|
38913
|
+
padding-block: 8px;
|
|
38914
|
+
padding-inline: 8px;
|
|
38282
38915
|
}
|
|
38283
38916
|
|
|
38284
38917
|
.k-breadcrumb-delimiter,
|
|
@@ -38296,20 +38929,6 @@ kendo-card-footer {
|
|
|
38296
38929
|
border-color: transparent;
|
|
38297
38930
|
}
|
|
38298
38931
|
|
|
38299
|
-
.k-breadcrumb[dir="rtl"] .k-breadcrumb-root-link,
|
|
38300
|
-
.k-rtl .k-breadcrumb .k-breadcrumb-root-link {
|
|
38301
|
-
margin-right: 0;
|
|
38302
|
-
margin-left: 8px;
|
|
38303
|
-
}
|
|
38304
|
-
|
|
38305
|
-
.k-breadcrumb[dir="rtl"] .k-breadcrumb-link > .k-image,
|
|
38306
|
-
.k-breadcrumb[dir="rtl"] .k-breadcrumb-icontext-link .k-icon,
|
|
38307
|
-
.k-rtl .k-breadcrumb .k-breadcrumb-link > .k-image,
|
|
38308
|
-
.k-rtl .k-breadcrumb .k-breadcrumb-icontext-link .k-icon {
|
|
38309
|
-
margin-right: 0;
|
|
38310
|
-
margin-left: 4px;
|
|
38311
|
-
}
|
|
38312
|
-
|
|
38313
38932
|
.k-breadcrumb {
|
|
38314
38933
|
border-color: rgba(0, 0, 0, 0.08);
|
|
38315
38934
|
color: #424242;
|
|
@@ -38453,7 +39072,8 @@ kendo-card-footer {
|
|
|
38453
39072
|
}
|
|
38454
39073
|
|
|
38455
39074
|
.k-pager-input .k-textbox {
|
|
38456
|
-
margin: 0
|
|
39075
|
+
margin-block: 0;
|
|
39076
|
+
margin-inline: 1ex;
|
|
38457
39077
|
width: 5em;
|
|
38458
39078
|
}
|
|
38459
39079
|
|
|
@@ -38480,7 +39100,7 @@ kendo-card-footer {
|
|
|
38480
39100
|
}
|
|
38481
39101
|
|
|
38482
39102
|
.k-pager-info {
|
|
38483
|
-
text-align:
|
|
39103
|
+
text-align: end;
|
|
38484
39104
|
justify-content: flex-end;
|
|
38485
39105
|
flex: 1 1 0%;
|
|
38486
39106
|
order: 9;
|
|
@@ -38614,6 +39234,7 @@ kendo-card-footer {
|
|
|
38614
39234
|
padding: 0;
|
|
38615
39235
|
list-style: none;
|
|
38616
39236
|
display: flex;
|
|
39237
|
+
position: relative;
|
|
38617
39238
|
z-index: 1;
|
|
38618
39239
|
}
|
|
38619
39240
|
|
|
@@ -38678,7 +39299,8 @@ kendo-card-footer {
|
|
|
38678
39299
|
|
|
38679
39300
|
.k-stepper .k-step-label:only-child {
|
|
38680
39301
|
border-radius: 15px;
|
|
38681
|
-
padding: 5px
|
|
39302
|
+
padding-block: 5px;
|
|
39303
|
+
padding-inline: 12px;
|
|
38682
39304
|
border-width: 0;
|
|
38683
39305
|
}
|
|
38684
39306
|
|
|
@@ -38690,7 +39312,8 @@ kendo-card-footer {
|
|
|
38690
39312
|
overflow: hidden;
|
|
38691
39313
|
}
|
|
38692
39314
|
|
|
38693
|
-
.k-stepper .k-step-label .k-icon
|
|
39315
|
+
.k-stepper .k-step-label .k-icon,
|
|
39316
|
+
.k-stepper .k-step-label .k-svg-icon {
|
|
38694
39317
|
margin-left: 4px;
|
|
38695
39318
|
}
|
|
38696
39319
|
|
|
@@ -38799,7 +39422,8 @@ kendo-card-footer {
|
|
|
38799
39422
|
flex-direction: column;
|
|
38800
39423
|
justify-content: space-between;
|
|
38801
39424
|
margin-left: 30px;
|
|
38802
|
-
padding: 20px
|
|
39425
|
+
padding-block: 20px;
|
|
39426
|
+
padding-inline: 10px;
|
|
38803
39427
|
}
|
|
38804
39428
|
|
|
38805
39429
|
.k-rtl .k-stepper,
|
|
@@ -38808,7 +39432,9 @@ kendo-card-footer {
|
|
|
38808
39432
|
}
|
|
38809
39433
|
|
|
38810
39434
|
.k-rtl .k-stepper .k-step-label .k-icon,
|
|
38811
|
-
.k-
|
|
39435
|
+
.k-rtl .k-stepper .k-step-label .k-svg-icon,
|
|
39436
|
+
.k-stepper[dir="rtl"] .k-step-label .k-icon,
|
|
39437
|
+
.k-stepper[dir="rtl"] .k-step-label .k-svg-icon {
|
|
38812
39438
|
margin-left: 0;
|
|
38813
39439
|
margin-right: 4px;
|
|
38814
39440
|
}
|
|
@@ -38898,7 +39524,8 @@ kendo-card-footer {
|
|
|
38898
39524
|
background-color: #ffa19b;
|
|
38899
39525
|
}
|
|
38900
39526
|
|
|
38901
|
-
.k-stepper .k-step-success .k-step-label .k-icon
|
|
39527
|
+
.k-stepper .k-step-success .k-step-label .k-icon,
|
|
39528
|
+
.k-stepper .k-step-success .k-step-label .k-svg-icon {
|
|
38902
39529
|
color: #37b400;
|
|
38903
39530
|
}
|
|
38904
39531
|
|
|
@@ -38919,7 +39546,8 @@ kendo-card-footer {
|
|
|
38919
39546
|
}
|
|
38920
39547
|
|
|
38921
39548
|
.k-tabstrip-wrapper {
|
|
38922
|
-
padding: 0px
|
|
39549
|
+
padding-block: 0px;
|
|
39550
|
+
padding-inline: 0px;
|
|
38923
39551
|
box-sizing: border-box;
|
|
38924
39552
|
border-width: 0px;
|
|
38925
39553
|
border-style: solid;
|
|
@@ -38959,7 +39587,8 @@ kendo-card-footer {
|
|
|
38959
39587
|
box-sizing: border-box;
|
|
38960
39588
|
outline: 0;
|
|
38961
39589
|
display: flex;
|
|
38962
|
-
flex-
|
|
39590
|
+
flex-direction: inherit;
|
|
39591
|
+
flex-wrap: wrap;
|
|
38963
39592
|
flex: 1 1 auto;
|
|
38964
39593
|
gap: 0;
|
|
38965
39594
|
}
|
|
@@ -38988,7 +39617,8 @@ kendo-card-footer {
|
|
|
38988
39617
|
}
|
|
38989
39618
|
|
|
38990
39619
|
.k-tabstrip-items .k-link {
|
|
38991
|
-
padding: 6px
|
|
39620
|
+
padding-block: 6px;
|
|
39621
|
+
padding-inline: 12px;
|
|
38992
39622
|
color: inherit;
|
|
38993
39623
|
cursor: pointer;
|
|
38994
39624
|
display: inline-flex;
|
|
@@ -39002,7 +39632,8 @@ kendo-card-footer {
|
|
|
39002
39632
|
.k-tabstrip-content,
|
|
39003
39633
|
.k-tabstrip > .k-content {
|
|
39004
39634
|
margin: 0 !important;
|
|
39005
|
-
padding: 16px
|
|
39635
|
+
padding-block: 16px;
|
|
39636
|
+
padding-inline: 16px;
|
|
39006
39637
|
box-sizing: border-box;
|
|
39007
39638
|
border-width: 1px;
|
|
39008
39639
|
border-style: solid;
|
|
@@ -39052,6 +39683,8 @@ kendo-card-footer {
|
|
|
39052
39683
|
}
|
|
39053
39684
|
|
|
39054
39685
|
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-button {
|
|
39686
|
+
padding-block: 4px;
|
|
39687
|
+
padding-inline: 4px;
|
|
39055
39688
|
width: auto;
|
|
39056
39689
|
height: auto;
|
|
39057
39690
|
flex: none;
|
|
@@ -39064,12 +39697,12 @@ kendo-card-footer {
|
|
|
39064
39697
|
min-height: auto;
|
|
39065
39698
|
}
|
|
39066
39699
|
|
|
39067
|
-
.k-tabstrip-
|
|
39068
|
-
|
|
39700
|
+
.k-tabstrip-horizontal, .k-tabstrip-top > .k-tabstrip-items-wrapper, .k-tabstrip-bottom > .k-tabstrip-items-wrapper {
|
|
39701
|
+
flex-direction: row;
|
|
39069
39702
|
}
|
|
39070
39703
|
|
|
39071
|
-
.k-tabstrip-
|
|
39072
|
-
|
|
39704
|
+
.k-tabstrip-vertical, .k-tabstrip-left > .k-tabstrip-items-wrapper, .k-tabstrip-right > .k-tabstrip-items-wrapper {
|
|
39705
|
+
flex-direction: column;
|
|
39073
39706
|
}
|
|
39074
39707
|
|
|
39075
39708
|
.k-tabstrip-top > .k-tabstrip-items-wrapper {
|
|
@@ -39079,11 +39712,14 @@ kendo-card-footer {
|
|
|
39079
39712
|
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
|
|
39080
39713
|
border-top-left-radius: 4px;
|
|
39081
39714
|
border-top-right-radius: 4px;
|
|
39082
|
-
|
|
39715
|
+
border-bottom-width: 0;
|
|
39083
39716
|
}
|
|
39084
39717
|
|
|
39718
|
+
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active,
|
|
39085
39719
|
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
39086
|
-
|
|
39720
|
+
margin-bottom: -1px;
|
|
39721
|
+
border-bottom-width: 1px;
|
|
39722
|
+
border-bottom-color: transparent !important;
|
|
39087
39723
|
}
|
|
39088
39724
|
|
|
39089
39725
|
.k-tabstrip-top > .k-content,
|
|
@@ -39100,11 +39736,14 @@ kendo-card-footer {
|
|
|
39100
39736
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item {
|
|
39101
39737
|
border-bottom-right-radius: 4px;
|
|
39102
39738
|
border-bottom-left-radius: 4px;
|
|
39103
|
-
|
|
39739
|
+
border-top-width: 0;
|
|
39104
39740
|
}
|
|
39105
39741
|
|
|
39742
|
+
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item:active,
|
|
39106
39743
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
39107
|
-
|
|
39744
|
+
margin-top: -1px;
|
|
39745
|
+
border-top-width: 1px;
|
|
39746
|
+
border-top-color: transparent !important;
|
|
39108
39747
|
}
|
|
39109
39748
|
|
|
39110
39749
|
.k-tabstrip-bottom > .k-content,
|
|
@@ -39122,18 +39761,17 @@ kendo-card-footer {
|
|
|
39122
39761
|
border-right-width: 1px;
|
|
39123
39762
|
}
|
|
39124
39763
|
|
|
39125
|
-
.k-tabstrip-left > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
39126
|
-
flex-direction: column;
|
|
39127
|
-
}
|
|
39128
|
-
|
|
39129
39764
|
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item {
|
|
39130
39765
|
border-top-left-radius: 4px;
|
|
39131
39766
|
border-bottom-left-radius: 4px;
|
|
39132
|
-
|
|
39767
|
+
border-right-width: 0;
|
|
39133
39768
|
}
|
|
39134
39769
|
|
|
39770
|
+
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item:active,
|
|
39135
39771
|
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
39136
|
-
|
|
39772
|
+
margin-right: -1px;
|
|
39773
|
+
border-right-width: 1px;
|
|
39774
|
+
border-right-color: transparent !important;
|
|
39137
39775
|
}
|
|
39138
39776
|
|
|
39139
39777
|
.k-tabstrip-left > .k-content,
|
|
@@ -39151,18 +39789,17 @@ kendo-card-footer {
|
|
|
39151
39789
|
border-left-width: 1px;
|
|
39152
39790
|
}
|
|
39153
39791
|
|
|
39154
|
-
.k-tabstrip-right > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
39155
|
-
flex-direction: column;
|
|
39156
|
-
}
|
|
39157
|
-
|
|
39158
39792
|
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item {
|
|
39159
39793
|
border-top-right-radius: 4px;
|
|
39160
39794
|
border-bottom-right-radius: 4px;
|
|
39161
|
-
|
|
39795
|
+
border-left-width: 0;
|
|
39162
39796
|
}
|
|
39163
39797
|
|
|
39798
|
+
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item:active,
|
|
39164
39799
|
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
39165
|
-
|
|
39800
|
+
margin-left: -1px;
|
|
39801
|
+
border-left-width: 1px;
|
|
39802
|
+
border-left-color: transparent !important;
|
|
39166
39803
|
}
|
|
39167
39804
|
|
|
39168
39805
|
.k-tabstrip-right > .k-content,
|
|
@@ -39210,10 +39847,10 @@ kendo-card-footer {
|
|
|
39210
39847
|
order: 0;
|
|
39211
39848
|
}
|
|
39212
39849
|
|
|
39213
|
-
.k-rtl .k-tabstrip .k-tabstrip-prev,
|
|
39214
|
-
.k-rtl .k-tabstrip .k-tabstrip-next,
|
|
39215
|
-
.k-tabstrip[dir="rtl"] .k-tabstrip-prev,
|
|
39216
|
-
.k-tabstrip[dir="rtl"] .k-tabstrip-next {
|
|
39850
|
+
.k-rtl .k-tabstrip .k-tabstrip-prev .k-button-icon,
|
|
39851
|
+
.k-rtl .k-tabstrip .k-tabstrip-next .k-button-icon,
|
|
39852
|
+
.k-tabstrip[dir="rtl"] .k-tabstrip-prev .k-button-icon,
|
|
39853
|
+
.k-tabstrip[dir="rtl"] .k-tabstrip-next .k-button-icon {
|
|
39217
39854
|
transform: scaleX(-1);
|
|
39218
39855
|
}
|
|
39219
39856
|
|
|
@@ -39258,7 +39895,8 @@ kendo-card-footer {
|
|
|
39258
39895
|
}
|
|
39259
39896
|
|
|
39260
39897
|
.k-wizard {
|
|
39261
|
-
padding: 20px
|
|
39898
|
+
padding-block: 20px;
|
|
39899
|
+
padding-inline: 20px;
|
|
39262
39900
|
border-width: 0px;
|
|
39263
39901
|
border-style: solid;
|
|
39264
39902
|
box-sizing: border-box;
|
|
@@ -39396,7 +40034,8 @@ kendo-card-footer {
|
|
|
39396
40034
|
}
|
|
39397
40035
|
|
|
39398
40036
|
.k-expander-header {
|
|
39399
|
-
padding: 12px
|
|
40037
|
+
padding-block: 12px;
|
|
40038
|
+
padding-inline: 16px;
|
|
39400
40039
|
display: flex;
|
|
39401
40040
|
justify-content: space-between;
|
|
39402
40041
|
align-items: center;
|
|
@@ -39417,7 +40056,8 @@ kendo-card-footer {
|
|
|
39417
40056
|
}
|
|
39418
40057
|
|
|
39419
40058
|
.k-expander-content {
|
|
39420
|
-
padding: 16px
|
|
40059
|
+
padding-block: 16px;
|
|
40060
|
+
padding-inline: 16px;
|
|
39421
40061
|
}
|
|
39422
40062
|
|
|
39423
40063
|
.k-expander + .k-expander.k-expanded,
|
|
@@ -39493,7 +40133,8 @@ kendo-card-footer {
|
|
|
39493
40133
|
|
|
39494
40134
|
.k-panelbar > .k-item > .k-link,
|
|
39495
40135
|
.k-panelbar > .k-panelbar-header > .k-link {
|
|
39496
|
-
padding: 12px
|
|
40136
|
+
padding-block: 12px;
|
|
40137
|
+
padding-inline: 16px;
|
|
39497
40138
|
color: inherit;
|
|
39498
40139
|
background: none;
|
|
39499
40140
|
text-decoration: none;
|
|
@@ -39534,7 +40175,8 @@ kendo-card-footer {
|
|
|
39534
40175
|
|
|
39535
40176
|
.k-panelbar .k-group > .k-item > .k-link,
|
|
39536
40177
|
.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link {
|
|
39537
|
-
padding: 8px
|
|
40178
|
+
padding-block: 8px;
|
|
40179
|
+
padding-inline: 16px;
|
|
39538
40180
|
color: inherit;
|
|
39539
40181
|
text-decoration: none;
|
|
39540
40182
|
display: flex;
|
|
@@ -39635,8 +40277,10 @@ kendo-card-footer {
|
|
|
39635
40277
|
}
|
|
39636
40278
|
|
|
39637
40279
|
.k-panelbar > .k-item > .k-link .k-icon,
|
|
40280
|
+
.k-panelbar > .k-item > .k-link .k-svg-icon,
|
|
39638
40281
|
.k-panelbar > .k-item > .k-link .k-panelbar-item-icon,
|
|
39639
40282
|
.k-panelbar > .k-panelbar-header > .k-link .k-icon,
|
|
40283
|
+
.k-panelbar > .k-panelbar-header > .k-link .k-svg-icon,
|
|
39640
40284
|
.k-panelbar > .k-panelbar-header > .k-link .k-panelbar-item-icon {
|
|
39641
40285
|
color: #424242;
|
|
39642
40286
|
}
|
|
@@ -39662,8 +40306,10 @@ kendo-card-footer {
|
|
|
39662
40306
|
}
|
|
39663
40307
|
|
|
39664
40308
|
.k-panelbar > .k-item > .k-link.k-selected .k-icon,
|
|
40309
|
+
.k-panelbar > .k-item > .k-link.k-selected .k-svg-icon,
|
|
39665
40310
|
.k-panelbar > .k-item > .k-link.k-selected .k-panelbar-item-icon,
|
|
39666
40311
|
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-icon,
|
|
40312
|
+
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-svg-icon,
|
|
39667
40313
|
.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-panelbar-item-icon {
|
|
39668
40314
|
color: inherit;
|
|
39669
40315
|
}
|
|
@@ -39779,6 +40425,12 @@ kendo-card-footer {
|
|
|
39779
40425
|
font-size: 10px;
|
|
39780
40426
|
}
|
|
39781
40427
|
|
|
40428
|
+
.k-ghost-splitbar .k-svg-icon,
|
|
40429
|
+
.k-splitbar .k-svg-icon {
|
|
40430
|
+
width: 10px;
|
|
40431
|
+
height: 10px;
|
|
40432
|
+
}
|
|
40433
|
+
|
|
39782
40434
|
.k-splitbar-draggable-horizontal {
|
|
39783
40435
|
cursor: col-resize;
|
|
39784
40436
|
}
|
|
@@ -40107,7 +40759,8 @@ kendo-card-footer {
|
|
|
40107
40759
|
|
|
40108
40760
|
.k-pane-wrapper .k-scheduler-edit-form .k-recur-items-wrap {
|
|
40109
40761
|
width: 100%;
|
|
40110
|
-
margin: -1px
|
|
40762
|
+
margin-block: -1px;
|
|
40763
|
+
margin-inline: 0;
|
|
40111
40764
|
}
|
|
40112
40765
|
|
|
40113
40766
|
.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
|
|
@@ -40127,7 +40780,8 @@ kendo-card-footer {
|
|
|
40127
40780
|
}
|
|
40128
40781
|
|
|
40129
40782
|
.k-scheduler-mobile .k-scheduler-toolbar {
|
|
40130
|
-
padding: 8px
|
|
40783
|
+
padding-block: 8px;
|
|
40784
|
+
padding-inline: 8px;
|
|
40131
40785
|
}
|
|
40132
40786
|
|
|
40133
40787
|
.k-scheduler-mobile .k-scheduler-toolbar > * {
|
|
@@ -40160,7 +40814,8 @@ kendo-card-footer {
|
|
|
40160
40814
|
}
|
|
40161
40815
|
|
|
40162
40816
|
.k-scheduler-mobile .k-scheduler-footer {
|
|
40163
|
-
padding: 8px
|
|
40817
|
+
padding-block: 8px;
|
|
40818
|
+
padding-inline: 8px;
|
|
40164
40819
|
display: flex;
|
|
40165
40820
|
justify-content: space-between;
|
|
40166
40821
|
}
|
|
@@ -40302,12 +40957,14 @@ kendo-card-footer {
|
|
|
40302
40957
|
|
|
40303
40958
|
.k-pane-wrapper .k-list-title,
|
|
40304
40959
|
.k-pane-wrapper .k-filter-help-text {
|
|
40305
|
-
padding: 8px
|
|
40960
|
+
padding-block: 8px;
|
|
40961
|
+
padding-inline: 8px;
|
|
40306
40962
|
display: block;
|
|
40307
40963
|
}
|
|
40308
40964
|
|
|
40309
40965
|
.k-pane-wrapper .k-listgroup-title {
|
|
40310
|
-
padding: 8px
|
|
40966
|
+
padding-block: 8px;
|
|
40967
|
+
padding-inline: 8px;
|
|
40311
40968
|
font-weight: bold;
|
|
40312
40969
|
text-transform: uppercase;
|
|
40313
40970
|
}
|
|
@@ -40715,7 +41372,8 @@ kendo-card-footer {
|
|
|
40715
41372
|
margin-inline-start: 7px;
|
|
40716
41373
|
}
|
|
40717
41374
|
|
|
40718
|
-
.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-icon
|
|
41375
|
+
.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-icon,
|
|
41376
|
+
.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-svg-icon {
|
|
40719
41377
|
display: flex;
|
|
40720
41378
|
}
|
|
40721
41379
|
|
|
@@ -40797,7 +41455,8 @@ kendo-card-footer {
|
|
|
40797
41455
|
text-overflow: clip;
|
|
40798
41456
|
}
|
|
40799
41457
|
|
|
40800
|
-
.k-grid .k-grouping-row .k-icon
|
|
41458
|
+
.k-grid .k-grouping-row .k-icon,
|
|
41459
|
+
.k-grid .k-grouping-row .k-svg-icon {
|
|
40801
41460
|
margin-inline-start: -4px;
|
|
40802
41461
|
margin-inline-end: 8px;
|
|
40803
41462
|
text-decoration: none;
|
|
@@ -40822,7 +41481,8 @@ kendo-card-footer {
|
|
|
40822
41481
|
|
|
40823
41482
|
.k-grid .k-hierarchy-cell > .k-icon,
|
|
40824
41483
|
.k-grid .k-drag-cell > .k-icon {
|
|
40825
|
-
padding: 8px
|
|
41484
|
+
padding-block: 8px;
|
|
41485
|
+
padding-inline: 0;
|
|
40826
41486
|
width: 100%;
|
|
40827
41487
|
height: 100%;
|
|
40828
41488
|
display: inline-block;
|
|
@@ -41023,8 +41683,10 @@ div.k-grid-footer {
|
|
|
41023
41683
|
.k-grid-column-menu-standalone a.k-grid-filter {
|
|
41024
41684
|
position: initial;
|
|
41025
41685
|
display: inline-block;
|
|
41026
|
-
margin: -4px
|
|
41027
|
-
|
|
41686
|
+
margin-block: -4px;
|
|
41687
|
+
margin-inline: 0;
|
|
41688
|
+
padding-block: 4px;
|
|
41689
|
+
padding-inline: 8px;
|
|
41028
41690
|
}
|
|
41029
41691
|
|
|
41030
41692
|
.k-filter-row {
|
|
@@ -41306,9 +41968,9 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
41306
41968
|
}
|
|
41307
41969
|
|
|
41308
41970
|
kendo-grid .k-grid-row-sticky td.k-grid-content-sticky,
|
|
41309
|
-
kendo-grid .k-grid-row-sticky.k-alt td.k-grid-content-sticky,
|
|
41971
|
+
kendo-grid .k-grid-row-sticky.k-table-alt-row td.k-grid-content-sticky,
|
|
41310
41972
|
kendo-grid .k-grid-row-sticky .k-table-td.k-grid-content-sticky,
|
|
41311
|
-
kendo-grid .k-grid-row-sticky.k-alt .k-table-td.k-grid-content-sticky {
|
|
41973
|
+
kendo-grid .k-grid-row-sticky.k-table-alt-row .k-table-td.k-grid-content-sticky {
|
|
41312
41974
|
z-index: 3;
|
|
41313
41975
|
}
|
|
41314
41976
|
|
|
@@ -41381,7 +42043,8 @@ div.k-grid-norecords {
|
|
|
41381
42043
|
|
|
41382
42044
|
.k-grid-norecords-template {
|
|
41383
42045
|
box-sizing: border-box;
|
|
41384
|
-
margin: 0
|
|
42046
|
+
margin-block: 0;
|
|
42047
|
+
margin-inline: auto;
|
|
41385
42048
|
width: 20em;
|
|
41386
42049
|
height: 4em;
|
|
41387
42050
|
border: 1px solid;
|
|
@@ -41397,16 +42060,19 @@ div.k-grid-norecords {
|
|
|
41397
42060
|
}
|
|
41398
42061
|
|
|
41399
42062
|
.k-grid-sm .k-table-th {
|
|
41400
|
-
padding: 4px
|
|
42063
|
+
padding-block: 4px;
|
|
42064
|
+
padding-inline: 8px;
|
|
41401
42065
|
}
|
|
41402
42066
|
|
|
41403
42067
|
.k-grid-sm td,
|
|
41404
42068
|
.k-grid-sm .k-table-td {
|
|
41405
|
-
padding: 4px
|
|
42069
|
+
padding-block: 4px;
|
|
42070
|
+
padding-inline: 8px;
|
|
41406
42071
|
}
|
|
41407
42072
|
|
|
41408
42073
|
.k-grid-sm .k-grouping-header {
|
|
41409
|
-
padding: 4px
|
|
42074
|
+
padding-block: 4px;
|
|
42075
|
+
padding-inline: 8px;
|
|
41410
42076
|
gap: 4px;
|
|
41411
42077
|
}
|
|
41412
42078
|
|
|
@@ -41415,8 +42081,10 @@ div.k-grid-norecords {
|
|
|
41415
42081
|
}
|
|
41416
42082
|
|
|
41417
42083
|
.k-grid-sm .k-grid-header .k-table-th > .k-link {
|
|
41418
|
-
margin: -4px
|
|
41419
|
-
|
|
42084
|
+
margin-block: -4px;
|
|
42085
|
+
margin-inline: -8px;
|
|
42086
|
+
padding-block: 4px;
|
|
42087
|
+
padding-inline: 8px;
|
|
41420
42088
|
}
|
|
41421
42089
|
|
|
41422
42090
|
.k-grid-sm .k-grid-header .k-grid-filter,
|
|
@@ -41429,14 +42097,17 @@ div.k-grid-norecords {
|
|
|
41429
42097
|
}
|
|
41430
42098
|
|
|
41431
42099
|
.k-grid-sm .k-table-th > .k-cell-inner {
|
|
41432
|
-
margin: -4px
|
|
42100
|
+
margin-block: -4px;
|
|
42101
|
+
margin-inline: -8px;
|
|
41433
42102
|
}
|
|
41434
42103
|
|
|
41435
42104
|
.k-grid-sm .k-table-th > .k-cell-inner > .k-link {
|
|
41436
|
-
padding: 4px
|
|
42105
|
+
padding-block: 4px;
|
|
42106
|
+
padding-inline: 8px;
|
|
41437
42107
|
}
|
|
41438
42108
|
|
|
41439
|
-
.k-grid-sm .k-grouping-row .k-icon
|
|
42109
|
+
.k-grid-sm .k-grouping-row .k-icon,
|
|
42110
|
+
.k-grid-sm .k-grouping-row .k-svg-icon {
|
|
41440
42111
|
margin-inline-start: 0px;
|
|
41441
42112
|
}
|
|
41442
42113
|
|
|
@@ -41450,21 +42121,26 @@ div.k-grid-norecords {
|
|
|
41450
42121
|
}
|
|
41451
42122
|
|
|
41452
42123
|
.k-grid-sm .k-hierarchy-cell > .k-icon,
|
|
41453
|
-
.k-grid-sm .k-
|
|
41454
|
-
|
|
42124
|
+
.k-grid-sm .k-hierarchy-cell > .k-svg-icon,
|
|
42125
|
+
.k-grid-sm .k-drag-cell > .k-icon,
|
|
42126
|
+
.k-grid-sm .k-drag-cell > .k-svg-icon {
|
|
42127
|
+
padding-block: 4px;
|
|
42128
|
+
padding-inline: 0;
|
|
41455
42129
|
}
|
|
41456
42130
|
|
|
41457
42131
|
.k-grid-sm .k-edit-cell,
|
|
41458
42132
|
.k-grid-sm .k-command-cell,
|
|
41459
42133
|
.k-grid-sm .k-grid-edit-row td,
|
|
41460
42134
|
.k-grid-sm .k-grid-edit-row .k-table-td {
|
|
41461
|
-
padding: 2px
|
|
42135
|
+
padding-block: 2px;
|
|
42136
|
+
padding-inline: 8px;
|
|
41462
42137
|
}
|
|
41463
42138
|
|
|
41464
42139
|
.k-grid-sm .k-filter-row td,
|
|
41465
42140
|
.k-grid-sm .k-filter-row .k-table-td,
|
|
41466
42141
|
.k-grid-sm .k-filter-row .k-table-th {
|
|
41467
|
-
padding: 6px
|
|
42142
|
+
padding-block: 6px;
|
|
42143
|
+
padding-inline: 6px;
|
|
41468
42144
|
}
|
|
41469
42145
|
|
|
41470
42146
|
.k-grid-sm .k-filtercell > span,
|
|
@@ -41473,16 +42149,19 @@ div.k-grid-norecords {
|
|
|
41473
42149
|
}
|
|
41474
42150
|
|
|
41475
42151
|
.k-grid-md .k-table-th {
|
|
41476
|
-
padding: 8px
|
|
42152
|
+
padding-block: 8px;
|
|
42153
|
+
padding-inline: 12px;
|
|
41477
42154
|
}
|
|
41478
42155
|
|
|
41479
42156
|
.k-grid-md td,
|
|
41480
42157
|
.k-grid-md .k-table-td {
|
|
41481
|
-
padding: 8px
|
|
42158
|
+
padding-block: 8px;
|
|
42159
|
+
padding-inline: 12px;
|
|
41482
42160
|
}
|
|
41483
42161
|
|
|
41484
42162
|
.k-grid-md .k-grouping-header {
|
|
41485
|
-
padding: 8px
|
|
42163
|
+
padding-block: 8px;
|
|
42164
|
+
padding-inline: 8px;
|
|
41486
42165
|
gap: 8px;
|
|
41487
42166
|
}
|
|
41488
42167
|
|
|
@@ -41491,8 +42170,10 @@ div.k-grid-norecords {
|
|
|
41491
42170
|
}
|
|
41492
42171
|
|
|
41493
42172
|
.k-grid-md .k-grid-header .k-table-th > .k-link {
|
|
41494
|
-
margin: -8px
|
|
41495
|
-
|
|
42173
|
+
margin-block: -8px;
|
|
42174
|
+
margin-inline: -12px;
|
|
42175
|
+
padding-block: 8px;
|
|
42176
|
+
padding-inline: 12px;
|
|
41496
42177
|
}
|
|
41497
42178
|
|
|
41498
42179
|
.k-grid-md .k-grid-header .k-grid-filter,
|
|
@@ -41505,14 +42186,17 @@ div.k-grid-norecords {
|
|
|
41505
42186
|
}
|
|
41506
42187
|
|
|
41507
42188
|
.k-grid-md .k-table-th > .k-cell-inner {
|
|
41508
|
-
margin: -8px
|
|
42189
|
+
margin-block: -8px;
|
|
42190
|
+
margin-inline: -12px;
|
|
41509
42191
|
}
|
|
41510
42192
|
|
|
41511
42193
|
.k-grid-md .k-table-th > .k-cell-inner > .k-link {
|
|
41512
|
-
padding: 8px
|
|
42194
|
+
padding-block: 8px;
|
|
42195
|
+
padding-inline: 12px;
|
|
41513
42196
|
}
|
|
41514
42197
|
|
|
41515
|
-
.k-grid-md .k-grouping-row .k-icon
|
|
42198
|
+
.k-grid-md .k-grouping-row .k-icon,
|
|
42199
|
+
.k-grid-md .k-grouping-row .k-svg-icon {
|
|
41516
42200
|
margin-inline-start: -4px;
|
|
41517
42201
|
}
|
|
41518
42202
|
|
|
@@ -41526,21 +42210,26 @@ div.k-grid-norecords {
|
|
|
41526
42210
|
}
|
|
41527
42211
|
|
|
41528
42212
|
.k-grid-md .k-hierarchy-cell > .k-icon,
|
|
41529
|
-
.k-grid-md .k-
|
|
41530
|
-
|
|
42213
|
+
.k-grid-md .k-hierarchy-cell > .k-svg-icon,
|
|
42214
|
+
.k-grid-md .k-drag-cell > .k-icon,
|
|
42215
|
+
.k-grid-md .k-drag-cell > .k-svg-icon {
|
|
42216
|
+
padding-block: 8px;
|
|
42217
|
+
padding-inline: 0;
|
|
41531
42218
|
}
|
|
41532
42219
|
|
|
41533
42220
|
.k-grid-md .k-edit-cell,
|
|
41534
42221
|
.k-grid-md .k-command-cell,
|
|
41535
42222
|
.k-grid-md .k-grid-edit-row td,
|
|
41536
42223
|
.k-grid-md .k-grid-edit-row .k-table-td {
|
|
41537
|
-
padding: 3px
|
|
42224
|
+
padding-block: 3px;
|
|
42225
|
+
padding-inline: 12px;
|
|
41538
42226
|
}
|
|
41539
42227
|
|
|
41540
42228
|
.k-grid-md .k-filter-row td,
|
|
41541
42229
|
.k-grid-md .k-filter-row .k-table-td,
|
|
41542
42230
|
.k-grid-md .k-filter-row .k-table-th {
|
|
41543
|
-
padding: 8px
|
|
42231
|
+
padding-block: 8px;
|
|
42232
|
+
padding-inline: 8px;
|
|
41544
42233
|
}
|
|
41545
42234
|
|
|
41546
42235
|
.k-grid-md .k-filtercell > span,
|
|
@@ -41643,7 +42332,11 @@ div.k-grid-norecords {
|
|
|
41643
42332
|
.k-filter-menu-container kendo-grid-string-filter-menu,
|
|
41644
42333
|
.k-filter-menu-container kendo-grid-date-filter-menu,
|
|
41645
42334
|
.k-filter-menu-container kendo-grid-numeric-filter-menu,
|
|
41646
|
-
.k-filter-menu-container kendo-grid-filter-menu-input-wrapper
|
|
42335
|
+
.k-filter-menu-container kendo-grid-filter-menu-input-wrapper,
|
|
42336
|
+
.k-filter-menu-container kendo-treelist-string-filter-menu,
|
|
42337
|
+
.k-filter-menu-container kendo-treelist-date-filter-menu,
|
|
42338
|
+
.k-filter-menu-container kendo-treelist-numeric-filter-menu,
|
|
42339
|
+
.k-filter-menu-container kendo-treelist-filter-menu-input-wrapper {
|
|
41647
42340
|
display: flex;
|
|
41648
42341
|
flex-flow: column nowrap;
|
|
41649
42342
|
align-items: stretch;
|
|
@@ -41666,7 +42359,8 @@ div.k-grid-norecords {
|
|
|
41666
42359
|
|
|
41667
42360
|
.k-popup .k-multicheck-wrap .k-item,
|
|
41668
42361
|
.k-popup .k-multicheck-wrap .k-check-all-wrap {
|
|
41669
|
-
padding: 4px
|
|
42362
|
+
padding-block: 4px;
|
|
42363
|
+
padding-inline: 8px;
|
|
41670
42364
|
display: flex;
|
|
41671
42365
|
flex-flow: row nowrap;
|
|
41672
42366
|
}
|
|
@@ -41743,7 +42437,8 @@ div.k-grid-norecords {
|
|
|
41743
42437
|
|
|
41744
42438
|
.k-column-chooser-title,
|
|
41745
42439
|
.k-column-list-item {
|
|
41746
|
-
padding: 4px
|
|
42440
|
+
padding-block: 4px;
|
|
42441
|
+
padding-inline: 8px;
|
|
41747
42442
|
}
|
|
41748
42443
|
|
|
41749
42444
|
.k-column-list-item {
|
|
@@ -41761,16 +42456,19 @@ div.k-grid-norecords {
|
|
|
41761
42456
|
}
|
|
41762
42457
|
|
|
41763
42458
|
.k-columns-items-wrap {
|
|
41764
|
-
padding: 6px
|
|
42459
|
+
padding-block: 6px;
|
|
42460
|
+
padding-inline: 0;
|
|
41765
42461
|
}
|
|
41766
42462
|
|
|
41767
42463
|
.k-columnmenu-item {
|
|
41768
|
-
padding: 4px
|
|
42464
|
+
padding-block: 4px;
|
|
42465
|
+
padding-inline: 8px;
|
|
41769
42466
|
outline: 0;
|
|
41770
42467
|
cursor: pointer;
|
|
41771
42468
|
}
|
|
41772
42469
|
|
|
41773
|
-
.k-columnmenu-item > .k-icon
|
|
42470
|
+
.k-columnmenu-item > .k-icon,
|
|
42471
|
+
.k-columnmenu-item > .k-svg-icon {
|
|
41774
42472
|
margin-inline-end: 4px;
|
|
41775
42473
|
}
|
|
41776
42474
|
|
|
@@ -41784,7 +42482,8 @@ div.k-grid-norecords {
|
|
|
41784
42482
|
}
|
|
41785
42483
|
|
|
41786
42484
|
.k-column-menu-group-header {
|
|
41787
|
-
padding: 4px
|
|
42485
|
+
padding-block: 4px;
|
|
42486
|
+
padding-inline: 8px;
|
|
41788
42487
|
display: flex;
|
|
41789
42488
|
flex: 0 0 auto;
|
|
41790
42489
|
position: relative;
|
|
@@ -41909,7 +42608,8 @@ div.k-grid-norecords {
|
|
|
41909
42608
|
.k-grid .k-grid-filter,
|
|
41910
42609
|
.k-grid .k-header-column-menu,
|
|
41911
42610
|
.k-grid .k-grid-header-menu,
|
|
41912
|
-
.k-grid .k-hierarchy-cell .k-icon
|
|
42611
|
+
.k-grid .k-hierarchy-cell .k-icon,
|
|
42612
|
+
.k-grid .k-hierarchy-cell .k-svg-icon {
|
|
41913
42613
|
color: #424242;
|
|
41914
42614
|
}
|
|
41915
42615
|
|
|
@@ -41917,7 +42617,8 @@ div.k-grid-norecords {
|
|
|
41917
42617
|
background-color: #fafafa;
|
|
41918
42618
|
}
|
|
41919
42619
|
|
|
41920
|
-
.k-grid .k-grouping-row .k-icon
|
|
42620
|
+
.k-grid .k-grouping-row .k-icon,
|
|
42621
|
+
.k-grid .k-grouping-row .k-svg-icon {
|
|
41921
42622
|
color: #424242;
|
|
41922
42623
|
}
|
|
41923
42624
|
|
|
@@ -41979,7 +42680,8 @@ col.k-sorted,
|
|
|
41979
42680
|
.k-grid-header .k-grid-filter:hover,
|
|
41980
42681
|
.k-grid-header .k-header-column-menu:hover,
|
|
41981
42682
|
.k-grid-header .k-grid-header-menu:hover,
|
|
41982
|
-
.k-grid-header .k-hierarchy-cell .k-icon:hover
|
|
42683
|
+
.k-grid-header .k-hierarchy-cell .k-icon:hover,
|
|
42684
|
+
.k-grid-header .k-hierarchy-cell .k-svg-icon:hover {
|
|
41983
42685
|
background-color: #ebebeb;
|
|
41984
42686
|
}
|
|
41985
42687
|
|
|
@@ -41989,14 +42691,17 @@ col.k-sorted,
|
|
|
41989
42691
|
.k-grid-header .k-grid-header-menu:focus,
|
|
41990
42692
|
.k-grid-header .k-grid-header-menu.k-focus,
|
|
41991
42693
|
.k-grid-header .k-hierarchy-cell .k-icon:focus,
|
|
41992
|
-
.k-grid-header .k-hierarchy-cell .k-icon.k-focus
|
|
42694
|
+
.k-grid-header .k-hierarchy-cell .k-icon.k-focus,
|
|
42695
|
+
.k-grid-header .k-hierarchy-cell .k-svg-icon:focus,
|
|
42696
|
+
.k-grid-header .k-hierarchy-cell .k-svg-icon.k-focus {
|
|
41993
42697
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
|
|
41994
42698
|
}
|
|
41995
42699
|
|
|
41996
42700
|
.k-grid-header .k-grid-filter.k-active,
|
|
41997
42701
|
.k-grid-header .k-header-column-menu.k-active,
|
|
41998
42702
|
.k-grid-header .k-grid-header-menu.k-active,
|
|
41999
|
-
.k-grid-header .k-hierarchy-cell .k-icon.k-active
|
|
42703
|
+
.k-grid-header .k-hierarchy-cell .k-icon.k-active,
|
|
42704
|
+
.k-grid-header .k-hierarchy-cell .k-svg-icon.k-active {
|
|
42000
42705
|
color: white;
|
|
42001
42706
|
background-color: #ff6358;
|
|
42002
42707
|
}
|
|
@@ -42265,7 +42970,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42265
42970
|
}
|
|
42266
42971
|
|
|
42267
42972
|
.k-listview-content-padding-rectangle {
|
|
42268
|
-
padding: 4px
|
|
42973
|
+
padding-block: 4px;
|
|
42974
|
+
padding-inline: 4px;
|
|
42269
42975
|
}
|
|
42270
42976
|
|
|
42271
42977
|
.k-listview-content-padding-square {
|
|
@@ -42282,12 +42988,15 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42282
42988
|
}
|
|
42283
42989
|
|
|
42284
42990
|
.k-listview-item-padding-rectangle {
|
|
42285
|
-
padding: 4px
|
|
42991
|
+
padding-block: 4px;
|
|
42992
|
+
padding-inline: 4px;
|
|
42286
42993
|
}
|
|
42287
42994
|
|
|
42288
42995
|
.k-listview-item-padding-rectangle .k-listview-link {
|
|
42289
|
-
margin: -4px
|
|
42290
|
-
|
|
42996
|
+
margin-block: -4px;
|
|
42997
|
+
margin-inline: -4px;
|
|
42998
|
+
padding-block: 4px;
|
|
42999
|
+
padding-inline: 4px;
|
|
42291
43000
|
}
|
|
42292
43001
|
|
|
42293
43002
|
.k-listview-item-padding-square {
|
|
@@ -42474,7 +43183,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42474
43183
|
}
|
|
42475
43184
|
|
|
42476
43185
|
.k-spreadsheet-formula-bar > .k-i-formula-fx {
|
|
42477
|
-
padding: 0
|
|
43186
|
+
padding-block: 0;
|
|
43187
|
+
padding-inline: 4px;
|
|
42478
43188
|
box-sizing: content-box;
|
|
42479
43189
|
border-width: 0 1px 0 0;
|
|
42480
43190
|
border-style: solid;
|
|
@@ -42489,7 +43199,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42489
43199
|
}
|
|
42490
43200
|
|
|
42491
43201
|
.k-spreadsheet-formula-bar .k-spreadsheet-formula-input {
|
|
42492
|
-
padding: 4px
|
|
43202
|
+
padding-block: 4px;
|
|
43203
|
+
padding-inline: 8px;
|
|
42493
43204
|
line-height: 1.4285714286;
|
|
42494
43205
|
}
|
|
42495
43206
|
|
|
@@ -42530,7 +43241,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42530
43241
|
}
|
|
42531
43242
|
|
|
42532
43243
|
.k-spreadsheet-formula-list .k-item {
|
|
42533
|
-
padding: 4px
|
|
43244
|
+
padding-block: 4px;
|
|
43245
|
+
padding-inline: 8px;
|
|
42534
43246
|
}
|
|
42535
43247
|
|
|
42536
43248
|
.k-syntax-func,
|
|
@@ -42539,7 +43251,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42539
43251
|
}
|
|
42540
43252
|
|
|
42541
43253
|
.k-spreadsheet-cell-editor {
|
|
42542
|
-
padding: 0
|
|
43254
|
+
padding-block: 0;
|
|
43255
|
+
padding-inline: 3px;
|
|
42543
43256
|
line-height: 20px;
|
|
42544
43257
|
display: none;
|
|
42545
43258
|
overflow: hidden;
|
|
@@ -42944,7 +43657,9 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42944
43657
|
}
|
|
42945
43658
|
|
|
42946
43659
|
.k-spreadsheet-filter-menu > .k-menu .k-icon,
|
|
42947
|
-
.k-spreadsheet-filter-menu > .k-menu.k-
|
|
43660
|
+
.k-spreadsheet-filter-menu > .k-menu .k-svg-icon,
|
|
43661
|
+
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon,
|
|
43662
|
+
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-svg-icon {
|
|
42948
43663
|
margin-left: -20px;
|
|
42949
43664
|
margin-right: 4px;
|
|
42950
43665
|
}
|
|
@@ -42977,14 +43692,17 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
42977
43692
|
|
|
42978
43693
|
.k-spreadsheet-filter-menu .k-details-summary,
|
|
42979
43694
|
.k-spreadsheet-filter-menu .k-columnmenu-item {
|
|
42980
|
-
padding: 4px
|
|
43695
|
+
padding-block: 4px;
|
|
43696
|
+
padding-inline: 8px;
|
|
42981
43697
|
display: flex;
|
|
42982
43698
|
align-items: center;
|
|
42983
43699
|
cursor: pointer;
|
|
42984
43700
|
}
|
|
42985
43701
|
|
|
42986
43702
|
.k-spreadsheet-filter-menu .k-details-summary > .k-icon,
|
|
42987
|
-
.k-spreadsheet-filter-menu .k-
|
|
43703
|
+
.k-spreadsheet-filter-menu .k-details-summary > .k-svg-icon,
|
|
43704
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-icon,
|
|
43705
|
+
.k-spreadsheet-filter-menu .k-columnmenu-item > .k-svg-icon {
|
|
42988
43706
|
margin-right: 4px;
|
|
42989
43707
|
}
|
|
42990
43708
|
|
|
@@ -43114,6 +43832,11 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43114
43832
|
font-size: 6em;
|
|
43115
43833
|
}
|
|
43116
43834
|
|
|
43835
|
+
.k-export-config .k-page-orientation .k-svg-icon {
|
|
43836
|
+
width: 6em;
|
|
43837
|
+
height: 6em;
|
|
43838
|
+
}
|
|
43839
|
+
|
|
43117
43840
|
.k-spreadsheet-insert-comment textarea {
|
|
43118
43841
|
height: auto;
|
|
43119
43842
|
}
|
|
@@ -43460,7 +44183,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43460
44183
|
font-size: 14px;
|
|
43461
44184
|
font-family: inherit;
|
|
43462
44185
|
line-height: 1.4285714286;
|
|
43463
|
-
text-align:
|
|
44186
|
+
text-align: start;
|
|
43464
44187
|
vertical-align: top;
|
|
43465
44188
|
display: grid;
|
|
43466
44189
|
grid-template-columns: 300px auto;
|
|
@@ -43477,6 +44200,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43477
44200
|
border-collapse: separate;
|
|
43478
44201
|
border-spacing: 0;
|
|
43479
44202
|
outline: 0;
|
|
44203
|
+
text-align: inherit;
|
|
43480
44204
|
empty-cells: show;
|
|
43481
44205
|
}
|
|
43482
44206
|
|
|
@@ -43486,6 +44210,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43486
44210
|
.k-pivotgrid tr,
|
|
43487
44211
|
.k-pivotgrid td {
|
|
43488
44212
|
border-color: inherit;
|
|
44213
|
+
text-align: inherit;
|
|
43489
44214
|
}
|
|
43490
44215
|
|
|
43491
44216
|
.k-pivotgrid-table {
|
|
@@ -43570,7 +44295,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43570
44295
|
}
|
|
43571
44296
|
|
|
43572
44297
|
.k-pivotgrid-cell {
|
|
43573
|
-
padding: 8px
|
|
44298
|
+
padding-block: 8px;
|
|
44299
|
+
padding-inline: 12px;
|
|
43574
44300
|
text-overflow: ellipsis;
|
|
43575
44301
|
white-space: nowrap;
|
|
43576
44302
|
vertical-align: top;
|
|
@@ -43581,7 +44307,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43581
44307
|
outline: none;
|
|
43582
44308
|
}
|
|
43583
44309
|
|
|
43584
|
-
.k-pivotgrid-cell .k-icon
|
|
44310
|
+
.k-pivotgrid-cell .k-icon,
|
|
44311
|
+
.k-pivotgrid-cell .k-svg-icon {
|
|
43585
44312
|
cursor: pointer;
|
|
43586
44313
|
padding-inline-end: 8px;
|
|
43587
44314
|
}
|
|
@@ -43591,7 +44318,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43591
44318
|
}
|
|
43592
44319
|
|
|
43593
44320
|
.k-column-menu .k-treeview {
|
|
43594
|
-
padding: 0px
|
|
44321
|
+
padding-block: 0px;
|
|
44322
|
+
padding-inline: 8px;
|
|
43595
44323
|
overflow: auto;
|
|
43596
44324
|
}
|
|
43597
44325
|
|
|
@@ -43610,7 +44338,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43610
44338
|
}
|
|
43611
44339
|
|
|
43612
44340
|
.k-pivotgrid-configurator-button {
|
|
43613
|
-
padding: 4px
|
|
44341
|
+
padding-block: 4px;
|
|
44342
|
+
padding-inline: 4px;
|
|
43614
44343
|
border-width: 1px;
|
|
43615
44344
|
border-style: solid;
|
|
43616
44345
|
box-sizing: border-box;
|
|
@@ -43633,7 +44362,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43633
44362
|
}
|
|
43634
44363
|
|
|
43635
44364
|
.k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
|
|
43636
|
-
.k-flex-row
|
|
44365
|
+
.k-flex-row .k-pivotgrid-configurator-button .k-svg-icon,
|
|
44366
|
+
.k-d-flex-row .k-pivotgrid-configurator-button .k-svg-icon,
|
|
44367
|
+
.k-flex-row-reverse .k-pivotgrid-configurator-button .k-icon,
|
|
44368
|
+
.k-flex-row-reverse .k-pivotgrid-configurator-button .k-svg-icon {
|
|
43637
44369
|
vertical-align: baseline;
|
|
43638
44370
|
}
|
|
43639
44371
|
|
|
@@ -43670,7 +44402,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43670
44402
|
}
|
|
43671
44403
|
|
|
43672
44404
|
.k-pivotgrid-configurator-header {
|
|
43673
|
-
padding: 12px
|
|
44405
|
+
padding-block: 12px;
|
|
44406
|
+
padding-inline: 16px;
|
|
43674
44407
|
font-size: 18px;
|
|
43675
44408
|
font-weight: 500;
|
|
43676
44409
|
display: flex;
|
|
@@ -43684,7 +44417,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43684
44417
|
}
|
|
43685
44418
|
|
|
43686
44419
|
.k-pivotgrid-configurator-content {
|
|
43687
|
-
padding: 2px
|
|
44420
|
+
padding-block: 2px;
|
|
44421
|
+
padding-inline: 16px;
|
|
43688
44422
|
flex: 1 1 auto;
|
|
43689
44423
|
overflow: auto;
|
|
43690
44424
|
}
|
|
@@ -43712,7 +44446,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43712
44446
|
}
|
|
43713
44447
|
|
|
43714
44448
|
.k-pivotgrid-configurator-content .k-value-fields {
|
|
43715
|
-
margin: 8px
|
|
44449
|
+
margin-block: 8px;
|
|
44450
|
+
margin-inline: 0px;
|
|
43716
44451
|
display: flex;
|
|
43717
44452
|
flex-direction: column;
|
|
43718
44453
|
gap: 8px;
|
|
@@ -43737,12 +44472,14 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43737
44472
|
}
|
|
43738
44473
|
|
|
43739
44474
|
.k-pivotgrid-configurator-content .k-treeview {
|
|
43740
|
-
padding: 0px
|
|
44475
|
+
padding-block: 0px;
|
|
44476
|
+
padding-inline: 8px;
|
|
43741
44477
|
overflow: auto;
|
|
43742
44478
|
}
|
|
43743
44479
|
|
|
43744
44480
|
.k-calculated-field {
|
|
43745
|
-
padding: 16px
|
|
44481
|
+
padding-block: 16px;
|
|
44482
|
+
padding-inline: 16px;
|
|
43746
44483
|
border-width: 1px;
|
|
43747
44484
|
border-radius: 4px;
|
|
43748
44485
|
border-style: solid;
|
|
@@ -43783,7 +44520,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43783
44520
|
align-items: center;
|
|
43784
44521
|
}
|
|
43785
44522
|
|
|
43786
|
-
.k-calculated-field-actions .k-icon
|
|
44523
|
+
.k-calculated-field-actions .k-icon,
|
|
44524
|
+
.k-calculated-field-actions .k-svg-icon {
|
|
43787
44525
|
margin-right: 8px;
|
|
43788
44526
|
}
|
|
43789
44527
|
|
|
@@ -43911,11 +44649,12 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
43911
44649
|
}
|
|
43912
44650
|
|
|
43913
44651
|
.k-pivot-layout .k-grid-footer,
|
|
43914
|
-
.k-pivot-layout .k-grid .k-alt {
|
|
44652
|
+
.k-pivot-layout .k-grid .k-table-alt-row {
|
|
43915
44653
|
font-weight: bold;
|
|
43916
44654
|
}
|
|
43917
44655
|
|
|
43918
44656
|
.k-pivot-layout > tbody,
|
|
44657
|
+
.k-pivot .k-table-td,
|
|
43919
44658
|
.k-pivot td {
|
|
43920
44659
|
vertical-align: top;
|
|
43921
44660
|
}
|
|
@@ -44180,7 +44919,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44180
44919
|
color: #666666;
|
|
44181
44920
|
}
|
|
44182
44921
|
|
|
44183
|
-
.k-alt {
|
|
44922
|
+
.k-pivot .k-alt {
|
|
44184
44923
|
background-color: #fafafa;
|
|
44185
44924
|
}
|
|
44186
44925
|
|
|
@@ -44227,7 +44966,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44227
44966
|
}
|
|
44228
44967
|
|
|
44229
44968
|
.k-treelist .k-status {
|
|
44230
|
-
padding: .4em
|
|
44969
|
+
padding-block: .4em;
|
|
44970
|
+
padding-inline: .6em;
|
|
44231
44971
|
line-height: 1.6em;
|
|
44232
44972
|
}
|
|
44233
44973
|
|
|
@@ -44304,7 +45044,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44304
45044
|
border-right: 1px solid;
|
|
44305
45045
|
height: 1em;
|
|
44306
45046
|
vertical-align: top;
|
|
44307
|
-
margin: 0
|
|
45047
|
+
margin-block: 0;
|
|
45048
|
+
margin-inline: .5em;
|
|
44308
45049
|
}
|
|
44309
45050
|
|
|
44310
45051
|
.k-treelist tr.k-footer,
|
|
@@ -44346,7 +45087,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44346
45087
|
.k-filter .k-filter-toolbar {
|
|
44347
45088
|
display: inline-flex;
|
|
44348
45089
|
position: relative;
|
|
44349
|
-
padding: 4px
|
|
45090
|
+
padding-block: 4px;
|
|
45091
|
+
padding-inline: 0;
|
|
44350
45092
|
}
|
|
44351
45093
|
|
|
44352
45094
|
.k-filter .k-filter-toolbar::before {
|
|
@@ -44486,7 +45228,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44486
45228
|
}
|
|
44487
45229
|
|
|
44488
45230
|
.k-filemanager-navigation {
|
|
44489
|
-
padding: 16px
|
|
45231
|
+
padding-block: 16px;
|
|
45232
|
+
padding-inline: 16px;
|
|
44490
45233
|
width: 20%;
|
|
44491
45234
|
border-width: 0;
|
|
44492
45235
|
border-right-width: 1px;
|
|
@@ -44517,7 +45260,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44517
45260
|
.k-filemanager-breadcrumb {
|
|
44518
45261
|
border-width: 0;
|
|
44519
45262
|
border-bottom-width: 1px;
|
|
44520
|
-
padding: 8px
|
|
45263
|
+
padding-block: 8px;
|
|
45264
|
+
padding-inline: 8px;
|
|
44521
45265
|
flex-shrink: 0;
|
|
44522
45266
|
}
|
|
44523
45267
|
|
|
@@ -44527,7 +45271,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44527
45271
|
}
|
|
44528
45272
|
|
|
44529
45273
|
.k-filemanager-listview .k-listview-item {
|
|
44530
|
-
padding: 16px
|
|
45274
|
+
padding-block: 16px;
|
|
45275
|
+
padding-inline: 16px;
|
|
44531
45276
|
width: 120px;
|
|
44532
45277
|
height: 120px;
|
|
44533
45278
|
text-align: center;
|
|
@@ -44657,10 +45402,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44657
45402
|
display: flex;
|
|
44658
45403
|
flex-direction: row;
|
|
44659
45404
|
align-items: center;
|
|
44660
|
-
|
|
44661
|
-
|
|
44662
|
-
.k-filemanager-drag-hint .k-icon {
|
|
44663
|
-
margin-right: 4px;
|
|
45405
|
+
gap: 4px;
|
|
44664
45406
|
}
|
|
44665
45407
|
|
|
44666
45408
|
.k-filemanager {
|
|
@@ -44704,7 +45446,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44704
45446
|
}
|
|
44705
45447
|
|
|
44706
45448
|
.k-taskboard-toolbar {
|
|
44707
|
-
padding: 16px
|
|
45449
|
+
padding-block: 16px;
|
|
45450
|
+
padding-inline: 16px;
|
|
44708
45451
|
border-width: 0;
|
|
44709
45452
|
box-shadow: none;
|
|
44710
45453
|
background: none;
|
|
@@ -44740,7 +45483,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44740
45483
|
}
|
|
44741
45484
|
|
|
44742
45485
|
.k-taskboard-column-header {
|
|
44743
|
-
padding: 8px
|
|
45486
|
+
padding-block: 8px;
|
|
45487
|
+
padding-inline: 8px;
|
|
44744
45488
|
font-weight: 500;
|
|
44745
45489
|
display: flex;
|
|
44746
45490
|
flex-direction: row;
|
|
@@ -44757,7 +45501,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44757
45501
|
|
|
44758
45502
|
.k-taskboard-column-cards-container {
|
|
44759
45503
|
margin-bottom: 8px;
|
|
44760
|
-
padding: 0px
|
|
45504
|
+
padding-block: 0px;
|
|
45505
|
+
padding-inline: 8px;
|
|
44761
45506
|
outline: none;
|
|
44762
45507
|
overflow: auto;
|
|
44763
45508
|
flex: 1 1 auto;
|
|
@@ -44795,7 +45540,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44795
45540
|
}
|
|
44796
45541
|
|
|
44797
45542
|
.k-taskboard-pane-header {
|
|
44798
|
-
padding: 12px
|
|
45543
|
+
padding-block: 12px;
|
|
45544
|
+
padding-inline: 16px;
|
|
44799
45545
|
font-weight: 500;
|
|
44800
45546
|
display: flex;
|
|
44801
45547
|
flex-direction: row;
|
|
@@ -44813,13 +45559,15 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44813
45559
|
}
|
|
44814
45560
|
|
|
44815
45561
|
.k-taskboard-pane-content {
|
|
44816
|
-
padding: 0px
|
|
45562
|
+
padding-block: 0px;
|
|
45563
|
+
padding-inline: 16px;
|
|
44817
45564
|
overflow: auto;
|
|
44818
45565
|
flex: 1 1 auto;
|
|
44819
45566
|
}
|
|
44820
45567
|
|
|
44821
45568
|
.k-taskboard-pane-actions {
|
|
44822
|
-
padding: 12px
|
|
45569
|
+
padding-block: 12px;
|
|
45570
|
+
padding-inline: 16px;
|
|
44823
45571
|
}
|
|
44824
45572
|
|
|
44825
45573
|
.k-taskboard-pane-start {
|
|
@@ -44838,7 +45586,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44838
45586
|
|
|
44839
45587
|
.k-taskboard-card .k-card-header .k-card-body,
|
|
44840
45588
|
.k-taskboard-card .k-card-footer {
|
|
44841
|
-
padding: 16px
|
|
45589
|
+
padding-block: 16px;
|
|
45590
|
+
padding-inline: 16px;
|
|
44842
45591
|
}
|
|
44843
45592
|
|
|
44844
45593
|
.k-taskboard-card .k-card-header {
|
|
@@ -44970,7 +45719,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
44970
45719
|
|
|
44971
45720
|
.k-editor-inline {
|
|
44972
45721
|
border-radius: 4px;
|
|
44973
|
-
padding: 2px
|
|
45722
|
+
padding-block: 2px;
|
|
45723
|
+
padding-inline: 4px;
|
|
44974
45724
|
border: 1px solid transparent;
|
|
44975
45725
|
word-wrap: break-word;
|
|
44976
45726
|
overflow: auto;
|
|
@@ -45073,11 +45823,13 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45073
45823
|
flex-shrink: 0;
|
|
45074
45824
|
}
|
|
45075
45825
|
|
|
45076
|
-
.k-editor-toolbar .k-editor-export .k-icon
|
|
45826
|
+
.k-editor-toolbar .k-editor-export .k-icon,
|
|
45827
|
+
.k-editor-toolbar .k-editor-export .k-svg-icon {
|
|
45077
45828
|
margin-right: 0.25em;
|
|
45078
45829
|
}
|
|
45079
45830
|
|
|
45080
45831
|
.k-editor-toolbar .k-editor-export .k-icon,
|
|
45832
|
+
.k-editor-toolbar .k-editor-export .k-svg-icon,
|
|
45081
45833
|
.k-editor-toolbar .k-editor-export .k-export-tool-text {
|
|
45082
45834
|
vertical-align: middle;
|
|
45083
45835
|
}
|
|
@@ -45163,7 +45915,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45163
45915
|
.k-editor-content th {
|
|
45164
45916
|
min-width: 1em;
|
|
45165
45917
|
border: 1px solid;
|
|
45166
|
-
padding: 3px
|
|
45918
|
+
padding-block: 3px;
|
|
45919
|
+
padding-inline: 5px;
|
|
45167
45920
|
vertical-align: top;
|
|
45168
45921
|
box-sizing: border-box;
|
|
45169
45922
|
position: relative;
|
|
@@ -45171,7 +45924,11 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45171
45924
|
|
|
45172
45925
|
.k-editor-content th {
|
|
45173
45926
|
font-weight: bold;
|
|
45174
|
-
text-align:
|
|
45927
|
+
text-align: start;
|
|
45928
|
+
}
|
|
45929
|
+
|
|
45930
|
+
.k-editor-content td {
|
|
45931
|
+
text-align: start;
|
|
45175
45932
|
}
|
|
45176
45933
|
|
|
45177
45934
|
.k-editor-content .selectedCell::after {
|
|
@@ -45188,8 +45945,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45188
45945
|
.k-edit-form-content {
|
|
45189
45946
|
flex: 1 1 auto;
|
|
45190
45947
|
overflow: auto;
|
|
45191
|
-
margin: -16px
|
|
45192
|
-
|
|
45948
|
+
margin-block: -16px;
|
|
45949
|
+
margin-inline: -16px;
|
|
45950
|
+
padding-block: 16px;
|
|
45951
|
+
padding-inline: 16px;
|
|
45193
45952
|
}
|
|
45194
45953
|
|
|
45195
45954
|
.k-ct-popup {
|
|
@@ -45297,7 +46056,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45297
46056
|
width: 100px;
|
|
45298
46057
|
}
|
|
45299
46058
|
|
|
45300
|
-
.k-filebrowser .k-search-wrap .k-icon
|
|
46059
|
+
.k-filebrowser .k-search-wrap .k-icon,
|
|
46060
|
+
.k-filebrowser .k-search-wrap .k-svg-icon {
|
|
45301
46061
|
margin: 0;
|
|
45302
46062
|
position: static;
|
|
45303
46063
|
}
|
|
@@ -45330,7 +46090,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45330
46090
|
height: 390px;
|
|
45331
46091
|
max-height: 50vh;
|
|
45332
46092
|
margin: 0 0 16px 0;
|
|
45333
|
-
padding: 4px
|
|
46093
|
+
padding-block: 4px;
|
|
46094
|
+
padding-inline: 8px;
|
|
45334
46095
|
border-top-width: 0;
|
|
45335
46096
|
overflow: auto;
|
|
45336
46097
|
}
|
|
@@ -45338,7 +46099,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45338
46099
|
.k-filebrowser .k-tile {
|
|
45339
46100
|
width: 33%;
|
|
45340
46101
|
height: 90px;
|
|
45341
|
-
padding: 4px
|
|
46102
|
+
padding-block: 4px;
|
|
46103
|
+
padding-inline: 8px;
|
|
45342
46104
|
box-sizing: border-box;
|
|
45343
46105
|
white-space: nowrap;
|
|
45344
46106
|
overflow: hidden;
|
|
@@ -45391,7 +46153,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45391
46153
|
top: 4px;
|
|
45392
46154
|
}
|
|
45393
46155
|
|
|
45394
|
-
.k-filebrowser .k-breadcrumbs-wrap .k-icon
|
|
46156
|
+
.k-filebrowser .k-breadcrumbs-wrap .k-icon,
|
|
46157
|
+
.k-filebrowser .k-breadcrumbs-wrap .k-svg-icon {
|
|
45395
46158
|
position: static;
|
|
45396
46159
|
margin-top: 0;
|
|
45397
46160
|
}
|
|
@@ -45444,7 +46207,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45444
46207
|
|
|
45445
46208
|
.k-editor-inline .k-table td {
|
|
45446
46209
|
min-width: 1px;
|
|
45447
|
-
padding: 2px
|
|
46210
|
+
padding-block: 2px;
|
|
46211
|
+
padding-inline: 4px;
|
|
45448
46212
|
}
|
|
45449
46213
|
|
|
45450
46214
|
.k-editor-inline .k-element-resize-handle-wrapper {
|
|
@@ -45509,7 +46273,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45509
46273
|
.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
|
|
45510
46274
|
width: 2px;
|
|
45511
46275
|
height: 100%;
|
|
45512
|
-
margin: 0
|
|
46276
|
+
margin-block: 0;
|
|
46277
|
+
margin-inline: auto;
|
|
45513
46278
|
display: none;
|
|
45514
46279
|
opacity: .8;
|
|
45515
46280
|
}
|
|
@@ -45658,7 +46423,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45658
46423
|
}
|
|
45659
46424
|
|
|
45660
46425
|
.k-imageeditor-action-pane {
|
|
45661
|
-
padding: 32px
|
|
46426
|
+
padding-block: 32px;
|
|
46427
|
+
padding-inline: 16px;
|
|
45662
46428
|
width: 241px;
|
|
45663
46429
|
border-width: 0;
|
|
45664
46430
|
border-left-width: 1px;
|
|
@@ -45692,7 +46458,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45692
46458
|
}
|
|
45693
46459
|
|
|
45694
46460
|
.k-imageeditor-crop .k-resize-handle {
|
|
45695
|
-
margin: 1px
|
|
46461
|
+
margin-block: 1px;
|
|
46462
|
+
margin-inline: 1px;
|
|
45696
46463
|
border-style: solid;
|
|
45697
46464
|
border-width: 0 2px 2px 0;
|
|
45698
46465
|
}
|
|
@@ -45865,7 +46632,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45865
46632
|
}
|
|
45866
46633
|
|
|
45867
46634
|
.k-gantt .k-treelist-scrollable .k-grid-header th:last-child .k-header {
|
|
45868
|
-
padding: 8px
|
|
46635
|
+
padding-block: 8px;
|
|
46636
|
+
padding-inline: 12px;
|
|
45869
46637
|
border-width: 0 0 1px 1px;
|
|
45870
46638
|
white-space: nowrap;
|
|
45871
46639
|
}
|
|
@@ -45891,7 +46659,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
45891
46659
|
}
|
|
45892
46660
|
|
|
45893
46661
|
.k-gantt .k-treelist-scrollable .k-task-content {
|
|
45894
|
-
padding: 4px
|
|
46662
|
+
padding-block: 4px;
|
|
46663
|
+
padding-inline: 8px;
|
|
45895
46664
|
display: block;
|
|
45896
46665
|
line-height: normal;
|
|
45897
46666
|
flex: 1 1 auto;
|
|
@@ -46062,7 +46831,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
46062
46831
|
}
|
|
46063
46832
|
|
|
46064
46833
|
.k-gantt-timeline .k-header {
|
|
46065
|
-
padding: 8px
|
|
46834
|
+
padding-block: 8px;
|
|
46835
|
+
padding-inline: 12px;
|
|
46066
46836
|
border-width: 0 0 1px 1px;
|
|
46067
46837
|
white-space: nowrap;
|
|
46068
46838
|
}
|
|
@@ -46146,8 +46916,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
46146
46916
|
}
|
|
46147
46917
|
|
|
46148
46918
|
.k-task-wrap {
|
|
46149
|
-
margin: 0
|
|
46150
|
-
|
|
46919
|
+
margin-block: 0;
|
|
46920
|
+
margin-inline: -21px;
|
|
46921
|
+
padding-block: 5px;
|
|
46922
|
+
padding-inline: 21px;
|
|
46151
46923
|
display: inline-flex;
|
|
46152
46924
|
flex-direction: row;
|
|
46153
46925
|
align-items: center;
|
|
@@ -46225,7 +46997,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
46225
46997
|
}
|
|
46226
46998
|
|
|
46227
46999
|
.k-milestone-wrap {
|
|
46228
|
-
margin: 0
|
|
47000
|
+
margin-block: 0;
|
|
47001
|
+
margin-inline: -2em;
|
|
46229
47002
|
}
|
|
46230
47003
|
|
|
46231
47004
|
.k-task-milestone {
|
|
@@ -46346,7 +47119,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
46346
47119
|
}
|
|
46347
47120
|
|
|
46348
47121
|
.k-task-template {
|
|
46349
|
-
padding: 4px
|
|
47122
|
+
padding-block: 4px;
|
|
47123
|
+
padding-inline: 8px;
|
|
46350
47124
|
line-height: normal;
|
|
46351
47125
|
flex: 1;
|
|
46352
47126
|
overflow: hidden;
|
|
@@ -46379,11 +47153,13 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
46379
47153
|
}
|
|
46380
47154
|
|
|
46381
47155
|
.k-resources-wrap .k-resource {
|
|
46382
|
-
margin: 0
|
|
47156
|
+
margin-block: 0;
|
|
47157
|
+
margin-inline: 5px;
|
|
46383
47158
|
}
|
|
46384
47159
|
|
|
46385
47160
|
.k-task-details {
|
|
46386
|
-
padding: 4px
|
|
47161
|
+
padding-block: 4px;
|
|
47162
|
+
padding-inline: 8px;
|
|
46387
47163
|
white-space: nowrap;
|
|
46388
47164
|
}
|
|
46389
47165
|
|
|
@@ -46564,12 +47340,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
46564
47340
|
|
|
46565
47341
|
.k-rtl .k-task-wrap:not(.k-milestone-wrap),
|
|
46566
47342
|
[dir="rtl"] .k-task-wrap:not(.k-milestone-wrap) {
|
|
46567
|
-
margin: 0
|
|
46568
|
-
|
|
46569
|
-
|
|
46570
|
-
.k-rtl .k-gantt-timeline .k-gantt-tasks tbody,
|
|
46571
|
-
[dir="rtl"] .k-gantt-timeline .k-gantt-tasks tbody {
|
|
46572
|
-
text-align: left;
|
|
47343
|
+
margin-block: 0;
|
|
47344
|
+
margin-inline: -26px;
|
|
46573
47345
|
}
|
|
46574
47346
|
|
|
46575
47347
|
.k-rtl .k-gantt-timeline .k-header,
|
|
@@ -46596,7 +47368,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
46596
47368
|
|
|
46597
47369
|
.k-rtl .k-task-content,
|
|
46598
47370
|
[dir="rtl"] .k-task-content {
|
|
46599
|
-
text-align:
|
|
47371
|
+
text-align: end;
|
|
46600
47372
|
}
|
|
46601
47373
|
|
|
46602
47374
|
.k-rtl .k-task-complete,
|
|
@@ -46891,7 +47663,8 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
46891
47663
|
|
|
46892
47664
|
.k-scheduler-table td,
|
|
46893
47665
|
.k-scheduler-table th {
|
|
46894
|
-
padding: 8px
|
|
47666
|
+
padding-block: 8px;
|
|
47667
|
+
padding-inline: 8px;
|
|
46895
47668
|
height: 1.4285714286em;
|
|
46896
47669
|
overflow: hidden;
|
|
46897
47670
|
white-space: nowrap;
|
|
@@ -46985,7 +47758,8 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
46985
47758
|
.k-scheduler-layout-flex .k-scheduler-cell {
|
|
46986
47759
|
display: flex;
|
|
46987
47760
|
flex: 1 1 100%;
|
|
46988
|
-
padding: 8px
|
|
47761
|
+
padding-block: 8px;
|
|
47762
|
+
padding-inline: 8px;
|
|
46989
47763
|
min-height: 1.5em;
|
|
46990
47764
|
overflow: hidden;
|
|
46991
47765
|
white-space: nowrap;
|
|
@@ -47171,7 +47945,7 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
|
|
|
47171
47945
|
|
|
47172
47946
|
.k-scheduler-times th {
|
|
47173
47947
|
border-width: 0 1px 1px 0;
|
|
47174
|
-
text-align:
|
|
47948
|
+
text-align: end;
|
|
47175
47949
|
}
|
|
47176
47950
|
|
|
47177
47951
|
.k-scheduler-times .k-slot-cell,
|
|
@@ -47215,7 +47989,7 @@ kendo-scheduler .k-event,
|
|
|
47215
47989
|
border-width: 0;
|
|
47216
47990
|
border-style: solid;
|
|
47217
47991
|
border-radius: 4px;
|
|
47218
|
-
text-align:
|
|
47992
|
+
text-align: start;
|
|
47219
47993
|
outline: 0;
|
|
47220
47994
|
cursor: default;
|
|
47221
47995
|
position: absolute;
|
|
@@ -47232,7 +48006,8 @@ kendo-scheduler .k-event > div,
|
|
|
47232
48006
|
kendo-scheduler .k-event .k-event-template,
|
|
47233
48007
|
.k-event .k-event-template {
|
|
47234
48008
|
line-height: 17px;
|
|
47235
|
-
padding: 4px
|
|
48009
|
+
padding-block: 4px;
|
|
48010
|
+
padding-inline: 8px;
|
|
47236
48011
|
}
|
|
47237
48012
|
|
|
47238
48013
|
kendo-scheduler .k-event .k-event-time,
|
|
@@ -47266,7 +48041,9 @@ kendo-scheduler .k-event .k-event-actions:hover .k-event-delete, kendo-scheduler
|
|
|
47266
48041
|
}
|
|
47267
48042
|
|
|
47268
48043
|
kendo-scheduler .k-event .k-event-actions .k-icon,
|
|
47269
|
-
.k-event .k-event-actions .k-icon
|
|
48044
|
+
kendo-scheduler .k-event .k-event-actions .k-svg-icon,
|
|
48045
|
+
.k-event .k-event-actions .k-icon,
|
|
48046
|
+
.k-event .k-event-actions .k-svg-icon {
|
|
47270
48047
|
line-height: normal;
|
|
47271
48048
|
font-size: inherit;
|
|
47272
48049
|
}
|
|
@@ -47389,7 +48166,8 @@ kendo-scheduler .k-event .k-event-bottom-actions,
|
|
|
47389
48166
|
justify-content: center;
|
|
47390
48167
|
}
|
|
47391
48168
|
|
|
47392
|
-
.k-more-events > .k-icon
|
|
48169
|
+
.k-more-events > .k-icon,
|
|
48170
|
+
.k-more-events > .k-svg-icon {
|
|
47393
48171
|
position: absolute;
|
|
47394
48172
|
top: 50%;
|
|
47395
48173
|
left: 50%;
|
|
@@ -47506,7 +48284,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47506
48284
|
|
|
47507
48285
|
.k-scheduler-monthview .k-scheduler-table td {
|
|
47508
48286
|
height: 80px;
|
|
47509
|
-
text-align:
|
|
48287
|
+
text-align: end;
|
|
47510
48288
|
}
|
|
47511
48289
|
|
|
47512
48290
|
.k-scheduler-monthview .k-scheduler-body .k-scheduler-cell {
|
|
@@ -47612,7 +48390,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47612
48390
|
}
|
|
47613
48391
|
|
|
47614
48392
|
.k-scheduler-yearview .k-scheduler-body {
|
|
47615
|
-
padding: 12px
|
|
48393
|
+
padding-block: 12px;
|
|
48394
|
+
padding-inline: 12px;
|
|
47616
48395
|
justify-content: center;
|
|
47617
48396
|
}
|
|
47618
48397
|
|
|
@@ -47649,7 +48428,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47649
48428
|
}
|
|
47650
48429
|
|
|
47651
48430
|
.k-scheduler-tooltip {
|
|
47652
|
-
padding: 8px
|
|
48431
|
+
padding-block: 8px;
|
|
48432
|
+
padding-inline: 8px;
|
|
47653
48433
|
border-width: 0;
|
|
47654
48434
|
color: inherit;
|
|
47655
48435
|
}
|
|
@@ -47679,7 +48459,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47679
48459
|
}
|
|
47680
48460
|
|
|
47681
48461
|
.k-scheduler-tooltip .k-tooltip-event {
|
|
47682
|
-
padding: 4px
|
|
48462
|
+
padding-block: 4px;
|
|
48463
|
+
padding-inline: 8px;
|
|
47683
48464
|
border-radius: 4px;
|
|
47684
48465
|
box-sizing: border-box;
|
|
47685
48466
|
display: flex;
|
|
@@ -47768,7 +48549,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
47768
48549
|
}
|
|
47769
48550
|
|
|
47770
48551
|
.k-rtl .k-event {
|
|
47771
|
-
text-align: right;
|
|
47772
48552
|
padding-right: 0;
|
|
47773
48553
|
padding-left: 8px;
|
|
47774
48554
|
}
|
|
@@ -48025,7 +48805,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48025
48805
|
}
|
|
48026
48806
|
|
|
48027
48807
|
.k-chat .k-message-list-content {
|
|
48028
|
-
padding: 16px
|
|
48808
|
+
padding-block: 16px;
|
|
48809
|
+
padding-inline: 16px;
|
|
48029
48810
|
width: 100%;
|
|
48030
48811
|
box-sizing: border-box;
|
|
48031
48812
|
position: relative;
|
|
@@ -48052,7 +48833,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48052
48833
|
|
|
48053
48834
|
.k-chat .k-message-group:not(.k-alt) {
|
|
48054
48835
|
align-items: flex-start;
|
|
48055
|
-
text-align:
|
|
48836
|
+
text-align: start;
|
|
48056
48837
|
}
|
|
48057
48838
|
|
|
48058
48839
|
.k-chat .k-message-group:not(.k-alt) .k-message-time {
|
|
@@ -48078,7 +48859,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48078
48859
|
.k-chat .k-message-group.k-alt {
|
|
48079
48860
|
align-self: flex-end;
|
|
48080
48861
|
align-items: flex-end;
|
|
48081
|
-
text-align:
|
|
48862
|
+
text-align: end;
|
|
48082
48863
|
}
|
|
48083
48864
|
|
|
48084
48865
|
.k-chat .k-message-group.k-alt .k-message-time {
|
|
@@ -48135,7 +48916,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48135
48916
|
|
|
48136
48917
|
.k-chat .k-bubble {
|
|
48137
48918
|
border-radius: 12px;
|
|
48138
|
-
padding: 8px
|
|
48919
|
+
padding-block: 8px;
|
|
48920
|
+
padding-inline: 12px;
|
|
48139
48921
|
border-width: 1px;
|
|
48140
48922
|
border-style: solid;
|
|
48141
48923
|
line-height: 18px;
|
|
@@ -48225,7 +49007,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48225
49007
|
border-radius: 100px;
|
|
48226
49008
|
margin-right: 8px;
|
|
48227
49009
|
margin-bottom: 4px;
|
|
48228
|
-
padding: 8px
|
|
49010
|
+
padding-block: 8px;
|
|
49011
|
+
padding-inline: 12px;
|
|
48229
49012
|
border-width: 1px;
|
|
48230
49013
|
border-style: solid;
|
|
48231
49014
|
line-height: 18px;
|
|
@@ -48388,7 +49171,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48388
49171
|
|
|
48389
49172
|
.k-chat-toolbar,
|
|
48390
49173
|
.k-chat .k-toolbar-box {
|
|
48391
|
-
padding: 8px
|
|
49174
|
+
padding-block: 8px;
|
|
49175
|
+
padding-inline: 8px;
|
|
48392
49176
|
width: 100%;
|
|
48393
49177
|
border-width: 1px 0 0;
|
|
48394
49178
|
box-sizing: border-box;
|
|
@@ -48441,11 +49225,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48441
49225
|
right: 0;
|
|
48442
49226
|
}
|
|
48443
49227
|
|
|
48444
|
-
.k-rtl .k-message-group:not(.k-alt),
|
|
48445
|
-
[dir="rtl"] .k-message-group:not(.k-alt) {
|
|
48446
|
-
text-align: right;
|
|
48447
|
-
}
|
|
48448
|
-
|
|
48449
49228
|
.k-rtl .k-message-group:not(.k-alt) .k-message-time,
|
|
48450
49229
|
[dir="rtl"] .k-message-group:not(.k-alt) .k-message-time {
|
|
48451
49230
|
margin-left: 0;
|
|
@@ -48460,11 +49239,6 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48460
49239
|
right: 0;
|
|
48461
49240
|
}
|
|
48462
49241
|
|
|
48463
|
-
.k-rtl .k-message-group.k-alt,
|
|
48464
|
-
[dir="rtl"] .k-message-group.k-alt {
|
|
48465
|
-
text-align: left;
|
|
48466
|
-
}
|
|
48467
|
-
|
|
48468
49242
|
.k-rtl .k-message-group.k-alt .k-message-time,
|
|
48469
49243
|
[dir="rtl"] .k-message-group.k-alt .k-message-time {
|
|
48470
49244
|
margin-right: 0;
|
|
@@ -48616,7 +49390,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48616
49390
|
}
|
|
48617
49391
|
|
|
48618
49392
|
.k-mediaplayer-titlebar {
|
|
48619
|
-
padding: 8px
|
|
49393
|
+
padding-block: 8px;
|
|
49394
|
+
padding-inline: 8px;
|
|
48620
49395
|
position: absolute;
|
|
48621
49396
|
z-index: 2;
|
|
48622
49397
|
top: 0;
|
|
@@ -48725,7 +49500,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48725
49500
|
.k-timeline .k-timeline-flag {
|
|
48726
49501
|
display: inline-block;
|
|
48727
49502
|
text-align: center;
|
|
48728
|
-
padding: 4px
|
|
49503
|
+
padding-block: 4px;
|
|
49504
|
+
padding-inline: 8px;
|
|
48729
49505
|
border-radius: 4px;
|
|
48730
49506
|
line-height: 1.4285714286;
|
|
48731
49507
|
min-width: 80px;
|
|
@@ -48792,8 +49568,10 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48792
49568
|
|
|
48793
49569
|
.k-timeline-vertical,
|
|
48794
49570
|
.k-timeline-horizontal {
|
|
48795
|
-
padding: 0
|
|
48796
|
-
|
|
49571
|
+
padding-block: 0;
|
|
49572
|
+
padding-inline: 40px;
|
|
49573
|
+
margin-block: 40px;
|
|
49574
|
+
margin-inline: 0;
|
|
48797
49575
|
width: 100%;
|
|
48798
49576
|
position: relative;
|
|
48799
49577
|
border: 0;
|
|
@@ -48841,13 +49619,14 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48841
49619
|
padding-right: 16px;
|
|
48842
49620
|
margin-top: 36px;
|
|
48843
49621
|
transform: translate(-100%, -50%);
|
|
48844
|
-
text-align:
|
|
49622
|
+
text-align: end;
|
|
48845
49623
|
}
|
|
48846
49624
|
|
|
48847
49625
|
.k-timeline-vertical .k-timeline-event {
|
|
48848
49626
|
display: flex;
|
|
48849
49627
|
align-items: flex-start;
|
|
48850
|
-
padding: 40px
|
|
49628
|
+
padding-block: 40px;
|
|
49629
|
+
padding-inline: 0;
|
|
48851
49630
|
}
|
|
48852
49631
|
|
|
48853
49632
|
.k-timeline-vertical .k-timeline-card {
|
|
@@ -48877,7 +49656,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48877
49656
|
}
|
|
48878
49657
|
|
|
48879
49658
|
.k-timeline-vertical .k-timeline-card .k-event-collapse {
|
|
48880
|
-
margin: -4px
|
|
49659
|
+
margin-block: -4px;
|
|
49660
|
+
margin-inline: 0;
|
|
48881
49661
|
transform: rotate(90deg);
|
|
48882
49662
|
transition: transform .2s ease-in-out;
|
|
48883
49663
|
}
|
|
@@ -48922,7 +49702,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
48922
49702
|
}
|
|
48923
49703
|
|
|
48924
49704
|
.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-date-wrap {
|
|
48925
|
-
text-align:
|
|
49705
|
+
text-align: start;
|
|
48926
49706
|
padding-right: 0;
|
|
48927
49707
|
padding-left: 16px;
|
|
48928
49708
|
}
|
|
@@ -49017,7 +49797,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
49017
49797
|
|
|
49018
49798
|
.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track {
|
|
49019
49799
|
overflow: hidden;
|
|
49020
|
-
margin: 0
|
|
49800
|
+
margin-block: 0;
|
|
49801
|
+
margin-inline: 30px;
|
|
49021
49802
|
position: relative;
|
|
49022
49803
|
z-index: 2;
|
|
49023
49804
|
}
|
|
@@ -49069,8 +49850,10 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
49069
49850
|
}
|
|
49070
49851
|
|
|
49071
49852
|
.k-timeline-mobile {
|
|
49072
|
-
padding: 0
|
|
49073
|
-
|
|
49853
|
+
padding-block: 0;
|
|
49854
|
+
padding-inline: 16px;
|
|
49855
|
+
margin-block: 16px;
|
|
49856
|
+
margin-inline: 0;
|
|
49074
49857
|
}
|
|
49075
49858
|
|
|
49076
49859
|
.k-timeline-mobile .k-timeline-flag {
|
|
@@ -49219,7 +50002,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
49219
50002
|
|
|
49220
50003
|
.k-pdf-viewer .k-page {
|
|
49221
50004
|
position: relative;
|
|
49222
|
-
margin: 30px
|
|
50005
|
+
margin-block: 30px;
|
|
50006
|
+
margin-inline: auto;
|
|
49223
50007
|
}
|
|
49224
50008
|
|
|
49225
50009
|
.k-pdf-viewer .k-page canvas {
|
|
@@ -49271,12 +50055,18 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
49271
50055
|
font-size: 48px;
|
|
49272
50056
|
}
|
|
49273
50057
|
|
|
50058
|
+
.k-pdf-viewer .k-blank-page > .k-svg-icon {
|
|
50059
|
+
width: 48px;
|
|
50060
|
+
height: 48px;
|
|
50061
|
+
}
|
|
50062
|
+
|
|
49274
50063
|
.k-pdf-viewer-search-dialog {
|
|
49275
50064
|
padding: 0 !important;
|
|
49276
50065
|
}
|
|
49277
50066
|
|
|
49278
50067
|
.k-search-panel, .k-search-container {
|
|
49279
|
-
padding: 16px
|
|
50068
|
+
padding-block: 16px;
|
|
50069
|
+
padding-inline: 8px;
|
|
49280
50070
|
display: flex;
|
|
49281
50071
|
gap: 8px;
|
|
49282
50072
|
flex-flow: row nowrap;
|
|
@@ -49330,7 +50120,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
49330
50120
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
|
|
49331
50121
|
}
|
|
49332
50122
|
|
|
49333
|
-
.k-pdf-viewer .k-blank-page > .k-icon
|
|
50123
|
+
.k-pdf-viewer .k-blank-page > .k-icon,
|
|
50124
|
+
.k-pdf-viewer .k-blank-page > .k-svg-icon {
|
|
49334
50125
|
color: #7e7e7e;
|
|
49335
50126
|
}
|
|
49336
50127
|
|
|
@@ -49382,7 +50173,7 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
49382
50173
|
.km-scroller-pull .km-template {
|
|
49383
50174
|
display: inline-block;
|
|
49384
50175
|
min-width: 200px;
|
|
49385
|
-
text-align:
|
|
50176
|
+
text-align: start;
|
|
49386
50177
|
}
|
|
49387
50178
|
|
|
49388
50179
|
.km-load-more .km-icon,
|
|
@@ -49601,7 +50392,9 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
49601
50392
|
}
|
|
49602
50393
|
|
|
49603
50394
|
.k-scrollview-next .k-icon,
|
|
49604
|
-
.k-scrollview-
|
|
50395
|
+
.k-scrollview-next .k-svg-icon,
|
|
50396
|
+
.k-scrollview-prev .k-icon,
|
|
50397
|
+
.k-scrollview-prev .k-svg-icon {
|
|
49605
50398
|
display: table-cell;
|
|
49606
50399
|
overflow: visible;
|
|
49607
50400
|
margin: 0;
|
|
@@ -49611,6 +50404,13 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
49611
50404
|
font-weight: normal;
|
|
49612
50405
|
}
|
|
49613
50406
|
|
|
50407
|
+
.k-scrollview-next .k-svg-icon,
|
|
50408
|
+
.k-scrollview-prev .k-svg-icon {
|
|
50409
|
+
font-size: inherit;
|
|
50410
|
+
width: 4.5em;
|
|
50411
|
+
height: 4.5em;
|
|
50412
|
+
}
|
|
50413
|
+
|
|
49614
50414
|
.k-scrollview-prev {
|
|
49615
50415
|
left: 0;
|
|
49616
50416
|
}
|
|
@@ -49820,7 +50620,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
49820
50620
|
border-radius: 4px;
|
|
49821
50621
|
font-size: 13.006px;
|
|
49822
50622
|
line-height: 1.4285714286;
|
|
49823
|
-
padding: 4px
|
|
50623
|
+
padding-block: 4px;
|
|
50624
|
+
padding-inline: 8px;
|
|
49824
50625
|
}
|
|
49825
50626
|
|
|
49826
50627
|
.k-chart-tooltip th {
|
|
@@ -49831,8 +50632,9 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
49831
50632
|
|
|
49832
50633
|
.k-chart-tooltip td {
|
|
49833
50634
|
width: auto;
|
|
49834
|
-
text-align:
|
|
49835
|
-
padding: 2px
|
|
50635
|
+
text-align: start;
|
|
50636
|
+
padding-block: 2px;
|
|
50637
|
+
padding-inline: 4px;
|
|
49836
50638
|
line-height: 1.4285714286;
|
|
49837
50639
|
vertical-align: middle;
|
|
49838
50640
|
}
|
|
@@ -50023,7 +50825,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
50023
50825
|
}
|
|
50024
50826
|
|
|
50025
50827
|
.k-treemap .k-treemap-title {
|
|
50026
|
-
padding: 2px
|
|
50828
|
+
padding-block: 2px;
|
|
50829
|
+
padding-inline: 4px;
|
|
50027
50830
|
border-width: 0 0 1px;
|
|
50028
50831
|
border-style: solid;
|
|
50029
50832
|
border-color: inherit;
|
|
@@ -50033,7 +50836,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
50033
50836
|
}
|
|
50034
50837
|
|
|
50035
50838
|
.k-treemap .k-treemap-title-vertical {
|
|
50036
|
-
padding: 4px
|
|
50839
|
+
padding-block: 4px;
|
|
50840
|
+
padding-inline: 2px;
|
|
50037
50841
|
width: 1.4285714286em;
|
|
50038
50842
|
white-space: nowrap;
|
|
50039
50843
|
overflow: hidden;
|
|
@@ -50075,7 +50879,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
50075
50879
|
}
|
|
50076
50880
|
|
|
50077
50881
|
.k-gauge {
|
|
50078
|
-
text-align:
|
|
50882
|
+
text-align: start;
|
|
50079
50883
|
position: relative;
|
|
50080
50884
|
}
|
|
50081
50885
|
|
|
@@ -50488,7 +51292,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
50488
51292
|
}
|
|
50489
51293
|
|
|
50490
51294
|
.k-map .k-attribution {
|
|
50491
|
-
padding: 2px
|
|
51295
|
+
padding-block: 2px;
|
|
51296
|
+
padding-inline: 4px;
|
|
50492
51297
|
border-width: 0;
|
|
50493
51298
|
font-size: 10.5px;
|
|
50494
51299
|
z-index: 1000;
|
|
@@ -50524,7 +51329,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
50524
51329
|
position: absolute;
|
|
50525
51330
|
}
|
|
50526
51331
|
|
|
50527
|
-
.k-navigator .k-button .k-icon
|
|
51332
|
+
.k-navigator .k-button .k-icon,
|
|
51333
|
+
.k-navigator .k-button .k-svg-icon {
|
|
50528
51334
|
min-width: 0;
|
|
50529
51335
|
min-height: 0;
|
|
50530
51336
|
}
|
|
@@ -50591,7 +51397,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
50591
51397
|
|
|
50592
51398
|
.k-orgchart {
|
|
50593
51399
|
width: 100%;
|
|
50594
|
-
padding: 24px
|
|
51400
|
+
padding-block: 24px;
|
|
51401
|
+
padding-inline: 24px;
|
|
50595
51402
|
box-sizing: border-box;
|
|
50596
51403
|
font-size: 14px;
|
|
50597
51404
|
font-family: inherit;
|
|
@@ -50606,7 +51413,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
50606
51413
|
}
|
|
50607
51414
|
|
|
50608
51415
|
.k-orgchart-container {
|
|
50609
|
-
margin: 0
|
|
51416
|
+
margin-block: 0;
|
|
51417
|
+
margin-inline: auto;
|
|
50610
51418
|
width: 100%;
|
|
50611
51419
|
height: 100%;
|
|
50612
51420
|
position: relative;
|
|
@@ -50626,7 +51434,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
50626
51434
|
|
|
50627
51435
|
.k-orgchart-node-group-container {
|
|
50628
51436
|
border-radius: 4px;
|
|
50629
|
-
padding: 24px
|
|
51437
|
+
padding-block: 24px;
|
|
51438
|
+
padding-inline: 24px;
|
|
50630
51439
|
border-width: 1px;
|
|
50631
51440
|
border-style: solid;
|
|
50632
51441
|
outline: 0;
|
|
@@ -50677,7 +51486,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
|
|
|
50677
51486
|
}
|
|
50678
51487
|
|
|
50679
51488
|
.k-orgchart-line-v {
|
|
50680
|
-
margin: 0
|
|
51489
|
+
margin-block: 0;
|
|
51490
|
+
margin-inline: auto;
|
|
50681
51491
|
width: 1px;
|
|
50682
51492
|
height: 25px;
|
|
50683
51493
|
}
|