@progress/kendo-theme-bootstrap 4.41.3-dev.3 → 4.42.1-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 +2227 -1080
- package/dist/all.scss +1054 -827
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +10 -1
- package/modules/@progress/kendo-theme-default/scss/all.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +0 -20
- package/modules/@progress/kendo-theme-default/scss/button/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +4 -68
- package/modules/@progress/kendo-theme-default/scss/card/_theme.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +24 -20
- package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +5 -5
- package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/color-preview/_index.scss +11 -0
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +34 -0
- package/modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss +31 -0
- package/modules/@progress/kendo-theme-default/scss/color-preview/_variables.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/coloreditor/_index.scss +15 -0
- package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +65 -0
- package/modules/@progress/kendo-theme-default/scss/coloreditor/_theme.scss +19 -0
- package/modules/@progress/kendo-theme-default/scss/coloreditor/_variables.scss +27 -0
- package/modules/@progress/kendo-theme-default/scss/colorgradient/_index.scss +18 -0
- package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +188 -0
- package/modules/@progress/kendo-theme-default/scss/colorgradient/_theme.scss +82 -0
- package/modules/@progress/kendo-theme-default/scss/colorgradient/_variables.scss +51 -0
- package/modules/@progress/kendo-theme-default/scss/colorgradient/images/alpha-slider-bgr.png +0 -0
- package/modules/@progress/kendo-theme-default/scss/colorgradient/images/alpha-slider-bgr.scss +3 -0
- package/modules/@progress/kendo-theme-default/scss/colorpalette/_index.scss +12 -0
- package/modules/@progress/kendo-theme-default/scss/colorpalette/_layout.scss +50 -0
- package/modules/@progress/kendo-theme-default/scss/colorpalette/_theme.scss +25 -0
- package/modules/@progress/kendo-theme-default/scss/colorpalette/_variables.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_index.scss +2 -4
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +4 -340
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss +4 -127
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_variables.scss +0 -18
- package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +0 -22
- package/modules/@progress/kendo-theme-default/scss/datetime/_layout.scss +0 -45
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +0 -12
- package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +89 -0
- package/modules/@progress/kendo-theme-default/scss/editor/_theme.scss +9 -0
- package/modules/@progress/kendo-theme-default/scss/editor/_variables.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/fab/_layout.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/fab/_theme.scss +27 -34
- package/modules/@progress/kendo-theme-default/scss/fab/_variables.scss +12 -11
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/icons/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/icons/font/WebComponentsIcons.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/icons/font/WebComponentsIcons.ttf +0 -0
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +3 -16
- package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +0 -1
- package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +0 -19
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +0 -11
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +21 -0
- package/modules/@progress/kendo-theme-default/scss/popup/_layout.scss +0 -9
- package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +0 -4
- package/modules/@progress/kendo-theme-default/scss/utils/_border.scss +8 -3
- package/modules/@progress/kendo-theme-default/scss/utils/_spacing.scss +24 -0
- package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +1 -0
- package/package.json +3 -3
- package/scss/all.scss +4 -0
- package/scss/button/_index.scss +1 -1
- package/scss/chat/_variables.scss +5 -5
- package/scss/color-preview/_index.scss +11 -0
- package/scss/color-preview/_layout.scss +1 -0
- package/scss/color-preview/_theme.scss +1 -0
- package/scss/color-preview/_variables.scss +13 -0
- package/scss/coloreditor/_index.scss +14 -0
- package/scss/coloreditor/_layout.scss +1 -0
- package/scss/coloreditor/_theme.scss +1 -0
- package/scss/coloreditor/_variables.scss +28 -0
- package/scss/colorgradient/_index.scss +19 -0
- package/scss/colorgradient/_layout.scss +1 -0
- package/scss/colorgradient/_theme.scss +1 -0
- package/scss/colorgradient/_variables.scss +51 -0
- package/scss/colorgradient/images/alpha-slider-bgr.png +0 -0
- package/scss/colorgradient/images/alpha-slider-bgr.scss +3 -0
- package/scss/colorpalette/_index.scss +11 -0
- package/scss/colorpalette/_layout.scss +1 -0
- package/scss/colorpalette/_theme.scss +1 -0
- package/scss/colorpalette/_variables.scss +10 -0
- package/scss/colorpicker/_index.scss +2 -4
- package/scss/colorpicker/_variables.scss +0 -18
- package/scss/editor/_variables.scss +8 -0
- package/scss/fab/_theme.scss +29 -30
- package/scss/fab/_variables.scss +16 -15
- package/scss/slider/_theme.scss +0 -13
- package/scss/switch/_layout.scss +11 -0
- package/scss/switch/_theme.scss +1 -7
- package/scss/utils/_border.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/images/alpha-slider-bgr-reversed.png +0 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/images/alpha-slider-bgr-reversed.scss +0 -3
- package/modules/@progress/kendo-theme-default/scss/colorpicker/images/alpha-slider-bgr.png +0 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/images/alpha-slider-bgr.scss +0 -3
- package/scss/colorpicker/images/alpha-slider-bgr-reversed.png +0 -0
- package/scss/colorpicker/images/alpha-slider-bgr-reversed.scss +0 -3
- package/scss/colorpicker/images/alpha-slider-bgr.png +0 -0
- package/scss/colorpicker/images/alpha-slider-bgr.scss +0 -3
|
@@ -62,6 +62,94 @@
|
|
|
62
62
|
padding: 0;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
+
// Resizable editor
|
|
66
|
+
.k-editor-resizable {
|
|
67
|
+
resize: both;
|
|
68
|
+
overflow: auto;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
// Resizable images
|
|
72
|
+
.k-editor-resize-handles-wrapper {
|
|
73
|
+
position: absolute;
|
|
74
|
+
visibility: hidden;
|
|
75
|
+
}
|
|
76
|
+
.k-editor-resize-handle {
|
|
77
|
+
width: $editor-resize-handle-size;
|
|
78
|
+
height: $editor-resize-handle-size;
|
|
79
|
+
border-width: $editor-resize-handle-border-width;
|
|
80
|
+
border-style: solid;
|
|
81
|
+
position: absolute;
|
|
82
|
+
visibility: visible;
|
|
83
|
+
z-index: 100;
|
|
84
|
+
|
|
85
|
+
&.northwest {
|
|
86
|
+
top: 0;
|
|
87
|
+
left: 0;
|
|
88
|
+
transform: translate(-50%, -50%);
|
|
89
|
+
cursor: nw-resize;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&.north {
|
|
93
|
+
top: 0;
|
|
94
|
+
left: 50%;
|
|
95
|
+
transform: translate(-50%, -50%);
|
|
96
|
+
cursor: n-resize;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&.northeast {
|
|
100
|
+
top: 0;
|
|
101
|
+
right: 0;
|
|
102
|
+
transform: translate(50%, -50%);
|
|
103
|
+
cursor: ne-resize;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
&.southwest {
|
|
107
|
+
left: 0;
|
|
108
|
+
bottom: 0;
|
|
109
|
+
transform: translate(-50%, 50%);
|
|
110
|
+
cursor: sw-resize;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
&.south {
|
|
114
|
+
bottom: 0;
|
|
115
|
+
left: 50%;
|
|
116
|
+
transform: translate(-50%, 50%);
|
|
117
|
+
cursor: s-resize;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
&.southeast {
|
|
121
|
+
right: 0;
|
|
122
|
+
bottom: 0;
|
|
123
|
+
transform: translate(50%, 50%);
|
|
124
|
+
cursor: se-resize;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&.west {
|
|
128
|
+
top: 50%;
|
|
129
|
+
left: 0;
|
|
130
|
+
transform: translate(-50%, -50%);
|
|
131
|
+
cursor: w-resize;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
&.east {
|
|
135
|
+
top: 50%;
|
|
136
|
+
right: 0;
|
|
137
|
+
transform: translate(50%, -50%);
|
|
138
|
+
cursor: e-resize;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
.ProseMirror-selectednode { // sass-lint:disable-line class-name-format
|
|
142
|
+
outline-width: $editor-selectednode-outline-width;
|
|
143
|
+
outline-style: solid;
|
|
144
|
+
}
|
|
145
|
+
.ProseMirror-hideselection { // sass-lint:disable-line class-name-format
|
|
146
|
+
caret-color: transparent;
|
|
147
|
+
|
|
148
|
+
*::selection,
|
|
149
|
+
*::-moz-selection {
|
|
150
|
+
background: transparent;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
65
153
|
|
|
66
154
|
// Toolbar
|
|
67
155
|
.k-editor > .k-toolbar {
|
|
@@ -136,6 +224,7 @@
|
|
|
136
224
|
padding: $padding-x;
|
|
137
225
|
width: 100%;
|
|
138
226
|
height: 100%;
|
|
227
|
+
position: relative;
|
|
139
228
|
box-sizing: border-box;
|
|
140
229
|
outline: none;
|
|
141
230
|
white-space: pre-wrap;
|
|
@@ -52,6 +52,15 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
+
// Resizable images
|
|
56
|
+
.k-editor-resize-handle {
|
|
57
|
+
background-color: $editor-resize-handle-bg;
|
|
58
|
+
border-color: $editor-resize-handle-border;
|
|
59
|
+
}
|
|
60
|
+
.ProseMirror-selectednode { // sass-lint:disable-line class-name-format
|
|
61
|
+
outline-color: $editor-selectednode-outline-color;
|
|
62
|
+
}
|
|
63
|
+
|
|
55
64
|
|
|
56
65
|
// Insert table
|
|
57
66
|
.k-ct-popup {
|
|
@@ -13,3 +13,11 @@ $editor-selected-bg: $primary !default;
|
|
|
13
13
|
$editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
|
|
14
14
|
|
|
15
15
|
$editor-export-tool-icon-margin-x: .25em !default;
|
|
16
|
+
|
|
17
|
+
$editor-resize-handle-size: 5px !default;
|
|
18
|
+
$editor-resize-handle-border-width: 1px !default;
|
|
19
|
+
$editor-resize-handle-border: #000000 !default;
|
|
20
|
+
$editor-resize-handle-bg: #ffffff !default;
|
|
21
|
+
|
|
22
|
+
$editor-selectednode-outline-width: 2px !default;
|
|
23
|
+
$editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex-length
|
|
@@ -149,6 +149,8 @@
|
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.k-fab-item-icon {
|
|
152
|
+
width: $fab-item-icon-width;
|
|
153
|
+
height: $fab-item-icon-height;
|
|
152
154
|
padding: $fab-item-icon-padding-y $fab-item-icon-padding-x;
|
|
153
155
|
border-width: $fab-item-icon-border-width;
|
|
154
156
|
border-radius: $fab-item-icon-border-radius;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
@include exports( "fab/theme" ) {
|
|
2
|
-
// FAB
|
|
3
|
-
.k-fab {
|
|
4
|
-
@include box-shadow($fab-shadow);
|
|
5
|
-
}
|
|
6
2
|
|
|
7
3
|
// Normal state
|
|
8
4
|
@each $name, $color in $fab-theme-colors {
|
|
9
5
|
.k-fab-#{$name} {
|
|
6
|
+
@include box-shadow($fab-shadow);
|
|
7
|
+
outline: $fab-border-width solid $color;
|
|
8
|
+
outline-offset: -$fab-border-width;
|
|
10
9
|
border-color: $color;
|
|
11
10
|
color: contrast-wcag( $color );
|
|
12
11
|
background-color: $color;
|
|
@@ -24,10 +23,14 @@
|
|
|
24
23
|
}
|
|
25
24
|
|
|
26
25
|
// Focus state
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
@each $name, $color in $fab-theme-colors {
|
|
27
|
+
.k-fab-#{$name}.k-state-focus,
|
|
28
|
+
.k-fab-#{$name}.k-state-focused,
|
|
29
|
+
.k-fab-#{$name}:focus {
|
|
30
|
+
outline-style: solid;
|
|
31
|
+
outline-width: 2px;
|
|
32
|
+
outline-color: rgba( $color, .3 );
|
|
33
|
+
}
|
|
31
34
|
}
|
|
32
35
|
|
|
33
36
|
// Active state
|
|
@@ -35,23 +38,20 @@
|
|
|
35
38
|
.k-state-active.k-fab-#{$name},
|
|
36
39
|
.k-state-selected.k-fab-#{$name},
|
|
37
40
|
.k-fab-#{$name}:active {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
+
@include box-shadow($fab-active-shadow);
|
|
42
|
+
border-color: try-shade( $color, 1.5);
|
|
43
|
+
background-color: try-shade( $color, 1.5);
|
|
41
44
|
}
|
|
42
45
|
}
|
|
43
46
|
|
|
44
47
|
// Disabled state
|
|
45
|
-
.k-fab.k-state-disabled,
|
|
46
|
-
.k-fab:disabled {
|
|
47
|
-
@include box-shadow($fab-disabled-shadow);
|
|
48
|
-
opacity: 1;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
48
|
@each $name, $color in $fab-theme-colors {
|
|
52
49
|
.k-state-disabled.k-fab-#{$name},
|
|
53
50
|
.k-fab-#{$name}:disabled {
|
|
54
|
-
|
|
51
|
+
@include box-shadow($fab-disabled-shadow);
|
|
52
|
+
background-color: try-tint( $color, 5 );
|
|
53
|
+
color: try-tint( contrast-wcag( $color ), 5 );
|
|
54
|
+
opacity: 1;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
$fab-item-border
|
|
64
64
|
);
|
|
65
65
|
@include box-shadow($fab-item-shadow);
|
|
66
|
+
|
|
66
67
|
}
|
|
67
68
|
.k-fab-item-icon {
|
|
68
69
|
@include fill(
|
|
@@ -71,6 +72,8 @@
|
|
|
71
72
|
$fab-item-icon-border
|
|
72
73
|
);
|
|
73
74
|
@include box-shadow($fab-item-shadow);
|
|
75
|
+
outline: $fab-border-width solid rgba(0, 0, 0, .08);
|
|
76
|
+
outline-offset: -$fab-border-width;
|
|
74
77
|
}
|
|
75
78
|
|
|
76
79
|
// Hover state
|
|
@@ -88,15 +91,17 @@
|
|
|
88
91
|
.k-fab-item.k-state-focus .k-fab-item-icon,
|
|
89
92
|
.k-fab-item.k-state-focused .k-fab-item-text,
|
|
90
93
|
.k-fab-item.k-state-focused .k-fab-item-icon {
|
|
91
|
-
|
|
94
|
+
outline-style: solid;
|
|
95
|
+
outline-width: 2px;
|
|
96
|
+
outline-color: rgba(0, 0, 0, .08);
|
|
92
97
|
}
|
|
93
98
|
|
|
94
99
|
// Active state
|
|
95
100
|
.k-fab-item.k-state-active .k-fab-item-icon,
|
|
96
101
|
.k-fab-item:active .k-fab-item-icon {
|
|
102
|
+
@include box-shadow($fab-item-active-shadow);
|
|
97
103
|
border-color: try-shade( $fab-item-icon-border, 1);
|
|
98
104
|
background-color: try-shade( $fab-item-icon-bg, 1);
|
|
99
|
-
box-shadow: $fab-shadow, 0px 3px 4px rgba($fab-item-icon-bg, .4);
|
|
100
105
|
}
|
|
101
106
|
|
|
102
107
|
// Disabled state
|
|
@@ -106,21 +111,9 @@
|
|
|
106
111
|
|
|
107
112
|
.k-fab-item-text,
|
|
108
113
|
.k-fab-item-icon {
|
|
109
|
-
color: tint( $fab-item-text, 6 );
|
|
110
114
|
@include box-shadow($fab-item-disabled-shadow);
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
// Disabled + Focus state
|
|
115
|
-
.k-fab-item:focus,
|
|
116
|
-
.k-fab-item.k-state-focus,
|
|
117
|
-
.k-fab-item.k-state-focused {
|
|
118
|
-
&:disabled,
|
|
119
|
-
&.k-state-disabled {
|
|
120
|
-
.k-fab-item-text,
|
|
121
|
-
.k-fab-item-icon {
|
|
122
|
-
@include box-shadow($fab-item-disabled-focus-shadow);
|
|
123
|
-
}
|
|
115
|
+
background-color: try-tint( $fab-item-bg, 5 );
|
|
116
|
+
color: try-tint( $fab-item-text, 5 );
|
|
124
117
|
}
|
|
125
118
|
}
|
|
126
119
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// Floating Action Button
|
|
2
2
|
$fab-padding-x: map-get( $spacing, 4 ) !default;
|
|
3
3
|
$fab-padding-y: $fab-padding-x !default;
|
|
4
|
-
$fab-border-width:
|
|
5
|
-
$fab-border-radius: $border-radius
|
|
4
|
+
$fab-border-width: 1px !default;
|
|
5
|
+
$fab-border-radius: $border-radius !default;
|
|
6
6
|
$fab-font-family: $font-family !default;
|
|
7
7
|
$fab-font-size: $font-size !default;
|
|
8
8
|
$fab-line-height: $line-height !default;
|
|
@@ -18,7 +18,7 @@ $fab-padding-y-lg: ( $fab-padding-y * 1.5 ) !default;
|
|
|
18
18
|
|
|
19
19
|
$fab-icon-width: 20px !default;
|
|
20
20
|
$fab-icon-height: $fab-icon-width !default;
|
|
21
|
-
$fab-icon-spacing: map-get( $spacing, 1 ) !default;
|
|
21
|
+
$fab-icon-spacing: map-get( $spacing, 1 ) / 2 !default;
|
|
22
22
|
|
|
23
23
|
$fab-items-padding-x: 0px !default;
|
|
24
24
|
$fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
@@ -28,12 +28,14 @@ $fab-item-text-padding-y: $fab-item-text-padding-x !default;
|
|
|
28
28
|
$fab-item-text-border-width: 1px !default;
|
|
29
29
|
$fab-item-text-border-radius: 2px !default;
|
|
30
30
|
$fab-item-text-font-size: $font-size-xs !default;
|
|
31
|
-
$fab-item-text-line-height: 1 !default;
|
|
31
|
+
$fab-item-text-line-height: 1.2 !default;
|
|
32
32
|
|
|
33
33
|
$fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
34
34
|
$fab-item-icon-padding-y: $fab-item-icon-padding-x !default;
|
|
35
35
|
$fab-item-icon-border-width: 0 !default;
|
|
36
36
|
$fab-item-icon-border-radius: 50% !default;
|
|
37
|
+
$fab-item-icon-width: 20px !default;
|
|
38
|
+
$fab-item-icon-height: $fab-item-icon-width !default;
|
|
37
39
|
|
|
38
40
|
$fab-sizes: (
|
|
39
41
|
sm: map-get( $spacing, 4 ),
|
|
@@ -44,21 +46,20 @@ $fab-sizes: (
|
|
|
44
46
|
$fab-theme-colors: $theme-colors !default;
|
|
45
47
|
|
|
46
48
|
$fab-shadow: 0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2) !default;
|
|
47
|
-
$fab-
|
|
48
|
-
$fab-
|
|
49
|
+
$fab-disabled-shadow: 0 6px 10px try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px try-tint( rgba(0, 0, 0, .2), .5 ) !default;
|
|
50
|
+
$fab-active-shadow: null !default;
|
|
49
51
|
|
|
50
52
|
$fab-item-text: $component-text !default;
|
|
51
53
|
$fab-item-bg: $component-bg !default;
|
|
52
54
|
$fab-item-border: $component-border !default;
|
|
53
55
|
|
|
54
|
-
$fab-item-icon-text:
|
|
55
|
-
$fab-item-icon-bg: $
|
|
56
|
-
$fab-item-icon-border: $
|
|
56
|
+
$fab-item-icon-text: $button-text !default;
|
|
57
|
+
$fab-item-icon-bg: $button-bg !default;
|
|
58
|
+
$fab-item-icon-border: $button-border !default;
|
|
57
59
|
|
|
58
60
|
$fab-item-shadow: $fab-shadow !default;
|
|
59
|
-
$fab-item-focus-shadow: $fab-focus-shadow !default;
|
|
60
61
|
$fab-item-disabled-shadow: $fab-disabled-shadow !default;
|
|
61
|
-
$fab-item-
|
|
62
|
+
$fab-item-active-shadow: $fab-active-shadow !default;
|
|
62
63
|
|
|
63
64
|
$fab-border-width-sm: $fab-border-width !default;
|
|
64
65
|
$fab-line-height-sm: $fab-line-height !default;
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
.k-maskedtextbox,
|
|
160
160
|
.k-textbox-container,
|
|
161
161
|
.k-floating-label-container {
|
|
162
|
-
display: flex;
|
|
162
|
+
display: inline-flex;
|
|
163
163
|
width: 100%;
|
|
164
164
|
}
|
|
165
165
|
|
|
@@ -220,6 +220,7 @@
|
|
|
220
220
|
margin-right: $horizontal-form-label-margin-x;
|
|
221
221
|
padding-top: $horizontal-form-label-padding-top;
|
|
222
222
|
width: $horizontal-form-label-width;
|
|
223
|
+
text-align: end;
|
|
223
224
|
flex-direction: column;
|
|
224
225
|
align-items: $horizontal-form-label-align;
|
|
225
226
|
justify-content: flex-start;
|
|
@@ -642,6 +642,7 @@
|
|
|
642
642
|
.k-i-justify-between-vertical::before { content: "\e552"; }
|
|
643
643
|
.k-i-justify-content-around-alt::before { content: "\e553"; }
|
|
644
644
|
.k-i-justify-around-vertical::before { content: "\e553"; }
|
|
645
|
+
.k-i-color-canvas::before { content: "\e554"; }
|
|
645
646
|
.k-i-file-wrench::before { content: "\e600"; }
|
|
646
647
|
.k-i-page-properties::before { content: "\e600"; }
|
|
647
648
|
.k-i-bold::before { content: "\e601"; }
|