@progress/kendo-theme-default 6.2.1-dev.1 → 6.2.1-dev.44
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 +4434 -183
- package/dist/all.scss +4830 -1190
- package/dist/default-main-dark.scss +33 -28
- package/dist/meta/sassdoc-data.json +4306 -3550
- package/dist/meta/sassdoc-raw-data.json +2095 -1745
- package/dist/meta/variables.json +38 -2
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +54 -29
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/_variables.scss +2 -0
- package/scss/action-buttons/_index.scss +18 -0
- package/scss/action-buttons/_layout.scss +16 -9
- package/scss/action-buttons/_theme.scss +7 -1
- package/scss/action-sheet/_index.scss +18 -0
- package/scss/action-sheet/_layout.scss +8 -4
- package/scss/action-sheet/_theme.scss +6 -1
- package/scss/adaptive/_index.scss +18 -0
- package/scss/adaptive/_layout.scss +14 -7
- package/scss/adaptive/_theme.scss +7 -1
- package/scss/all.scss +6 -0
- package/scss/appbar/_index.scss +18 -0
- package/scss/appbar/_layout.scss +6 -1
- package/scss/appbar/_theme.scss +6 -1
- package/scss/autocomplete/_index.scss +18 -0
- package/scss/autocomplete/_layout.scss +6 -1
- package/scss/autocomplete/_theme.scss +6 -1
- package/scss/avatar/_index.scss +18 -0
- package/scss/avatar/_layout.scss +5 -1
- package/scss/avatar/_theme.scss +6 -1
- package/scss/badge/_index.scss +18 -0
- package/scss/badge/_layout.scss +6 -1
- package/scss/badge/_theme.scss +7 -1
- package/scss/bottom-navigation/_index.scss +18 -0
- package/scss/bottom-navigation/_layout.scss +7 -1
- package/scss/bottom-navigation/_theme.scss +6 -1
- package/scss/breadcrumb/_index.scss +18 -0
- package/scss/breadcrumb/_layout.scss +6 -1
- package/scss/breadcrumb/_theme.scss +6 -1
- package/scss/button/_index.scss +18 -0
- package/scss/button/_layout.scss +8 -9
- package/scss/button/_theme.scss +6 -1
- package/scss/button/_variables.scss +66 -63
- package/scss/calendar/_index.scss +18 -0
- package/scss/calendar/_layout.scss +8 -13
- package/scss/calendar/_theme.scss +7 -9
- package/scss/captcha/_index.scss +18 -2
- package/scss/captcha/_layout.scss +6 -1
- package/scss/captcha/_theme.scss +6 -1
- package/scss/card/_index.scss +18 -0
- package/scss/card/_layout.scss +9 -13
- package/scss/card/_theme.scss +6 -1
- package/scss/card/_variables.scss +2 -0
- package/scss/chat/_index.scss +18 -0
- package/scss/chat/_layout.scss +9 -22
- package/scss/chat/_theme.scss +6 -1
- package/scss/checkbox/_index.scss +18 -0
- package/scss/checkbox/_layout.scss +6 -1
- package/scss/checkbox/_theme.scss +6 -1
- package/scss/checkbox/_variables.scss +53 -53
- package/scss/chip/_index.scss +18 -0
- package/scss/chip/_layout.scss +6 -1
- package/scss/chip/_theme.scss +6 -1
- package/scss/chip/_variables.scss +42 -42
- package/scss/color-preview/_index.scss +18 -2
- package/scss/color-preview/_layout.scss +6 -1
- package/scss/color-preview/_theme.scss +6 -1
- package/scss/coloreditor/_index.scss +18 -0
- package/scss/coloreditor/_layout.scss +6 -1
- package/scss/coloreditor/_theme.scss +6 -1
- package/scss/colorgradient/_index.scss +18 -1
- package/scss/colorgradient/_layout.scss +6 -1
- package/scss/colorgradient/_theme.scss +8 -3
- package/scss/colorgradient/_variables.scss +3 -0
- package/scss/colorpalette/_index.scss +18 -0
- package/scss/colorpalette/_layout.scss +6 -1
- package/scss/colorpalette/_theme.scss +6 -1
- package/scss/colorpicker/_index.scss +18 -0
- package/scss/colorpicker/_layout.scss +6 -1
- package/scss/colorpicker/_theme.scss +5 -1
- package/scss/combobox/_index.scss +18 -0
- package/scss/combobox/_layout.scss +6 -1
- package/scss/combobox/_theme.scss +6 -1
- package/scss/common/_base.scss +1 -1
- package/scss/dataviz/_index.scss +18 -0
- package/scss/dataviz/_layout.scss +15 -22
- package/scss/dataviz/_theme.scss +8 -3
- package/scss/dateinput/_index.scss +18 -0
- package/scss/dateinput/_layout.scss +6 -1
- package/scss/dateinput/_theme.scss +6 -1
- package/scss/datepicker/_index.scss +18 -0
- package/scss/datepicker/_layout.scss +5 -1
- package/scss/datepicker/_theme.scss +6 -1
- package/scss/daterangepicker/_index.scss +18 -2
- package/scss/daterangepicker/_layout.scss +6 -1
- package/scss/daterangepicker/_theme.scss +9 -1
- package/scss/datetimepicker/_index.scss +18 -0
- package/scss/datetimepicker/_layout.scss +7 -4
- package/scss/datetimepicker/_theme.scss +6 -1
- package/scss/dialog/_index.scss +18 -0
- package/scss/dialog/_layout.scss +6 -1
- package/scss/dialog/_theme.scss +8 -2
- package/scss/draggable/_index.scss +18 -0
- package/scss/draggable/_layout.scss +6 -1
- package/scss/draggable/_theme.scss +7 -2
- package/scss/drawer/_index.scss +18 -0
- package/scss/drawer/_layout.scss +6 -1
- package/scss/drawer/_theme.scss +6 -1
- package/scss/dropdowngrid/_index.scss +18 -0
- package/scss/dropdowngrid/_layout.scss +9 -3
- package/scss/dropdowngrid/_theme.scss +6 -1
- package/scss/dropdownlist/_index.scss +18 -0
- package/scss/dropdownlist/_layout.scss +8 -2
- package/scss/dropdownlist/_theme.scss +6 -1
- package/scss/dropdowntree/_index.scss +18 -0
- package/scss/dropdowntree/_layout.scss +6 -1
- package/scss/dropdowntree/_theme.scss +6 -1
- package/scss/dropzone/_index.scss +18 -0
- package/scss/dropzone/_layout.scss +7 -2
- package/scss/dropzone/_theme.scss +6 -1
- package/scss/editor/_index.scss +18 -0
- package/scss/editor/_layout.scss +12 -12
- package/scss/editor/_theme.scss +6 -1
- package/scss/expansion-panel/_index.scss +18 -0
- package/scss/expansion-panel/_layout.scss +6 -1
- package/scss/expansion-panel/_theme.scss +6 -1
- package/scss/fab/_index.scss +18 -0
- package/scss/fab/_layout.scss +21 -32
- package/scss/fab/_theme.scss +10 -9
- package/scss/fab/_variables.scss +32 -0
- package/scss/filemanager/_index.scss +18 -0
- package/scss/filemanager/_layout.scss +6 -1
- package/scss/filemanager/_theme.scss +6 -1
- package/scss/filter/_index.scss +18 -0
- package/scss/filter/_layout.scss +7 -1
- package/scss/filter/_theme.scss +6 -1
- package/scss/floating-label/_index.scss +18 -0
- package/scss/floating-label/_layout.scss +6 -1
- package/scss/floating-label/_theme.scss +6 -1
- package/scss/forms/_index.scss +18 -0
- package/scss/forms/_layout.scss +7 -3
- package/scss/forms/_theme.scss +6 -1
- package/scss/gantt/_index.scss +18 -0
- package/scss/gantt/_layout.scss +13 -10
- package/scss/gantt/_theme.scss +8 -1
- package/scss/grid/_index.scss +18 -0
- package/scss/grid/_layout.scss +17 -7
- package/scss/grid/_theme.scss +15 -1
- package/scss/grid/_variables.scss +7 -0
- package/scss/icons/_index.scss +19 -4
- package/scss/icons/_layout.scss +6 -1
- package/scss/icons/_theme.scss +6 -0
- package/scss/icons/_variables.scss +0 -0
- package/scss/imageeditor/_index.scss +18 -0
- package/scss/imageeditor/_layout.scss +6 -1
- package/scss/imageeditor/_theme.scss +6 -1
- package/scss/index.scss +169 -0
- package/scss/input/_index.scss +18 -0
- package/scss/input/_layout.scss +6 -6
- package/scss/input/_theme.scss +6 -1
- package/scss/input/_variables.scss +121 -119
- package/scss/list/_index.scss +18 -0
- package/scss/list/_layout.scss +6 -1
- package/scss/list/_theme.scss +6 -1
- package/scss/list/_variables.scss +41 -40
- package/scss/listbox/_index.scss +18 -0
- package/scss/listbox/_layout.scss +6 -1
- package/scss/listbox/_theme.scss +7 -1
- package/scss/listgroup/_index.scss +18 -0
- package/scss/listgroup/_layout.scss +7 -12
- package/scss/listgroup/_theme.scss +7 -1
- package/scss/listview/_index.scss +18 -0
- package/scss/listview/_layout.scss +7 -1
- package/scss/listview/_theme.scss +6 -1
- package/scss/loader/_index.scss +18 -0
- package/scss/loader/_layout.scss +10 -23
- package/scss/loader/_theme.scss +6 -1
- package/scss/map/_index.scss +18 -1
- package/scss/map/_layout.scss +7 -2
- package/scss/map/_theme.scss +7 -1
- package/scss/map/_variables.scss +3 -0
- package/scss/maskedtextbox/_index.scss +18 -0
- package/scss/maskedtextbox/_layout.scss +6 -1
- package/scss/maskedtextbox/_theme.scss +6 -1
- package/scss/mediaplayer/_index.scss +18 -0
- package/scss/mediaplayer/_layout.scss +6 -1
- package/scss/mediaplayer/_theme.scss +6 -1
- package/scss/menu/_index.scss +18 -0
- package/scss/menu/_layout.scss +6 -1
- package/scss/menu/_theme.scss +6 -1
- package/scss/menu-button/_index.scss +18 -0
- package/scss/menu-button/_layout.scss +6 -1
- package/scss/menu-button/_theme.scss +11 -1
- package/scss/messagebox/_index.scss +18 -0
- package/scss/messagebox/_layout.scss +6 -1
- package/scss/messagebox/_theme.scss +6 -1
- package/scss/multiselect/_index.scss +18 -0
- package/scss/multiselect/_layout.scss +6 -1
- package/scss/multiselect/_theme.scss +6 -1
- package/scss/notification/_index.scss +18 -0
- package/scss/notification/_layout.scss +6 -1
- package/scss/notification/_theme.scss +6 -1
- package/scss/numerictextbox/_index.scss +18 -0
- package/scss/numerictextbox/_layout.scss +6 -1
- package/scss/numerictextbox/_theme.scss +6 -1
- package/scss/orgchart/_index.scss +18 -0
- package/scss/orgchart/_layout.scss +6 -1
- package/scss/orgchart/_theme.scss +6 -1
- package/scss/overlay/_index.scss +18 -0
- package/scss/overlay/_layout.scss +6 -1
- package/scss/overlay/_theme.scss +6 -1
- package/scss/pager/_index.scss +18 -0
- package/scss/pager/_layout.scss +6 -1
- package/scss/pager/_theme.scss +7 -1
- package/scss/panelbar/_index.scss +18 -0
- package/scss/panelbar/_layout.scss +6 -1
- package/scss/panelbar/_theme.scss +7 -1
- package/scss/pdf-viewer/_index.scss +18 -0
- package/scss/pdf-viewer/_layout.scss +7 -1
- package/scss/pdf-viewer/_theme.scss +7 -2
- package/scss/pivotgrid/_index.scss +18 -0
- package/scss/pivotgrid/_layout.scss +11 -35
- package/scss/pivotgrid/_theme.scss +11 -11
- package/scss/popover/_index.scss +18 -0
- package/scss/popover/_layout.scss +7 -4
- package/scss/popover/_theme.scss +6 -1
- package/scss/popup/_index.scss +18 -0
- package/scss/popup/_layout.scss +7 -5
- package/scss/popup/_theme.scss +6 -1
- package/scss/progressbar/_index.scss +18 -0
- package/scss/progressbar/_layout.scss +8 -10
- package/scss/progressbar/_theme.scss +7 -4
- package/scss/radio/_index.scss +18 -0
- package/scss/radio/_layout.scss +6 -1
- package/scss/radio/_theme.scss +6 -1
- package/scss/radio/_variables.scss +47 -45
- package/scss/rating/_index.scss +18 -0
- package/scss/rating/_layout.scss +7 -1
- package/scss/rating/_theme.scss +7 -1
- package/scss/responsivepanel/_index.scss +18 -0
- package/scss/responsivepanel/_layout.scss +6 -1
- package/scss/responsivepanel/_theme.scss +6 -1
- package/scss/ripple/_index.scss +18 -0
- package/scss/ripple/_layout.scss +8 -1
- package/scss/ripple/_theme.scss +8 -1
- package/scss/scheduler/_index.scss +18 -0
- package/scss/scheduler/_layout.scss +10 -25
- package/scss/scheduler/_theme.scss +7 -16
- package/scss/scroller/_index.scss +18 -0
- package/scss/scroller/_layout.scss +6 -1
- package/scss/scroller/_theme.scss +6 -1
- package/scss/scrollview/_index.scss +18 -0
- package/scss/scrollview/_layout.scss +6 -1
- package/scss/scrollview/_theme.scss +6 -1
- package/scss/searchbox/_index.scss +18 -0
- package/scss/searchbox/_layout.scss +6 -1
- package/scss/searchbox/_theme.scss +6 -1
- package/scss/signature/_index.scss +18 -0
- package/scss/signature/_layout.scss +6 -1
- package/scss/signature/_theme.scss +5 -1
- package/scss/skeleton/_index.scss +18 -0
- package/scss/skeleton/_layout.scss +9 -8
- package/scss/skeleton/_theme.scss +8 -5
- package/scss/slider/_index.scss +18 -2
- package/scss/slider/_layout.scss +6 -1
- package/scss/slider/_theme.scss +12 -1
- package/scss/slider/_variables.scss +4 -0
- package/scss/split-button/_index.scss +18 -0
- package/scss/split-button/_layout.scss +7 -1
- package/scss/split-button/_theme.scss +6 -1
- package/scss/split-button/_variables.scss +9 -9
- package/scss/splitter/_index.scss +18 -0
- package/scss/splitter/_layout.scss +7 -1
- package/scss/splitter/_theme.scss +7 -1
- package/scss/spreadsheet/_index.scss +18 -1
- package/scss/spreadsheet/_layout.scss +12 -33
- package/scss/spreadsheet/_theme.scss +7 -21
- package/scss/spreadsheet/_variables.scss +3 -0
- package/scss/stepper/_index.scss +18 -0
- package/scss/stepper/_layout.scss +8 -4
- package/scss/stepper/_theme.scss +6 -1
- package/scss/switch/_index.scss +18 -0
- package/scss/switch/_layout.scss +6 -1
- package/scss/switch/_theme.scss +6 -1
- package/scss/switch/_variables.scss +57 -56
- package/scss/table/_index.scss +18 -0
- package/scss/table/_layout.scss +6 -1
- package/scss/table/_theme.scss +6 -1
- package/scss/tabstrip/_index.scss +18 -0
- package/scss/tabstrip/_layout.scss +6 -1
- package/scss/tabstrip/_theme.scss +6 -1
- package/scss/taskboard/_index.scss +18 -0
- package/scss/taskboard/_layout.scss +8 -3
- package/scss/taskboard/_theme.scss +6 -1
- package/scss/textarea/_index.scss +18 -0
- package/scss/textarea/_layout.scss +6 -1
- package/scss/textarea/_theme.scss +6 -1
- package/scss/textbox/_index.scss +18 -0
- package/scss/textbox/_layout.scss +6 -1
- package/scss/textbox/_theme.scss +7 -1
- package/scss/tilelayout/_index.scss +18 -0
- package/scss/tilelayout/_layout.scss +6 -1
- package/scss/tilelayout/_theme.scss +6 -1
- package/scss/timedurationpicker/_index.scss +18 -0
- package/scss/timedurationpicker/_layout.scss +17 -1
- package/scss/timedurationpicker/_theme.scss +9 -3
- package/scss/timeline/_index.scss +18 -0
- package/scss/timeline/_layout.scss +7 -1
- package/scss/timeline/_theme.scss +7 -1
- package/scss/timepicker/_index.scss +18 -0
- package/scss/timepicker/_layout.scss +13 -2
- package/scss/timepicker/_theme.scss +7 -2
- package/scss/timeselector/_index.scss +18 -0
- package/scss/timeselector/_layout.scss +6 -3
- package/scss/timeselector/_theme.scss +6 -1
- package/scss/toolbar/_index.scss +18 -0
- package/scss/toolbar/_layout.scss +8 -13
- package/scss/toolbar/_theme.scss +6 -17
- package/scss/tooltip/_index.scss +18 -0
- package/scss/tooltip/_layout.scss +6 -1
- package/scss/tooltip/_theme.scss +8 -1
- package/scss/treelist/_index.scss +18 -0
- package/scss/treelist/_layout.scss +6 -1
- package/scss/treelist/_theme.scss +6 -1
- package/scss/treeview/_index.scss +18 -0
- package/scss/treeview/_layout.scss +6 -1
- package/scss/treeview/_theme.scss +6 -1
- package/scss/typography/_index.scss +18 -0
- package/scss/typography/_layout.scss +7 -1
- package/scss/typography/_theme.scss +7 -1
- package/scss/upload/_index.scss +18 -0
- package/scss/upload/_layout.scss +6 -1
- package/scss/upload/_theme.scss +7 -2
- package/scss/utils/_index.scss +14 -2
- package/scss/validator/_index.scss +18 -0
- package/scss/validator/_layout.scss +12 -2
- package/scss/validator/_theme.scss +11 -1
- package/scss/virtual-scroller/_index.scss +18 -0
- package/scss/virtual-scroller/_layout.scss +6 -1
- package/scss/virtual-scroller/_theme.scss +9 -1
- package/scss/window/_index.scss +18 -0
- package/scss/window/_layout.scss +7 -1
- package/scss/window/_theme.scss +6 -1
- package/scss/wizard/_index.scss +18 -0
- package/scss/wizard/_layout.scss +8 -1
- package/scss/wizard/_theme.scss +6 -1
|
@@ -1,82 +1,85 @@
|
|
|
1
1
|
// Button
|
|
2
2
|
|
|
3
|
-
///
|
|
3
|
+
/// The width of the border around the Button.
|
|
4
4
|
/// @group button
|
|
5
5
|
$kendo-button-border-width: 1px !default;
|
|
6
6
|
|
|
7
|
-
///
|
|
7
|
+
/// The border radius of the Button.
|
|
8
8
|
/// @group button
|
|
9
9
|
$kendo-button-border-radius: null !default;
|
|
10
10
|
|
|
11
|
-
///
|
|
11
|
+
/// The horizontal padding of the Button.
|
|
12
12
|
/// @group button
|
|
13
13
|
$kendo-button-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
14
|
-
///
|
|
14
|
+
/// The horizontal padding of the small Button.
|
|
15
15
|
/// @group button
|
|
16
16
|
$kendo-button-sm-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
17
|
-
///
|
|
17
|
+
/// The horizontal padding of the medium Button.
|
|
18
18
|
/// @group button
|
|
19
19
|
$kendo-button-md-padding-x: $kendo-button-padding-x !default;
|
|
20
|
-
///
|
|
20
|
+
/// The horizontal padding of the large Button.
|
|
21
21
|
/// @group button
|
|
22
22
|
$kendo-button-lg-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
23
23
|
|
|
24
|
-
///
|
|
24
|
+
/// The vertical padding of the Button.
|
|
25
25
|
/// @group button
|
|
26
26
|
$kendo-button-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
27
|
-
///
|
|
27
|
+
/// The vertical padding of the small Button.
|
|
28
28
|
/// @group button
|
|
29
29
|
$kendo-button-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
30
|
-
///
|
|
30
|
+
/// The vertical padding of the medium Button.
|
|
31
31
|
/// @group button
|
|
32
32
|
$kendo-button-md-padding-y: $kendo-button-padding-y !default;
|
|
33
|
-
///
|
|
33
|
+
/// The vertical padding of the large Button.
|
|
34
34
|
/// @group button
|
|
35
35
|
$kendo-button-lg-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
36
36
|
|
|
37
|
-
///
|
|
37
|
+
/// The font family of the Button.
|
|
38
38
|
/// @group button
|
|
39
39
|
$kendo-button-font-family: $kendo-font-family !default;
|
|
40
40
|
|
|
41
|
-
///
|
|
41
|
+
/// The font size of the Button.
|
|
42
42
|
/// @group button
|
|
43
43
|
$kendo-button-font-size: $kendo-font-size-md !default;
|
|
44
|
-
///
|
|
44
|
+
/// The font size of the small Button.
|
|
45
45
|
/// @group button
|
|
46
46
|
$kendo-button-sm-font-size: $kendo-font-size-md !default;
|
|
47
|
-
///
|
|
47
|
+
/// The font size of the medium Button.
|
|
48
48
|
/// @group button
|
|
49
49
|
$kendo-button-md-font-size: $kendo-button-font-size !default;
|
|
50
|
-
///
|
|
50
|
+
/// The font size of the large Button.
|
|
51
51
|
/// @group button
|
|
52
52
|
$kendo-button-lg-font-size: $kendo-font-size-lg !default;
|
|
53
53
|
|
|
54
|
-
///
|
|
54
|
+
/// The line height used along with $kendo-font-size.
|
|
55
55
|
/// @group button
|
|
56
56
|
$kendo-button-line-height: $kendo-line-height-md !default;
|
|
57
|
-
///
|
|
57
|
+
/// The line height used along with the $kendo-font-size of the small Button.
|
|
58
58
|
/// @group button
|
|
59
59
|
$kendo-button-sm-line-height: $kendo-line-height-md !default;
|
|
60
|
-
///
|
|
60
|
+
/// The line height used along with the $kendo-font-size of the medium Button.
|
|
61
61
|
/// @group button
|
|
62
62
|
$kendo-button-md-line-height: $kendo-button-line-height !default;
|
|
63
|
-
///
|
|
63
|
+
/// The line height used along with the $kendo-font-size of the large Button.
|
|
64
64
|
/// @group button
|
|
65
65
|
$kendo-button-lg-line-height: $kendo-line-height-lg !default;
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
/// The calculated height of the Button.
|
|
68
|
+
/// @group button
|
|
68
69
|
$kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
69
70
|
$kendo-button-sm-calc-size: calc( #{$kendo-button-sm-line-height * 1em} + #{$kendo-button-sm-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
70
71
|
$kendo-button-md-calc-size: calc( #{$kendo-button-md-line-height * 1em} + #{$kendo-button-md-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
71
72
|
$kendo-button-lg-calc-size: calc( #{$kendo-button-lg-line-height * 1em} + #{$kendo-button-lg-padding-y * 2} + #{$kendo-button-border-width * 2} ) !default;
|
|
72
73
|
|
|
73
|
-
|
|
74
|
+
/// The calculated inner height of the Button excluding the border width.
|
|
75
|
+
/// @group button
|
|
74
76
|
$kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em} + #{$kendo-button-padding-y * 2} ) !default;
|
|
75
77
|
$kendo-button-sm-inner-calc-size: calc( #{$kendo-button-sm-line-height * 1em} + #{$kendo-button-sm-padding-y * 2} ) !default;
|
|
76
78
|
$kendo-button-md-inner-calc-size: calc( #{$kendo-button-md-line-height * 1em} + #{$kendo-button-md-padding-y * 2} ) !default;
|
|
77
79
|
$kendo-button-lg-inner-calc-size: calc( #{$kendo-button-lg-line-height * 1em} + #{$kendo-button-lg-padding-y * 2} ) !default;
|
|
78
80
|
|
|
79
|
-
|
|
81
|
+
/// The sizes map for the Button.
|
|
82
|
+
/// @group button
|
|
80
83
|
$kendo-button-sizes: (
|
|
81
84
|
sm: (
|
|
82
85
|
padding-x: $kendo-button-sm-padding-x,
|
|
@@ -98,110 +101,110 @@ $kendo-button-sizes: (
|
|
|
98
101
|
)
|
|
99
102
|
) !default;
|
|
100
103
|
|
|
101
|
-
///
|
|
104
|
+
/// The theme colors map for the Button.
|
|
102
105
|
/// @group button
|
|
103
106
|
$kendo-button-theme-colors: k-map-merge(
|
|
104
107
|
$kendo-theme-colors,
|
|
105
108
|
( "base": #f5f5f5 )
|
|
106
109
|
) !default;
|
|
107
110
|
|
|
108
|
-
/// The base background of the
|
|
111
|
+
/// The base background of the Button.
|
|
109
112
|
/// @group button
|
|
110
113
|
$kendo-button-bg: #f5f5f5 !default;
|
|
111
|
-
/// The base text color of the
|
|
114
|
+
/// The base text color of the Button.
|
|
112
115
|
/// @group button
|
|
113
116
|
$kendo-button-text: #424242 !default;
|
|
114
|
-
/// The base border color of the
|
|
117
|
+
/// The base border color of the Button.
|
|
115
118
|
/// @group button
|
|
116
119
|
$kendo-button-border: rgba( black, .08 ) !default;
|
|
117
|
-
/// The base background gradient of the
|
|
120
|
+
/// The base background gradient of the Button.
|
|
118
121
|
/// @group button
|
|
119
122
|
$kendo-button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
|
|
120
|
-
/// The base shadow of the
|
|
123
|
+
/// The base shadow of the Button.
|
|
121
124
|
/// @group button
|
|
122
125
|
$kendo-button-shadow: null !default;
|
|
123
126
|
|
|
124
|
-
/// The base background of hovered
|
|
127
|
+
/// The base background of the hovered Button.
|
|
125
128
|
/// @group button
|
|
126
129
|
$kendo-button-hover-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
127
|
-
/// The base text color of hovered
|
|
130
|
+
/// The base text color of the hovered Button.
|
|
128
131
|
/// @group button
|
|
129
132
|
$kendo-button-hover-text: null !default;
|
|
130
|
-
/// The base border color of hovered
|
|
133
|
+
/// The base border color of the hovered Button.
|
|
131
134
|
/// @group button
|
|
132
135
|
$kendo-button-hover-border: null !default;
|
|
133
|
-
/// The base background gradient of hovered
|
|
136
|
+
/// The base background gradient of the hovered Button.
|
|
134
137
|
/// @group button
|
|
135
138
|
$kendo-button-hover-gradient: null !default;
|
|
136
|
-
/// The base shadow of hovered
|
|
139
|
+
/// The base shadow of the hovered Button.
|
|
137
140
|
/// @group button
|
|
138
141
|
$kendo-button-hover-shadow: null !default;
|
|
139
142
|
|
|
140
|
-
/// The base background color of active
|
|
143
|
+
/// The base background color of the active Button.
|
|
141
144
|
/// @group button
|
|
142
145
|
$kendo-button-active-bg: k-try-shade( $kendo-button-bg, 1.5 ) !default;
|
|
143
|
-
/// The base text color of active
|
|
146
|
+
/// The base text color of the active Button.
|
|
144
147
|
/// @group button
|
|
145
148
|
$kendo-button-active-text: null !default;
|
|
146
|
-
/// The base border color of active
|
|
149
|
+
/// The base border color of the active Button.
|
|
147
150
|
/// @group button
|
|
148
151
|
$kendo-button-active-border: null !default;
|
|
149
|
-
/// The base background gradient of active
|
|
152
|
+
/// The base background gradient of the active Button.
|
|
150
153
|
/// @group button
|
|
151
154
|
$kendo-button-active-gradient: null !default;
|
|
152
|
-
/// The base shadow of active
|
|
155
|
+
/// The base shadow of the active Button.
|
|
153
156
|
/// @group button
|
|
154
157
|
$kendo-button-active-shadow: null !default;
|
|
155
158
|
|
|
156
|
-
/// The base background color of selected
|
|
159
|
+
/// The base background color of the selected Button.
|
|
157
160
|
/// @group button
|
|
158
161
|
$kendo-button-selected-bg: $kendo-color-primary !default;
|
|
159
|
-
/// The text color of selected
|
|
162
|
+
/// The text color of the selected Button.
|
|
160
163
|
/// @group button
|
|
161
164
|
$kendo-button-selected-text: k-contrast-legacy( $kendo-button-selected-bg ) !default;
|
|
162
|
-
/// The border color of selected
|
|
165
|
+
/// The border color of the selected Button.
|
|
163
166
|
/// @group button
|
|
164
167
|
$kendo-button-selected-border: $kendo-button-selected-bg !default;
|
|
165
|
-
/// The background gradient of selected
|
|
168
|
+
/// The background gradient of the selected Button.
|
|
166
169
|
/// @group button
|
|
167
170
|
$kendo-button-selected-gradient: $kendo-button-active-gradient !default;
|
|
168
|
-
/// The base shadow of selected
|
|
171
|
+
/// The base shadow of the selected Button.
|
|
169
172
|
/// @group button
|
|
170
173
|
$kendo-button-selected-shadow: $kendo-button-active-shadow !default;
|
|
171
174
|
|
|
172
|
-
/// The base background of focused
|
|
175
|
+
/// The base background of the focused Button.
|
|
173
176
|
/// @group button
|
|
174
177
|
$kendo-button-focus-bg: null !default;
|
|
175
|
-
/// The base text color of focused
|
|
178
|
+
/// The base text color of the focused Button.
|
|
176
179
|
/// @group button
|
|
177
180
|
$kendo-button-focus-text: null !default;
|
|
178
|
-
/// The base border color of focused
|
|
181
|
+
/// The base border color of the focused Button.
|
|
179
182
|
/// @group button
|
|
180
183
|
$kendo-button-focus-border: null !default;
|
|
181
|
-
/// The base background gradient of focused
|
|
184
|
+
/// The base background gradient of the focused Button.
|
|
182
185
|
/// @group button
|
|
183
186
|
$kendo-button-focus-gradient: null !default;
|
|
184
|
-
/// The base shadow of focused
|
|
187
|
+
/// The base shadow of the focused Button.
|
|
185
188
|
/// @group button
|
|
186
189
|
$kendo-button-focus-shadow: 0 0 0 2px rgba( $kendo-button-border, .08 ) !default;
|
|
187
190
|
|
|
188
|
-
/// The base background of disabled
|
|
191
|
+
/// The base background of the disabled Button.
|
|
189
192
|
/// @group button
|
|
190
193
|
$kendo-button-disabled-bg: null !default;
|
|
191
|
-
/// The base text color of disabled
|
|
194
|
+
/// The base text color of the disabled Button.
|
|
192
195
|
/// @group button
|
|
193
196
|
$kendo-button-disabled-text: null !default;
|
|
194
|
-
/// The base border color of disabled
|
|
197
|
+
/// The base border color of the disabled Button.
|
|
195
198
|
/// @group button
|
|
196
199
|
$kendo-button-disabled-border: null !default;
|
|
197
|
-
/// The base background gradient of disabled
|
|
200
|
+
/// The base background gradient of the disabled Button.
|
|
198
201
|
/// @group button
|
|
199
202
|
$kendo-button-disabled-gradient: null !default;
|
|
200
|
-
/// The base shadow of disabled
|
|
203
|
+
/// The base shadow of the disabled Button.
|
|
201
204
|
/// @group button
|
|
202
205
|
$kendo-button-disabled-shadow: null !default;
|
|
203
206
|
|
|
204
|
-
// Solid
|
|
207
|
+
// Solid Button
|
|
205
208
|
$kendo-solid-button-gradient: rgba( black, 0 ), rgba( black, .02 ) !default;
|
|
206
209
|
$kendo-solid-button-shade-function: "k-try-shade" !default;
|
|
207
210
|
$kendo-solid-button-shade-text-amount: 0 !default;
|
|
@@ -218,37 +221,37 @@ $kendo-solid-button-shadow-blur: 0px !default;
|
|
|
218
221
|
$kendo-solid-button-shadow-spread: 2px !default;
|
|
219
222
|
$kendo-solid-button-shadow-opacity: .3 !default;
|
|
220
223
|
|
|
221
|
-
// Outline
|
|
224
|
+
// Outline Button
|
|
222
225
|
$kendo-outline-button-shadow: true !default;
|
|
223
226
|
$kendo-outline-button-shadow-blur: 0px !default;
|
|
224
227
|
$kendo-outline-button-shadow-spread: 2px !default;
|
|
225
228
|
$kendo-outline-button-shadow-opacity: .3 !default;
|
|
226
229
|
|
|
227
|
-
// Link
|
|
230
|
+
// Link Button
|
|
228
231
|
$kendo-link-button-shadow: true !default;
|
|
229
232
|
$kendo-link-button-shadow-blur: 0px !default;
|
|
230
233
|
$kendo-link-button-shadow-spread: 2px !default;
|
|
231
234
|
$kendo-link-button-shadow-opacity: .3 !default;
|
|
232
235
|
|
|
233
|
-
// Clear
|
|
236
|
+
// Clear Button
|
|
234
237
|
$kendo-clear-button-focus-opacity: .1 !default;
|
|
235
238
|
|
|
236
|
-
/// The overlay opacity of hovered flat
|
|
239
|
+
/// The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.
|
|
237
240
|
/// @group button
|
|
238
241
|
$kendo-flat-button-hover-opacity: .04 !default;
|
|
239
|
-
/// The overlay opacity of focused flat
|
|
242
|
+
/// The overlay opacity of the focused flat Button. Used to create a background for the flat Button.
|
|
240
243
|
/// @group button
|
|
241
244
|
$kendo-flat-button-focus-opacity: null !default;
|
|
242
|
-
/// The overlay opacity of active flat
|
|
245
|
+
/// The overlay opacity of the active flat Button. Used to create background for the flat Button.
|
|
243
246
|
/// @group button
|
|
244
247
|
$kendo-flat-button-active-opacity: .16 !default;
|
|
245
|
-
/// The overlay opacity of selected flat
|
|
248
|
+
/// The overlay opacity of the selected flat Button. Used to create background for the flat Button.
|
|
246
249
|
/// @group button
|
|
247
250
|
$kendo-flat-button-selected-opacity: .2 !default;
|
|
248
|
-
/// The opacity of the flat
|
|
251
|
+
/// The opacity of the flat Button focus ring. Used to create a border for the flat Button.
|
|
249
252
|
/// @group button
|
|
250
253
|
$kendo-flat-button-focus-ring-opacity: .12 !default;
|
|
251
254
|
|
|
252
|
-
/// The color transition of the flat
|
|
255
|
+
/// The color transition of the flat Button.
|
|
253
256
|
/// @group button
|
|
254
257
|
$kendo-button-transition: color .2s ease-in-out !default;
|
|
@@ -24,3 +24,21 @@ $_kendo-module-meta: (
|
|
|
24
24
|
@import "./_variables.scss";
|
|
25
25
|
@import "./_layout.scss";
|
|
26
26
|
@import "./_theme.scss";
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
// Register
|
|
30
|
+
@import "../core/module-system/index.import.scss";
|
|
31
|
+
@include module-register( $_kendo-module-meta... );
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
// Expose
|
|
35
|
+
@mixin kendo-calendar--styles() {
|
|
36
|
+
@include module-render( "calendar" ) {
|
|
37
|
+
@include kendo-calendar--layout();
|
|
38
|
+
@include kendo-calendar--theme();
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
@if $kendo-auto-bootstrap {
|
|
43
|
+
@include kendo-calendar--styles();
|
|
44
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@mixin kendo-calendar--layout-base() {
|
|
2
2
|
|
|
3
3
|
// Base
|
|
4
4
|
.k-calendar {
|
|
@@ -313,16 +313,12 @@
|
|
|
313
313
|
|
|
314
314
|
|
|
315
315
|
|
|
316
|
-
//
|
|
316
|
+
// Legacy aliases
|
|
317
317
|
.k-link {
|
|
318
318
|
@extend .k-calendar-cell-inner !optional;
|
|
319
319
|
}
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
|
|
323
320
|
|
|
324
321
|
|
|
325
|
-
@include exports( "infinite-calendar/layout" ) {
|
|
326
322
|
|
|
327
323
|
|
|
328
324
|
// Infinite calendar
|
|
@@ -451,12 +447,8 @@
|
|
|
451
447
|
// }
|
|
452
448
|
}
|
|
453
449
|
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
|
|
457
450
|
|
|
458
451
|
|
|
459
|
-
@include exports( "multiview-calendar/layout" ) {
|
|
460
452
|
|
|
461
453
|
// Multiview calendar
|
|
462
454
|
.k-calendar-range {
|
|
@@ -491,12 +483,10 @@
|
|
|
491
483
|
}
|
|
492
484
|
}
|
|
493
485
|
|
|
494
|
-
}
|
|
495
|
-
|
|
496
486
|
|
|
497
487
|
|
|
498
|
-
@include exports("calendar/layout/rtl") {
|
|
499
488
|
|
|
489
|
+
// RTL
|
|
500
490
|
.k-rtl .k-calendar,
|
|
501
491
|
.k-calendar[dir="rtl"] {
|
|
502
492
|
|
|
@@ -513,3 +503,8 @@
|
|
|
513
503
|
}
|
|
514
504
|
|
|
515
505
|
}
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
@mixin kendo-calendar--layout() {
|
|
509
|
+
@include kendo-calendar--layout-base();
|
|
510
|
+
}
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
// color - mark the today date with a different text color
|
|
3
|
-
// box - instead of changing the text color, show a box around the date
|
|
4
|
-
|
|
5
|
-
@include exports("calendar/theme") {
|
|
1
|
+
@mixin kendo-calendar--theme-base() {
|
|
6
2
|
|
|
7
3
|
.k-calendar {
|
|
8
4
|
@include fill(
|
|
@@ -155,13 +151,10 @@
|
|
|
155
151
|
);
|
|
156
152
|
}
|
|
157
153
|
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
|
|
161
154
|
|
|
162
155
|
|
|
163
|
-
@include exports( "multiview-calendar/theme" ) {
|
|
164
156
|
|
|
157
|
+
// Multiview calendar
|
|
165
158
|
.k-calendar {
|
|
166
159
|
|
|
167
160
|
$kendo-calendar-range-gap: 1px !default;
|
|
@@ -221,3 +214,8 @@
|
|
|
221
214
|
}
|
|
222
215
|
|
|
223
216
|
}
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
@mixin kendo-calendar--theme() {
|
|
220
|
+
@include kendo-calendar--theme-base();
|
|
221
|
+
}
|
package/scss/captcha/_index.scss
CHANGED
|
@@ -17,8 +17,6 @@ $_kendo-module-meta: (
|
|
|
17
17
|
);
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
|
|
22
20
|
// Dependencies
|
|
23
21
|
// @import "../utils/_index.scss";
|
|
24
22
|
@import "../common/_index.scss";
|
|
@@ -33,3 +31,21 @@ $_kendo-module-meta: (
|
|
|
33
31
|
@import "./_variables.scss";
|
|
34
32
|
@import "./_layout.scss";
|
|
35
33
|
@import "./_theme.scss";
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
// Register
|
|
37
|
+
@import "../core/module-system/index.import.scss";
|
|
38
|
+
@include module-register( $_kendo-module-meta... );
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
// Expose
|
|
42
|
+
@mixin kendo-captcha--styles() {
|
|
43
|
+
@include module-render( "captcha" ) {
|
|
44
|
+
@include kendo-captcha--layout();
|
|
45
|
+
@include kendo-captcha--theme();
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@if $kendo-auto-bootstrap {
|
|
50
|
+
@include kendo-captcha--styles();
|
|
51
|
+
}
|
package/scss/captcha/_theme.scss
CHANGED
package/scss/card/_index.scss
CHANGED
|
@@ -27,3 +27,21 @@ $_kendo-module-meta: (
|
|
|
27
27
|
@import "./_variables.scss";
|
|
28
28
|
@import "./_layout.scss";
|
|
29
29
|
@import "./_theme.scss";
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
// Register
|
|
33
|
+
@import "../core/module-system/index.import.scss";
|
|
34
|
+
@include module-register( $_kendo-module-meta... );
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
// Expose
|
|
38
|
+
@mixin kendo-card--styles() {
|
|
39
|
+
@include module-render( "card" ) {
|
|
40
|
+
@include kendo-card--layout();
|
|
41
|
+
@include kendo-card--theme();
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@if $kendo-auto-bootstrap {
|
|
46
|
+
@include kendo-card--styles();
|
|
47
|
+
}
|
package/scss/card/_layout.scss
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@mixin kendo-card--layout-base() {
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// Angular elements
|
|
@@ -319,17 +319,15 @@
|
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
322
|
|
|
327
|
-
@include exports( "card/layout/callout" ) {
|
|
328
323
|
|
|
324
|
+
// Card with callout
|
|
329
325
|
.k-card-with-callout {
|
|
330
326
|
overflow: visible;
|
|
331
327
|
}
|
|
332
328
|
|
|
329
|
+
|
|
330
|
+
// Card callout
|
|
333
331
|
.k-card-callout {
|
|
334
332
|
margin: 0;
|
|
335
333
|
width: $kendo-card-callout-width;
|
|
@@ -361,13 +359,6 @@
|
|
|
361
359
|
transform: translate(-50%, -50%) rotate(45deg);
|
|
362
360
|
}
|
|
363
361
|
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
@include exports( "card/layout/fill" ) {
|
|
370
|
-
|
|
371
362
|
|
|
372
363
|
// Solid card
|
|
373
364
|
.k-card-solid {
|
|
@@ -381,3 +372,8 @@
|
|
|
381
372
|
}
|
|
382
373
|
|
|
383
374
|
}
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
@mixin kendo-card--layout() {
|
|
378
|
+
@include kendo-card--layout-base();
|
|
379
|
+
}
|
package/scss/card/_theme.scss
CHANGED
package/scss/chat/_index.scss
CHANGED
|
@@ -27,3 +27,21 @@ $_kendo-module-meta: (
|
|
|
27
27
|
@import "./_variables.scss";
|
|
28
28
|
@import "./_layout.scss";
|
|
29
29
|
@import "./_theme.scss";
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
// Register
|
|
33
|
+
@import "../core/module-system/index.import.scss";
|
|
34
|
+
@include module-register( $_kendo-module-meta... );
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
// Expose
|
|
38
|
+
@mixin kendo-chat--styles() {
|
|
39
|
+
@include module-render( "chat" ) {
|
|
40
|
+
@include kendo-chat--layout();
|
|
41
|
+
@include kendo-chat--theme();
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@if $kendo-auto-bootstrap {
|
|
46
|
+
@include kendo-chat--styles();
|
|
47
|
+
}
|
package/scss/chat/_layout.scss
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
@
|
|
1
|
+
@mixin kendo-chat--layout-base() {
|
|
2
2
|
|
|
3
|
+
// Chat
|
|
3
4
|
.k-chat {
|
|
4
5
|
margin: auto;
|
|
5
6
|
max-width: $kendo-chat-width;
|
|
@@ -310,13 +311,10 @@
|
|
|
310
311
|
}
|
|
311
312
|
}
|
|
312
313
|
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
|
|
316
314
|
|
|
317
315
|
|
|
318
|
-
@include exports( "chat/cards/layout" ) {
|
|
319
316
|
|
|
317
|
+
// Card list
|
|
320
318
|
.k-chat .k-card-list {
|
|
321
319
|
margin: $kendo-chat-bubble-spacing 0 0;
|
|
322
320
|
}
|
|
@@ -367,13 +365,8 @@
|
|
|
367
365
|
background: none;
|
|
368
366
|
}
|
|
369
367
|
}
|
|
370
|
-
}
|
|
371
|
-
|
|
372
368
|
|
|
373
369
|
|
|
374
|
-
|
|
375
|
-
@include exports( "chat/typingindicator/layout" ) {
|
|
376
|
-
|
|
377
370
|
// Local variables
|
|
378
371
|
$kendo-chat-typing-indicator-dot-size: 8px !default;
|
|
379
372
|
$kendo-chat-typing-indicator-dot-spacing: 5px !default;
|
|
@@ -410,13 +403,8 @@
|
|
|
410
403
|
|
|
411
404
|
}
|
|
412
405
|
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
@include exports( "chat/toolbar/layout" ) {
|
|
419
406
|
|
|
407
|
+
// Chat toolbar
|
|
420
408
|
.k-chat-toolbar,
|
|
421
409
|
.k-chat .k-toolbar-box {
|
|
422
410
|
padding-block: $kendo-chat-toolbar-padding-y;
|
|
@@ -472,15 +460,10 @@
|
|
|
472
460
|
|
|
473
461
|
}
|
|
474
462
|
|
|
475
|
-
}
|
|
476
|
-
|
|
477
463
|
|
|
478
464
|
|
|
479
465
|
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
// Quick replies
|
|
466
|
+
// RTL
|
|
484
467
|
.k-rtl,
|
|
485
468
|
[dir="rtl"] {
|
|
486
469
|
|
|
@@ -548,5 +531,9 @@
|
|
|
548
531
|
|
|
549
532
|
}
|
|
550
533
|
|
|
534
|
+
}
|
|
535
|
+
|
|
551
536
|
|
|
537
|
+
@mixin kendo-chat--layout() {
|
|
538
|
+
@include kendo-chat--layout-base();
|
|
552
539
|
}
|