@syncfusion/ej2-ribbon 31.2.12 → 32.1.19
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/ej2-ribbon.umd.min.js +1 -10
- package/dist/ej2-ribbon.umd.min.js.map +1 -1
- package/dist/es6/ej2-ribbon.es2015.js +2 -2
- package/dist/es6/ej2-ribbon.es2015.js.map +1 -1
- package/dist/es6/ej2-ribbon.es5.js +2 -2
- package/dist/es6/ej2-ribbon.es5.js.map +1 -1
- package/dist/global/ej2-ribbon.min.js +1 -10
- package/dist/global/ej2-ribbon.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +8 -8
- package/src/ribbon/base/ribbon-model.d.ts +1 -1
- package/src/ribbon/base/ribbon.js +3 -3
- package/styles/bds-lite.scss +17 -18
- package/styles/bds.scss +18 -19
- package/styles/bootstrap-dark-lite.scss +17 -18
- package/styles/bootstrap-dark.scss +18 -19
- package/styles/bootstrap-lite.scss +17 -18
- package/styles/bootstrap.scss +18 -19
- package/styles/bootstrap4-lite.scss +17 -18
- package/styles/bootstrap4.scss +18 -19
- package/styles/bootstrap5-dark-lite.scss +17 -18
- package/styles/bootstrap5-dark.scss +18 -19
- package/styles/bootstrap5-lite.scss +18 -18
- package/styles/bootstrap5.3-lite.css +81 -1
- package/styles/bootstrap5.3-lite.scss +18 -18
- package/styles/bootstrap5.3.css +81 -1
- package/styles/bootstrap5.3.scss +19 -19
- package/styles/bootstrap5.scss +19 -19
- package/styles/fabric-dark-lite.scss +18 -18
- package/styles/fabric-dark.scss +19 -19
- package/styles/fabric-lite.scss +18 -18
- package/styles/fabric.scss +19 -19
- package/styles/fluent-dark-lite.scss +18 -18
- package/styles/fluent-dark.scss +19 -19
- package/styles/fluent-lite.scss +18 -18
- package/styles/fluent.scss +19 -19
- package/styles/fluent2-lite.css +122 -8
- package/styles/fluent2-lite.scss +18 -18
- package/styles/fluent2.css +123 -9
- package/styles/fluent2.scss +19 -19
- package/styles/highcontrast-light-lite.css +1 -1
- package/styles/highcontrast-light-lite.scss +17 -17
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast-light.scss +18 -18
- package/styles/highcontrast-lite.css +1 -1
- package/styles/highcontrast-lite.scss +18 -18
- package/styles/highcontrast.css +1 -1
- package/styles/highcontrast.scss +19 -19
- package/styles/material-dark-lite.scss +18 -18
- package/styles/material-dark.scss +19 -19
- package/styles/material-lite.scss +17 -18
- package/styles/material.scss +18 -19
- package/styles/material3-dark-lite.css +141 -2
- package/styles/material3-dark-lite.scss +18 -18
- package/styles/material3-dark.css +141 -2
- package/styles/material3-dark.scss +19 -21
- package/styles/material3-lite.css +141 -2
- package/styles/material3-lite.scss +18 -18
- package/styles/material3.css +141 -2
- package/styles/material3.scss +19 -21
- package/styles/ribbon/_all.scss +2 -2
- package/styles/ribbon/_bds-definition.scss +144 -0
- package/styles/ribbon/_bigger.scss +20 -18
- package/styles/ribbon/_bootstrap-dark-definition.scss +140 -0
- package/styles/ribbon/_bootstrap-definition.scss +140 -0
- package/styles/ribbon/_bootstrap4-definition.scss +140 -0
- package/styles/ribbon/_bootstrap5-dark-definition.scss +555 -1
- package/styles/ribbon/_bootstrap5-definition.scss +140 -0
- package/styles/ribbon/_bootstrap5.3-definition.scss +140 -0
- package/styles/ribbon/_fabric-dark-definition.scss +140 -0
- package/styles/ribbon/_fabric-definition.scss +140 -0
- package/styles/ribbon/_fluent-dark-definition.scss +555 -1
- package/styles/ribbon/_fluent-definition.scss +140 -0
- package/styles/ribbon/_fluent2-definition.scss +151 -0
- package/styles/ribbon/_fusionnew-definition.scss +138 -0
- package/styles/ribbon/_highcontrast-definition.scss +141 -0
- package/styles/ribbon/_highcontrast-light-definition.scss +141 -0
- package/styles/ribbon/_layout.scss +127 -125
- package/styles/ribbon/_material-dark-definition.scss +140 -0
- package/styles/ribbon/_material-definition.scss +140 -0
- package/styles/ribbon/_material3-dark-definition.scss +555 -1
- package/styles/ribbon/_material3-definition.scss +140 -0
- package/styles/ribbon/_tailwind-dark-definition.scss +559 -1
- package/styles/ribbon/_tailwind-definition.scss +144 -0
- package/styles/ribbon/_tailwind3-definition.scss +191 -47
- package/styles/ribbon/_theme-variables.scss +1 -0
- package/styles/ribbon/_theme.scss +3 -1
- package/styles/ribbon/bds.scss +19 -19
- package/styles/ribbon/bootstrap-dark.scss +19 -19
- package/styles/ribbon/bootstrap.scss +19 -19
- package/styles/ribbon/bootstrap4.scss +19 -19
- package/styles/ribbon/bootstrap5-dark.scss +19 -19
- package/styles/ribbon/bootstrap5.3.css +81 -1
- package/styles/ribbon/bootstrap5.3.scss +19 -19
- package/styles/ribbon/bootstrap5.scss +19 -19
- package/styles/ribbon/fabric-dark.scss +19 -19
- package/styles/ribbon/fabric.scss +19 -19
- package/styles/ribbon/fluent-dark.scss +19 -19
- package/styles/ribbon/fluent.scss +19 -19
- package/styles/ribbon/fluent2.css +123 -9
- package/styles/ribbon/fluent2.scss +19 -19
- package/styles/ribbon/highcontrast-light.css +1 -1
- package/styles/ribbon/highcontrast-light.scss +18 -18
- package/styles/ribbon/highcontrast.css +1 -1
- package/styles/ribbon/highcontrast.scss +19 -19
- package/styles/ribbon/icons/_bds.scss +1 -0
- package/styles/ribbon/icons/_bootstrap-dark.scss +1 -0
- package/styles/ribbon/icons/_bootstrap.scss +1 -0
- package/styles/ribbon/icons/_bootstrap4.scss +1 -0
- package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -1
- package/styles/ribbon/icons/_bootstrap5.3.scss +1 -0
- package/styles/ribbon/icons/_bootstrap5.scss +1 -0
- package/styles/ribbon/icons/_fabric-dark.scss +1 -0
- package/styles/ribbon/icons/_fabric.scss +1 -0
- package/styles/ribbon/icons/_fluent-dark.scss +1 -1
- package/styles/ribbon/icons/_fluent.scss +1 -0
- package/styles/ribbon/icons/_fluent2.scss +1 -0
- package/styles/ribbon/icons/_fusionnew.scss +1 -0
- package/styles/ribbon/icons/_highcontrast.scss +1 -0
- package/styles/ribbon/icons/_material-dark.scss +1 -0
- package/styles/ribbon/icons/_material.scss +1 -0
- package/styles/ribbon/icons/_material3-dark.scss +1 -1
- package/styles/ribbon/icons/_material3.scss +1 -0
- package/styles/ribbon/icons/_tailwind-dark.scss +1 -0
- package/styles/ribbon/icons/_tailwind.scss +1 -0
- package/styles/ribbon/icons/_tailwind3.scss +1 -0
- package/styles/ribbon/material-dark.scss +19 -19
- package/styles/ribbon/material.scss +19 -19
- package/styles/ribbon/material3-dark.css +141 -2
- package/styles/ribbon/material3-dark.scss +19 -20
- package/styles/ribbon/material3.css +141 -2
- package/styles/ribbon/material3.scss +19 -20
- package/styles/ribbon/tailwind-dark.scss +19 -19
- package/styles/ribbon/tailwind.scss +19 -19
- package/styles/ribbon/tailwind3.css +101 -31
- package/styles/ribbon/tailwind3.scss +19 -19
- package/styles/tailwind-dark-lite.scss +18 -18
- package/styles/tailwind-dark.scss +19 -19
- package/styles/tailwind-lite.scss +18 -18
- package/styles/tailwind.scss +19 -19
- package/styles/tailwind3-lite.css +101 -31
- package/styles/tailwind3-lite.scss +18 -18
- package/styles/tailwind3.css +101 -31
- package/styles/tailwind3.scss +19 -19
- package/.eslintrc.json +0 -263
- package/aceconfig.js +0 -17
- package/tslint.json +0 -111
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
2
|
+
@use './theme-variables' as *;
|
|
1
3
|
@mixin ribbon-font-props($font-size, $line-height) {
|
|
2
4
|
font-size: $font-size;
|
|
3
5
|
line-height: $line-height;
|
|
@@ -49,7 +51,7 @@
|
|
|
49
51
|
}
|
|
50
52
|
|
|
51
53
|
.e-toolbar-item {
|
|
52
|
-
margin-right:
|
|
54
|
+
margin-right: $ribbon-bigger-tab-header-tbar-margin-right;
|
|
53
55
|
|
|
54
56
|
.e-tab-text {
|
|
55
57
|
@include ribbon-font-props($ribbon-bigger-tab-text-size, $ribbon-bigger-tab-text-height);
|
|
@@ -68,7 +70,7 @@
|
|
|
68
70
|
&.e-tab {
|
|
69
71
|
&.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus,
|
|
70
72
|
.e-tab-header .e-toolbar-item .e-text-wrap {
|
|
71
|
-
height:
|
|
73
|
+
height: $ribbon-text-wrap-bigger-height;
|
|
72
74
|
}
|
|
73
75
|
}
|
|
74
76
|
}
|
|
@@ -116,7 +118,7 @@
|
|
|
116
118
|
height: $ribbon-bigger-gallery-wrapper-height;
|
|
117
119
|
}
|
|
118
120
|
&:has(.e-ribbon-gallery-container) {
|
|
119
|
-
padding:
|
|
121
|
+
padding: $ribbon-bigger-gallery-container-padding;
|
|
120
122
|
}
|
|
121
123
|
|
|
122
124
|
.e-ribbon-gallery-wrapper .e-ribbon-gallery-container .e-ribbon-gallery-item {
|
|
@@ -158,11 +160,11 @@
|
|
|
158
160
|
&:not(:has(.e-ribbon-template)) {
|
|
159
161
|
.e-btn {
|
|
160
162
|
&:not(.e-icon-btn, .e-dropdown-btn) {
|
|
161
|
-
padding:
|
|
163
|
+
padding: $ribbon-bigger-group-overflow-ddb-btn-padding;
|
|
162
164
|
}
|
|
163
165
|
}
|
|
164
166
|
.e-dropdown-btn.e-btn {
|
|
165
|
-
padding:
|
|
167
|
+
padding: $ribbon-bigger-group-overflow-dropdown-btn-padding;
|
|
166
168
|
}
|
|
167
169
|
}
|
|
168
170
|
}
|
|
@@ -171,11 +173,11 @@
|
|
|
171
173
|
&:not(:has(.e-ribbon-template)) {
|
|
172
174
|
.e-btn {
|
|
173
175
|
&:not(.e-icon-btn, .e-dropdown-btn) {
|
|
174
|
-
padding:
|
|
176
|
+
padding: $ribbon-bigger-rtl-ddb-btn-padding;
|
|
175
177
|
}
|
|
176
178
|
}
|
|
177
179
|
.e-dropdown-btn.e-btn {
|
|
178
|
-
padding:
|
|
180
|
+
padding: $ribbon-bigger-rtl-dropdown-btn-padding;
|
|
179
181
|
}
|
|
180
182
|
}
|
|
181
183
|
}
|
|
@@ -191,11 +193,11 @@
|
|
|
191
193
|
|
|
192
194
|
&.e-ribbon-simplified-mode {
|
|
193
195
|
.e-ribbon-group {
|
|
194
|
-
height:
|
|
196
|
+
height: $ribbon-simplified-group-bigger-height;
|
|
195
197
|
}
|
|
196
198
|
|
|
197
199
|
.e-input-group {
|
|
198
|
-
margin-bottom:
|
|
200
|
+
margin-bottom: $ribbon-bigger-simplified-group-margin-bottom;
|
|
199
201
|
}
|
|
200
202
|
|
|
201
203
|
.e-ribbon-group-content {
|
|
@@ -221,7 +223,7 @@
|
|
|
221
223
|
|
|
222
224
|
input.e-input {
|
|
223
225
|
@include ribbon-font-props($ribbon-bigger-input-items-size, $ribbon-bigger-input-items-height);
|
|
224
|
-
height:
|
|
226
|
+
height: $ribbon-input-bigger-height;
|
|
225
227
|
}
|
|
226
228
|
|
|
227
229
|
&.e-control-wrapper {
|
|
@@ -296,8 +298,8 @@
|
|
|
296
298
|
}
|
|
297
299
|
|
|
298
300
|
.e-split-colorpicker.e-split-btn {
|
|
299
|
-
padding:
|
|
300
|
-
border:
|
|
301
|
+
padding: $ribbon-bigger-colorpicker-split-btn-padding;
|
|
302
|
+
border: $ribbon-bigger-colorpicker-split-btn-border;
|
|
301
303
|
|
|
302
304
|
.e-btn-icon {
|
|
303
305
|
height: $ribbon-bigger-color-picker-height;
|
|
@@ -312,7 +314,7 @@
|
|
|
312
314
|
.e-dropdown-btn .e-caret {
|
|
313
315
|
@include ribbon-font-props($ribbon-bigger-dropdown-caret-btn-size, $ribbon-bigger-dropdown-caret-btn-height);
|
|
314
316
|
padding: $ribbon-bigger-dropdown-caret-btn-padding;
|
|
315
|
-
margin:
|
|
317
|
+
margin: $ribbon-bigger-dropdown-caret-btn-margin;
|
|
316
318
|
}
|
|
317
319
|
}
|
|
318
320
|
}
|
|
@@ -322,7 +324,7 @@
|
|
|
322
324
|
.e-bigger.e-ribbon-group-overflow-ddb {
|
|
323
325
|
&.e-dropdown-popup:has(.e-ribbon-overflow-target) {
|
|
324
326
|
@if ($skin-name == 'fluent2') {
|
|
325
|
-
padding:
|
|
327
|
+
padding: $ribbon-bigger-overflow-target-padding;
|
|
326
328
|
}
|
|
327
329
|
}
|
|
328
330
|
.e-ribbon-overflow-target {
|
|
@@ -349,7 +351,7 @@
|
|
|
349
351
|
min-height: $ribbon-bigger-overflow-items-min-width-height;
|
|
350
352
|
}
|
|
351
353
|
&.e-icon-left {
|
|
352
|
-
margin:
|
|
354
|
+
margin: $ribbon-bigger-overflow-items-icon-left-margin;
|
|
353
355
|
}
|
|
354
356
|
}
|
|
355
357
|
&:has(.e-colorpicker-wrapper) {
|
|
@@ -368,7 +370,7 @@
|
|
|
368
370
|
}
|
|
369
371
|
.e-ribbon-item:not(:has(.e-ribbon-template)) > .e-checkbox-wrapper {
|
|
370
372
|
margin: $ribbon-bigger-checkbox-margin;
|
|
371
|
-
padding:
|
|
373
|
+
padding: $ribbon-bigger-checkbox-padding;
|
|
372
374
|
}
|
|
373
375
|
}
|
|
374
376
|
|
|
@@ -453,11 +455,11 @@
|
|
|
453
455
|
height: $ribbon-bigger-ddb-popup-height;
|
|
454
456
|
|
|
455
457
|
&.e-separator {
|
|
456
|
-
height:
|
|
458
|
+
height: $ribbon-separator-height;
|
|
457
459
|
}
|
|
458
460
|
|
|
459
461
|
.e-menu-icon {
|
|
460
|
-
@include ribbon-font-props(
|
|
462
|
+
@include ribbon-font-props($ribbon-bigger-menu-icon-font-size, $ribbon-bigger-menu-icon-line-height);
|
|
461
463
|
min-height: 20px;
|
|
462
464
|
min-width: 20px;
|
|
463
465
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
@use 'sass:color';
|
|
2
|
+
@use 'ej2-base/styles/definition/bootstrap-dark' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap-dark';
|
|
2
4
|
|
|
3
5
|
$ribbon-border: none !default;
|
|
4
6
|
$ribbon-border-radius: unset !default;
|
|
@@ -415,3 +417,141 @@ $ribbon-group-button-item-border: 1px solid $ribbon-group-button-border-color !d
|
|
|
415
417
|
$ribbon-items-focus-box-shadow: none !default;
|
|
416
418
|
$ribbon-skeleton-wave-color: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, $grey-88 50%, rgba(255, 255, 255, 0) 70%) !default;
|
|
417
419
|
$ribbon-skeleton-bg-color: $gray-dark !default;
|
|
420
|
+
|
|
421
|
+
$ribbon-skeleton-border-radius: 4px !default;
|
|
422
|
+
$ribbon-overlay-gap: 30px !default;
|
|
423
|
+
$ribbon-overlay-padding: 10px !default;
|
|
424
|
+
$ribbon-tbar-child-margin: 0 !default;
|
|
425
|
+
$ribbon-tbar-item-margin: 0 !default;
|
|
426
|
+
$ribbon-tbar-item-border: none !default;
|
|
427
|
+
$ribbon-tbar-active-border: none !default;
|
|
428
|
+
$ribbon-tab-wrap-padding: 0 !default;
|
|
429
|
+
$ribbon-tab-wrap-border: none !default;
|
|
430
|
+
$ribbon-tab-text-margin: 0 !default;
|
|
431
|
+
$ribbon-nav-arrow-letter-spacing: unset !default;
|
|
432
|
+
$ribbon-overflow-items-margin: auto !default;
|
|
433
|
+
$ribbon-overflow-btn-icon-size: 16px !default;
|
|
434
|
+
$ribbon-overflow-btn-icon-line-height: 16px !default;
|
|
435
|
+
$ribbon-gallery-text-font-size: 12px !default;
|
|
436
|
+
$input-group-margin-bottom: 0 !default;
|
|
437
|
+
$ribbon-group-container-padding: 0 !default;
|
|
438
|
+
$ribbon-simplified-mode-group-content-padding: 0 !default;
|
|
439
|
+
$ribbon-simplified-overlay-gap: 16px !default;
|
|
440
|
+
$ribbon-group-border-right: 1px !default;
|
|
441
|
+
$ribbon-scroll-device-padding-right: 30px !default;
|
|
442
|
+
$ribbon-rtl-scroll-device-padding-left: 30px !default;
|
|
443
|
+
$ribbon-backstage-btn-border: none !default;
|
|
444
|
+
$ribbon-backstage-btn-border-radius: unset !default;
|
|
445
|
+
$ribbon-backstage-btn-padding: unset !default;
|
|
446
|
+
$ribbon-backstage-btn-icon-margin: 0 !default;
|
|
447
|
+
$ribbon-backstage-menu-border: unset !default;
|
|
448
|
+
$ribbon-backstage-menu-border-radius: unset !default;
|
|
449
|
+
$ribbon-backstage-menu-item-margin: 4px 20px !default;
|
|
450
|
+
$ribbon-backstage-menu-item-padding: 0 !default;
|
|
451
|
+
$ribbon-backstage-menu-icon-margin-right: unset !default;
|
|
452
|
+
$ribbon-backstage-menu-blank-icon-padding-left: 0 !default;
|
|
453
|
+
$ribbon-input-icon-margin: 0 !default;
|
|
454
|
+
$ribbon-input-icon-border: none !default;
|
|
455
|
+
$ribbon-input-icon-border-radius: unset !default;
|
|
456
|
+
$ribbon-clear-icon-border-radius: unset !default;
|
|
457
|
+
$ribbon-item-padding: 1px !default;
|
|
458
|
+
$ribbon-gallery-btn-icon-border-width: 0 0 0 1px !default;
|
|
459
|
+
$ribbon-gallery-btn-icon-border-radius: 0 4px 4px 0 !default;
|
|
460
|
+
$ribbon-gallery-container-padding: 0 !default;
|
|
461
|
+
$ribbon-gallery-container-border-width: 1px !default;
|
|
462
|
+
$ribbon-items-checkbox-margin: auto 0 !default;
|
|
463
|
+
$ribbon-items-colorpicker-border: 1px !default;
|
|
464
|
+
$ribbon-split-btn-padding: 0 !default;
|
|
465
|
+
$ribbon-split-btn-wrapper-border: 1px !default;
|
|
466
|
+
$ribbon-split-btn-border-radius: 0 !default;
|
|
467
|
+
$ribbon-dropdown-btn-margin: auto !default;
|
|
468
|
+
$ribbon-small-medium-item-padding: 0 !default;
|
|
469
|
+
$ribbon-colorpicker-split-btn-wrapper-border: none !default;
|
|
470
|
+
$ribbon-split-preview-border-radius: unset !default;
|
|
471
|
+
$ribbon-dropdown-caret-btn-margin: 0 !default;
|
|
472
|
+
$ribbon-split-btn-wrapper-margin: 0 !default;
|
|
473
|
+
$ribbon-items-dropdown-btn-padding: 0 !default;
|
|
474
|
+
$ribbon-items-icons-padding: 0 2px 0 0 !default;
|
|
475
|
+
$ribbon-rtl-items-icons-padding: 0 0 0 2px !default;
|
|
476
|
+
$ribbon-gallery-button-border-width: 0 1px 0 0 !default;
|
|
477
|
+
$ribbon-gallery-button-border-radius: 4px 0 0 4px !default;
|
|
478
|
+
$ribbon-overflow-target-border: 0 !default;
|
|
479
|
+
$ribbon-item-input-group-margin: 5px 0 !default;
|
|
480
|
+
$ribbon-gallery-dropdown-btn-padding: 0 !default;
|
|
481
|
+
$ribbon-gallery-dropdown-btn-margin: 0 !default;
|
|
482
|
+
$ribbon-checkbox-wrapper-padding: 0 !default;
|
|
483
|
+
$ribbon-checkbox-wrapper-frame-margin: unset !default;
|
|
484
|
+
$ribbon-btn-icon-left-margin: 0 !default;
|
|
485
|
+
$ribbon-caret-icon-margin: 0 0 0 auto !default;
|
|
486
|
+
$ribbon-rtl-caret-icon-margin: 0 auto 0 0 !default;
|
|
487
|
+
$ribbon-group-btn-first-border-top-right-radius: 4px !default;
|
|
488
|
+
$ribbon-group-btn-first-border-top-left-radius: 4px !default;
|
|
489
|
+
$ribbon-group-btn-first-border-bottom-right-radius: 0 !default;
|
|
490
|
+
$ribbon-group-btn-first-border-bottom-left-radius: 0 !default;
|
|
491
|
+
$ribbon-group-btn-last-border-top-right-radius: 0 !default;
|
|
492
|
+
$ribbon-group-btn-last-border-top-left-radius: 0 !default;
|
|
493
|
+
$ribbon-group-btn-last-border-bottom-right-radius: 4px !default;
|
|
494
|
+
$ribbon-group-btn-last-border-bottom-left-radius: 4px !default;
|
|
495
|
+
$ribbon-group-button-item-padding: 0 !default;
|
|
496
|
+
$ribbon-gallery-header-padding-top: 0 !default;
|
|
497
|
+
$ribbon-gallery-popup-border-radius: 4px !default;
|
|
498
|
+
$ribbon-group-button-icon-font-size: 16px !default;
|
|
499
|
+
$ribbon-group-button-icon-line-height: 16px !default;
|
|
500
|
+
$ribbon-gallery-item-margin: 2px !default;
|
|
501
|
+
$ribbon-overflow-gallery-container-padding: 0 !default;
|
|
502
|
+
$ribbon-overflow-gallery-container-margin: 0 !default;
|
|
503
|
+
$ribbon-gallery-popup-items-border-width: 2px !default;
|
|
504
|
+
$ribbon-gallery-popup-items-border-radius: 4px !default;
|
|
505
|
+
$ribbon-gallery-icons-padding: 3px !default;
|
|
506
|
+
$ribbon-gallery-selected-border-radius: 4px !default;
|
|
507
|
+
$ribbon-menu-item-border-radius: unset !default;
|
|
508
|
+
$ribbon-menu-icon-font-size: 16px !default;
|
|
509
|
+
$ribbon-menu-icon-line-height: 16px !default;
|
|
510
|
+
$ribbon-tooltip-padding: 4px !default;
|
|
511
|
+
$ribbon-tooltip-title-font-size: 12px !default;
|
|
512
|
+
$ribbon-tooltip-title-line-height: 18px !default;
|
|
513
|
+
$ribbon-tooltip-title-padding: 4px 4px 0 !default;
|
|
514
|
+
$ribbon-text-container-padding: 4px !default;
|
|
515
|
+
$ribbon-tooltip-content-font-size: 10px !default;
|
|
516
|
+
$ribbon-tooltip-content-line-height: 15px !default;
|
|
517
|
+
$ribbon-tooltip-icon-font-size: 32px !default;
|
|
518
|
+
$ribbon-tooltip-icon-line-height: 32px !default;
|
|
519
|
+
$ribbon-tooltip-icon-padding-right: 8px !default;
|
|
520
|
+
$ribbon-tab-header-border-width: 0 !default;
|
|
521
|
+
$ribbon-medium-item-font-size: 16px !default;
|
|
522
|
+
$ribbon-medium-item-line-height: 16px !default;
|
|
523
|
+
|
|
524
|
+
$ribbon-bigger-tab-header-tbar-margin-right: 0 !default;
|
|
525
|
+
$ribbon-bigger-gallery-container-padding: 0 !default;
|
|
526
|
+
$ribbon-bigger-simplified-group-margin-bottom: 0 !default;
|
|
527
|
+
$ribbon-bigger-colorpicker-split-btn-padding: 0 !default;
|
|
528
|
+
$ribbon-bigger-colorpicker-split-btn-border: none !default;
|
|
529
|
+
$ribbon-bigger-dropdown-caret-btn-margin: 0 !default;
|
|
530
|
+
$ribbon-bigger-overflow-items-icon-left-margin: 0 !default;
|
|
531
|
+
$ribbon-bigger-checkbox-padding: 0 !default;
|
|
532
|
+
$ribbon-bigger-menu-icon-font-size: 20px !default;
|
|
533
|
+
$ribbon-bigger-menu-icon-line-height: 20px !default;
|
|
534
|
+
$dropdown-popup-border: 1px !default;
|
|
535
|
+
|
|
536
|
+
$ribbon-skeleton-height: 20px !default;
|
|
537
|
+
$ribbon-overlay-height: 100% !default;
|
|
538
|
+
$ribbon-tab-wrap-height: auto !default;
|
|
539
|
+
$ribbon-text-wrap-height: auto !default;
|
|
540
|
+
$ribbon-hscroll-nav-arrow-height: auto !default;
|
|
541
|
+
$ribbon-simplified-group-height: auto !default;
|
|
542
|
+
$ribbon-backstage-items-wrapper-height: 100% !default;
|
|
543
|
+
$icon-top-height: 50% !default;
|
|
544
|
+
$split-btn-wrapper-height: 50% !default;
|
|
545
|
+
$split-btn-wrapper-icon-top-height: unset !default;
|
|
546
|
+
$ribbon-items-checkbox-height: fit-content !default;
|
|
547
|
+
$split-btn-wrapper-vertical-height: 100% !default;
|
|
548
|
+
$ribbon-split-btn-icon-height: 16px !default;
|
|
549
|
+
$ribbon-gallery-popup-items-height: 54px !default;
|
|
550
|
+
$ribbon-group-after-height: calc(100% - 16px) !default;
|
|
551
|
+
|
|
552
|
+
$ribbon-text-wrap-bigger-height: auto !default;
|
|
553
|
+
$ribbon-simplified-group-bigger-height: auto !default;
|
|
554
|
+
$ribbon-input-bigger-height: auto !default;
|
|
555
|
+
$ribbon-separator-height: auto !default;
|
|
556
|
+
$ribbon-split-btn-icon-width: 16px !default;
|
|
557
|
+
$ribbon-tab-header-left: var(--fileMenuWidth) !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap';
|
|
1
3
|
$ribbon-border: none !default;
|
|
2
4
|
$ribbon-border-radius: unset !default;
|
|
3
5
|
$ribbon-disabled-opacity: .35 !default;
|
|
@@ -413,3 +415,141 @@ $ribbon-group-button-item-border: 1px solid $ribbon-group-button-border-color !d
|
|
|
413
415
|
$ribbon-items-focus-box-shadow: none !default;
|
|
414
416
|
$ribbon-skeleton-wave-color: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, $grey-dd 50%, rgba(255, 255, 255, 0) 70%) !default;
|
|
415
417
|
$ribbon-skeleton-bg-color: $grey-lighter !default;
|
|
418
|
+
|
|
419
|
+
$ribbon-skeleton-border-radius: 4px !default;
|
|
420
|
+
$ribbon-overlay-gap: 30px !default;
|
|
421
|
+
$ribbon-overlay-padding: 10px !default;
|
|
422
|
+
$ribbon-tbar-child-margin: 0 !default;
|
|
423
|
+
$ribbon-tbar-item-margin: 0 !default;
|
|
424
|
+
$ribbon-tbar-item-border: none !default;
|
|
425
|
+
$ribbon-tbar-active-border: none !default;
|
|
426
|
+
$ribbon-tab-wrap-padding: 0 !default;
|
|
427
|
+
$ribbon-tab-wrap-border: none !default;
|
|
428
|
+
$ribbon-tab-text-margin: 0 !default;
|
|
429
|
+
$ribbon-nav-arrow-letter-spacing: unset !default;
|
|
430
|
+
$ribbon-overflow-items-margin: auto !default;
|
|
431
|
+
$ribbon-overflow-btn-icon-size: 16px !default;
|
|
432
|
+
$ribbon-overflow-btn-icon-line-height: 16px !default;
|
|
433
|
+
$ribbon-gallery-text-font-size: 12px !default;
|
|
434
|
+
$input-group-margin-bottom: 0 !default;
|
|
435
|
+
$ribbon-group-container-padding: 0 !default;
|
|
436
|
+
$ribbon-simplified-mode-group-content-padding: 0 !default;
|
|
437
|
+
$ribbon-simplified-overlay-gap: 16px !default;
|
|
438
|
+
$ribbon-group-border-right: 1px !default;
|
|
439
|
+
$ribbon-scroll-device-padding-right: 30px !default;
|
|
440
|
+
$ribbon-rtl-scroll-device-padding-left: 30px !default;
|
|
441
|
+
$ribbon-backstage-btn-border: none !default;
|
|
442
|
+
$ribbon-backstage-btn-border-radius: unset !default;
|
|
443
|
+
$ribbon-backstage-btn-padding: unset !default;
|
|
444
|
+
$ribbon-backstage-btn-icon-margin: 0 !default;
|
|
445
|
+
$ribbon-backstage-menu-border: unset !default;
|
|
446
|
+
$ribbon-backstage-menu-border-radius: unset !default;
|
|
447
|
+
$ribbon-backstage-menu-item-margin: 4px 20px !default;
|
|
448
|
+
$ribbon-backstage-menu-item-padding: 0 !default;
|
|
449
|
+
$ribbon-backstage-menu-icon-margin-right: unset !default;
|
|
450
|
+
$ribbon-backstage-menu-blank-icon-padding-left: 0 !default;
|
|
451
|
+
$ribbon-input-icon-margin: 0 !default;
|
|
452
|
+
$ribbon-input-icon-border: none !default;
|
|
453
|
+
$ribbon-input-icon-border-radius: unset !default;
|
|
454
|
+
$ribbon-clear-icon-border-radius: unset !default;
|
|
455
|
+
$ribbon-item-padding: 1px !default;
|
|
456
|
+
$ribbon-gallery-btn-icon-border-width: 0 0 0 1px !default;
|
|
457
|
+
$ribbon-gallery-btn-icon-border-radius: 0 4px 4px 0 !default;
|
|
458
|
+
$ribbon-gallery-container-padding: 0 !default;
|
|
459
|
+
$ribbon-gallery-container-border-width: 1px !default;
|
|
460
|
+
$ribbon-items-checkbox-margin: auto 0 !default;
|
|
461
|
+
$ribbon-items-colorpicker-border: 1px !default;
|
|
462
|
+
$ribbon-split-btn-padding: 0 !default;
|
|
463
|
+
$ribbon-split-btn-wrapper-border: 1px !default;
|
|
464
|
+
$ribbon-split-btn-border-radius: 0 !default;
|
|
465
|
+
$ribbon-dropdown-btn-margin: auto !default;
|
|
466
|
+
$ribbon-small-medium-item-padding: 0 !default;
|
|
467
|
+
$ribbon-colorpicker-split-btn-wrapper-border: none !default;
|
|
468
|
+
$ribbon-split-preview-border-radius: unset !default;
|
|
469
|
+
$ribbon-dropdown-caret-btn-margin: 0 !default;
|
|
470
|
+
$ribbon-split-btn-wrapper-margin: 0 !default;
|
|
471
|
+
$ribbon-items-dropdown-btn-padding: 0 !default;
|
|
472
|
+
$ribbon-items-icons-padding: 0 2px 0 0 !default;
|
|
473
|
+
$ribbon-rtl-items-icons-padding: 0 0 0 2px !default;
|
|
474
|
+
$ribbon-gallery-button-border-width: 0 1px 0 0 !default;
|
|
475
|
+
$ribbon-gallery-button-border-radius: 4px 0 0 4px !default;
|
|
476
|
+
$ribbon-overflow-target-border: 0 !default;
|
|
477
|
+
$ribbon-item-input-group-margin: 5px 0 !default;
|
|
478
|
+
$ribbon-gallery-dropdown-btn-padding: 0 !default;
|
|
479
|
+
$ribbon-gallery-dropdown-btn-margin: 0 !default;
|
|
480
|
+
$ribbon-checkbox-wrapper-padding: 0 !default;
|
|
481
|
+
$ribbon-checkbox-wrapper-frame-margin: unset !default;
|
|
482
|
+
$ribbon-btn-icon-left-margin: 0 !default;
|
|
483
|
+
$ribbon-caret-icon-margin: 0 0 0 auto !default;
|
|
484
|
+
$ribbon-rtl-caret-icon-margin: 0 auto 0 0 !default;
|
|
485
|
+
$ribbon-group-btn-first-border-top-right-radius: 4px !default;
|
|
486
|
+
$ribbon-group-btn-first-border-top-left-radius: 4px !default;
|
|
487
|
+
$ribbon-group-btn-first-border-bottom-right-radius: 0 !default;
|
|
488
|
+
$ribbon-group-btn-first-border-bottom-left-radius: 0 !default;
|
|
489
|
+
$ribbon-group-btn-last-border-top-right-radius: 0 !default;
|
|
490
|
+
$ribbon-group-btn-last-border-top-left-radius: 0 !default;
|
|
491
|
+
$ribbon-group-btn-last-border-bottom-right-radius: 4px !default;
|
|
492
|
+
$ribbon-group-btn-last-border-bottom-left-radius: 4px !default;
|
|
493
|
+
$ribbon-group-button-item-padding: 0 !default;
|
|
494
|
+
$ribbon-gallery-header-padding-top: 0 !default;
|
|
495
|
+
$ribbon-gallery-popup-border-radius: 4px !default;
|
|
496
|
+
$ribbon-group-button-icon-font-size: 16px !default;
|
|
497
|
+
$ribbon-group-button-icon-line-height: 16px !default;
|
|
498
|
+
$ribbon-gallery-item-margin: 2px !default;
|
|
499
|
+
$ribbon-overflow-gallery-container-padding: 0 !default;
|
|
500
|
+
$ribbon-overflow-gallery-container-margin: 0 !default;
|
|
501
|
+
$ribbon-gallery-popup-items-border-width: 2px !default;
|
|
502
|
+
$ribbon-gallery-popup-items-border-radius: 4px !default;
|
|
503
|
+
$ribbon-gallery-icons-padding: 3px !default;
|
|
504
|
+
$ribbon-gallery-selected-border-radius: 4px !default;
|
|
505
|
+
$ribbon-menu-item-border-radius: unset !default;
|
|
506
|
+
$ribbon-menu-icon-font-size: 16px !default;
|
|
507
|
+
$ribbon-menu-icon-line-height: 16px !default;
|
|
508
|
+
$ribbon-tooltip-padding: 4px !default;
|
|
509
|
+
$ribbon-tooltip-title-font-size: 12px !default;
|
|
510
|
+
$ribbon-tooltip-title-line-height: 18px !default;
|
|
511
|
+
$ribbon-tooltip-title-padding: 4px 4px 0 !default;
|
|
512
|
+
$ribbon-text-container-padding: 4px !default;
|
|
513
|
+
$ribbon-tooltip-content-font-size: 10px !default;
|
|
514
|
+
$ribbon-tooltip-content-line-height: 15px !default;
|
|
515
|
+
$ribbon-tooltip-icon-font-size: 32px !default;
|
|
516
|
+
$ribbon-tooltip-icon-line-height: 32px !default;
|
|
517
|
+
$ribbon-tooltip-icon-padding-right: 8px !default;
|
|
518
|
+
$ribbon-tab-header-border-width: 0 !default;
|
|
519
|
+
$ribbon-medium-item-font-size: 16px !default;
|
|
520
|
+
$ribbon-medium-item-line-height: 16px !default;
|
|
521
|
+
|
|
522
|
+
$ribbon-bigger-tab-header-tbar-margin-right: 0 !default;
|
|
523
|
+
$ribbon-bigger-gallery-container-padding: 0 !default;
|
|
524
|
+
$ribbon-bigger-simplified-group-margin-bottom: 0 !default;
|
|
525
|
+
$ribbon-bigger-colorpicker-split-btn-padding: 0 !default;
|
|
526
|
+
$ribbon-bigger-colorpicker-split-btn-border: none !default;
|
|
527
|
+
$ribbon-bigger-dropdown-caret-btn-margin: 0 !default;
|
|
528
|
+
$ribbon-bigger-overflow-items-icon-left-margin: 0 !default;
|
|
529
|
+
$ribbon-bigger-checkbox-padding: 0 !default;
|
|
530
|
+
$ribbon-bigger-menu-icon-font-size: 20px !default;
|
|
531
|
+
$ribbon-bigger-menu-icon-line-height: 20px !default;
|
|
532
|
+
$dropdown-popup-border: 1px !default;
|
|
533
|
+
|
|
534
|
+
$ribbon-skeleton-height: 20px !default;
|
|
535
|
+
$ribbon-overlay-height: 100% !default;
|
|
536
|
+
$ribbon-tab-wrap-height: auto !default;
|
|
537
|
+
$ribbon-text-wrap-height: auto !default;
|
|
538
|
+
$ribbon-hscroll-nav-arrow-height: auto !default;
|
|
539
|
+
$ribbon-simplified-group-height: auto !default;
|
|
540
|
+
$ribbon-backstage-items-wrapper-height: 100% !default;
|
|
541
|
+
$icon-top-height: 50% !default;
|
|
542
|
+
$split-btn-wrapper-height: 50% !default;
|
|
543
|
+
$split-btn-wrapper-icon-top-height: unset !default;
|
|
544
|
+
$ribbon-items-checkbox-height: fit-content !default;
|
|
545
|
+
$split-btn-wrapper-vertical-height: 100% !default;
|
|
546
|
+
$ribbon-split-btn-icon-height: 16px !default;
|
|
547
|
+
$ribbon-gallery-popup-items-height: 54px !default;
|
|
548
|
+
$ribbon-group-after-height: calc(100% - 16px) !default;
|
|
549
|
+
|
|
550
|
+
$ribbon-text-wrap-bigger-height: auto !default;
|
|
551
|
+
$ribbon-simplified-group-bigger-height: auto !default;
|
|
552
|
+
$ribbon-input-bigger-height: auto !default;
|
|
553
|
+
$ribbon-separator-height: auto !default;
|
|
554
|
+
$ribbon-split-btn-icon-width: 16px !default;
|
|
555
|
+
$ribbon-tab-header-left: var(--fileMenuWidth) !default;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
@use 'sass:color';
|
|
2
|
+
@use 'ej2-base/styles/definition/bootstrap4' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap4';
|
|
2
4
|
|
|
3
5
|
$ribbon-border: none !default;
|
|
4
6
|
$ribbon-border-radius: unset !default;
|
|
@@ -415,3 +417,141 @@ $ribbon-group-button-item-border: 1px solid $ribbon-group-button-border-color !d
|
|
|
415
417
|
$ribbon-items-focus-box-shadow: none !default;
|
|
416
418
|
$ribbon-skeleton-wave-color: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, $gray-300 50%, rgba(255, 255, 255, 0) 70%) !default;
|
|
417
419
|
$ribbon-skeleton-bg-color: $gray-200 !default;
|
|
420
|
+
|
|
421
|
+
$ribbon-skeleton-border-radius: 4px !default;
|
|
422
|
+
$ribbon-overlay-gap: 30px !default;
|
|
423
|
+
$ribbon-overlay-padding: 10px !default;
|
|
424
|
+
$ribbon-tbar-child-margin: 0 !default;
|
|
425
|
+
$ribbon-tbar-item-margin: 0 !default;
|
|
426
|
+
$ribbon-tbar-item-border: none !default;
|
|
427
|
+
$ribbon-tbar-active-border: none !default;
|
|
428
|
+
$ribbon-tab-wrap-padding: 0 !default;
|
|
429
|
+
$ribbon-tab-wrap-border: none !default;
|
|
430
|
+
$ribbon-tab-text-margin: 0 !default;
|
|
431
|
+
$ribbon-nav-arrow-letter-spacing: unset !default;
|
|
432
|
+
$ribbon-overflow-items-margin: auto !default;
|
|
433
|
+
$ribbon-overflow-btn-icon-size: 16px !default;
|
|
434
|
+
$ribbon-overflow-btn-icon-line-height: 16px !default;
|
|
435
|
+
$ribbon-gallery-text-font-size: 12px !default;
|
|
436
|
+
$input-group-margin-bottom: 0 !default;
|
|
437
|
+
$ribbon-group-container-padding: 0 !default;
|
|
438
|
+
$ribbon-simplified-mode-group-content-padding: 0 !default;
|
|
439
|
+
$ribbon-simplified-overlay-gap: 16px !default;
|
|
440
|
+
$ribbon-group-border-right: 1px !default;
|
|
441
|
+
$ribbon-scroll-device-padding-right: 30px !default;
|
|
442
|
+
$ribbon-rtl-scroll-device-padding-left: 30px !default;
|
|
443
|
+
$ribbon-backstage-btn-border: none !default;
|
|
444
|
+
$ribbon-backstage-btn-border-radius: unset !default;
|
|
445
|
+
$ribbon-backstage-btn-padding: unset !default;
|
|
446
|
+
$ribbon-backstage-btn-icon-margin: 0 !default;
|
|
447
|
+
$ribbon-backstage-menu-border: unset !default;
|
|
448
|
+
$ribbon-backstage-menu-border-radius: unset !default;
|
|
449
|
+
$ribbon-backstage-menu-item-margin: 4px 20px !default;
|
|
450
|
+
$ribbon-backstage-menu-item-padding: 0 !default;
|
|
451
|
+
$ribbon-backstage-menu-icon-margin-right: unset !default;
|
|
452
|
+
$ribbon-backstage-menu-blank-icon-padding-left: 0 !default;
|
|
453
|
+
$ribbon-input-icon-margin: 0 !default;
|
|
454
|
+
$ribbon-input-icon-border: none !default;
|
|
455
|
+
$ribbon-input-icon-border-radius: unset !default;
|
|
456
|
+
$ribbon-clear-icon-border-radius: unset !default;
|
|
457
|
+
$ribbon-item-padding: 1px !default;
|
|
458
|
+
$ribbon-gallery-btn-icon-border-width: 0 0 0 1px !default;
|
|
459
|
+
$ribbon-gallery-btn-icon-border-radius: 0 4px 4px 0 !default;
|
|
460
|
+
$ribbon-gallery-container-padding: 0 !default;
|
|
461
|
+
$ribbon-gallery-container-border-width: 1px !default;
|
|
462
|
+
$ribbon-items-checkbox-margin: auto 0 !default;
|
|
463
|
+
$ribbon-items-colorpicker-border: 1px !default;
|
|
464
|
+
$ribbon-split-btn-padding: 0 !default;
|
|
465
|
+
$ribbon-split-btn-wrapper-border: 1px !default;
|
|
466
|
+
$ribbon-split-btn-border-radius: 0 !default;
|
|
467
|
+
$ribbon-dropdown-btn-margin: auto !default;
|
|
468
|
+
$ribbon-small-medium-item-padding: 0 !default;
|
|
469
|
+
$ribbon-colorpicker-split-btn-wrapper-border: none !default;
|
|
470
|
+
$ribbon-split-preview-border-radius: unset !default;
|
|
471
|
+
$ribbon-dropdown-caret-btn-margin: 0 !default;
|
|
472
|
+
$ribbon-split-btn-wrapper-margin: 0 !default;
|
|
473
|
+
$ribbon-items-dropdown-btn-padding: 0 !default;
|
|
474
|
+
$ribbon-items-icons-padding: 0 2px 0 0 !default;
|
|
475
|
+
$ribbon-rtl-items-icons-padding: 0 0 0 2px !default;
|
|
476
|
+
$ribbon-gallery-button-border-width: 0 1px 0 0 !default;
|
|
477
|
+
$ribbon-gallery-button-border-radius: 4px 0 0 4px !default;
|
|
478
|
+
$ribbon-overflow-target-border: 0 !default;
|
|
479
|
+
$ribbon-item-input-group-margin: 5px 0 !default;
|
|
480
|
+
$ribbon-gallery-dropdown-btn-padding: 0 !default;
|
|
481
|
+
$ribbon-gallery-dropdown-btn-margin: 0 !default;
|
|
482
|
+
$ribbon-checkbox-wrapper-padding: 0 !default;
|
|
483
|
+
$ribbon-checkbox-wrapper-frame-margin: unset !default;
|
|
484
|
+
$ribbon-btn-icon-left-margin: 0 !default;
|
|
485
|
+
$ribbon-caret-icon-margin: 0 0 0 auto !default;
|
|
486
|
+
$ribbon-rtl-caret-icon-margin: 0 auto 0 0 !default;
|
|
487
|
+
$ribbon-group-btn-first-border-top-right-radius: 4px !default;
|
|
488
|
+
$ribbon-group-btn-first-border-top-left-radius: 4px !default;
|
|
489
|
+
$ribbon-group-btn-first-border-bottom-right-radius: 0 !default;
|
|
490
|
+
$ribbon-group-btn-first-border-bottom-left-radius: 0 !default;
|
|
491
|
+
$ribbon-group-btn-last-border-top-right-radius: 0 !default;
|
|
492
|
+
$ribbon-group-btn-last-border-top-left-radius: 0 !default;
|
|
493
|
+
$ribbon-group-btn-last-border-bottom-right-radius: 4px !default;
|
|
494
|
+
$ribbon-group-btn-last-border-bottom-left-radius: 4px !default;
|
|
495
|
+
$ribbon-group-button-item-padding: 0 !default;
|
|
496
|
+
$ribbon-gallery-header-padding-top: 0 !default;
|
|
497
|
+
$ribbon-gallery-popup-border-radius: 4px !default;
|
|
498
|
+
$ribbon-group-button-icon-font-size: 16px !default;
|
|
499
|
+
$ribbon-group-button-icon-line-height: 16px !default;
|
|
500
|
+
$ribbon-gallery-item-margin: 2px !default;
|
|
501
|
+
$ribbon-overflow-gallery-container-padding: 0 !default;
|
|
502
|
+
$ribbon-overflow-gallery-container-margin: 0 !default;
|
|
503
|
+
$ribbon-gallery-popup-items-border-width: 2px !default;
|
|
504
|
+
$ribbon-gallery-popup-items-border-radius: 4px !default;
|
|
505
|
+
$ribbon-gallery-icons-padding: 3px !default;
|
|
506
|
+
$ribbon-gallery-selected-border-radius: 4px !default;
|
|
507
|
+
$ribbon-menu-item-border-radius: unset !default;
|
|
508
|
+
$ribbon-menu-icon-font-size: 16px !default;
|
|
509
|
+
$ribbon-menu-icon-line-height: 16px !default;
|
|
510
|
+
$ribbon-tooltip-padding: 4px !default;
|
|
511
|
+
$ribbon-tooltip-title-font-size: 12px !default;
|
|
512
|
+
$ribbon-tooltip-title-line-height: 18px !default;
|
|
513
|
+
$ribbon-tooltip-title-padding: 4px 4px 0 !default;
|
|
514
|
+
$ribbon-text-container-padding: 4px !default;
|
|
515
|
+
$ribbon-tooltip-content-font-size: 10px !default;
|
|
516
|
+
$ribbon-tooltip-content-line-height: 15px !default;
|
|
517
|
+
$ribbon-tooltip-icon-font-size: 32px !default;
|
|
518
|
+
$ribbon-tooltip-icon-line-height: 32px !default;
|
|
519
|
+
$ribbon-tooltip-icon-padding-right: 8px !default;
|
|
520
|
+
$ribbon-tab-header-border-width: 0 !default;
|
|
521
|
+
$ribbon-medium-item-font-size: 16px !default;
|
|
522
|
+
$ribbon-medium-item-line-height: 16px !default;
|
|
523
|
+
|
|
524
|
+
$ribbon-bigger-tab-header-tbar-margin-right: 0 !default;
|
|
525
|
+
$ribbon-bigger-gallery-container-padding: 0 !default;
|
|
526
|
+
$ribbon-bigger-simplified-group-margin-bottom: 0 !default;
|
|
527
|
+
$ribbon-bigger-colorpicker-split-btn-padding: 0 !default;
|
|
528
|
+
$ribbon-bigger-colorpicker-split-btn-border: none !default;
|
|
529
|
+
$ribbon-bigger-dropdown-caret-btn-margin: 0 !default;
|
|
530
|
+
$ribbon-bigger-overflow-items-icon-left-margin: 0 !default;
|
|
531
|
+
$ribbon-bigger-checkbox-padding: 0 !default;
|
|
532
|
+
$ribbon-bigger-menu-icon-font-size: 20px !default;
|
|
533
|
+
$ribbon-bigger-menu-icon-line-height: 20px !default;
|
|
534
|
+
$dropdown-popup-border: 1px !default;
|
|
535
|
+
|
|
536
|
+
$ribbon-skeleton-height: 20px !default;
|
|
537
|
+
$ribbon-overlay-height: 100% !default;
|
|
538
|
+
$ribbon-tab-wrap-height: auto !default;
|
|
539
|
+
$ribbon-text-wrap-height: auto !default;
|
|
540
|
+
$ribbon-hscroll-nav-arrow-height: auto !default;
|
|
541
|
+
$ribbon-simplified-group-height: auto !default;
|
|
542
|
+
$ribbon-backstage-items-wrapper-height: 100% !default;
|
|
543
|
+
$icon-top-height: 50% !default;
|
|
544
|
+
$split-btn-wrapper-height: 50% !default;
|
|
545
|
+
$split-btn-wrapper-icon-top-height: unset !default;
|
|
546
|
+
$ribbon-items-checkbox-height: fit-content !default;
|
|
547
|
+
$split-btn-wrapper-vertical-height: 100% !default;
|
|
548
|
+
$ribbon-split-btn-icon-height: 16px !default;
|
|
549
|
+
$ribbon-gallery-popup-items-height: 54px !default;
|
|
550
|
+
$ribbon-group-after-height: calc(100% - 16px) !default;
|
|
551
|
+
|
|
552
|
+
$ribbon-text-wrap-bigger-height: auto !default;
|
|
553
|
+
$ribbon-simplified-group-bigger-height: auto !default;
|
|
554
|
+
$ribbon-input-bigger-height: auto !default;
|
|
555
|
+
$ribbon-separator-height: auto !default;
|
|
556
|
+
$ribbon-split-btn-icon-width: 16px !default;
|
|
557
|
+
$ribbon-tab-header-left: var(--fileMenuWidth) !default;
|