@progress/kendo-theme-bootstrap 7.3.0-dev.1 → 8.0.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +7736 -7169
- package/dist/all.scss +5405 -4939
- package/dist/bootstrap-3-dark.scss +164 -39
- package/dist/bootstrap-3.scss +152 -39
- package/dist/bootstrap-4-dark.scss +156 -30
- package/dist/bootstrap-4.scss +144 -30
- package/dist/bootstrap-dataviz-v4.scss +45 -6
- package/dist/bootstrap-main-dark.scss +156 -30
- package/dist/bootstrap-main.scss +34 -29
- package/dist/bootstrap-nordic.scss +144 -30
- package/dist/bootstrap-turquoise-dark.scss +156 -30
- package/dist/bootstrap-turquoise.scss +144 -30
- package/dist/bootstrap-urban.scss +144 -30
- package/dist/bootstrap-vintage.scss +144 -30
- package/dist/meta/sassdoc-data.json +32286 -28278
- package/dist/meta/sassdoc-raw-data.json +3561 -1711
- package/dist/meta/variables.json +3640 -3532
- package/lib/swatches/bootstrap-3-dark.json +604 -2
- package/lib/swatches/bootstrap-3.json +544 -2
- package/lib/swatches/bootstrap-4-dark.json +601 -1
- package/lib/swatches/bootstrap-4.json +541 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +166 -1
- package/lib/swatches/bootstrap-main-dark.json +601 -1
- package/lib/swatches/bootstrap-main.json +11 -1
- package/lib/swatches/bootstrap-nordic.json +541 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +601 -1
- package/lib/swatches/bootstrap-turquoise.json +541 -1
- package/lib/swatches/bootstrap-urban.json +541 -1
- package/lib/swatches/bootstrap-vintage.json +541 -1
- package/package.json +5 -5
- package/scss/_variables.scss +0 -121
- package/scss/action-buttons/_variables.scss +4 -4
- package/scss/action-sheet/_variables.scss +17 -17
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +6 -6
- package/scss/avatar/_variables.scss +6 -6
- package/scss/badge/_variables.scss +4 -4
- package/scss/bottom-navigation/_variables.scss +8 -8
- package/scss/breadcrumb/_variables.scss +16 -16
- package/scss/button/_variables.scss +14 -14
- package/scss/calendar/_variables.scss +33 -61
- package/scss/captcha/_variables.scss +6 -6
- package/scss/card/_variables.scss +10 -10
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_layout.scss +3 -3
- package/scss/checkbox/_variables.scss +9 -9
- package/scss/chip/_variables.scss +18 -18
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +8 -8
- package/scss/colorgradient/_variables.scss +11 -11
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/core/_index.scss +14 -0
- package/scss/core/border-radii/index.import.scss +23 -0
- package/scss/core/color-system/_swatch-legacy.scss +6 -2
- package/scss/core/color-system/_swatch.scss +1 -1
- package/scss/core/spacing/index.import.scss +14 -0
- package/scss/core/typography/index.import.scss +110 -0
- package/scss/dataviz/_variables.scss +8 -8
- package/scss/datetimepicker/_variables.scss +1 -1
- package/scss/dock-manager/_variables.scss +10 -10
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_variables.scss +5 -14
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +8 -8
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +9 -9
- package/scss/fab/_variables.scss +16 -16
- package/scss/filemanager/_variables.scss +9 -9
- package/scss/forms/_layout.scss +3 -3
- package/scss/forms/_variables.scss +17 -17
- package/scss/gantt/_variables.scss +152 -7
- package/scss/grid/_variables.scss +64 -64
- package/scss/imageeditor/_variables.scss +7 -7
- package/scss/input/_variables.scss +8 -8
- package/scss/list/_variables.scss +26 -26
- package/scss/listbox/_variables.scss +6 -6
- package/scss/listgroup/_variables.scss +5 -5
- package/scss/listview/_variables.scss +7 -7
- package/scss/loader/_layout.scss +1 -1
- package/scss/loader/_variables.scss +25 -25
- package/scss/map/_variables.scss +8 -8
- package/scss/mediaplayer/_variables.scss +5 -5
- package/scss/menu/_layout.scss +1 -1
- package/scss/menu/_variables.scss +28 -28
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/notification/_variables.scss +4 -4
- package/scss/orgchart/_variables.scss +11 -11
- package/scss/pager/_variables.scss +12 -12
- package/scss/panelbar/_variables.scss +9 -9
- package/scss/pdf-viewer/_variables.scss +5 -5
- package/scss/pivotgrid/_variables.scss +15 -15
- package/scss/popup/_variables.scss +5 -5
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/prompt/_variables.scss +7 -7
- package/scss/radio/_variables.scss +9 -9
- package/scss/rating/_variables.scss +3 -3
- package/scss/scheduler/_layout.scss +1 -1
- package/scss/scheduler/_variables.scss +18 -18
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +7 -7
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +3 -3
- package/scss/splitter/_variables.scss +6 -6
- package/scss/spreadsheet/_layout.scss +1 -1
- package/scss/spreadsheet/_variables.scss +17 -17
- package/scss/stepper/_variables.scss +9 -9
- package/scss/switch/_variables.scss +1 -1
- package/scss/table/_variables.scss +10 -10
- package/scss/tabstrip/_variables.scss +9 -9
- package/scss/taskboard/_variables.scss +17 -17
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timeselector/_variables.scss +6 -6
- package/scss/toolbar/_variables.scss +12 -12
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/treelist/_variables.scss +5 -0
- package/scss/treeview/_variables.scss +19 -19
- package/scss/typography/_variables.scss +95 -12
- package/scss/upload/_variables.scss +8 -8
- package/scss/window/_variables.scss +10 -10
- package/scss/wizard/_variables.scss +7 -7
|
@@ -29,33 +29,33 @@ $kendo-table-cell-padding-x: null !default;
|
|
|
29
29
|
/// @group table
|
|
30
30
|
$kendo-table-cell-padding-y: null !default;
|
|
31
31
|
|
|
32
|
-
$kendo-table-sm-cell-padding-x: k-
|
|
33
|
-
$kendo-table-sm-cell-padding-y: k-
|
|
32
|
+
$kendo-table-sm-cell-padding-x: k-spacing(2) !default;
|
|
33
|
+
$kendo-table-sm-cell-padding-y: k-spacing(1) !default;
|
|
34
34
|
|
|
35
35
|
$kendo-table-md-cell-padding-x: $table-cell-padding-x !default;
|
|
36
36
|
$kendo-table-md-cell-padding-y: $table-cell-padding-y !default;
|
|
37
37
|
|
|
38
|
-
$kendo-table-lg-cell-padding-x: k-
|
|
39
|
-
$kendo-table-lg-cell-padding-y: k-
|
|
38
|
+
$kendo-table-lg-cell-padding-x: k-spacing(2) !default;
|
|
39
|
+
$kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
|
|
40
40
|
|
|
41
41
|
/// The sizes of the table.
|
|
42
42
|
/// @group table
|
|
43
43
|
$kendo-table-sizes: (
|
|
44
44
|
sm: (
|
|
45
|
-
font-size:
|
|
46
|
-
line-height:
|
|
45
|
+
font-size: var( --kendo-font-size, inherit ) ,
|
|
46
|
+
line-height: var( --kendo-line-height, normal ),
|
|
47
47
|
cell-padding-x: $kendo-table-sm-cell-padding-x,
|
|
48
48
|
cell-padding-y: $kendo-table-sm-cell-padding-y
|
|
49
49
|
),
|
|
50
50
|
md: (
|
|
51
|
-
font-size:
|
|
52
|
-
line-height:
|
|
51
|
+
font-size: var( --kendo-font-size, inherit ) ,
|
|
52
|
+
line-height: var( --kendo-line-height, normal ),
|
|
53
53
|
cell-padding-x: $kendo-table-md-cell-padding-x,
|
|
54
54
|
cell-padding-y: $kendo-table-md-cell-padding-y
|
|
55
55
|
),
|
|
56
56
|
lg: (
|
|
57
|
-
font-size:
|
|
58
|
-
line-height:
|
|
57
|
+
font-size: var( --kendo-font-size, inherit ) ,
|
|
58
|
+
line-height: var( --kendo-line-height, normal ),
|
|
59
59
|
cell-padding-x: $kendo-table-lg-cell-padding-x,
|
|
60
60
|
cell-padding-y: $kendo-table-lg-cell-padding-y
|
|
61
61
|
)
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// Tabstrip
|
|
2
2
|
|
|
3
|
-
$kendo-tabstrip-wrapper-padding-x:
|
|
4
|
-
$kendo-tabstrip-wrapper-padding-y:
|
|
3
|
+
$kendo-tabstrip-wrapper-padding-x: k-spacing(0) !default;
|
|
4
|
+
$kendo-tabstrip-wrapper-padding-y: k-spacing(0) !default;
|
|
5
5
|
$kendo-tabstrip-wrapper-border-width: 0px !default;
|
|
6
6
|
|
|
7
|
-
$kendo-tabstrip-font-family:
|
|
8
|
-
$kendo-tabstrip-font-size:
|
|
9
|
-
$kendo-tabstrip-line-height:
|
|
7
|
+
$kendo-tabstrip-font-family: var( --kendo-font-family, inherit ) !default;
|
|
8
|
+
$kendo-tabstrip-font-size: var( --kendo-font-size, inherit ) !default;
|
|
9
|
+
$kendo-tabstrip-line-height: var( --kendo-line-height, normal ) !default;
|
|
10
10
|
$kendo-tabstrip-border-width: 1px !default;
|
|
11
11
|
|
|
12
12
|
$kendo-tabstrip-wrapper-bg: null !default;
|
|
@@ -34,10 +34,10 @@ $kendo-tabstrip-item-padding-y: $nav-link-padding-y !default;
|
|
|
34
34
|
$kendo-tabstrip-item-border-width: 1px !default;
|
|
35
35
|
/// Border radius of tabs
|
|
36
36
|
/// @group tabstrip
|
|
37
|
-
$kendo-tabstrip-item-border-radius: k-
|
|
37
|
+
$kendo-tabstrip-item-border-radius: k-spacing(1) !default;
|
|
38
38
|
/// Spacing between tabs
|
|
39
39
|
/// @group tabstrip
|
|
40
|
-
$kendo-tabstrip-item-gap: 0 !default;
|
|
40
|
+
$kendo-tabstrip-item-gap: k-spacing(0) !default;
|
|
41
41
|
|
|
42
42
|
/// Background color of tabs
|
|
43
43
|
/// @group tabstrip
|
|
@@ -94,10 +94,10 @@ $kendo-tabstrip-indicator-color: null !default;
|
|
|
94
94
|
|
|
95
95
|
/// Horizontal padding of tabstrip content
|
|
96
96
|
/// @group tabstrip
|
|
97
|
-
$kendo-tabstrip-content-padding-x: k-
|
|
97
|
+
$kendo-tabstrip-content-padding-x: k-spacing(4) !default;
|
|
98
98
|
/// Vertical padding of tabstrip content
|
|
99
99
|
/// @group tabstrip
|
|
100
|
-
$kendo-tabstrip-content-padding-y: k-
|
|
100
|
+
$kendo-tabstrip-content-padding-y: k-spacing(4) !default;
|
|
101
101
|
/// Width of border around tabstrip content
|
|
102
102
|
/// @group tabstrip
|
|
103
103
|
$kendo-tabstrip-content-border-width: $kendo-tabstrip-border-width !default;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/// The spacing index of the TaskBoard.
|
|
4
4
|
/// @group taskboard
|
|
5
|
-
$kendo-taskboard-spacer: k-
|
|
5
|
+
$kendo-taskboard-spacer: k-spacing(4) !default;
|
|
6
6
|
/// The vertical padding of the TaskBoard.
|
|
7
7
|
/// @group taskboard
|
|
8
8
|
$kendo-taskboard-padding-y: null !default;
|
|
@@ -11,13 +11,13 @@ $kendo-taskboard-padding-y: null !default;
|
|
|
11
11
|
$kendo-taskboard-padding-x: null !default;
|
|
12
12
|
/// The font family of the TaskBoard.
|
|
13
13
|
/// @group taskboard
|
|
14
|
-
$kendo-taskboard-font-family:
|
|
14
|
+
$kendo-taskboard-font-family: var( --kendo-font-family, inherit ) !default;
|
|
15
15
|
/// The font size of the TaskBoard.
|
|
16
16
|
/// @group taskboard
|
|
17
|
-
$kendo-taskboard-font-size:
|
|
17
|
+
$kendo-taskboard-font-size: var( --kendo-font-size, inherit ) !default;
|
|
18
18
|
/// The line height of the TaskBoard.
|
|
19
19
|
/// @group taskboard
|
|
20
|
-
$kendo-taskboard-line-height:
|
|
20
|
+
$kendo-taskboard-line-height: var( --kendo-line-height, normal ) !default;
|
|
21
21
|
/// The background color of the TaskBoard.
|
|
22
22
|
/// @group taskboard
|
|
23
23
|
$kendo-taskboard-bg: null !default;
|
|
@@ -56,13 +56,13 @@ $kendo-taskboard-content-padding-x: $kendo-taskboard-content-padding-y !default;
|
|
|
56
56
|
|
|
57
57
|
/// The vertical spacing of the TaskBoard column container.
|
|
58
58
|
/// @group taskboard
|
|
59
|
-
$kendo-taskboard-column-container-spacing-y: $kendo-taskboard-spacer * .75 !default;
|
|
59
|
+
$kendo-taskboard-column-container-spacing-y: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
|
|
60
60
|
/// The vertical padding of the TaskBoard column container.
|
|
61
61
|
/// @group taskboard
|
|
62
|
-
$kendo-taskboard-column-container-padding-y:
|
|
62
|
+
$kendo-taskboard-column-container-padding-y: k-spacing(0) !default;
|
|
63
63
|
/// The horizontal padding of the TaskBoard column container.
|
|
64
64
|
/// @group taskboard
|
|
65
|
-
$kendo-taskboard-column-container-padding-x: $kendo-taskboard-spacer * .75 !default;
|
|
65
|
+
$kendo-taskboard-column-container-padding-x: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
|
|
66
66
|
/// The spacing of the TaskBoard columns container.
|
|
67
67
|
/// @group taskboard
|
|
68
68
|
$kendo-taskboard-columns-container-gap: $kendo-taskboard-spacer !default;
|
|
@@ -75,7 +75,7 @@ $kendo-taskboard-column-width: 320px !default;
|
|
|
75
75
|
$kendo-taskboard-column-border-width: 1px !default;
|
|
76
76
|
/// The border radius of the TaskBoard column.
|
|
77
77
|
/// @group taskboard
|
|
78
|
-
$kendo-taskboard-column-border-radius:
|
|
78
|
+
$kendo-taskboard-column-border-radius: k-border-radius(sm) !default;
|
|
79
79
|
/// The background color of the TaskBoard column.
|
|
80
80
|
/// @group taskboard
|
|
81
81
|
$kendo-taskboard-column-bg: if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $gray-900, $gray-100 )) !default;
|
|
@@ -98,16 +98,16 @@ $kendo-taskboard-column-focus-border: if($kendo-enable-color-system, k-color( bo
|
|
|
98
98
|
|
|
99
99
|
/// The vertical padding of the TaskBoard column header.
|
|
100
100
|
/// @group taskboard
|
|
101
|
-
$kendo-taskboard-column-header-padding-y: $kendo-taskboard-spacer * .75 !default;
|
|
101
|
+
$kendo-taskboard-column-header-padding-y: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
|
|
102
102
|
/// The horizontal padding of the TaskBoard column header.
|
|
103
103
|
/// @group taskboard
|
|
104
104
|
$kendo-taskboard-column-header-padding-x: $kendo-taskboard-column-header-padding-y !default;
|
|
105
105
|
/// The spacing of the TaskBoard column header.
|
|
106
106
|
/// @group taskboard
|
|
107
|
-
$kendo-taskboard-column-header-gap:
|
|
107
|
+
$kendo-taskboard-column-header-gap: calc( #{$kendo-taskboard-spacer} / 4 ) !default;
|
|
108
108
|
/// The spacing of the TaskBoard column header actions.
|
|
109
109
|
/// @group taskboard
|
|
110
|
-
$kendo-taskboard-column-header-actions-gap:
|
|
110
|
+
$kendo-taskboard-column-header-actions-gap: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
|
|
111
111
|
/// The font weight of the TaskBoard column header.
|
|
112
112
|
/// @group taskboard
|
|
113
113
|
$kendo-taskboard-column-header-font-weight: 500 !default;
|
|
@@ -117,13 +117,13 @@ $kendo-taskboard-column-header-text: $kendo-component-header-text !default;
|
|
|
117
117
|
|
|
118
118
|
/// The vertical padding of the TaskBoard column Card wrapper.
|
|
119
119
|
/// @group taskboard
|
|
120
|
-
$kendo-taskboard-column-cards-padding-y: $kendo-taskboard-spacer * .25 !default;
|
|
120
|
+
$kendo-taskboard-column-cards-padding-y: calc( #{$kendo-taskboard-spacer} * .25 ) !default;
|
|
121
121
|
/// The horizontal padding of the TaskBoard column Card wrapper.
|
|
122
122
|
/// @group taskboard
|
|
123
|
-
$kendo-taskboard-column-cards-padding-x:
|
|
123
|
+
$kendo-taskboard-column-cards-padding-x: k-spacing(0) !default;
|
|
124
124
|
/// The spacing of the TaskBoard column Card wrapper.
|
|
125
125
|
/// @group taskboard
|
|
126
|
-
$kendo-taskboard-column-cards-gap: $kendo-taskboard-spacer * .75 !default;
|
|
126
|
+
$kendo-taskboard-column-cards-gap: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
|
|
127
127
|
|
|
128
128
|
/// The default width of the TaskBoard pane.
|
|
129
129
|
/// @group taskboard
|
|
@@ -149,7 +149,7 @@ $kendo-taskboard-pane-border: $kendo-component-border !default;
|
|
|
149
149
|
|
|
150
150
|
/// The vertical padding of the TaskBoard pane header.
|
|
151
151
|
/// @group taskboard
|
|
152
|
-
$kendo-taskboard-pane-header-padding-y: ( $kendo-taskboard-spacer * .75 ) !default;
|
|
152
|
+
$kendo-taskboard-pane-header-padding-y: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
|
|
153
153
|
/// The horizontal padding of the TaskBoard pane header.
|
|
154
154
|
/// @group taskboard
|
|
155
155
|
$kendo-taskboard-pane-header-padding-x: $kendo-taskboard-spacer !default;
|
|
@@ -162,14 +162,14 @@ $kendo-taskboard-pane-header-text: $kendo-component-header-text !default;
|
|
|
162
162
|
|
|
163
163
|
/// The vertical padding of the TaskBoard pane content.
|
|
164
164
|
/// @group taskboard
|
|
165
|
-
$kendo-taskboard-pane-content-padding-y:
|
|
165
|
+
$kendo-taskboard-pane-content-padding-y: k-spacing(0) !default;
|
|
166
166
|
/// The horizontal padding of the TaskBoard pane content.
|
|
167
167
|
/// @group taskboard
|
|
168
168
|
$kendo-taskboard-pane-content-padding-x: $kendo-taskboard-spacer !default;
|
|
169
169
|
|
|
170
170
|
/// The vertical padding of the TaskBoard pane actions.
|
|
171
171
|
/// @group taskboard
|
|
172
|
-
$kendo-taskboard-pane-actions-padding-y: ( $kendo-taskboard-spacer * .75 ) !default;
|
|
172
|
+
$kendo-taskboard-pane-actions-padding-y: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
|
|
173
173
|
/// The horizontal padding of the TaskBoard pane actions.
|
|
174
174
|
/// @group taskboard
|
|
175
175
|
$kendo-taskboard-pane-actions-padding-x: $kendo-taskboard-spacer !default;
|
|
@@ -9,7 +9,7 @@ $kendo-tile-layout-bg: $gray-100 !default;
|
|
|
9
9
|
|
|
10
10
|
/// The horizontal padding of the TileLayout.
|
|
11
11
|
/// @group tilelayout
|
|
12
|
-
$kendo-tile-layout-padding-x: k-
|
|
12
|
+
$kendo-tile-layout-padding-x: k-spacing(4) !default;
|
|
13
13
|
|
|
14
14
|
/// The vertical padding of the TileLayout
|
|
15
15
|
/// @group tilelayout
|
|
@@ -2,23 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
/// The horizontal spacing of the Timeline.
|
|
4
4
|
/// @group timeline
|
|
5
|
-
$kendo-timeline-spacing-x:
|
|
5
|
+
$kendo-timeline-spacing-x: k-spacing(10) !default;
|
|
6
6
|
/// The vertical spacing of the Timeline.
|
|
7
7
|
/// @group timeline
|
|
8
|
-
$kendo-timeline-spacing-y:
|
|
8
|
+
$kendo-timeline-spacing-y: k-spacing(10) !default;
|
|
9
9
|
/// The padding between the Timeline's track items.
|
|
10
10
|
/// @group timeline
|
|
11
11
|
$kendo-timeline-items-padding: $kendo-padding-md-x !default;
|
|
12
12
|
|
|
13
13
|
/// The font family of the Timeline.
|
|
14
14
|
/// @group timeline
|
|
15
|
-
$kendo-timeline-font-family:
|
|
15
|
+
$kendo-timeline-font-family: var( --kendo-font-family, inherit ) !default;
|
|
16
16
|
/// The font size of the Timeline.
|
|
17
17
|
/// @group timeline
|
|
18
|
-
$kendo-timeline-font-size:
|
|
18
|
+
$kendo-timeline-font-size: var( --kendo-font-size, inherit ) !default;
|
|
19
19
|
/// The line height of the Timeline.
|
|
20
20
|
/// @group timeline
|
|
21
|
-
$kendo-timeline-line-height:
|
|
21
|
+
$kendo-timeline-line-height: var( --kendo-line-height, normal ) !default;
|
|
22
22
|
|
|
23
23
|
/// The horizontal spacing of the mobile Timeline.
|
|
24
24
|
/// @group timeline
|
|
@@ -55,7 +55,7 @@ $kendo-timeline-track-wrap-padding-bottom: k-math-div( $kendo-timeline-track-siz
|
|
|
55
55
|
$kendo-timeline-track-border-width: 1px !default;
|
|
56
56
|
/// The bottom margin of the Timeline track.
|
|
57
57
|
/// @group timeline
|
|
58
|
-
$kendo-timeline-track-margin-bottom: k-
|
|
58
|
+
$kendo-timeline-track-margin-bottom: k-spacing(4) !default;
|
|
59
59
|
/// The bottom offset of the Timeline track.
|
|
60
60
|
/// @group timeline
|
|
61
61
|
$kendo-timeline-track-bottom-calc: calc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom}) !default;
|
|
@@ -127,7 +127,7 @@ $kendo-timeline-flag-margin-bottom-calc: calc(#{$kendo-timeline-track-size} + 2
|
|
|
127
127
|
$kendo-timeline-date-width: 50px !default;
|
|
128
128
|
/// The bottom margin of the Timeline date.
|
|
129
129
|
/// @group timeline
|
|
130
|
-
$kendo-timeline-date-margin-bottom:
|
|
130
|
+
$kendo-timeline-date-margin-bottom: k-spacing(2.5) !default;
|
|
131
131
|
|
|
132
132
|
/// The padding of the vertical Timeline.
|
|
133
133
|
/// @group timeline
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// Time selector
|
|
2
2
|
|
|
3
3
|
$kendo-time-selector-border-width: 1px !default;
|
|
4
|
-
$kendo-time-selector-font-family:
|
|
5
|
-
$kendo-time-selector-font-size:
|
|
6
|
-
$kendo-time-selector-line-height:
|
|
4
|
+
$kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
|
|
5
|
+
$kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
|
|
6
|
+
$kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
|
|
7
7
|
|
|
8
8
|
$kendo-time-selector-bg: $kendo-component-bg !default;
|
|
9
9
|
$kendo-time-selector-text: $kendo-component-text !default;
|
|
@@ -16,9 +16,9 @@ $kendo-time-selector-header-border-width: 0px !default;
|
|
|
16
16
|
$kendo-time-list-width: 4em !default;
|
|
17
17
|
$kendo-time-list-height: 240px !default;
|
|
18
18
|
|
|
19
|
-
$kendo-time-list-title-font-size:
|
|
19
|
+
$kendo-time-list-title-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
20
20
|
$kendo-time-list-title-line-height: 1.5 !default;
|
|
21
|
-
$kendo-time-list-title-height: ( $kendo-time-list-title-font-size * $kendo-time-list-title-line-height) !default;
|
|
21
|
+
$kendo-time-list-title-height: calc( #{$kendo-time-list-title-font-size} * #{$kendo-time-list-title-line-height} ) !default;
|
|
22
22
|
$kendo-time-list-title-text: $kendo-subtle-text !default;
|
|
23
23
|
$kendo-time-list-title-focus-text: $kendo-component-text !default;
|
|
24
24
|
|
|
@@ -26,7 +26,7 @@ $kendo-time-list-item-padding-x: $kendo-list-md-item-padding-x !default;
|
|
|
26
26
|
$kendo-time-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
27
27
|
|
|
28
28
|
$kendo-time-list-highlight-border-width: 1px 0px !default;
|
|
29
|
-
$kendo-time-list-highlight-height: calc( #{$kendo-time-selector-font-size * $kendo-time-selector-line-height} + #{
|
|
29
|
+
$kendo-time-list-highlight-height: calc( calc( #{$kendo-time-selector-font-size} * #{$kendo-time-selector-line-height} ) + calc( #{$kendo-time-list-item-padding-y} * 2 ) ) !default;
|
|
30
30
|
$kendo-time-list-highlight-bg: $kendo-component-bg !default;
|
|
31
31
|
$kendo-time-list-highlight-border: $kendo-component-border !default;
|
|
32
32
|
|
|
@@ -5,39 +5,39 @@
|
|
|
5
5
|
$kendo-toolbar-padding-x: null !default;
|
|
6
6
|
/// The horizontal padding of the small Toolbar.
|
|
7
7
|
/// @group toolbar
|
|
8
|
-
$kendo-toolbar-sm-padding-x: k-
|
|
8
|
+
$kendo-toolbar-sm-padding-x: k-spacing(1) !default;
|
|
9
9
|
/// The horizontal padding of the medium Toolbar.
|
|
10
10
|
/// @group toolbar
|
|
11
|
-
$kendo-toolbar-md-padding-x: k-
|
|
11
|
+
$kendo-toolbar-md-padding-x: k-spacing(2) !default;
|
|
12
12
|
/// The horizontal padding of the large Toolbar.
|
|
13
13
|
/// @group toolbar
|
|
14
|
-
$kendo-toolbar-lg-padding-x: k-
|
|
14
|
+
$kendo-toolbar-lg-padding-x: k-spacing(2.5) !default;
|
|
15
15
|
|
|
16
16
|
/// The vertical padding of the Toolbar.
|
|
17
17
|
/// @group toolbar
|
|
18
18
|
$kendo-toolbar-padding-y: null !default;
|
|
19
19
|
/// The vertical padding of the small Toolbar.
|
|
20
20
|
/// @group toolbar
|
|
21
|
-
$kendo-toolbar-sm-padding-y: k-
|
|
21
|
+
$kendo-toolbar-sm-padding-y: k-spacing(1) !default;
|
|
22
22
|
/// The vertical padding of the medium Toolbar.
|
|
23
23
|
/// @group toolbar
|
|
24
|
-
$kendo-toolbar-md-padding-y: k-
|
|
24
|
+
$kendo-toolbar-md-padding-y: k-spacing(2) !default;
|
|
25
25
|
/// The vertical padding of the large Toolbar.
|
|
26
26
|
/// @group toolbar
|
|
27
|
-
$kendo-toolbar-lg-padding-y: k-
|
|
27
|
+
$kendo-toolbar-lg-padding-y: k-spacing(2.5) !default;
|
|
28
28
|
|
|
29
29
|
/// The spacing between the Toolbar tools.
|
|
30
30
|
/// @group toolbar
|
|
31
31
|
$kendo-toolbar-spacing: null !default;
|
|
32
32
|
/// The spacing between the tools of the small Toolbar.
|
|
33
33
|
/// @group toolbar
|
|
34
|
-
$kendo-toolbar-sm-spacing: k-
|
|
34
|
+
$kendo-toolbar-sm-spacing: k-spacing(1.5) !default;
|
|
35
35
|
/// The spacing between the tools of the medium Toolbar.
|
|
36
36
|
/// @group toolbar
|
|
37
|
-
$kendo-toolbar-md-spacing: k-
|
|
37
|
+
$kendo-toolbar-md-spacing: k-spacing(2) !default;
|
|
38
38
|
/// The spacing between the tools of the large Toolbar.
|
|
39
39
|
/// @group toolbar
|
|
40
|
-
$kendo-toolbar-lg-spacing: k-
|
|
40
|
+
$kendo-toolbar-lg-spacing: k-spacing(2.5) !default;
|
|
41
41
|
|
|
42
42
|
/// The width of the border around the Toolbar.
|
|
43
43
|
/// @group toolbar
|
|
@@ -48,13 +48,13 @@ $kendo-toolbar-border-radius: null !default;
|
|
|
48
48
|
|
|
49
49
|
/// The font family of the Toolbar.
|
|
50
50
|
/// @group toolbar
|
|
51
|
-
$kendo-toolbar-font-family:
|
|
51
|
+
$kendo-toolbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
52
52
|
/// The font size of the Toolbar.
|
|
53
53
|
/// @group toolbar
|
|
54
|
-
$kendo-toolbar-font-size:
|
|
54
|
+
$kendo-toolbar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
55
55
|
/// The line height of the Toolbar.
|
|
56
56
|
/// @group toolbar
|
|
57
|
-
$kendo-toolbar-line-height:
|
|
57
|
+
$kendo-toolbar-line-height: var( --kendo-line-height, normal ) !default;
|
|
58
58
|
|
|
59
59
|
/// The background color of the Toolbar.
|
|
60
60
|
/// @group toolbar
|
|
@@ -15,17 +15,17 @@ $kendo-tooltip-border-radius: $tooltip-border-radius !default;
|
|
|
15
15
|
|
|
16
16
|
/// The font family of the Tooltip.
|
|
17
17
|
/// @group tooltip
|
|
18
|
-
$kendo-tooltip-font-family:
|
|
18
|
+
$kendo-tooltip-font-family: var( --kendo-font-family, inherit ) !default;
|
|
19
19
|
/// The font size of the Tooltip.
|
|
20
20
|
/// @group tooltip
|
|
21
|
-
$kendo-tooltip-font-size:
|
|
21
|
+
$kendo-tooltip-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
22
22
|
/// The line height of the Tooltip.
|
|
23
23
|
/// @group tooltip
|
|
24
|
-
$kendo-tooltip-line-height:
|
|
24
|
+
$kendo-tooltip-line-height: var( --kendo-line-height, normal ) !default;
|
|
25
25
|
|
|
26
26
|
/// The font size of the Tooltip title.
|
|
27
27
|
/// @group tooltip
|
|
28
|
-
$kendo-tooltip-title-font-size: ($kendo-tooltip-font-size * 1.25) !default;
|
|
28
|
+
$kendo-tooltip-title-font-size: calc( #{$kendo-tooltip-font-size} * 1.25 ) !default;
|
|
29
29
|
/// The line height of the Tooltip title.
|
|
30
30
|
/// @group tooltip
|
|
31
31
|
$kendo-tooltip-title-line-height: 1 !default;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
// Treelist
|
|
2
|
+
|
|
3
|
+
/// The background color of the TreeList footer row.
|
|
4
|
+
/// @group treelist
|
|
2
5
|
$kendo-treelist-footer-row-bg: $kendo-grid-header-bg !default;
|
|
6
|
+
/// The border width of the TreeList footer row.
|
|
7
|
+
/// @group treelist
|
|
3
8
|
$kendo-treelist-footer-row-border-width: 1px !default;
|
|
@@ -2,31 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
/// The font family of the TreeView.
|
|
4
4
|
/// @group treeview
|
|
5
|
-
$kendo-treeview-font-family:
|
|
5
|
+
$kendo-treeview-font-family: var( --kendo-font-family, inherit ) !default;
|
|
6
6
|
/// The font size of the TreeView.
|
|
7
7
|
/// @group treeview
|
|
8
|
-
$kendo-treeview-font-size:
|
|
8
|
+
$kendo-treeview-font-size: var( --kendo-font-size, inherit ) !default;
|
|
9
9
|
/// The font size of the small TreeView.
|
|
10
10
|
/// @group treeview
|
|
11
|
-
$kendo-treeview-sm-font-size:
|
|
11
|
+
$kendo-treeview-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
12
12
|
/// The font size of the medium TreeView.
|
|
13
13
|
/// @group treeview
|
|
14
|
-
$kendo-treeview-md-font-size:
|
|
14
|
+
$kendo-treeview-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
15
15
|
/// The font size of the large TreeView.
|
|
16
16
|
/// @group treeview
|
|
17
|
-
$kendo-treeview-lg-font-size:
|
|
17
|
+
$kendo-treeview-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
18
18
|
/// The line height of the TreeView.
|
|
19
19
|
/// @group treeview
|
|
20
|
-
$kendo-treeview-line-height:
|
|
20
|
+
$kendo-treeview-line-height: var( --kendo-line-height, normal ) !default;
|
|
21
21
|
/// The line height of the small TreeView.
|
|
22
22
|
/// @group treeview
|
|
23
23
|
$kendo-treeview-sm-line-height: k-math-div( 20, 14 ) !default;
|
|
24
24
|
/// The line height of the medium TreeView.
|
|
25
25
|
/// @group treeview
|
|
26
|
-
$kendo-treeview-md-line-height:
|
|
26
|
+
$kendo-treeview-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
27
27
|
/// The line height of the large TreeView.
|
|
28
28
|
/// @group treeview
|
|
29
|
-
$kendo-treeview-lg-line-height:
|
|
29
|
+
$kendo-treeview-lg-line-height: var( --kendo-line-height, normal ) !default;
|
|
30
30
|
|
|
31
31
|
/// The indentation of child groups in the TreeView.
|
|
32
32
|
/// @group treeview
|
|
@@ -34,38 +34,38 @@ $kendo-treeview-indent: 24px !default;
|
|
|
34
34
|
|
|
35
35
|
/// The horizontal padding of the TreeView items.
|
|
36
36
|
/// @group treeview
|
|
37
|
-
$kendo-treeview-item-padding-x: k-
|
|
37
|
+
$kendo-treeview-item-padding-x: k-spacing(3) !default;
|
|
38
38
|
/// The horizontal padding of the small TreeView items.
|
|
39
39
|
/// @group treeview
|
|
40
|
-
$kendo-treeview-sm-item-padding-x: k-
|
|
40
|
+
$kendo-treeview-sm-item-padding-x: k-spacing(2) !default;
|
|
41
41
|
/// The horizontal padding of the medium TreeView items.
|
|
42
42
|
/// @group treeview
|
|
43
|
-
$kendo-treeview-md-item-padding-x: k-
|
|
43
|
+
$kendo-treeview-md-item-padding-x: k-spacing(3) !default;
|
|
44
44
|
/// The horizontal padding of the large TreeView items.
|
|
45
45
|
/// @group treeview
|
|
46
|
-
$kendo-treeview-lg-item-padding-x: k-
|
|
46
|
+
$kendo-treeview-lg-item-padding-x: k-spacing(3) !default;
|
|
47
47
|
/// The vertical padding of the TreeView items.
|
|
48
48
|
/// @group treeview
|
|
49
|
-
$kendo-treeview-item-padding-y: k-
|
|
49
|
+
$kendo-treeview-item-padding-y: k-spacing(1) !default;
|
|
50
50
|
/// The vertical padding of the small TreeView items.
|
|
51
51
|
/// @group treeview
|
|
52
|
-
$kendo-treeview-sm-item-padding-y: k-
|
|
52
|
+
$kendo-treeview-sm-item-padding-y: k-spacing(1) !default;
|
|
53
53
|
/// The vertical padding of the medium TreeView items.
|
|
54
54
|
/// @group treeview
|
|
55
|
-
$kendo-treeview-md-item-padding-y: k-
|
|
55
|
+
$kendo-treeview-md-item-padding-y: k-spacing(1) !default;
|
|
56
56
|
/// The vertical padding of the large TreeView items.
|
|
57
57
|
/// @group treeview
|
|
58
|
-
$kendo-treeview-lg-item-padding-y: k-
|
|
58
|
+
$kendo-treeview-lg-item-padding-y: k-spacing(2) !default;
|
|
59
59
|
/// The border width of the TreeView items.
|
|
60
60
|
/// @group treeview
|
|
61
61
|
$kendo-treeview-item-border-width: 0px !default;
|
|
62
62
|
/// The border radius of the TreeView items.
|
|
63
63
|
/// @group treeview
|
|
64
|
-
$kendo-treeview-item-border-radius: k-
|
|
64
|
+
$kendo-treeview-item-border-radius: k-spacing(1) !default;
|
|
65
65
|
|
|
66
66
|
/// The horizontal padding of the checkbox in the small TreeView.
|
|
67
67
|
/// @group treeview
|
|
68
|
-
$kendo-treeview-sm-checkbox-padding-x: k-
|
|
68
|
+
$kendo-treeview-sm-checkbox-padding-x: k-spacing(1) !default;
|
|
69
69
|
/// The horizontal padding of the checkbox in the medium TreeView.
|
|
70
70
|
/// @group treeview
|
|
71
71
|
$kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
@@ -74,7 +74,7 @@ $kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !de
|
|
|
74
74
|
$kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
75
75
|
/// The vertical padding of the checkbox in the small TreeView.
|
|
76
76
|
/// @group treeview
|
|
77
|
-
$kendo-treeview-sm-checkbox-padding-y: k-
|
|
77
|
+
$kendo-treeview-sm-checkbox-padding-y: k-spacing(0.5) !default;
|
|
78
78
|
/// The vertical padding of the checkbox in the medium TreeView.
|
|
79
79
|
/// @group treeview
|
|
80
80
|
$kendo-treeview-md-checkbox-padding-y: null !default;
|
|
@@ -44,27 +44,79 @@ $kendo-h4-margin: 0 0 $headings-margin-bottom !default;
|
|
|
44
44
|
$kendo-h5-margin: 0 0 $headings-margin-bottom !default;
|
|
45
45
|
$kendo-h6-margin: 0 0 $headings-margin-bottom !default;
|
|
46
46
|
|
|
47
|
+
$kendo-headings: (
|
|
48
|
+
h1: (
|
|
49
|
+
font-size: $kendo-h1-font-size,
|
|
50
|
+
font-family: $kendo-h1-font-family,
|
|
51
|
+
line-height: $kendo-h1-line-height,
|
|
52
|
+
font-weight: $kendo-h1-font-weight,
|
|
53
|
+
letter-spacing: $kendo-h1-letter-spacing,
|
|
54
|
+
margin: $kendo-h1-margin
|
|
55
|
+
|
|
56
|
+
),
|
|
57
|
+
h2: (
|
|
58
|
+
font-size: $kendo-h2-font-size,
|
|
59
|
+
font-family: $kendo-h2-font-family,
|
|
60
|
+
line-height: $kendo-h2-line-height,
|
|
61
|
+
font-weight: $kendo-h2-font-weight,
|
|
62
|
+
letter-spacing: $kendo-h2-letter-spacing,
|
|
63
|
+
margin: $kendo-h2-margin
|
|
64
|
+
),
|
|
65
|
+
h3: (
|
|
66
|
+
font-size: $kendo-h3-font-size,
|
|
67
|
+
font-family: $kendo-h3-font-family,
|
|
68
|
+
line-height: $kendo-h3-line-height,
|
|
69
|
+
font-weight: $kendo-h3-font-weight,
|
|
70
|
+
letter-spacing: $kendo-h3-letter-spacing,
|
|
71
|
+
margin: $kendo-h3-margin
|
|
72
|
+
),
|
|
73
|
+
h4: (
|
|
74
|
+
font-size: $kendo-h4-font-size,
|
|
75
|
+
font-family: $kendo-h4-font-family,
|
|
76
|
+
line-height: $kendo-h4-line-height,
|
|
77
|
+
font-weight: $kendo-h4-font-weight,
|
|
78
|
+
letter-spacing: $kendo-h4-letter-spacing,
|
|
79
|
+
margin: $kendo-h4-margin
|
|
80
|
+
),
|
|
81
|
+
h5: (
|
|
82
|
+
font-size: $kendo-h5-font-size,
|
|
83
|
+
font-family: $kendo-h5-font-family,
|
|
84
|
+
line-height: $kendo-h5-line-height,
|
|
85
|
+
font-weight: $kendo-h5-font-weight,
|
|
86
|
+
letter-spacing: $kendo-h5-letter-spacing,
|
|
87
|
+
margin: $kendo-h5-margin
|
|
88
|
+
),
|
|
89
|
+
h6: (
|
|
90
|
+
font-size: $kendo-h6-font-size,
|
|
91
|
+
font-family: $kendo-h6-font-family,
|
|
92
|
+
line-height: $kendo-h6-line-height,
|
|
93
|
+
font-weight: $kendo-h6-font-weight,
|
|
94
|
+
letter-spacing: $kendo-h6-letter-spacing,
|
|
95
|
+
margin: $kendo-h6-margin
|
|
96
|
+
),
|
|
97
|
+
) !default;
|
|
98
|
+
|
|
47
99
|
|
|
48
100
|
// Paragraph
|
|
49
101
|
$kendo-paragraph-margin: 0 0 $paragraph-margin-bottom !default;
|
|
50
|
-
$kendo-paragraph-font-size:
|
|
51
|
-
$kendo-paragraph-font-family:
|
|
52
|
-
$kendo-paragraph-line-height:
|
|
53
|
-
$kendo-paragraph-font-weight:
|
|
102
|
+
$kendo-paragraph-font-size: var( --kendo-font-size, inherit ) !default;
|
|
103
|
+
$kendo-paragraph-font-family: var( --kendo-font-family, inherit ) !default;
|
|
104
|
+
$kendo-paragraph-line-height: var( --kendo-line-height, normal ) !default;
|
|
105
|
+
$kendo-paragraph-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|
|
54
106
|
$kendo-paragraph-letter-spacing: null !default;
|
|
55
107
|
|
|
56
108
|
|
|
57
109
|
// Code
|
|
58
|
-
$kendo-code-font-size:
|
|
59
|
-
$kendo-code-font-family:
|
|
60
|
-
$kendo-code-line-height:
|
|
61
|
-
$kendo-code-font-weight:
|
|
110
|
+
$kendo-code-font-size: var( --kendo-font-size-sm, inherit )!default;
|
|
111
|
+
$kendo-code-font-family: var( --kendo-font-family-monospace, normal ) !default;
|
|
112
|
+
$kendo-code-line-height: var( --kendo-line-height, normal ) !default;
|
|
113
|
+
$kendo-code-font-weight: var( --kendo-font-weight-normal, normal ) !default;
|
|
62
114
|
$kendo-code-letter-spacing: null !default;
|
|
63
115
|
|
|
64
|
-
$kendo-code-padding-x:
|
|
65
|
-
$kendo-code-padding-y:
|
|
66
|
-
$kendo-pre-padding-x:
|
|
67
|
-
$kendo-pre-padding-y:
|
|
116
|
+
$kendo-code-padding-x: k-spacing(1) !default;
|
|
117
|
+
$kendo-code-padding-y: k-spacing(0) !default;
|
|
118
|
+
$kendo-pre-padding-x: k-spacing(6) !default;
|
|
119
|
+
$kendo-pre-padding-y: k-spacing(4) !default;
|
|
68
120
|
$kendo-code-border-width: 1px !default;
|
|
69
121
|
|
|
70
122
|
$kendo-code-bg: $kendo-base-bg !default;
|
|
@@ -97,3 +149,34 @@ $kendo-display1-letter-spacing: null !default;
|
|
|
97
149
|
$kendo-display2-letter-spacing: null !default;
|
|
98
150
|
$kendo-display3-letter-spacing: null !default;
|
|
99
151
|
$kendo-display4-letter-spacing: null !default;
|
|
152
|
+
|
|
153
|
+
$kendo-display: (
|
|
154
|
+
1: (
|
|
155
|
+
font-size: $kendo-display1-font-size,
|
|
156
|
+
font-family: $kendo-display1-font-family,
|
|
157
|
+
line-height: $kendo-display1-line-height,
|
|
158
|
+
font-weight: $kendo-display1-font-weight,
|
|
159
|
+
letter-spacing: $kendo-display1-letter-spacing
|
|
160
|
+
),
|
|
161
|
+
2: (
|
|
162
|
+
font-size: $kendo-display2-font-size,
|
|
163
|
+
font-family: $kendo-display2-font-family,
|
|
164
|
+
line-height: $kendo-display2-line-height,
|
|
165
|
+
font-weight: $kendo-display2-font-weight,
|
|
166
|
+
letter-spacing: $kendo-display2-letter-spacing
|
|
167
|
+
),
|
|
168
|
+
3: (
|
|
169
|
+
font-size: $kendo-display3-font-size,
|
|
170
|
+
font-family: $kendo-display3-font-family,
|
|
171
|
+
line-height: $kendo-display3-line-height,
|
|
172
|
+
font-weight: $kendo-display3-font-weight,
|
|
173
|
+
letter-spacing: $kendo-display3-letter-spacing
|
|
174
|
+
),
|
|
175
|
+
4: (
|
|
176
|
+
font-size: $kendo-display4-font-size,
|
|
177
|
+
font-family: $kendo-display4-font-family,
|
|
178
|
+
line-height: $kendo-display4-line-height,
|
|
179
|
+
font-weight: $kendo-display4-font-weight,
|
|
180
|
+
letter-spacing: $kendo-display4-letter-spacing
|
|
181
|
+
),
|
|
182
|
+
) !default;
|