@progress/kendo-theme-classic 5.12.1-dev.2 → 5.12.1-dev.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/dist/all.css +222 -18
- package/dist/all.scss +4772 -4687
- package/dist/classic-green-dark.scss +27 -30
- package/dist/classic-green.scss +27 -29
- package/dist/classic-main-dark.scss +27 -30
- package/dist/classic-main.scss +27 -29
- package/dist/classic-opal-dark.scss +27 -30
- package/dist/classic-opal.scss +27 -29
- package/dist/classic-silver-dark.scss +27 -30
- package/dist/classic-silver.scss +27 -29
- package/lib/swatches/classic-green-dark.json +31 -49
- package/lib/swatches/classic-green.json +33 -41
- package/lib/swatches/classic-main-dark.json +31 -49
- package/lib/swatches/classic-main.json +33 -41
- package/lib/swatches/classic-opal-dark.json +31 -49
- package/lib/swatches/classic-opal.json +33 -41
- package/lib/swatches/classic-silver-dark.json +31 -49
- package/lib/swatches/classic-silver.json +33 -41
- package/package.json +5 -5
- package/scss/_variables.scss +52 -49
- package/scss/action-buttons/_variables.scss +9 -9
- package/scss/action-sheet/_variables.scss +63 -63
- package/scss/adaptive/_variables.scss +18 -18
- package/scss/appbar/_variables.scss +3 -3
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_variables.scss +32 -32
- package/scss/bottom-navigation/_variables.scss +23 -23
- package/scss/breadcrumb/_variables.scss +45 -44
- package/scss/button/_variables.scss +39 -39
- package/scss/calendar/_variables.scss +84 -87
- package/scss/captcha/_variables.scss +14 -14
- package/scss/card/_variables.scss +55 -55
- package/scss/chat/_variables.scss +57 -57
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +29 -29
- package/scss/color-preview/_variables.scss +11 -11
- package/scss/coloreditor/_variables.scss +24 -24
- package/scss/colorgradient/_variables.scss +51 -51
- package/scss/colorpalette/_variables.scss +8 -8
- package/scss/dataviz/_variables.scss +97 -97
- package/scss/datetimepicker/_variables.scss +1 -1
- package/scss/dialog/_variables.scss +3 -3
- package/scss/draggable/_variables.scss +20 -20
- package/scss/drawer/_variables.scss +4 -4
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +20 -20
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +22 -22
- package/scss/fab/_variables.scss +10 -10
- package/scss/filemanager/_variables.scss +59 -59
- package/scss/filter/_variables.scss +8 -8
- package/scss/floating-label/_variables.scss +14 -14
- package/scss/forms/_variables.scss +12 -12
- package/scss/gantt/_variables.scss +92 -92
- package/scss/grid/_variables.scss +74 -74
- package/scss/imageeditor/_variables.scss +31 -31
- package/scss/input/_variables.scss +36 -36
- package/scss/list/_variables.scss +66 -72
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +10 -10
- package/scss/listview/_variables.scss +3 -3
- package/scss/loader/_variables.scss +30 -30
- package/scss/map/_variables.scss +21 -21
- package/scss/mediaplayer/_variables.scss +13 -13
- package/scss/menu/_variables.scss +65 -68
- package/scss/messagebox/_variables.scss +11 -11
- package/scss/notification/_variables.scss +4 -4
- package/scss/orgchart/_variables.scss +56 -56
- package/scss/overlay/_variables.scss +3 -3
- package/scss/pager/_variables.scss +33 -33
- package/scss/panelbar/_variables.scss +104 -104
- package/scss/pdf-viewer/_variables.scss +44 -44
- package/scss/pivotgrid/_variables.scss +86 -86
- package/scss/popover/_variables.scss +16 -16
- package/scss/popup/_variables.scss +12 -12
- package/scss/progressbar/_variables.scss +2 -2
- package/scss/radio/_variables.scss +1 -1
- package/scss/rating/_variables.scss +16 -16
- package/scss/scheduler/_variables.scss +89 -89
- package/scss/scrollview/_variables.scss +32 -32
- package/scss/signature/_variables.scss +18 -18
- package/scss/skeleton/_variables.scss +6 -6
- package/scss/slider/_variables.scss +44 -44
- package/scss/split-button/_variables.scss +6 -6
- package/scss/splitter/_variables.scss +18 -18
- package/scss/spreadsheet/_variables.scss +29 -29
- package/scss/stepper/_variables.scss +86 -86
- package/scss/switch/_variables.scss +4 -4
- package/scss/table/_variables.scss +18 -18
- package/scss/tabstrip/_variables.scss +41 -41
- package/scss/taskboard/_variables.scss +93 -93
- package/scss/tilelayout/_variables.scss +8 -8
- package/scss/timeline/_variables.scss +50 -50
- package/scss/timeselector/_variables.scss +36 -39
- package/scss/toolbar/_variables.scss +21 -21
- package/scss/tooltip/_variables.scss +29 -29
- package/scss/treeview/_variables.scss +30 -33
- package/scss/typography/_variables.scss +84 -92
- package/scss/upload/_variables.scss +3 -3
- package/scss/window/_variables.scss +6 -6
- package/scss/wizard/_variables.scss +10 -10
|
@@ -1,87 +1,87 @@
|
|
|
1
1
|
// Action sheet
|
|
2
2
|
|
|
3
|
-
$actionsheet-padding-x: null !default;
|
|
4
|
-
$actionsheet-padding-y: null !default;
|
|
5
|
-
$actionsheet-width: 360px !default;
|
|
6
|
-
$actionsheet-max-width: 100% !default;
|
|
7
|
-
$actionsheet-height: 60vh !default;
|
|
8
|
-
$actionsheet-max-height: 60vh !default;
|
|
3
|
+
$kendo-actionsheet-padding-x: null !default;
|
|
4
|
+
$kendo-actionsheet-padding-y: null !default;
|
|
5
|
+
$kendo-actionsheet-width: 360px !default;
|
|
6
|
+
$kendo-actionsheet-max-width: 100% !default;
|
|
7
|
+
$kendo-actionsheet-height: 60vh !default;
|
|
8
|
+
$kendo-actionsheet-max-height: 60vh !default;
|
|
9
9
|
|
|
10
|
-
$actionsheet-border-width: 0px !default;
|
|
11
|
-
$actionsheet-border-radius: 0px !default;
|
|
10
|
+
$kendo-actionsheet-border-width: 0px !default;
|
|
11
|
+
$kendo-actionsheet-border-radius: 0px !default;
|
|
12
12
|
|
|
13
|
-
$actionsheet-font-size: $font-size !default;
|
|
14
|
-
$actionsheet-font-family: $font-family !default;
|
|
15
|
-
$actionsheet-line-height: $line-height !default;
|
|
13
|
+
$kendo-actionsheet-font-size: $kendo-font-size-md !default;
|
|
14
|
+
$kendo-actionsheet-font-family: $kendo-font-family !default;
|
|
15
|
+
$kendo-actionsheet-line-height: $kendo-line-height-md !default;
|
|
16
16
|
|
|
17
|
-
$actionsheet-bg: $kendo-component-bg !default;
|
|
18
|
-
$actionsheet-text: $kendo-component-text !default;
|
|
19
|
-
$actionsheet-border: $kendo-component-border !default;
|
|
20
|
-
$actionsheet-shadow: 0 8px 10px -5px rgba( black, .2 ), 0 16px 24px 2px rgba( black, .14 ), 0 6px 30px 5px rgba( black, .12 ) !default;
|
|
17
|
+
$kendo-actionsheet-bg: $kendo-component-bg !default;
|
|
18
|
+
$kendo-actionsheet-text: $kendo-component-text !default;
|
|
19
|
+
$kendo-actionsheet-border: $kendo-component-border !default;
|
|
20
|
+
$kendo-actionsheet-shadow: 0 8px 10px -5px rgba( black, .2 ), 0 16px 24px 2px rgba( black, .14 ), 0 6px 30px 5px rgba( black, .12 ) !default;
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
// Actionsheet header
|
|
24
|
-
$actionsheet-titlebar-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
25
|
-
$actionsheet-titlebar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
26
|
-
$actionsheet-titlebar-border-width: null !default;
|
|
27
|
-
$actionsheet-titlebar-font-size: null !default;
|
|
28
|
-
$actionsheet-titlebar-font-family: null !default;
|
|
29
|
-
$actionsheet-titlebar-line-height: null !default;
|
|
30
|
-
$actionsheet-titlebar-gap: k-map-get( $kendo-spacing, 4 ) !default;
|
|
24
|
+
$kendo-actionsheet-titlebar-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
25
|
+
$kendo-actionsheet-titlebar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
26
|
+
$kendo-actionsheet-titlebar-border-width: null !default;
|
|
27
|
+
$kendo-actionsheet-titlebar-font-size: null !default;
|
|
28
|
+
$kendo-actionsheet-titlebar-font-family: null !default;
|
|
29
|
+
$kendo-actionsheet-titlebar-line-height: null !default;
|
|
30
|
+
$kendo-actionsheet-titlebar-gap: k-map-get( $kendo-spacing, 4 ) !default;
|
|
31
31
|
|
|
32
|
-
$actionsheet-titlebar-bg: null !default;
|
|
33
|
-
$actionsheet-titlebar-text: null !default;
|
|
34
|
-
$actionsheet-titlebar-border: null !default;
|
|
35
|
-
$actionsheet-titlebar-gradient: null !default;
|
|
36
|
-
$actionsheet-titlebar-shadow: null !default;
|
|
32
|
+
$kendo-actionsheet-titlebar-bg: null !default;
|
|
33
|
+
$kendo-actionsheet-titlebar-text: null !default;
|
|
34
|
+
$kendo-actionsheet-titlebar-border: null !default;
|
|
35
|
+
$kendo-actionsheet-titlebar-gradient: null !default;
|
|
36
|
+
$kendo-actionsheet-titlebar-shadow: null !default;
|
|
37
37
|
|
|
38
|
-
$actionsheet-subtitle-font-size: $font-size-sm !default;
|
|
39
|
-
$actionsheet-subtitle-line-height: $line-height-sm !default;
|
|
40
|
-
$actionsheet-subtitle-text: $kendo-subtle-text !default;
|
|
38
|
+
$kendo-actionsheet-subtitle-font-size: $kendo-font-size-sm !default;
|
|
39
|
+
$kendo-actionsheet-subtitle-line-height: $kendo-line-height-sm !default;
|
|
40
|
+
$kendo-actionsheet-subtitle-text: $kendo-subtle-text !default;
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
// Actionsheet item
|
|
44
|
-
$actionsheet-item-min-height: 40px !default;
|
|
45
|
-
$actionsheet-item-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
46
|
-
$actionsheet-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
47
|
-
$actionsheet-item-border-width: 1px !default;
|
|
48
|
-
$actionsheet-item-spacing: 12px !default;
|
|
44
|
+
$kendo-actionsheet-item-min-height: 40px !default;
|
|
45
|
+
$kendo-actionsheet-item-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
46
|
+
$kendo-actionsheet-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
47
|
+
$kendo-actionsheet-item-border-width: 1px !default;
|
|
48
|
+
$kendo-actionsheet-item-spacing: 12px !default;
|
|
49
49
|
|
|
50
|
-
$actionsheet-item-icon-size: null !default;
|
|
50
|
+
$kendo-actionsheet-item-icon-size: null !default;
|
|
51
51
|
|
|
52
|
-
$actionsheet-item-title-font-weight: null !default;
|
|
53
|
-
$actionsheet-item-title-text-transform: null !default;
|
|
52
|
+
$kendo-actionsheet-item-title-font-weight: null !default;
|
|
53
|
+
$kendo-actionsheet-item-title-text-transform: null !default;
|
|
54
54
|
|
|
55
|
-
$actionsheet-item-description-font-size: .875em !default;
|
|
56
|
-
$actionsheet-item-description-text: $kendo-subtle-text !default;
|
|
55
|
+
$kendo-actionsheet-item-description-font-size: .875em !default;
|
|
56
|
+
$kendo-actionsheet-item-description-text: $kendo-subtle-text !default;
|
|
57
57
|
|
|
58
|
-
$actionsheet-item-hover-bg: $kendo-hover-bg !default;
|
|
59
|
-
$actionsheet-item-hover-text: null !default;
|
|
60
|
-
$actionsheet-item-hover-border: null !default;
|
|
61
|
-
$actionsheet-item-hover-gradient: null !default;
|
|
62
|
-
$actionsheet-item-hover-shadow: null !default;
|
|
58
|
+
$kendo-actionsheet-item-hover-bg: $kendo-hover-bg !default;
|
|
59
|
+
$kendo-actionsheet-item-hover-text: null !default;
|
|
60
|
+
$kendo-actionsheet-item-hover-border: null !default;
|
|
61
|
+
$kendo-actionsheet-item-hover-gradient: null !default;
|
|
62
|
+
$kendo-actionsheet-item-hover-shadow: null !default;
|
|
63
63
|
|
|
64
|
-
$actionsheet-item-focus-bg: null !default;
|
|
65
|
-
$actionsheet-item-focus-text: null !default;
|
|
66
|
-
$actionsheet-item-focus-border: null !default;
|
|
67
|
-
$actionsheet-item-focus-gradient: null !default;
|
|
68
|
-
$actionsheet-item-focus-shadow: $kendo-focus-shadow !default;
|
|
64
|
+
$kendo-actionsheet-item-focus-bg: null !default;
|
|
65
|
+
$kendo-actionsheet-item-focus-text: null !default;
|
|
66
|
+
$kendo-actionsheet-item-focus-border: null !default;
|
|
67
|
+
$kendo-actionsheet-item-focus-gradient: null !default;
|
|
68
|
+
$kendo-actionsheet-item-focus-shadow: $kendo-focus-shadow !default;
|
|
69
69
|
|
|
70
|
-
$actionsheet-item-disabled-bg: null !default;
|
|
71
|
-
$actionsheet-item-disabled-text: null !default;
|
|
72
|
-
$actionsheet-item-disabled-border: null !default;
|
|
73
|
-
$actionsheet-item-disabled-gradient: null !default;
|
|
74
|
-
$actionsheet-item-disabled-shadow: null !default;
|
|
70
|
+
$kendo-actionsheet-item-disabled-bg: null !default;
|
|
71
|
+
$kendo-actionsheet-item-disabled-text: null !default;
|
|
72
|
+
$kendo-actionsheet-item-disabled-border: null !default;
|
|
73
|
+
$kendo-actionsheet-item-disabled-gradient: null !default;
|
|
74
|
+
$kendo-actionsheet-item-disabled-shadow: null !default;
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
// Adaptive Actionsheet
|
|
78
|
-
$adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
79
|
-
$adaptive-actionsheet-titlebar-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
80
|
-
$adaptive-actionsheet-titlebar-padding-x: $adaptive-actionsheet-titlebar-padding-y !default;
|
|
81
|
-
$adaptive-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
78
|
+
$kendo-adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
79
|
+
$kendo-adaptive-actionsheet-titlebar-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
80
|
+
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
|
|
81
|
+
$kendo-adaptive-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
82
82
|
|
|
83
|
-
$adaptive-actionsheet-content-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
84
|
-
$adaptive-actionsheet-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
83
|
+
$kendo-adaptive-actionsheet-content-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
84
|
+
$kendo-adaptive-actionsheet-content-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
85
85
|
|
|
86
|
-
$adaptive-actionsheet-footer-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
87
|
-
$adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
86
|
+
$kendo-adaptive-actionsheet-footer-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
87
|
+
$kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
// Adaptive
|
|
2
|
-
$adaptive-bg: $kendo-component-bg !default;
|
|
3
|
-
$adaptive-text: $kendo-component-text !default;
|
|
4
|
-
$adaptive-border: $kendo-component-border !default;
|
|
2
|
+
$kendo-adaptive-bg: $kendo-component-bg !default;
|
|
3
|
+
$kendo-adaptive-text: $kendo-component-text !default;
|
|
4
|
+
$kendo-adaptive-border: $kendo-component-border !default;
|
|
5
5
|
|
|
6
|
-
$adaptive-content-bg: $kendo-app-bg !default;
|
|
7
|
-
$adaptive-content-text: $kendo-app-text !default;
|
|
6
|
+
$kendo-adaptive-content-bg: $kendo-app-bg !default;
|
|
7
|
+
$kendo-adaptive-content-text: $kendo-app-text !default;
|
|
8
8
|
|
|
9
|
-
$adaptive-menu-bg: $kendo-color-primary !default;
|
|
10
|
-
$adaptive-menu-text: k-contrast-legacy( $adaptive-menu-bg ) !default;
|
|
9
|
+
$kendo-adaptive-menu-bg: $kendo-color-primary !default;
|
|
10
|
+
$kendo-adaptive-menu-text: k-contrast-legacy( $kendo-adaptive-menu-bg ) !default;
|
|
11
11
|
|
|
12
|
-
$adaptive-menu-clear-text: $kendo-color-primary !default;
|
|
12
|
+
$kendo-adaptive-menu-clear-text: $kendo-color-primary !default;
|
|
13
13
|
|
|
14
|
-
$adaptive-menu-item-border: $kendo-component-border !default;
|
|
15
|
-
$adaptive-menu-title-text: $kendo-component-text !default;
|
|
14
|
+
$kendo-adaptive-menu-item-border: $kendo-component-border !default;
|
|
15
|
+
$kendo-adaptive-menu-title-text: $kendo-component-text !default;
|
|
16
16
|
|
|
17
|
-
$adaptive-border-width: 1px !default;
|
|
18
|
-
$adaptive-font-family: $font-family !default;
|
|
19
|
-
$adaptive-font-size: $font-size !default;
|
|
20
|
-
$adaptive-line-height: $line-height !default;
|
|
17
|
+
$kendo-adaptive-border-width: 1px !default;
|
|
18
|
+
$kendo-adaptive-font-family: $kendo-font-family !default;
|
|
19
|
+
$kendo-adaptive-font-size: $kendo-font-size-md !default;
|
|
20
|
+
$kendo-adaptive-line-height: $kendo-line-height-md !default;
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
// Adaptive Grid
|
|
24
|
-
$adaptive-grid-sort-text: $kendo-color-primary !default;
|
|
24
|
+
$kendo-adaptive-grid-sort-text: $kendo-color-primary !default;
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
// Adaptive Scheduler
|
|
28
|
-
$adaptive-scheduler-current-text: $kendo-color-primary !default;
|
|
29
|
-
$adaptive-scheduler-base-text: inherit !default;
|
|
30
|
-
$adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
|
|
28
|
+
$kendo-adaptive-scheduler-current-text: $kendo-color-primary !default;
|
|
29
|
+
$kendo-adaptive-scheduler-base-text: inherit !default;
|
|
30
|
+
$kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
|
|
@@ -7,9 +7,9 @@ $kendo-appbar-border-width: 0px !default;
|
|
|
7
7
|
|
|
8
8
|
$kendo-appbar-zindex: 1000 !default;
|
|
9
9
|
|
|
10
|
-
$kendo-appbar-font-size: $font-size !default;
|
|
11
|
-
$kendo-appbar-line-height: $line-height !default;
|
|
12
|
-
$kendo-appbar-font-family: $font-family !default;
|
|
10
|
+
$kendo-appbar-font-size: $kendo-font-size-md !default;
|
|
11
|
+
$kendo-appbar-line-height: $kendo-line-height-md !default;
|
|
12
|
+
$kendo-appbar-font-family: $kendo-font-family !default;
|
|
13
13
|
$kendo-appbar-gap: k-map-get( $kendo-spacing, 2 ) !default;
|
|
14
14
|
|
|
15
15
|
$kendo-appbar-light-bg: $kendo-color-light !default;
|
|
@@ -6,13 +6,13 @@ $kendo-avatar-border-width: 1px !default;
|
|
|
6
6
|
|
|
7
7
|
/// Font family of the avatar.
|
|
8
8
|
/// @group avatar
|
|
9
|
-
$kendo-avatar-font-family: $font-family !default;
|
|
9
|
+
$kendo-avatar-font-family: $kendo-font-family !default;
|
|
10
10
|
/// Font size of the avatar.
|
|
11
11
|
/// @group avatar
|
|
12
|
-
$kendo-avatar-font-size: $font-size !default;
|
|
12
|
+
$kendo-avatar-font-size: $kendo-font-size-md !default;
|
|
13
13
|
/// Line height of the avatar.
|
|
14
14
|
/// @group avatar
|
|
15
|
-
$kendo-avatar-line-height: $line-height !default;
|
|
15
|
+
$kendo-avatar-line-height: $kendo-line-height-md !default;
|
|
16
16
|
|
|
17
17
|
/// The sizes of the avatar.
|
|
18
18
|
/// @group avatar
|
|
@@ -12,60 +12,60 @@ $kendo-badge-border-radius: $kendo-border-radius-md !default;
|
|
|
12
12
|
/// Horizontal padding of the badge.
|
|
13
13
|
/// @group badge
|
|
14
14
|
$kendo-badge-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
15
|
-
$kendo-badge-padding-x
|
|
16
|
-
$kendo-badge-padding-x
|
|
17
|
-
$kendo-badge-padding-x
|
|
15
|
+
$kendo-badge-sm-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
16
|
+
$kendo-badge-md-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
17
|
+
$kendo-badge-lg-padding-x: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
18
18
|
|
|
19
19
|
/// Vertical padding of the badge.
|
|
20
20
|
/// @group badge
|
|
21
21
|
$kendo-badge-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
22
|
-
$kendo-badge-padding-y
|
|
23
|
-
$kendo-badge-padding-y
|
|
24
|
-
$kendo-badge-padding-y
|
|
22
|
+
$kendo-badge-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
23
|
+
$kendo-badge-md-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
24
|
+
$kendo-badge-lg-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
25
25
|
|
|
26
26
|
/// Font sizes of the badge.
|
|
27
27
|
/// @group badge
|
|
28
|
-
$kendo-badge-font-size: $font-size-xs !default;
|
|
29
|
-
$kendo-badge-font-size
|
|
30
|
-
$kendo-badge-font-size
|
|
31
|
-
$kendo-badge-font-size
|
|
28
|
+
$kendo-badge-font-size: $kendo-font-size-xs !default;
|
|
29
|
+
$kendo-badge-sm-font-size: $kendo-font-size-xs !default;
|
|
30
|
+
$kendo-badge-md-font-size: $kendo-font-size-xs !default;
|
|
31
|
+
$kendo-badge-lg-font-size: $kendo-font-size-xs !default;
|
|
32
32
|
|
|
33
|
-
/// Line heights used along with $font-size.
|
|
33
|
+
/// Line heights used along with $kendo-font-size.
|
|
34
34
|
/// @group badge
|
|
35
35
|
$kendo-badge-line-height: 1 !default;
|
|
36
|
-
$kendo-badge-line-height
|
|
37
|
-
$kendo-badge-line-height
|
|
38
|
-
$kendo-badge-line-height
|
|
36
|
+
$kendo-badge-sm-line-height: $kendo-badge-line-height !default;
|
|
37
|
+
$kendo-badge-md-line-height: $kendo-badge-line-height !default;
|
|
38
|
+
$kendo-badge-lg-line-height: $kendo-badge-line-height !default;
|
|
39
39
|
|
|
40
40
|
/// Badge min width used for circle badge.
|
|
41
41
|
/// @group badge
|
|
42
42
|
$kendo-badge-min-width: calc( #{$kendo-badge-line-height * 1em} + #{$kendo-badge-padding-y * 2} + #{$kendo-badge-border-width * 2}) !default;
|
|
43
|
-
$kendo-badge-min-width
|
|
44
|
-
$kendo-badge-min-width
|
|
45
|
-
$kendo-badge-min-width
|
|
43
|
+
$kendo-badge-sm-min-width: calc( #{$kendo-badge-sm-line-height * 1em} + #{$kendo-badge-sm-padding-y * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
44
|
+
$kendo-badge-md-min-width: calc( #{$kendo-badge-md-line-height * 1em} + #{$kendo-badge-md-padding-y * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
45
|
+
$kendo-badge-lg-min-width: calc( #{$kendo-badge-lg-line-height * 1em} + #{$kendo-badge-lg-padding-y * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
46
46
|
|
|
47
47
|
/// Sizes map for the badge.
|
|
48
48
|
/// @group badge
|
|
49
49
|
$kendo-badge-sizes: (
|
|
50
50
|
sm: (
|
|
51
|
-
padding-x: $kendo-badge-padding-x
|
|
52
|
-
padding-y: $kendo-badge-padding-y
|
|
53
|
-
font-size: $kendo-badge-font-size
|
|
54
|
-
line-height: $kendo-badge-line-height
|
|
55
|
-
min-width: $kendo-badge-min-width
|
|
51
|
+
padding-x: $kendo-badge-sm-padding-x,
|
|
52
|
+
padding-y: $kendo-badge-sm-padding-y,
|
|
53
|
+
font-size: $kendo-badge-sm-font-size,
|
|
54
|
+
line-height: $kendo-badge-sm-line-height,
|
|
55
|
+
min-width: $kendo-badge-sm-min-width
|
|
56
56
|
),
|
|
57
57
|
md: (
|
|
58
|
-
padding-x: $kendo-badge-padding-x
|
|
59
|
-
padding-y: $kendo-badge-padding-y
|
|
60
|
-
font-size: $kendo-badge-font-size
|
|
61
|
-
line-height: $kendo-badge-line-height
|
|
62
|
-
min-width: $kendo-badge-min-width
|
|
58
|
+
padding-x: $kendo-badge-md-padding-x,
|
|
59
|
+
padding-y: $kendo-badge-md-padding-y,
|
|
60
|
+
font-size: $kendo-badge-md-font-size,
|
|
61
|
+
line-height: $kendo-badge-md-line-height,
|
|
62
|
+
min-width: $kendo-badge-md-min-width
|
|
63
63
|
),
|
|
64
64
|
lg: (
|
|
65
|
-
padding-x: $kendo-badge-padding-x
|
|
66
|
-
padding-y: $kendo-badge-padding-y
|
|
67
|
-
font-size: $kendo-badge-font-size
|
|
68
|
-
line-height: $kendo-badge-line-height
|
|
69
|
-
min-width: $kendo-badge-min-width
|
|
65
|
+
padding-x: $kendo-badge-lg-padding-x,
|
|
66
|
+
padding-y: $kendo-badge-lg-padding-y,
|
|
67
|
+
font-size: $kendo-badge-lg-font-size,
|
|
68
|
+
line-height: $kendo-badge-lg-line-height,
|
|
69
|
+
min-width: $kendo-badge-lg-min-width
|
|
70
70
|
)
|
|
71
71
|
) !default;
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
// Bottom-navigation
|
|
2
|
-
$bottom-nav-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
3
|
-
$bottom-nav-padding-y: $bottom-nav-padding-x !default;
|
|
4
|
-
$bottom-nav-gap: $bottom-nav-padding-x !default;
|
|
5
|
-
$bottom-nav-border-width: 1px 0px 0px 0px !default;
|
|
2
|
+
$kendo-bottom-nav-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
3
|
+
$kendo-bottom-nav-padding-y: $kendo-bottom-nav-padding-x !default;
|
|
4
|
+
$kendo-bottom-nav-gap: $kendo-bottom-nav-padding-x !default;
|
|
5
|
+
$kendo-bottom-nav-border-width: 1px 0px 0px 0px !default;
|
|
6
6
|
|
|
7
|
-
$bottom-nav-font-family: $font-family !default;
|
|
8
|
-
$bottom-nav-font-size: $font-size !default;
|
|
9
|
-
$bottom-nav-line-height: normal !default;
|
|
10
|
-
$bottom-nav-letter-spacing: .2px !default;
|
|
7
|
+
$kendo-bottom-nav-font-family: $kendo-font-family !default;
|
|
8
|
+
$kendo-bottom-nav-font-size: $kendo-font-size-md !default;
|
|
9
|
+
$kendo-bottom-nav-line-height: normal !default;
|
|
10
|
+
$kendo-bottom-nav-letter-spacing: .2px !default;
|
|
11
11
|
|
|
12
|
-
$bottom-nav-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
13
|
-
$bottom-nav-item-padding-y: 0 !default;
|
|
14
|
-
$bottom-nav-item-min-width: 72px !default;
|
|
15
|
-
$bottom-nav-item-max-width: null !default;
|
|
16
|
-
$bottom-nav-item-min-height: calc( #{$kendo-icon-size * 2.5} + #{$kendo-padding-md-x * 2} - #{$bottom-nav-padding-x * 2} ) !default;
|
|
17
|
-
$bottom-nav-item-border-radius: $kendo-border-radius-md !default;
|
|
18
|
-
$bottom-nav-item-gap: 0 k-map-get( $kendo-spacing, 1 ) !default;
|
|
12
|
+
$kendo-bottom-nav-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
13
|
+
$kendo-bottom-nav-item-padding-y: 0 !default;
|
|
14
|
+
$kendo-bottom-nav-item-min-width: 72px !default;
|
|
15
|
+
$kendo-bottom-nav-item-max-width: null !default;
|
|
16
|
+
$kendo-bottom-nav-item-min-height: calc( #{$kendo-icon-size * 2.5} + #{$kendo-padding-md-x * 2} - #{$kendo-bottom-nav-padding-x * 2} ) !default;
|
|
17
|
+
$kendo-bottom-nav-item-border-radius: $kendo-border-radius-md !default;
|
|
18
|
+
$kendo-bottom-nav-item-gap: 0 k-map-get( $kendo-spacing, 1 ) !default;
|
|
19
19
|
|
|
20
|
-
$bottom-nav-item-icon-margin-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
21
|
-
$bottom-nav-item-icon-margin-x: $bottom-nav-item-icon-margin-y !default;
|
|
22
|
-
$bottom-nav-item-icon-size: k-map-get( $kendo-spacing, 6 ) !default;
|
|
23
|
-
$bottom-nav-item-disabled-opacity: .5 !default;
|
|
20
|
+
$kendo-bottom-nav-item-icon-margin-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
21
|
+
$kendo-bottom-nav-item-icon-margin-x: $kendo-bottom-nav-item-icon-margin-y !default;
|
|
22
|
+
$kendo-bottom-nav-item-icon-size: k-map-get( $kendo-spacing, 6 ) !default;
|
|
23
|
+
$kendo-bottom-nav-item-disabled-opacity: .5 !default;
|
|
24
24
|
|
|
25
|
-
$bottom-nav-shadow: 0px 0px 5px rgba( black, .12 ) !default;
|
|
25
|
+
$kendo-bottom-nav-shadow: 0px 0px 5px rgba( black, .12 ) !default;
|
|
26
26
|
|
|
27
|
-
$bottom-nav-flat-bg: $kendo-component-bg !default;
|
|
28
|
-
$bottom-nav-flat-text: $kendo-component-text !default;
|
|
29
|
-
$bottom-nav-flat-border: $kendo-component-border !default;
|
|
27
|
+
$kendo-bottom-nav-flat-bg: $kendo-component-bg !default;
|
|
28
|
+
$kendo-bottom-nav-flat-text: $kendo-component-text !default;
|
|
29
|
+
$kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
@@ -1,60 +1,61 @@
|
|
|
1
|
-
@import "../typography/_variables.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
1
|
// Breadcrumb
|
|
5
2
|
|
|
6
|
-
$breadcrumb-margin-x: null !default;
|
|
7
|
-
$breadcrumb-margin-y: null !default;
|
|
8
|
-
$breadcrumb-padding-x: null !default;
|
|
9
|
-
$breadcrumb-padding-y: null !default;
|
|
10
|
-
$breadcrumb-border-width: 0px !default;
|
|
3
|
+
$kendo-breadcrumb-margin-x: null !default;
|
|
4
|
+
$kendo-breadcrumb-margin-y: null !default;
|
|
5
|
+
$kendo-breadcrumb-padding-x: null !default;
|
|
6
|
+
$kendo-breadcrumb-padding-y: null !default;
|
|
7
|
+
$kendo-breadcrumb-border-width: 0px !default;
|
|
8
|
+
|
|
9
|
+
$kendo-breadcrumb-font-family: $kendo-font-family !default;
|
|
10
|
+
$kendo-breadcrumb-font-size: $kendo-font-size-md !default;
|
|
11
|
+
$kendo-breadcrumb-line-height: $kendo-line-height-md !default;
|
|
11
12
|
|
|
12
|
-
$breadcrumb-
|
|
13
|
-
$breadcrumb-
|
|
14
|
-
$breadcrumb-
|
|
13
|
+
$kendo-breadcrumb-bg: $kendo-component-bg !default;
|
|
14
|
+
$kendo-breadcrumb-text: $kendo-component-text !default;
|
|
15
|
+
$kendo-breadcrumb-border: $kendo-component-border !default;
|
|
15
16
|
|
|
16
|
-
$breadcrumb-
|
|
17
|
-
$breadcrumb-text: $kendo-component-text !default;
|
|
18
|
-
$breadcrumb-border: $kendo-component-border !default;
|
|
17
|
+
$kendo-breadcrumb-delimiter-icon-font-size: $kendo-icon-size * .75 !default;
|
|
19
18
|
|
|
20
|
-
$breadcrumb-
|
|
19
|
+
$kendo-breadcrumb-link-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
20
|
+
$kendo-breadcrumb-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
21
|
+
$kendo-breadcrumb-link-border-radius: $kendo-border-radius-md !default;
|
|
21
22
|
|
|
22
|
-
$breadcrumb-link-padding-x:
|
|
23
|
-
$breadcrumb-link-padding-y:
|
|
24
|
-
$breadcrumb-link-border-radius: $kendo-border-radius-md !default;
|
|
23
|
+
$kendo-breadcrumb-icon-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
|
|
24
|
+
$kendo-breadcrumb-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-x !default;
|
|
25
25
|
|
|
26
|
-
$breadcrumb-
|
|
27
|
-
$breadcrumb-
|
|
26
|
+
$kendo-breadcrumb-root-link-spacing: $kendo-breadcrumb-link-padding-x !default;
|
|
27
|
+
$kendo-breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
|
|
28
28
|
|
|
29
|
-
$
|
|
30
|
-
$breadcrumb-link-icon-spacing: $kendo-icon-spacing !default;
|
|
29
|
+
$kendo-breadcrumb-link-initial-text: inherit !default;
|
|
31
30
|
|
|
32
|
-
$breadcrumb-link-
|
|
31
|
+
$kendo-breadcrumb-link-bg: null !default;
|
|
32
|
+
$kendo-breadcrumb-link-text: $kendo-link-text !default;
|
|
33
|
+
$kendo-breadcrumb-link-border: null !default;
|
|
33
34
|
|
|
34
|
-
$breadcrumb-link-bg:
|
|
35
|
-
$breadcrumb-link-text: $link-text !default;
|
|
36
|
-
$breadcrumb-link-border: null !default;
|
|
35
|
+
$kendo-breadcrumb-link-hover-bg: $kendo-base-bg !default;
|
|
36
|
+
$kendo-breadcrumb-link-hover-text: $kendo-link-hover-text !default;
|
|
37
|
+
$kendo-breadcrumb-link-hover-border: null !default;
|
|
37
38
|
|
|
38
|
-
$breadcrumb-link-
|
|
39
|
-
$breadcrumb-link-
|
|
40
|
-
$breadcrumb-link-
|
|
39
|
+
$kendo-breadcrumb-link-focus-bg: null !default;
|
|
40
|
+
$kendo-breadcrumb-link-focus-text: $kendo-link-text !default;
|
|
41
|
+
$kendo-breadcrumb-link-focus-border: null !default;
|
|
42
|
+
$kendo-breadcrumb-link-focus-shadow: $kendo-focus-shadow !default;
|
|
41
43
|
|
|
42
|
-
$breadcrumb-link-
|
|
43
|
-
$breadcrumb-link-
|
|
44
|
-
$breadcrumb-link-
|
|
45
|
-
$breadcrumb-link-focus-shadow: $kendo-focus-shadow !default;
|
|
44
|
+
$kendo-breadcrumb-root-link-bg: null !default;
|
|
45
|
+
$kendo-breadcrumb-root-link-text: null !default;
|
|
46
|
+
$kendo-breadcrumb-root-link-border: null !default;
|
|
46
47
|
|
|
47
|
-
$breadcrumb-root-link-bg:
|
|
48
|
-
$breadcrumb-root-link-text: null !default;
|
|
49
|
-
$breadcrumb-root-link-border: null !default;
|
|
48
|
+
$kendo-breadcrumb-root-link-hover-bg: $kendo-base-bg !default;
|
|
49
|
+
$kendo-breadcrumb-root-link-hover-text: null !default;
|
|
50
|
+
$kendo-breadcrumb-root-link-hover-border: null !default;
|
|
50
51
|
|
|
51
|
-
$breadcrumb-root-link-
|
|
52
|
-
$breadcrumb-root-link-
|
|
53
|
-
$breadcrumb-root-link-
|
|
52
|
+
$kendo-breadcrumb-root-link-focus-bg: null !default;
|
|
53
|
+
$kendo-breadcrumb-root-link-focus-text: null !default;
|
|
54
|
+
$kendo-breadcrumb-root-link-focus-border: null !default;
|
|
55
|
+
$kendo-breadcrumb-root-link-focus-shadow: $kendo-breadcrumb-link-focus-shadow !default;
|
|
54
56
|
|
|
55
|
-
$breadcrumb-
|
|
56
|
-
$breadcrumb-
|
|
57
|
-
$breadcrumb-
|
|
58
|
-
$breadcrumb-root-link-focus-shadow: $breadcrumb-link-focus-shadow !default;
|
|
57
|
+
$kendo-breadcrumb-current-item-bg: null !default;
|
|
58
|
+
$kendo-breadcrumb-current-item-text: null !default;
|
|
59
|
+
$kendo-breadcrumb-current-item-border: null !default;
|
|
59
60
|
|
|
60
|
-
$breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
61
|
+
$kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
@@ -16,61 +16,61 @@ $kendo-button-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
16
16
|
$kendo-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
17
17
|
/// Font family of the button.
|
|
18
18
|
/// @group button
|
|
19
|
-
$kendo-button-font-family: $font-family !default;
|
|
19
|
+
$kendo-button-font-family: $kendo-font-family !default;
|
|
20
20
|
/// Font sizes of the button.
|
|
21
21
|
/// @group button
|
|
22
|
-
$kendo-button-font-size: $font-size-md !default;
|
|
23
|
-
/// Line heights used along with $font-size.
|
|
22
|
+
$kendo-button-font-size: $kendo-font-size-md !default;
|
|
23
|
+
/// Line heights used along with $kendo-font-size.
|
|
24
24
|
/// @group button
|
|
25
|
-
$kendo-button-line-height: $line-height-md !default;
|
|
25
|
+
$kendo-button-line-height: $kendo-line-height-md !default;
|
|
26
26
|
|
|
27
|
-
$kendo-button-padding-x
|
|
28
|
-
$kendo-button-padding-y
|
|
29
|
-
$kendo-button-font-size
|
|
30
|
-
$kendo-button-line-height
|
|
27
|
+
$kendo-button-sm-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
28
|
+
$kendo-button-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
29
|
+
$kendo-button-sm-font-size: $kendo-font-size-md !default;
|
|
30
|
+
$kendo-button-sm-line-height: $kendo-line-height-md !default;
|
|
31
31
|
|
|
32
|
-
$kendo-button-padding-x
|
|
33
|
-
$kendo-button-padding-y
|
|
34
|
-
$kendo-button-font-size
|
|
35
|
-
$kendo-button-line-height
|
|
32
|
+
$kendo-button-md-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
33
|
+
$kendo-button-md-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
34
|
+
$kendo-button-md-font-size: $kendo-font-size-md !default;
|
|
35
|
+
$kendo-button-md-line-height: $kendo-line-height-md !default;
|
|
36
36
|
|
|
37
|
-
$kendo-button-padding-x
|
|
38
|
-
$kendo-button-padding-y
|
|
39
|
-
$kendo-button-font-size
|
|
40
|
-
$kendo-button-line-height
|
|
37
|
+
$kendo-button-lg-padding-x: k-map-get( $kendo-spacing, 3 ) !default;
|
|
38
|
+
$kendo-button-lg-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
39
|
+
$kendo-button-lg-font-size: $kendo-font-size-lg !default;
|
|
40
|
+
$kendo-button-lg-line-height: $kendo-line-height-lg !default;
|
|
41
41
|
|
|
42
42
|
/// Calculated height of the button.
|
|
43
43
|
/// @group button
|
|
44
44
|
$kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
45
|
-
$kendo-button-calc-size
|
|
46
|
-
$kendo-button-calc-size
|
|
47
|
-
$kendo-button-calc-size
|
|
45
|
+
$kendo-button-sm-calc-size: calc( #{$kendo-button-sm-line-height * 1em} + #{$kendo-button-sm-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
46
|
+
$kendo-button-md-calc-size: calc( #{$kendo-button-md-line-height * 1em} + #{$kendo-button-md-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
47
|
+
$kendo-button-lg-calc-size: calc( #{$kendo-button-lg-line-height * 1em} + #{$kendo-button-lg-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
48
48
|
|
|
49
49
|
/// Calculated inner height of the button. Without the border width.
|
|
50
50
|
/// @group button
|
|
51
51
|
$kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
|
|
52
|
-
$kendo-button-inner-calc-size
|
|
53
|
-
$kendo-button-inner-calc-size
|
|
54
|
-
$kendo-button-inner-calc-size
|
|
52
|
+
$kendo-button-sm-inner-calc-size: calc( #{$kendo-button-sm-line-height * 1em} + #{$kendo-button-sm-padding-y * 2} ) !default;
|
|
53
|
+
$kendo-button-md-inner-calc-size: calc( #{$kendo-button-md-line-height * 1em} + #{$kendo-button-md-padding-y * 2} ) !default;
|
|
54
|
+
$kendo-button-lg-inner-calc-size: calc( #{$kendo-button-lg-line-height * 1em} + #{$kendo-button-lg-padding-y * 2} ) !default;
|
|
55
55
|
|
|
56
56
|
$kendo-button-sizes: (
|
|
57
57
|
sm: (
|
|
58
|
-
padding-x: $kendo-button-padding-x
|
|
59
|
-
padding-y: $kendo-button-padding-y
|
|
60
|
-
font-size: $kendo-button-font-size
|
|
61
|
-
line-height: $kendo-button-line-height
|
|
58
|
+
padding-x: $kendo-button-sm-padding-x,
|
|
59
|
+
padding-y: $kendo-button-sm-padding-y,
|
|
60
|
+
font-size: $kendo-button-sm-font-size,
|
|
61
|
+
line-height: $kendo-button-sm-line-height
|
|
62
62
|
),
|
|
63
63
|
md: (
|
|
64
|
-
padding-x: $kendo-button-padding-x
|
|
65
|
-
padding-y: $kendo-button-padding-y
|
|
66
|
-
font-size: $kendo-button-font-size
|
|
67
|
-
line-height: $kendo-button-line-height
|
|
64
|
+
padding-x: $kendo-button-md-padding-x,
|
|
65
|
+
padding-y: $kendo-button-md-padding-y,
|
|
66
|
+
font-size: $kendo-button-md-font-size,
|
|
67
|
+
line-height: $kendo-button-md-line-height
|
|
68
68
|
),
|
|
69
69
|
lg: (
|
|
70
|
-
padding-x: $kendo-button-padding-x
|
|
71
|
-
padding-y: $kendo-button-padding-y
|
|
72
|
-
font-size: $kendo-button-font-size
|
|
73
|
-
line-height: $kendo-button-line-height
|
|
70
|
+
padding-x: $kendo-button-lg-padding-x,
|
|
71
|
+
padding-y: $kendo-button-lg-padding-y,
|
|
72
|
+
font-size: $kendo-button-lg-font-size,
|
|
73
|
+
line-height: $kendo-button-lg-line-height
|
|
74
74
|
)
|
|
75
75
|
) !default;
|
|
76
76
|
|
|
@@ -78,21 +78,21 @@ $kendo-button-sizes: (
|
|
|
78
78
|
/// @group button
|
|
79
79
|
$kendo-button-theme-colors: k-map-merge(
|
|
80
80
|
$kendo-theme-colors,
|
|
81
|
-
( "base": $base-bg )
|
|
81
|
+
( "base": $kendo-base-bg )
|
|
82
82
|
) !default;
|
|
83
83
|
|
|
84
84
|
/// The base background of the button.
|
|
85
85
|
/// @group button
|
|
86
|
-
$kendo-button-bg: $base-bg !default;
|
|
86
|
+
$kendo-button-bg: $kendo-base-bg !default;
|
|
87
87
|
/// The base text color of the button.
|
|
88
88
|
/// @group button
|
|
89
|
-
$kendo-button-text: $base-text !default;
|
|
89
|
+
$kendo-button-text: $kendo-base-text !default;
|
|
90
90
|
/// The base border color of the button.
|
|
91
91
|
/// @group button
|
|
92
92
|
$kendo-button-border: k-try-shade( $kendo-button-bg, 2 ) !default;
|
|
93
93
|
/// The base background gradient of the button.
|
|
94
94
|
/// @group button
|
|
95
|
-
$kendo-button-gradient: $base-gradient !default;
|
|
95
|
+
$kendo-button-gradient: $kendo-base-gradient !default;
|
|
96
96
|
/// The base shadow of the button.
|
|
97
97
|
/// @group button
|
|
98
98
|
$kendo-button-shadow: null !default;
|
|
@@ -178,7 +178,7 @@ $kendo-button-disabled-gradient: null !default;
|
|
|
178
178
|
$kendo-button-disabled-shadow: null !default;
|
|
179
179
|
|
|
180
180
|
// Solid button
|
|
181
|
-
$kendo-solid-button-gradient: $base-gradient !default;
|
|
181
|
+
$kendo-solid-button-gradient: $kendo-base-gradient !default;
|
|
182
182
|
$kendo-solid-button-shade-function: "k-try-shade" !default;
|
|
183
183
|
$kendo-solid-button-shade-text-amount: 0 !default;
|
|
184
184
|
$kendo-solid-button-shade-bg-amount: 0 !default;
|