@syncfusion/blazor-themes 24.1.43 → 24.1.45
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/SCSS-Themes/bootstrap-dark.scss +135 -12
- package/SCSS-Themes/bootstrap.scss +135 -12
- package/SCSS-Themes/bootstrap4.scss +135 -12
- package/SCSS-Themes/bootstrap5-dark.scss +135 -12
- package/SCSS-Themes/bootstrap5.scss +135 -12
- package/SCSS-Themes/buttons/button/bootstrap-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/bootstrap.scss +52 -0
- package/SCSS-Themes/buttons/button/bootstrap4.scss +52 -0
- package/SCSS-Themes/buttons/button/bootstrap5-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/bootstrap5.scss +52 -0
- package/SCSS-Themes/buttons/button/fabric-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/fabric.scss +52 -0
- package/SCSS-Themes/buttons/button/fluent-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/fluent.scss +52 -0
- package/SCSS-Themes/buttons/button/highcontrast.scss +52 -0
- package/SCSS-Themes/buttons/button/material-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/material.scss +52 -0
- package/SCSS-Themes/buttons/button/material3-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/material3.scss +52 -0
- package/SCSS-Themes/buttons/button/tailwind-dark.scss +52 -0
- package/SCSS-Themes/buttons/button/tailwind.scss +52 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/material-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/material.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/material3.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark.scss +5 -0
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind.scss +5 -0
- package/SCSS-Themes/fabric-dark.scss +135 -12
- package/SCSS-Themes/fabric.scss +135 -12
- package/SCSS-Themes/filemanager/file-manager/bootstrap-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/bootstrap.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/bootstrap4.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/bootstrap5-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/bootstrap5.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/fabric-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/fabric.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/fluent-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/fluent.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/highcontrast.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/material-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/material.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/material3-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/material3.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/tailwind-dark.scss +12 -6
- package/SCSS-Themes/filemanager/file-manager/tailwind.scss +12 -6
- package/SCSS-Themes/fluent-dark.scss +136 -13
- package/SCSS-Themes/fluent.scss +136 -13
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fabric.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/fluent.scss +9 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +9 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +10 -1
- package/SCSS-Themes/grids/grid/material.scss +9 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/material3.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +9 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +9 -0
- package/SCSS-Themes/highcontrast.scss +135 -12
- package/SCSS-Themes/image-editor/image-editor/bootstrap-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap4.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap5-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/bootstrap5.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/fabric-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/fabric.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/fluent-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/fluent.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/highcontrast.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/material-dark.scss +40 -7
- package/SCSS-Themes/image-editor/image-editor/material.scss +40 -7
- package/SCSS-Themes/image-editor/image-editor/material3-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/material3.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/tailwind-dark.scss +39 -6
- package/SCSS-Themes/image-editor/image-editor/tailwind.scss +39 -6
- package/SCSS-Themes/inputs/data-form/material3-dark.scss +1 -1
- package/SCSS-Themes/inputs/data-form/material3.scss +1 -1
- package/SCSS-Themes/material-dark.scss +137 -14
- package/SCSS-Themes/material.scss +136 -13
- package/SCSS-Themes/material3-dark.scss +136 -13
- package/SCSS-Themes/material3.scss +136 -13
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +1 -1
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +1 -1
- package/SCSS-Themes/querybuilder/query-builder/bootstrap-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/bootstrap.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/bootstrap4.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/bootstrap5.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/fabric-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/fabric.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/fluent-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/fluent.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/highcontrast.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/material-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/material.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/material3-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/material3.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/tailwind-dark.scss +4 -0
- package/SCSS-Themes/querybuilder/query-builder/tailwind.scss +4 -0
- package/SCSS-Themes/splitbuttons/progress-button/bootstrap-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/bootstrap.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/bootstrap4.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/bootstrap5-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/bootstrap5.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/fabric-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/fabric.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/fluent-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/fluent.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/highcontrast.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/material-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/material.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/material3-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/material3.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/tailwind-dark.scss +14 -0
- package/SCSS-Themes/splitbuttons/progress-button/tailwind.scss +14 -0
- package/SCSS-Themes/tailwind-dark.scss +135 -12
- package/SCSS-Themes/tailwind.scss +135 -12
- package/package.json +1 -1
|
@@ -30,6 +30,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -4px !default;
|
|
|
30
30
|
$image-editor-slider-handler: calc(50% - 5px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 6px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 29% !default;
|
|
34
|
+
$image-editor-finetune-span: 29% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|
|
@@ -30,6 +30,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -1px !default;
|
|
|
30
30
|
$image-editor-slider-handler: calc(50% - 8px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 9px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 29% !default;
|
|
34
|
+
$image-editor-finetune-span: 29% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|
|
@@ -30,6 +30,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -1px !default;
|
|
|
30
30
|
$image-editor-slider-handler: calc(50% - 8px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 9px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 29% !default;
|
|
34
|
+
$image-editor-finetune-span: 29% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|
|
@@ -30,6 +30,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -4px !default;
|
|
|
30
30
|
$image-editor-slider-handler: calc(50% - 8px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 8px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 29% !default;
|
|
34
|
+
$image-editor-finetune-span: 29% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|
|
@@ -30,6 +30,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -4px !default;
|
|
|
30
30
|
$image-editor-slider-handler: calc(50% - 8px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 8px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 29% !default;
|
|
34
|
+
$image-editor-finetune-span: 29% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|
|
@@ -30,6 +30,8 @@ $image-editor-bigger-dropdown-btn-preview-left: -1px !default;
|
|
|
30
30
|
$image-editor-slider-handler: calc(50% - 6px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 8px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 29% !default;
|
|
34
|
+
$image-editor-finetune-span: 29% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|
|
@@ -27,9 +27,11 @@ $image-editor-dropdown-btn-preview-top: -4px !default;
|
|
|
27
27
|
$image-editor-dropdown-btn-preview-left: -1px !default;
|
|
28
28
|
$image-editor-bigger-dropdown-btn-preview-top: -3px !default;
|
|
29
29
|
$image-editor-bigger-dropdown-btn-preview-left: -1px !default;
|
|
30
|
-
$image-editor-slider-handler: calc(50% -
|
|
30
|
+
$image-editor-slider-handler: calc(50% - 7px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 7px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 31% !default;
|
|
34
|
+
$image-editor-finetune-span: 31% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|
|
@@ -27,9 +27,11 @@ $image-editor-dropdown-btn-preview-top: -4px !default;
|
|
|
27
27
|
$image-editor-dropdown-btn-preview-left: -1px !default;
|
|
28
28
|
$image-editor-bigger-dropdown-btn-preview-top: -3px !default;
|
|
29
29
|
$image-editor-bigger-dropdown-btn-preview-left: -1px !default;
|
|
30
|
-
$image-editor-slider-handler: calc(50% -
|
|
30
|
+
$image-editor-slider-handler: calc(50% - 7px) !default;
|
|
31
31
|
$image-editor-bigger-slider-handler: calc(50% - 7px) !default;
|
|
32
32
|
$image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
33
|
+
$image-editor-finetune-value-span: 31% !default;
|
|
34
|
+
$image-editor-finetune-span: 31% !default;
|
|
33
35
|
|
|
34
36
|
@include export-module('image-editor-layout') {
|
|
35
37
|
|
|
@@ -505,18 +507,17 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
505
507
|
}
|
|
506
508
|
}
|
|
507
509
|
.e-ie-straighten-value-span,
|
|
508
|
-
.e-ie-straighten-span
|
|
509
|
-
|
|
510
|
+
.e-ie-straighten-span,
|
|
511
|
+
.e-ie-toolbar-straighten {
|
|
512
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
510
513
|
padding-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
511
514
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
515
518
|
height: auto;
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
padding-right: 2px;
|
|
519
|
-
}
|
|
519
|
+
margin-left: 8px;
|
|
520
|
+
padding-right: 2px;
|
|
520
521
|
}
|
|
521
522
|
|
|
522
523
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -536,6 +537,26 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
536
537
|
}
|
|
537
538
|
}
|
|
538
539
|
|
|
540
|
+
.e-ie-finetune-value-span {
|
|
541
|
+
top: $image-editor-finetune-value-span !important; /* stylelint-disable-line declaration-no-important */
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.e-ie-finetune-slider-label {
|
|
545
|
+
top: $image-editor-finetune-span !important; /* stylelint-disable-line declaration-no-important */
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
.e-ie-finetune-slider-wrap {
|
|
549
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
.e-transparency-slider-wrap {
|
|
553
|
+
top: calc(50% - 15px) !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
.e-ie-slider-wrap {
|
|
557
|
+
top: calc(50% - 14px) !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
539
560
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
540
561
|
@if $skin-name == 'Material3' {
|
|
541
562
|
height: 22px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -552,6 +573,18 @@ $image-editor-device-slider-handler: calc(50% - 5px) !default;
|
|
|
552
573
|
.e-dropdown-popup.e-ie-ddb-popup {
|
|
553
574
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
554
575
|
}
|
|
576
|
+
|
|
577
|
+
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
578
|
+
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
.e-device.e-image-editor {
|
|
582
|
+
.e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
583
|
+
@if $skin-name == 'Material' {
|
|
584
|
+
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
555
588
|
}
|
|
556
589
|
|
|
557
590
|
|