@progress/kendo-theme-material 5.6.1-dev.6 → 5.6.1-dev.7
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 +447 -267
- package/dist/all.scss +160 -38
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/pdf-viewer/_index.scss +3 -1
- package/scss/pdf-viewer/_variables.scss +14 -1
package/dist/all.scss
CHANGED
|
@@ -14811,6 +14811,12 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
14811
14811
|
align-items: center;
|
|
14812
14812
|
}
|
|
14813
14813
|
|
|
14814
|
+
// Template item
|
|
14815
|
+
.k-toolbar-item:focus {
|
|
14816
|
+
text-decoration: none;
|
|
14817
|
+
outline: 0;
|
|
14818
|
+
}
|
|
14819
|
+
|
|
14814
14820
|
}
|
|
14815
14821
|
|
|
14816
14822
|
|
|
@@ -15021,6 +15027,13 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15021
15027
|
}
|
|
15022
15028
|
|
|
15023
15029
|
|
|
15030
|
+
// Template item
|
|
15031
|
+
.k-toolbar-item:focus,
|
|
15032
|
+
.k-toolbar-item.k-focus {
|
|
15033
|
+
@include box-shadow( $kendo-button-focus-shadow );
|
|
15034
|
+
}
|
|
15035
|
+
|
|
15036
|
+
|
|
15024
15037
|
// Button group
|
|
15025
15038
|
.k-button-group {}
|
|
15026
15039
|
|
|
@@ -18122,8 +18135,8 @@ $slider-disabled-opacity: .65 !default;
|
|
|
18122
18135
|
left: auto;
|
|
18123
18136
|
}
|
|
18124
18137
|
|
|
18125
|
-
.k-button .k-
|
|
18126
|
-
.k-button .k-
|
|
18138
|
+
.k-button-increase .k-icon,
|
|
18139
|
+
.k-button-decrease .k-icon {
|
|
18127
18140
|
transform: scaleX(-1);
|
|
18128
18141
|
}
|
|
18129
18142
|
}
|
|
@@ -20524,7 +20537,7 @@ $colorgradient-contrast-spacer: map-get( $spacing, 2 ) !default;
|
|
|
20524
20537
|
}
|
|
20525
20538
|
|
|
20526
20539
|
// Needed for the double check icons
|
|
20527
|
-
.k-
|
|
20540
|
+
.k-icon + .k-icon {
|
|
20528
20541
|
margin-left: -13px;
|
|
20529
20542
|
}
|
|
20530
20543
|
}
|
|
@@ -25732,7 +25745,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
25732
25745
|
flex: none;
|
|
25733
25746
|
}
|
|
25734
25747
|
|
|
25735
|
-
> .k-i-close
|
|
25748
|
+
> .k-i-close,
|
|
25749
|
+
> .k-i-x {
|
|
25736
25750
|
margin-right: 0;
|
|
25737
25751
|
margin-left: $notification-icon-spacing;
|
|
25738
25752
|
flex: none;
|
|
@@ -25755,7 +25769,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
25755
25769
|
margin-left: $notification-icon-spacing;
|
|
25756
25770
|
}
|
|
25757
25771
|
|
|
25758
|
-
> .k-i-close
|
|
25772
|
+
> .k-i-close,
|
|
25773
|
+
> .k-i-x {
|
|
25759
25774
|
margin-left: 0;
|
|
25760
25775
|
margin-right: $notification-icon-spacing;
|
|
25761
25776
|
}
|
|
@@ -25780,7 +25795,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
25780
25795
|
);
|
|
25781
25796
|
}
|
|
25782
25797
|
.k-notification-wrap {
|
|
25783
|
-
> .k-i-close
|
|
25798
|
+
> .k-i-close,
|
|
25799
|
+
> .k-i-x {
|
|
25784
25800
|
color: inherit;
|
|
25785
25801
|
}
|
|
25786
25802
|
}
|
|
@@ -27401,6 +27417,10 @@ $pager-dropdown-width: 5em !default;
|
|
|
27401
27417
|
.k-rtl &,
|
|
27402
27418
|
&[dir="rtl"],
|
|
27403
27419
|
[dir="rtl"] & {
|
|
27420
|
+
.k-i-caret-alt-to-left,
|
|
27421
|
+
.k-i-caret-alt-to-right,
|
|
27422
|
+
.k-i-caret-alt-left,
|
|
27423
|
+
.k-i-caret-alt-right,
|
|
27404
27424
|
.k-i-arrow-end-left,
|
|
27405
27425
|
.k-i-arrow-60-left,
|
|
27406
27426
|
.k-i-arrow-60-right,
|
|
@@ -30891,7 +30911,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30891
30911
|
border-radius: 50%;
|
|
30892
30912
|
}
|
|
30893
30913
|
|
|
30894
|
-
.k-i-reload
|
|
30914
|
+
.k-i-reload,
|
|
30915
|
+
.k-i-arrow-rotate-cw {
|
|
30895
30916
|
font-size: 1em;
|
|
30896
30917
|
margin-right: .5em;
|
|
30897
30918
|
}
|
|
@@ -31919,7 +31940,9 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
31919
31940
|
|
|
31920
31941
|
.k-cell-inner > .k-link > .k-icon {
|
|
31921
31942
|
&.k-i-sort-desc-sm,
|
|
31922
|
-
&.k-i-sort-asc-sm
|
|
31943
|
+
&.k-i-sort-asc-sm,
|
|
31944
|
+
&.k-i-sort-asc-small,
|
|
31945
|
+
&.k-i-sort-desc-small {
|
|
31923
31946
|
vertical-align: text-top;
|
|
31924
31947
|
margin-inline-start: $grid-sorted-icon-spacing;
|
|
31925
31948
|
}
|
|
@@ -33028,6 +33051,8 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33028
33051
|
|
|
33029
33052
|
.k-i-sort-asc-sm,
|
|
33030
33053
|
.k-i-sort-desc-sm,
|
|
33054
|
+
.k-i-sort-asc-small,
|
|
33055
|
+
.k-i-sort-desc-small,
|
|
33031
33056
|
.k-sort-order {
|
|
33032
33057
|
color: $grid-sorting-indicator-text;
|
|
33033
33058
|
}
|
|
@@ -38171,7 +38196,8 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
38171
38196
|
border-bottom-color: inherit;
|
|
38172
38197
|
cursor: se-resize;
|
|
38173
38198
|
|
|
38174
|
-
.k-i-arrow-45-down-right
|
|
38199
|
+
.k-i-arrow-45-down-right,
|
|
38200
|
+
.k-i-caret-br {
|
|
38175
38201
|
display: none;
|
|
38176
38202
|
}
|
|
38177
38203
|
}
|
|
@@ -41565,6 +41591,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
41565
41591
|
|
|
41566
41592
|
.k-scheduler,
|
|
41567
41593
|
&.k-scheduler {
|
|
41594
|
+
.k-i-caret-alt-left,
|
|
41595
|
+
.k-i-caret-alt-right,
|
|
41568
41596
|
.k-i-arrow-60-left,
|
|
41569
41597
|
.k-i-arrow-60-right,
|
|
41570
41598
|
.k-current-time-arrow-right {
|
|
@@ -43688,6 +43716,9 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
43688
43716
|
// #region @import "../common/_index.scss"; -> packages/material/scss/common/_index.scss
|
|
43689
43717
|
// File already imported_once. Skipping output.
|
|
43690
43718
|
// #endregion
|
|
43719
|
+
// #region @import "../button/_variables.scss"; -> packages/material/scss/button/_variables.scss
|
|
43720
|
+
// File already imported_once. Skipping output.
|
|
43721
|
+
// #endregion
|
|
43691
43722
|
// #region @import "../combobox/_index.scss"; -> packages/material/scss/combobox/_index.scss
|
|
43692
43723
|
// File already imported_once. Skipping output.
|
|
43693
43724
|
// #endregion
|
|
@@ -43703,7 +43734,12 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
43703
43734
|
// #region @import "../icons/_index.scss"; -> packages/material/scss/icons/_index.scss
|
|
43704
43735
|
// File already imported_once. Skipping output.
|
|
43705
43736
|
// #endregion
|
|
43706
|
-
|
|
43737
|
+
// #region @import "../dropzone/_index.scss"; -> packages/material/scss/dropzone/_index.scss
|
|
43738
|
+
// File already imported_once. Skipping output.
|
|
43739
|
+
// #endregion
|
|
43740
|
+
// #region @import "../window/_index.scss"; -> packages/material/scss/window/_index.scss
|
|
43741
|
+
// File already imported_once. Skipping output.
|
|
43742
|
+
// #endregion
|
|
43707
43743
|
|
|
43708
43744
|
// Component
|
|
43709
43745
|
// #region @import "_variables.scss"; -> packages/material/scss/pdf-viewer/_variables.scss
|
|
@@ -43733,12 +43769,25 @@ $pdf-viewer-page-text: $component-text !default;
|
|
|
43733
43769
|
$pdf-viewer-page-border: $component-border !default;
|
|
43734
43770
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
43735
43771
|
|
|
43736
|
-
$pdf-viewer-search-
|
|
43772
|
+
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
43773
|
+
$pdf-viewer-search-panel-border-radius: map-get( $spacing, 1 ) !default;
|
|
43774
|
+
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
43775
|
+
$pdf-viewer-search-panel-text: $component-text !default;
|
|
43776
|
+
$pdf-viewer-search-panel-border: $component-border !default;
|
|
43777
|
+
$pdf-viewer-search-panel-shadow: $window-shadow !default;
|
|
43778
|
+
$pdf-viewer-search-panel-matches-spacing: $padding-x-sm !default;
|
|
43779
|
+
|
|
43780
|
+
$pdf-viewer-search-dialog-padding-x: $toolbar-padding-x !default;
|
|
43781
|
+
$pdf-viewer-search-dialog-padding-y: calc( #{$toolbar-padding-x} * 2 ) !default;
|
|
43737
43782
|
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
43738
43783
|
|
|
43739
43784
|
$pdf-viewer-selection-line-height: $line-height-sm !default;
|
|
43740
43785
|
|
|
43741
43786
|
$pdf-viewer-search-highlight-bg: $body-text !default;
|
|
43787
|
+
$pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
43788
|
+
|
|
43789
|
+
$pdf-viewer-icon-text: $dropzone-icon-text !default;
|
|
43790
|
+
$pdf-viewer-icon-size: calc( #{$icon-size} * 3 ) !default;
|
|
43742
43791
|
|
|
43743
43792
|
// #endregion
|
|
43744
43793
|
// #region @import "_layout.scss"; -> packages/material/scss/pdf-viewer/_layout.scss
|
|
@@ -43749,6 +43798,7 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
43749
43798
|
border-width: $pdf-viewer-border-width;
|
|
43750
43799
|
border-style: solid;
|
|
43751
43800
|
box-sizing: border-box;
|
|
43801
|
+
position: relative;
|
|
43752
43802
|
outline: 0;
|
|
43753
43803
|
font-family: $pdf-viewer-font-family;
|
|
43754
43804
|
font-size: $pdf-viewer-font-size;
|
|
@@ -43779,11 +43829,14 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
43779
43829
|
|
|
43780
43830
|
|
|
43781
43831
|
// Canvas
|
|
43782
|
-
.k-
|
|
43832
|
+
.k-canvas {
|
|
43833
|
+
display: flex;
|
|
43834
|
+
flex-direction: column;
|
|
43783
43835
|
flex: 1 1 auto;
|
|
43784
43836
|
outline: none;
|
|
43785
43837
|
|
|
43786
|
-
.k-enable-text-select
|
|
43838
|
+
.k-enable-text-select,
|
|
43839
|
+
&.k-enable-text-select {
|
|
43787
43840
|
-webkit-user-select: text;
|
|
43788
43841
|
-moz-user-select: text;
|
|
43789
43842
|
-ms-user-select: text;
|
|
@@ -43791,16 +43844,22 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
43791
43844
|
cursor: text;
|
|
43792
43845
|
}
|
|
43793
43846
|
|
|
43794
|
-
.k-enable-panning
|
|
43847
|
+
.k-enable-panning,
|
|
43848
|
+
&.k-enable-panning {
|
|
43795
43849
|
cursor: grab;
|
|
43796
43850
|
}
|
|
43797
|
-
.k-enable-panning span::selection
|
|
43851
|
+
.k-enable-panning span::selection,
|
|
43852
|
+
&.k-enable-panning span::selection {
|
|
43798
43853
|
background-color: transparent;
|
|
43799
43854
|
}
|
|
43800
43855
|
}
|
|
43801
43856
|
|
|
43802
43857
|
|
|
43803
|
-
//
|
|
43858
|
+
// Pages
|
|
43859
|
+
.k-pdf-viewer-pages {
|
|
43860
|
+
flex: 1 1 auto;
|
|
43861
|
+
}
|
|
43862
|
+
|
|
43804
43863
|
.k-page {
|
|
43805
43864
|
position: relative;
|
|
43806
43865
|
margin: $pdf-viewer-page-spacing auto;
|
|
@@ -43826,46 +43885,88 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
43826
43885
|
mark {
|
|
43827
43886
|
color: transparent;
|
|
43828
43887
|
}
|
|
43888
|
+
|
|
43889
|
+
.k-search-highlight-mark {
|
|
43890
|
+
color: transparent;
|
|
43891
|
+
}
|
|
43892
|
+
}
|
|
43893
|
+
}
|
|
43894
|
+
|
|
43895
|
+
.k-blank-page {
|
|
43896
|
+
margin: 0;
|
|
43897
|
+
display: flex;
|
|
43898
|
+
flex-flow: column nowrap;
|
|
43899
|
+
width: 100%;
|
|
43900
|
+
height: 100%;
|
|
43901
|
+
align-items: center;
|
|
43902
|
+
justify-content: center;
|
|
43903
|
+
background-color: inherit !important; // sass-lint:disable-line no-important
|
|
43904
|
+
|
|
43905
|
+
.k-upload,
|
|
43906
|
+
.k-dropzone,
|
|
43907
|
+
.k-dropzone-inner {
|
|
43908
|
+
border: 0;
|
|
43909
|
+
background: none;
|
|
43910
|
+
}
|
|
43911
|
+
|
|
43912
|
+
> .k-icon {
|
|
43913
|
+
font-size: $pdf-viewer-icon-size;
|
|
43829
43914
|
}
|
|
43830
43915
|
}
|
|
43916
|
+
|
|
43831
43917
|
}
|
|
43832
43918
|
|
|
43833
43919
|
// Search
|
|
43834
43920
|
.k-pdf-viewer-search-dialog {
|
|
43835
|
-
padding:
|
|
43921
|
+
padding: 0 !important; // sass-lint:disable-line no-important
|
|
43922
|
+
}
|
|
43836
43923
|
|
|
43837
|
-
|
|
43838
|
-
|
|
43839
|
-
|
|
43840
|
-
|
|
43841
|
-
|
|
43842
|
-
|
|
43843
|
-
|
|
43924
|
+
.k-search-panel {
|
|
43925
|
+
padding: $pdf-viewer-search-dialog-padding-y $pdf-viewer-search-dialog-padding-x;
|
|
43926
|
+
display: flex;
|
|
43927
|
+
gap: $pdf-viewer-search-dialog-spacing;
|
|
43928
|
+
flex-flow: row nowrap;
|
|
43929
|
+
flex: 0 0 auto;
|
|
43930
|
+
justify-content: flex-start;
|
|
43931
|
+
align-items: center;
|
|
43844
43932
|
|
|
43845
|
-
|
|
43846
|
-
|
|
43847
|
-
|
|
43848
|
-
|
|
43933
|
+
.k-search-dialog-draghandle {
|
|
43934
|
+
cursor: move;
|
|
43935
|
+
margin-left: 0;
|
|
43936
|
+
}
|
|
43849
43937
|
|
|
43850
|
-
|
|
43851
|
-
|
|
43852
|
-
|
|
43938
|
+
.k-textbox {
|
|
43939
|
+
width: 10em;
|
|
43940
|
+
flex: none;
|
|
43853
43941
|
|
|
43854
|
-
|
|
43855
|
-
|
|
43856
|
-
}
|
|
43942
|
+
.k-button {
|
|
43943
|
+
border-width: 0;
|
|
43857
43944
|
}
|
|
43945
|
+
}
|
|
43858
43946
|
|
|
43859
|
-
|
|
43860
|
-
|
|
43861
|
-
|
|
43947
|
+
.k-search-matches {
|
|
43948
|
+
display: inline-flex;
|
|
43949
|
+
gap: $pdf-viewer-search-panel-matches-spacing;
|
|
43862
43950
|
}
|
|
43863
43951
|
}
|
|
43864
43952
|
|
|
43953
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
43954
|
+
width: max-content;
|
|
43955
|
+
margin-top: calc( (#{$kendo-button-calc-size} + #{$pdf-viewer-search-panel-border-width} + ( 2 * #{$pdf-viewer-search-dialog-padding-y} )) * -1 );
|
|
43956
|
+
border-width: $pdf-viewer-search-panel-border-width;
|
|
43957
|
+
border-style: solid;
|
|
43958
|
+
border-radius: $pdf-viewer-search-panel-border-radius;
|
|
43959
|
+
z-index: 10;
|
|
43960
|
+
}
|
|
43961
|
+
|
|
43962
|
+
// Alias
|
|
43963
|
+
.k-search-container {
|
|
43964
|
+
@extend .k-search-panel !optional;
|
|
43965
|
+
}
|
|
43966
|
+
|
|
43865
43967
|
|
|
43866
43968
|
// IE
|
|
43867
43969
|
.k-ie .k-pdf-viewer-search-dialog {
|
|
43868
|
-
|
|
43869
43970
|
.k-search-container > * + * {
|
|
43870
43971
|
margin-left: $pdf-viewer-search-dialog-spacing;
|
|
43871
43972
|
}
|
|
@@ -43920,12 +44021,33 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
43920
44021
|
@include box-shadow( $pdf-viewer-page-shadow );
|
|
43921
44022
|
}
|
|
43922
44023
|
|
|
44024
|
+
.k-blank-page > .k-icon {
|
|
44025
|
+
@include fill( $color: $pdf-viewer-icon-text );
|
|
44026
|
+
}
|
|
44027
|
+
|
|
43923
44028
|
|
|
43924
44029
|
// Search
|
|
43925
44030
|
.k-search-highlight {
|
|
43926
44031
|
background-color: $pdf-viewer-search-highlight-bg;
|
|
43927
44032
|
}
|
|
43928
44033
|
|
|
44034
|
+
.k-search-highlight-mark {
|
|
44035
|
+
@include fill( $bg: $pdf-viewer-search-highlight-mark-bg );
|
|
44036
|
+
}
|
|
44037
|
+
|
|
44038
|
+
}
|
|
44039
|
+
|
|
44040
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
44041
|
+
@include fill(
|
|
44042
|
+
$pdf-viewer-search-panel-text,
|
|
44043
|
+
$pdf-viewer-search-panel-bg,
|
|
44044
|
+
$pdf-viewer-search-panel-border,
|
|
44045
|
+
);
|
|
44046
|
+
@include box-shadow( $pdf-viewer-search-panel-shadow );
|
|
44047
|
+
}
|
|
44048
|
+
|
|
44049
|
+
.k-search-container {
|
|
44050
|
+
@extend .k-search-panel !optional;
|
|
43929
44051
|
}
|
|
43930
44052
|
|
|
43931
44053
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "5.6.1-dev.
|
|
4
|
+
"version": "5.6.1-dev.7",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"postpublish": "echo 'no postpublish for material theme'"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@progress/kendo-theme-default": "^5.6.1-dev.
|
|
47
|
+
"@progress/kendo-theme-default": "^5.6.1-dev.7"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"sass-build": "^0.0
|
|
50
|
+
"sass-build": "^1.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "cdbab1b2ebcaadb86f256c2d8d9cb8ffe2fef23b"
|
|
53
53
|
}
|
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../common/_index.scss";
|
|
6
|
+
@import "../button/_variables.scss";
|
|
6
7
|
@import "../combobox/_index.scss";
|
|
7
8
|
@import "../toolbar/_index.scss";
|
|
8
9
|
@import "../dialog/_index.scss";
|
|
9
10
|
@import "../pager/_index.scss";
|
|
10
11
|
@import "../icons/_index.scss";
|
|
11
|
-
|
|
12
|
+
@import "../dropzone/_index.scss";
|
|
13
|
+
@import "../window/_index.scss";
|
|
12
14
|
|
|
13
15
|
// Component
|
|
14
16
|
@import "_variables.scss";
|
|
@@ -24,9 +24,22 @@ $pdf-viewer-page-text: $component-text !default;
|
|
|
24
24
|
$pdf-viewer-page-border: $component-border !default;
|
|
25
25
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
26
26
|
|
|
27
|
-
$pdf-viewer-search-
|
|
27
|
+
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
28
|
+
$pdf-viewer-search-panel-border-radius: map-get( $spacing, 1 ) !default;
|
|
29
|
+
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
30
|
+
$pdf-viewer-search-panel-text: $component-text !default;
|
|
31
|
+
$pdf-viewer-search-panel-border: $component-border !default;
|
|
32
|
+
$pdf-viewer-search-panel-shadow: $window-shadow !default;
|
|
33
|
+
$pdf-viewer-search-panel-matches-spacing: $padding-x-sm !default;
|
|
34
|
+
|
|
35
|
+
$pdf-viewer-search-dialog-padding-x: $toolbar-padding-x !default;
|
|
36
|
+
$pdf-viewer-search-dialog-padding-y: calc( #{$toolbar-padding-x} * 2 ) !default;
|
|
28
37
|
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
29
38
|
|
|
30
39
|
$pdf-viewer-selection-line-height: $line-height-sm !default;
|
|
31
40
|
|
|
32
41
|
$pdf-viewer-search-highlight-bg: $body-text !default;
|
|
42
|
+
$pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
43
|
+
|
|
44
|
+
$pdf-viewer-icon-text: $dropzone-icon-text !default;
|
|
45
|
+
$pdf-viewer-icon-size: calc( #{$icon-size} * 3 ) !default;
|