@progress/kendo-theme-classic 5.0.0-beta.0 → 5.0.0-beta.4
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/README.md +10 -17
- package/dist/all.css +4121 -3888
- package/dist/all.scss +5857 -5206
- package/package.json +3 -3
- package/scss/appbar/_variables.scss +1 -1
- package/scss/autocomplete/_variables.scss +0 -19
- package/scss/button/_variables.scss +60 -32
- package/scss/card/_variables.scss +4 -4
- package/scss/chat/_variables.scss +0 -7
- package/scss/checkbox/_index.scss +2 -1
- package/scss/checkbox/_variables.scss +65 -74
- package/scss/chip/_index.scss +1 -0
- package/scss/chip/_variables.scss +12 -12
- package/scss/color-preview/_variables.scss +1 -0
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorpicker/_index.scss +1 -2
- package/scss/colorpicker/_variables.scss +1 -20
- package/scss/combobox/_variables.scss +1 -31
- package/scss/dateinput/_index.scss +0 -4
- package/scss/dateinput/_variables.scss +1 -1
- package/scss/datepicker/_index.scss +1 -3
- package/scss/datetimepicker/_index.scss +5 -3
- package/scss/datetimepicker/_variables.scss +2 -1
- package/scss/fab/_variables.scss +129 -72
- package/scss/fab/index.md +0 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +1 -1
- package/scss/grid/_variables.scss +7 -7
- package/scss/imageeditor/_variables.scss +1 -0
- package/scss/index.scss +2 -1
- package/scss/input/_index.scss +1 -1
- package/scss/input/_variables.scss +16 -26
- package/scss/list/_index.scss +1 -0
- package/scss/list/_variables.scss +212 -45
- package/scss/listbox/_index.scss +1 -0
- package/scss/listbox/_variables.scss +1 -1
- package/scss/menu/_index.scss +1 -0
- package/scss/menu/_variables.scss +61 -51
- package/scss/multiselect/_index.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +1 -1
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/popup/_index.scss +0 -1
- package/scss/popup/_variables.scss +2 -2
- package/scss/radio/_index.scss +1 -1
- package/scss/radio/_variables.scss +71 -90
- package/scss/scheduler/_index.scss +1 -1
- package/scss/spreadsheet/_index.scss +1 -1
- package/scss/table/_variables.scss +101 -32
- package/scss/taskboard/_variables.scss +0 -2
- package/scss/timepicker/_index.scss +3 -3
- package/scss/timepicker/_variables.scss +1 -1
- package/scss/{datetime → timeselector}/_index.scss +2 -5
- package/scss/timeselector/_layout.scss +1 -0
- package/scss/timeselector/_theme.scss +1 -0
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/toolbar/_variables.scss +2 -0
- package/scss/treeview/_variables.scss +125 -46
- package/scss/typography/_variables.scss +3 -3
- package/scss/utils/_border.scss +1 -2
- package/scss/virtual-scroller/_index.scss +10 -0
- package/scss/virtual-scroller/_layout.scss +1 -0
- package/scss/virtual-scroller/_theme.scss +1 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/scss/datetime/_layout.scss +0 -1
- package/scss/datetime/_theme.scss +0 -1
- package/scss/datetime/_variables.scss +0 -53
|
@@ -1,31 +1 @@
|
|
|
1
|
-
//
|
|
2
|
-
$combobox-select-padding-x: $kendo-button-padding-y !default;
|
|
3
|
-
$combobox-select-padding-y: $kendo-button-padding-y !default;
|
|
4
|
-
|
|
5
|
-
$combobox-bg: $kendo-input-bg !default;
|
|
6
|
-
$combobox-text: $kendo-input-text !default;
|
|
7
|
-
$combobox-border: $kendo-input-border !default;
|
|
8
|
-
|
|
9
|
-
$combobox-hovered-bg: $kendo-input-hover-bg !default;
|
|
10
|
-
$combobox-hovered-text: $kendo-input-hover-text !default;
|
|
11
|
-
$combobox-hovered-border: $kendo-input-hover-border !default;
|
|
12
|
-
|
|
13
|
-
$combobox-focused-bg: $kendo-input-focus-bg !default;
|
|
14
|
-
$combobox-focused-text: $kendo-input-focus-text !default;
|
|
15
|
-
$combobox-focused-border: $kendo-input-focus-border !default;
|
|
16
|
-
$combobox-focused-shadow: $kendo-input-focus-shadow !default;
|
|
17
|
-
|
|
18
|
-
$combobox-select-bg: $kendo-button-bg !default;
|
|
19
|
-
$combobox-select-text: $kendo-button-text !default;
|
|
20
|
-
$combobox-select-border: $kendo-button-border !default;
|
|
21
|
-
$combobox-select-gradient: $kendo-button-gradient !default;
|
|
22
|
-
|
|
23
|
-
$combobox-select-hovered-bg: $kendo-button-hover-bg !default;
|
|
24
|
-
$combobox-select-hovered-text: $kendo-button-hover-text !default;
|
|
25
|
-
$combobox-select-hovered-border: $kendo-button-hover-border !default;
|
|
26
|
-
$combobox-select-hovered-gradient: $kendo-button-hover-gradient !default;
|
|
27
|
-
|
|
28
|
-
$combobox-select-pressed-bg: $kendo-button-active-bg !default;
|
|
29
|
-
$combobox-select-pressed-text: $kendo-button-active-text !default;
|
|
30
|
-
$combobox-select-pressed-border: $kendo-button-active-border !default;
|
|
31
|
-
$combobox-select-pressed-gradient: $kendo-button-active-gradient !default;
|
|
1
|
+
// Combobox
|
|
@@ -1 +1 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Date input
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
|
-
@import "../common/_index.scss";
|
|
6
5
|
@import "../input/_index.scss";
|
|
7
|
-
@import "../floating-label/_index.scss";
|
|
8
6
|
@import "../popup/_index.scss";
|
|
9
|
-
@import "../
|
|
7
|
+
@import "../calendar/_index.scss";
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
// Component
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
|
-
@import "../common/_index.scss";
|
|
6
5
|
@import "../input/_index.scss";
|
|
7
|
-
@import "../
|
|
6
|
+
@import "../button/_index.scss";
|
|
8
7
|
@import "../popup/_index.scss";
|
|
9
|
-
@import "../
|
|
8
|
+
@import "../list/_index.scss";
|
|
9
|
+
@import "../calendar/_index.scss";
|
|
10
|
+
@import "../timeselector/_index.scss";
|
|
11
|
+
@import "../action-buttons/_index.scss";
|
|
10
12
|
|
|
11
13
|
|
|
12
14
|
// Component
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
//
|
|
1
|
+
// DateTime
|
|
2
|
+
$datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -1,74 +1,131 @@
|
|
|
1
1
|
// Floating Action Button
|
|
2
|
-
$fab-padding-x: map-get( $spacing, 4 ) !default;
|
|
3
|
-
$fab-padding-y: $fab-padding-x !default;
|
|
4
|
-
$fab-border-width: 1px !default;
|
|
5
|
-
$fab-border-radius: $border-radius !default;
|
|
6
|
-
$fab-font-family: $font-family !default;
|
|
7
|
-
$fab-font-size: $font-size !default;
|
|
8
|
-
$fab-line-height: $line-height !default;
|
|
9
2
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
$fab-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
$fab-
|
|
30
|
-
$fab-
|
|
31
|
-
$fab-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
$fab-
|
|
37
|
-
$fab-
|
|
38
|
-
$fab-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
$fab-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
$fab-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
$fab-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
$fab-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
$fab-item-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
$
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
$fab-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
$fab-
|
|
73
|
-
|
|
74
|
-
|
|
3
|
+
/// Width of the border around the FAB.
|
|
4
|
+
/// @group floating-action-button
|
|
5
|
+
$kendo-fab-border-width: 1px !default;
|
|
6
|
+
/// Border radius of the FAB.
|
|
7
|
+
/// @group floating-action-button
|
|
8
|
+
$kendo-fab-border-radius: $border-radius !default;
|
|
9
|
+
|
|
10
|
+
/// Font family of the FAB.
|
|
11
|
+
/// @group floating-action-button
|
|
12
|
+
$kendo-fab-font-family: $font-family !default;
|
|
13
|
+
/// Font size of the FAB.
|
|
14
|
+
/// @group floating-action-button
|
|
15
|
+
$kendo-fab-font-size: $font-size !default;
|
|
16
|
+
/// Line height of the FAB.
|
|
17
|
+
/// @group floating-action-button
|
|
18
|
+
$kendo-fab-line-height: $line-height !default;
|
|
19
|
+
|
|
20
|
+
/// Horizontal padding of the FAB.
|
|
21
|
+
/// @group floating-action-button
|
|
22
|
+
$kendo-fab-padding-x: map-get( $spacing, 4 ) !default;
|
|
23
|
+
$kendo-fab-padding-x-sm: ( $kendo-fab-padding-x / 2 ) !default;
|
|
24
|
+
$kendo-fab-padding-x-md: $kendo-fab-padding-x !default;
|
|
25
|
+
$kendo-fab-padding-x-lg: ( $kendo-fab-padding-x * 1.5 ) !default;
|
|
26
|
+
|
|
27
|
+
/// Vertical padding of the FAB.
|
|
28
|
+
/// @group floating-action-button
|
|
29
|
+
$kendo-fab-padding-y: $kendo-fab-padding-x !default;
|
|
30
|
+
$kendo-fab-padding-y-sm: ( $kendo-fab-padding-y / 2 ) !default;
|
|
31
|
+
$kendo-fab-padding-y-md: $kendo-fab-padding-y !default;
|
|
32
|
+
$kendo-fab-padding-y-lg: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
33
|
+
|
|
34
|
+
/// FAB icon width.
|
|
35
|
+
/// @group floating-action-button
|
|
36
|
+
$kendo-fab-icon-width: 20px !default;
|
|
37
|
+
/// FAB icon height.
|
|
38
|
+
/// @group floating-action-button
|
|
39
|
+
$kendo-fab-icon-height: $kendo-fab-icon-width !default;
|
|
40
|
+
/// FAB icon spacing.
|
|
41
|
+
/// @group floating-action-button
|
|
42
|
+
$kendo-fab-icon-spacing: map-get( $spacing, 1 ) / 2 !default;
|
|
43
|
+
|
|
44
|
+
/// FAB items horizontal padding.
|
|
45
|
+
/// @group floating-action-button
|
|
46
|
+
$kendo-fab-items-padding-x: 0px !default;
|
|
47
|
+
/// FAB items vertical padding.
|
|
48
|
+
/// @group floating-action-button
|
|
49
|
+
$kendo-fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
50
|
+
|
|
51
|
+
/// FAB item text horizontal padding.
|
|
52
|
+
/// @group floating-action-button
|
|
53
|
+
$kendo-fab-item-text-padding-x: map-get( $spacing, 1 ) !default;
|
|
54
|
+
/// FAB item text vertical padding.
|
|
55
|
+
/// @group floating-action-button
|
|
56
|
+
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
|
|
57
|
+
/// Width of the FAB item text border.
|
|
58
|
+
/// @group floating-action-button
|
|
59
|
+
$kendo-fab-item-text-border-width: 1px !default;
|
|
60
|
+
/// Border radius of the FAB item text.
|
|
61
|
+
/// @group floating-action-button
|
|
62
|
+
$kendo-fab-item-text-border-radius: 2px !default;
|
|
63
|
+
/// Font size of the FAB item text.
|
|
64
|
+
/// @group floating-action-button
|
|
65
|
+
$kendo-fab-item-text-font-size: $font-size-xs !default;
|
|
66
|
+
/// Line height of the FAB item text.
|
|
67
|
+
/// @group floating-action-button
|
|
68
|
+
$kendo-fab-item-text-line-height: 1.2 !default;
|
|
69
|
+
|
|
70
|
+
/// FAB item icon horizontal padding.
|
|
71
|
+
/// @group floating-action-button
|
|
72
|
+
$kendo-fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
73
|
+
/// FAB item icon vertical padding.
|
|
74
|
+
/// @group floating-action-button
|
|
75
|
+
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
76
|
+
/// Width of the FAB item icon border.
|
|
77
|
+
/// @group floating-action-button
|
|
78
|
+
$kendo-fab-item-icon-border-width: 0 !default;
|
|
79
|
+
/// Border radius of the FAB item icon.
|
|
80
|
+
/// @group floating-action-button
|
|
81
|
+
$kendo-fab-item-icon-border-radius: 50% !default;
|
|
82
|
+
/// Width of the FAB item icon.
|
|
83
|
+
/// @group floating-action-button
|
|
84
|
+
$kendo-fab-item-icon-width: 20px !default;
|
|
85
|
+
/// Height of the FAB item icon.
|
|
86
|
+
/// @group floating-action-button
|
|
87
|
+
$kendo-fab-item-icon-height: $kendo-fab-item-icon-width !default;
|
|
88
|
+
|
|
89
|
+
/// Theme colors map for the FAB.
|
|
90
|
+
/// @group floating-action-button
|
|
91
|
+
$kendo-fab-theme-colors: $theme-colors !default;
|
|
92
|
+
|
|
93
|
+
/// The base shadow of the FAB.
|
|
94
|
+
/// @group floating-action-button
|
|
95
|
+
$kendo-fab-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2) !default;
|
|
96
|
+
/// The disabled shadow of the FAB.
|
|
97
|
+
/// @group floating-action-button
|
|
98
|
+
$kendo-fab-disabled-shadow: 0 6px 10px try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px try-tint( rgba(0, 0, 0, .2), .5 ) !default;
|
|
99
|
+
/// The active shadow of the FAB.
|
|
100
|
+
/// @group floating-action-button
|
|
101
|
+
$kendo-fab-active-shadow: null !default;
|
|
102
|
+
|
|
103
|
+
/// The base text color of the FAB item.
|
|
104
|
+
/// @group floating-action-button
|
|
105
|
+
$kendo-fab-item-text: $component-text !default;
|
|
106
|
+
/// The base background color of the FAB item.
|
|
107
|
+
/// @group floating-action-button
|
|
108
|
+
$kendo-fab-item-bg: $component-bg !default;
|
|
109
|
+
/// The base border color of the FAB item.
|
|
110
|
+
/// @group floating-action-button
|
|
111
|
+
$kendo-fab-item-border: $component-border !default;
|
|
112
|
+
|
|
113
|
+
/// The base text color of the FAB item icon.
|
|
114
|
+
/// @group floating-action-button
|
|
115
|
+
$kendo-fab-item-icon-text: $kendo-button-text !default;
|
|
116
|
+
/// The base background color of the FAB item icon.
|
|
117
|
+
/// @group floating-action-button
|
|
118
|
+
$kendo-fab-item-icon-bg: $kendo-button-bg !default;
|
|
119
|
+
/// The base border color of the FAB item icon.
|
|
120
|
+
/// @group floating-action-button
|
|
121
|
+
$kendo-fab-item-icon-border: $kendo-button-border !default;
|
|
122
|
+
|
|
123
|
+
/// The base shadow of the FAB item.
|
|
124
|
+
/// @group floating-action-button
|
|
125
|
+
$kendo-fab-item-shadow: $kendo-fab-shadow !default;
|
|
126
|
+
/// The disabled shadow of the FAB item.
|
|
127
|
+
/// @group floating-action-button
|
|
128
|
+
$kendo-fab-item-disabled-shadow: $kendo-fab-disabled-shadow !default;
|
|
129
|
+
/// The active shadow of the FAB item.
|
|
130
|
+
/// @group floating-action-button
|
|
131
|
+
$kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
File without changes
|
package/scss/filter/_index.scss
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@import "../button/_index.scss";
|
|
7
7
|
@import "../input/_index.scss";
|
|
8
8
|
@import "../checkbox/_index.scss";
|
|
9
|
-
@import "../
|
|
9
|
+
@import "../datetimepicker/_index.scss";
|
|
10
10
|
@import "../dropdownlist/_index.scss";
|
|
11
11
|
@import "../numerictextbox/_index.scss";
|
|
12
12
|
@import "../toolbar/_index.scss";
|
package/scss/gantt/_index.scss
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@import "../button/_index.scss";
|
|
7
7
|
@import "../input/_index.scss";
|
|
8
8
|
@import "../validator/_index.scss";
|
|
9
|
-
@import "../
|
|
9
|
+
@import "../datetimepicker/_index.scss";
|
|
10
10
|
@import "../numerictextbox/_index.scss";
|
|
11
11
|
@import "../window/_index.scss";
|
|
12
12
|
@import "../splitter/_index.scss";
|
package/scss/grid/_index.scss
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
@import "../radio/_index.scss";
|
|
15
15
|
@import "../validator/_index.scss";
|
|
16
16
|
@import "../autocomplete/_index.scss";
|
|
17
|
-
@import "../
|
|
17
|
+
@import "../datetimepicker/_index.scss";
|
|
18
18
|
@import "../dropdownlist/_index.scss";
|
|
19
19
|
@import "../numerictextbox/_index.scss";
|
|
20
20
|
@import "../menu/_index.scss";
|
|
@@ -135,21 +135,21 @@ $grid-sticky-selected-alt-bg: $grid-selected-alt-bg !default;
|
|
|
135
135
|
$grid-sticky-hovered-bg: $grid-hovered-bg !default;
|
|
136
136
|
$grid-sticky-selected-hovered-bg: $grid-selected-hovered-bg !default;
|
|
137
137
|
|
|
138
|
-
$grid-
|
|
138
|
+
$grid-column-menu-width: 230px !default;
|
|
139
139
|
|
|
140
140
|
$grid-filter-menu-check-all-border-bottom-width: 1px !default;
|
|
141
141
|
|
|
142
142
|
$grid-filter-menu-item-spacing-x: map-get( $spacing, 2 ) !default;
|
|
143
143
|
$grid-filter-menu-item-spacing-y: $grid-filter-menu-item-spacing-x !default;
|
|
144
144
|
|
|
145
|
-
$grid-column-menu-popup-padding-x:
|
|
146
|
-
$grid-column-menu-popup-padding-y:
|
|
145
|
+
$grid-column-menu-popup-padding-x: null !default;
|
|
146
|
+
$grid-column-menu-popup-padding-y: null !default;
|
|
147
147
|
|
|
148
|
-
$grid-column-menu-item-padding-x: $padding-x !default;
|
|
149
|
-
$grid-column-menu-item-padding-y: $padding-y !default;
|
|
148
|
+
$grid-column-menu-item-padding-x: $kendo-menu-popup-item-padding-x !default;
|
|
149
|
+
$grid-column-menu-item-padding-y: $kendo-menu-popup-item-padding-y !default;
|
|
150
150
|
|
|
151
|
-
$grid-column-menu-list-item-padding-x: $padding-x !default;
|
|
152
|
-
$grid-column-menu-list-item-padding-y: $padding-y-
|
|
151
|
+
$grid-column-menu-list-item-padding-x: $kendo-list-item-padding-x-md !default;
|
|
152
|
+
$grid-column-menu-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
153
153
|
|
|
154
154
|
$grid-column-menu-items-wrap-padding-x: 0 !default;
|
|
155
155
|
$grid-column-menu-items-wrap-padding-y: $padding-y-lg !default;
|
|
@@ -13,6 +13,7 @@ $imageeditor-content-border-width: 1px !default;
|
|
|
13
13
|
|
|
14
14
|
$imageeditor-action-pane-padding-y: map-get( $spacing, 8 ) !default;
|
|
15
15
|
$imageeditor-action-pane-padding-x: map-get( $spacing, 4 ) !default;
|
|
16
|
+
$imageeditor-action-pane-width: if( $imageeditor-content-border-width == null, 240px, calc(240px + #{$imageeditor-content-border-width}) );
|
|
16
17
|
|
|
17
18
|
$imageeditor-crop-border-width: 1px !default;
|
|
18
19
|
$imageeditor-crop-border-style: dashed !default;
|
package/scss/index.scss
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
@import "popup/_index.scss";
|
|
22
22
|
@import "ripple/_index.scss";
|
|
23
23
|
@import "table/_index.scss";
|
|
24
|
+
@import "virtual-scroller/_index.scss";
|
|
24
25
|
|
|
25
26
|
|
|
26
27
|
// Indicators
|
|
@@ -53,6 +54,7 @@
|
|
|
53
54
|
|
|
54
55
|
// Form requirements
|
|
55
56
|
@import "calendar/_index.scss";
|
|
57
|
+
@import "timeselector/_index.scss";
|
|
56
58
|
|
|
57
59
|
|
|
58
60
|
// Augmented forms
|
|
@@ -68,7 +70,6 @@
|
|
|
68
70
|
@import "timepicker/_index.scss";
|
|
69
71
|
@import "datetimepicker/_index.scss";
|
|
70
72
|
@import "daterangepicker/_index.scss";
|
|
71
|
-
@import "datetime/_index.scss";
|
|
72
73
|
@import "dropdowngrid/_index.scss";
|
|
73
74
|
@import "dropdownlist/_index.scss";
|
|
74
75
|
@import "dropdowntree/_index.scss";
|
package/scss/input/_index.scss
CHANGED
|
@@ -1,58 +1,52 @@
|
|
|
1
1
|
// Input
|
|
2
|
+
$kendo-input-default-width: 100% !default;
|
|
3
|
+
|
|
2
4
|
$kendo-input-border-width: 1px !default;
|
|
3
5
|
$kendo-input-border-height: ( $kendo-input-border-width * 2 ) !default;
|
|
4
|
-
$kendo-input-border-radius:
|
|
5
|
-
$kendo-input-border-radius-sm: $border-radius !default;
|
|
6
|
-
$kendo-input-border-radius-lg: $border-radius !default;
|
|
6
|
+
$kendo-input-border-radius: null !default;
|
|
7
7
|
|
|
8
8
|
$kendo-input-padding-x: $padding-x !default;
|
|
9
9
|
$kendo-input-padding-y: $padding-y !default;
|
|
10
10
|
$kendo-input-font-family: $font-family !default;
|
|
11
11
|
$kendo-input-font-size: $font-size !default;
|
|
12
12
|
$kendo-input-line-height: $line-height !default;
|
|
13
|
-
$kendo-input-line-height-em: $kendo-input-line-height * 1em !default;
|
|
14
13
|
|
|
15
14
|
$kendo-input-padding-x-sm: ($kendo-input-padding-x / 2) !default;
|
|
16
15
|
$kendo-input-padding-y-sm: ($kendo-input-padding-y / 2) !default;
|
|
17
|
-
$kendo-input-font-size-sm: $
|
|
18
|
-
$kendo-input-line-height-sm: $line-height-
|
|
16
|
+
$kendo-input-font-size-sm: $font-size-md !default;
|
|
17
|
+
$kendo-input-line-height-sm: $line-height-md !default;
|
|
19
18
|
|
|
20
19
|
$kendo-input-padding-x-md: $kendo-input-padding-x !default;
|
|
21
20
|
$kendo-input-padding-y-md: $kendo-input-padding-y !default;
|
|
22
|
-
$kendo-input-font-size-md: $
|
|
23
|
-
$kendo-input-line-height-md: $
|
|
21
|
+
$kendo-input-font-size-md: $font-size-md !default;
|
|
22
|
+
$kendo-input-line-height-md: $line-height-md !default;
|
|
24
23
|
|
|
25
24
|
$kendo-input-padding-x-lg: ($kendo-input-padding-x * 1.5) !default;
|
|
26
25
|
$kendo-input-padding-y-lg: ($kendo-input-padding-y * 1.5) !default;
|
|
27
|
-
$kendo-input-font-size-lg: $
|
|
28
|
-
$kendo-input-line-height-lg: $line-height-
|
|
29
|
-
|
|
30
|
-
$kendo-input-calc-height: calc( #{$kendo-input-line-height * 1em} + #{$kendo-input-padding-y * 2} + #{$kendo-input-border-height} ) !default;
|
|
31
|
-
$kendo-input-calc-height-sm: calc( #{$kendo-input-line-height-sm * 1em} + #{$kendo-input-padding-y-sm * 2} + #{$kendo-input-border-height} ) !default;
|
|
32
|
-
$kendo-input-calc-height-lg: calc( #{$kendo-input-line-height-lg * 1em} + #{$kendo-input-padding-y-lg * 2} + #{$kendo-input-border-height} ) !default;
|
|
33
|
-
|
|
34
|
-
$kendo-input-inner-calc-height: calc( #{$kendo-input-line-height * 1em} + #{$kendo-input-padding-y * 2} ) !default;
|
|
35
|
-
$kendo-input-inner-calc-height-sm: calc( #{$kendo-input-line-height-sm * 1em} + #{$kendo-input-padding-y-sm * 2} ) !default;
|
|
36
|
-
$kendo-input-inner-calc-height-lg: calc( #{$kendo-input-line-height-lg * 1em} + #{$kendo-input-padding-y-lg * 2} ) !default;
|
|
26
|
+
$kendo-input-font-size-lg: $font-size-md !default;
|
|
27
|
+
$kendo-input-line-height-lg: $line-height-md !default;
|
|
37
28
|
|
|
38
29
|
$kendo-input-sizes: (
|
|
39
30
|
sm: (
|
|
40
31
|
padding-x: $kendo-input-padding-x-sm,
|
|
41
32
|
padding-y: $kendo-input-padding-y-sm,
|
|
42
33
|
font-size: $kendo-input-font-size-sm,
|
|
43
|
-
line-height: $kendo-input-line-height-sm
|
|
34
|
+
line-height: $kendo-input-line-height-sm,
|
|
35
|
+
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-sm * 2} )
|
|
44
36
|
),
|
|
45
37
|
md: (
|
|
46
38
|
padding-x: $kendo-input-padding-x-md,
|
|
47
39
|
padding-y: $kendo-input-padding-y-md,
|
|
48
40
|
font-size: $kendo-input-font-size-md,
|
|
49
|
-
line-height: $kendo-input-line-height-md
|
|
41
|
+
line-height: $kendo-input-line-height-md,
|
|
42
|
+
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-md * 2} )
|
|
50
43
|
),
|
|
51
44
|
lg: (
|
|
52
45
|
padding-x: $kendo-input-padding-x-lg,
|
|
53
46
|
padding-y: $kendo-input-padding-y-lg,
|
|
54
47
|
font-size: $kendo-input-font-size-lg,
|
|
55
|
-
line-height: $kendo-input-line-height-lg
|
|
48
|
+
line-height: $kendo-input-line-height-lg,
|
|
49
|
+
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-lg * 2} )
|
|
56
50
|
)
|
|
57
51
|
) !default;
|
|
58
52
|
|
|
@@ -85,6 +79,7 @@ $kendo-input-clear-value-hover-opacity: 1 !default;
|
|
|
85
79
|
$kendo-input-values-margin-y: map-get( $spacing, thin ) !default;
|
|
86
80
|
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
87
81
|
|
|
82
|
+
|
|
88
83
|
// Input actions
|
|
89
84
|
$kendo-input-button-width: null !default;
|
|
90
85
|
$kendo-input-button-border-width: 0px !default;
|
|
@@ -92,11 +87,6 @@ $kendo-input-spinner-width: null !default;
|
|
|
92
87
|
$kendo-input-spinner-icon-offset: 2px !default;
|
|
93
88
|
|
|
94
89
|
|
|
95
|
-
// Input icon
|
|
96
|
-
$kendo-input-icon-width: calc( #{$icon-size} + #{$kendo-input-padding-y * 2} ) !default;
|
|
97
|
-
$kendo-input-icon-height: calc( #{$kendo-input-line-height * $kendo-input-font-size} + #{$kendo-input-padding-y * 2} ) !default;
|
|
98
|
-
|
|
99
|
-
|
|
100
90
|
// Input separator
|
|
101
91
|
$kendo-input-separator-color: $kendo-input-text !default;
|
|
102
92
|
$kendo-input-separator-opacity: .5 !default;
|