@progress/kendo-theme-classic 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 +445 -260
- package/dist/all.scss +161 -38
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/package.json +4 -4
- package/scss/button/_variables.scss +1 -1
- package/scss/pdf-viewer/_index.scss +3 -0
- package/scss/pdf-viewer/_variables.scss +14 -1
package/dist/all.scss
CHANGED
|
@@ -8088,7 +8088,7 @@ $kendo-button-font-size-md: $font-size-md !default;
|
|
|
8088
8088
|
$kendo-button-line-height-md: $line-height-md !default;
|
|
8089
8089
|
|
|
8090
8090
|
$kendo-button-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
8091
|
-
$kendo-button-padding-y-lg: map-get( $spacing, 2 );
|
|
8091
|
+
$kendo-button-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
8092
8092
|
$kendo-button-font-size-lg: $font-size-lg !default;
|
|
8093
8093
|
$kendo-button-line-height-lg: $line-height-lg !default;
|
|
8094
8094
|
|
|
@@ -13446,6 +13446,12 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13446
13446
|
align-items: center;
|
|
13447
13447
|
}
|
|
13448
13448
|
|
|
13449
|
+
// Template item
|
|
13450
|
+
.k-toolbar-item:focus {
|
|
13451
|
+
text-decoration: none;
|
|
13452
|
+
outline: 0;
|
|
13453
|
+
}
|
|
13454
|
+
|
|
13449
13455
|
}
|
|
13450
13456
|
|
|
13451
13457
|
|
|
@@ -13610,6 +13616,13 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
13610
13616
|
}
|
|
13611
13617
|
|
|
13612
13618
|
|
|
13619
|
+
// Template item
|
|
13620
|
+
.k-toolbar-item:focus,
|
|
13621
|
+
.k-toolbar-item.k-focus {
|
|
13622
|
+
@include box-shadow( $kendo-button-focus-shadow );
|
|
13623
|
+
}
|
|
13624
|
+
|
|
13625
|
+
|
|
13613
13626
|
// Button group
|
|
13614
13627
|
.k-button-group {}
|
|
13615
13628
|
|
|
@@ -16460,8 +16473,8 @@ $slider-disabled-opacity: null !default;
|
|
|
16460
16473
|
left: auto;
|
|
16461
16474
|
}
|
|
16462
16475
|
|
|
16463
|
-
.k-button .k-
|
|
16464
|
-
.k-button .k-
|
|
16476
|
+
.k-button-increase .k-icon,
|
|
16477
|
+
.k-button-decrease .k-icon {
|
|
16465
16478
|
transform: scaleX(-1);
|
|
16466
16479
|
}
|
|
16467
16480
|
}
|
|
@@ -18706,7 +18719,7 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 1.5 ) !default;
|
|
|
18706
18719
|
}
|
|
18707
18720
|
|
|
18708
18721
|
// Needed for the double check icons
|
|
18709
|
-
.k-
|
|
18722
|
+
.k-icon + .k-icon {
|
|
18710
18723
|
margin-left: -13px;
|
|
18711
18724
|
}
|
|
18712
18725
|
}
|
|
@@ -23711,7 +23724,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
23711
23724
|
flex: none;
|
|
23712
23725
|
}
|
|
23713
23726
|
|
|
23714
|
-
> .k-i-close
|
|
23727
|
+
> .k-i-close,
|
|
23728
|
+
> .k-i-x {
|
|
23715
23729
|
margin-right: 0;
|
|
23716
23730
|
margin-left: $notification-icon-spacing;
|
|
23717
23731
|
flex: none;
|
|
@@ -23734,7 +23748,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
23734
23748
|
margin-left: $notification-icon-spacing;
|
|
23735
23749
|
}
|
|
23736
23750
|
|
|
23737
|
-
> .k-i-close
|
|
23751
|
+
> .k-i-close,
|
|
23752
|
+
> .k-i-x {
|
|
23738
23753
|
margin-left: 0;
|
|
23739
23754
|
margin-right: $notification-icon-spacing;
|
|
23740
23755
|
}
|
|
@@ -23759,7 +23774,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
23759
23774
|
);
|
|
23760
23775
|
}
|
|
23761
23776
|
.k-notification-wrap {
|
|
23762
|
-
> .k-i-close
|
|
23777
|
+
> .k-i-close,
|
|
23778
|
+
> .k-i-x {
|
|
23763
23779
|
color: inherit;
|
|
23764
23780
|
}
|
|
23765
23781
|
}
|
|
@@ -25380,6 +25396,10 @@ $pager-dropdown-width: 5em !default;
|
|
|
25380
25396
|
.k-rtl &,
|
|
25381
25397
|
&[dir="rtl"],
|
|
25382
25398
|
[dir="rtl"] & {
|
|
25399
|
+
.k-i-caret-alt-to-left,
|
|
25400
|
+
.k-i-caret-alt-to-right,
|
|
25401
|
+
.k-i-caret-alt-left,
|
|
25402
|
+
.k-i-caret-alt-right,
|
|
25383
25403
|
.k-i-arrow-end-left,
|
|
25384
25404
|
.k-i-arrow-60-left,
|
|
25385
25405
|
.k-i-arrow-60-right,
|
|
@@ -28790,7 +28810,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28790
28810
|
border-radius: 50%;
|
|
28791
28811
|
}
|
|
28792
28812
|
|
|
28793
|
-
.k-i-reload
|
|
28813
|
+
.k-i-reload,
|
|
28814
|
+
.k-i-arrow-rotate-cw {
|
|
28794
28815
|
font-size: 1em;
|
|
28795
28816
|
margin-right: .5em;
|
|
28796
28817
|
}
|
|
@@ -29804,7 +29825,9 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
29804
29825
|
|
|
29805
29826
|
.k-cell-inner > .k-link > .k-icon {
|
|
29806
29827
|
&.k-i-sort-desc-sm,
|
|
29807
|
-
&.k-i-sort-asc-sm
|
|
29828
|
+
&.k-i-sort-asc-sm,
|
|
29829
|
+
&.k-i-sort-asc-small,
|
|
29830
|
+
&.k-i-sort-desc-small {
|
|
29808
29831
|
vertical-align: text-top;
|
|
29809
29832
|
margin-inline-start: $grid-sorted-icon-spacing;
|
|
29810
29833
|
}
|
|
@@ -30795,6 +30818,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30795
30818
|
|
|
30796
30819
|
.k-i-sort-asc-sm,
|
|
30797
30820
|
.k-i-sort-desc-sm,
|
|
30821
|
+
.k-i-sort-asc-small,
|
|
30822
|
+
.k-i-sort-desc-small,
|
|
30798
30823
|
.k-sort-order {
|
|
30799
30824
|
color: $grid-sorting-indicator-text;
|
|
30800
30825
|
}
|
|
@@ -35489,7 +35514,8 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
35489
35514
|
border-bottom-color: inherit;
|
|
35490
35515
|
cursor: se-resize;
|
|
35491
35516
|
|
|
35492
|
-
.k-i-arrow-45-down-right
|
|
35517
|
+
.k-i-arrow-45-down-right,
|
|
35518
|
+
.k-i-caret-br {
|
|
35493
35519
|
display: none;
|
|
35494
35520
|
}
|
|
35495
35521
|
}
|
|
@@ -38799,6 +38825,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38799
38825
|
|
|
38800
38826
|
.k-scheduler,
|
|
38801
38827
|
&.k-scheduler {
|
|
38828
|
+
.k-i-caret-alt-left,
|
|
38829
|
+
.k-i-caret-alt-right,
|
|
38802
38830
|
.k-i-arrow-60-left,
|
|
38803
38831
|
.k-i-arrow-60-right,
|
|
38804
38832
|
.k-current-time-arrow-right {
|
|
@@ -40700,6 +40728,9 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40700
40728
|
// #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
|
|
40701
40729
|
// File already imported_once. Skipping output.
|
|
40702
40730
|
// #endregion
|
|
40731
|
+
// #region @import "../button/_variables.scss"; -> packages/classic/scss/button/_variables.scss
|
|
40732
|
+
// File already imported_once. Skipping output.
|
|
40733
|
+
// #endregion
|
|
40703
40734
|
// #region @import "../combobox/_index.scss"; -> packages/classic/scss/combobox/_index.scss
|
|
40704
40735
|
// File already imported_once. Skipping output.
|
|
40705
40736
|
// #endregion
|
|
@@ -40715,6 +40746,12 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
40715
40746
|
// #region @import "../icons/_index.scss"; -> packages/classic/scss/icons/_index.scss
|
|
40716
40747
|
// File already imported_once. Skipping output.
|
|
40717
40748
|
// #endregion
|
|
40749
|
+
// #region @import "../dropzone/_index.scss"; -> packages/classic/scss/dropzone/_index.scss
|
|
40750
|
+
// File already imported_once. Skipping output.
|
|
40751
|
+
// #endregion
|
|
40752
|
+
// #region @import "../window/_index.scss"; -> packages/classic/scss/window/_index.scss
|
|
40753
|
+
// File already imported_once. Skipping output.
|
|
40754
|
+
// #endregion
|
|
40718
40755
|
|
|
40719
40756
|
|
|
40720
40757
|
// Component
|
|
@@ -40745,12 +40782,25 @@ $pdf-viewer-page-text: $component-text !default;
|
|
|
40745
40782
|
$pdf-viewer-page-border: $component-border !default;
|
|
40746
40783
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
40747
40784
|
|
|
40748
|
-
$pdf-viewer-search-
|
|
40785
|
+
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
40786
|
+
$pdf-viewer-search-panel-border-radius: map-get( $spacing, 1 ) !default;
|
|
40787
|
+
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
40788
|
+
$pdf-viewer-search-panel-text: $component-text !default;
|
|
40789
|
+
$pdf-viewer-search-panel-border: $component-border !default;
|
|
40790
|
+
$pdf-viewer-search-panel-shadow: $window-shadow !default;
|
|
40791
|
+
$pdf-viewer-search-panel-matches-spacing: $padding-x-sm !default;
|
|
40792
|
+
|
|
40793
|
+
$pdf-viewer-search-dialog-padding-x: $toolbar-padding-x !default;
|
|
40794
|
+
$pdf-viewer-search-dialog-padding-y: map-get( $spacing, 3 ) !default;
|
|
40749
40795
|
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
40750
40796
|
|
|
40751
40797
|
$pdf-viewer-selection-line-height: $line-height-sm !default;
|
|
40752
40798
|
|
|
40753
40799
|
$pdf-viewer-search-highlight-bg: $body-text !default;
|
|
40800
|
+
$pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
40801
|
+
|
|
40802
|
+
$pdf-viewer-icon-text: $dropzone-icon-text !default;
|
|
40803
|
+
$pdf-viewer-icon-size: calc( #{$icon-size} * 3 ) !default;
|
|
40754
40804
|
|
|
40755
40805
|
// #endregion
|
|
40756
40806
|
// #region @import "_layout.scss"; -> packages/classic/scss/pdf-viewer/_layout.scss
|
|
@@ -40761,6 +40811,7 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40761
40811
|
border-width: $pdf-viewer-border-width;
|
|
40762
40812
|
border-style: solid;
|
|
40763
40813
|
box-sizing: border-box;
|
|
40814
|
+
position: relative;
|
|
40764
40815
|
outline: 0;
|
|
40765
40816
|
font-family: $pdf-viewer-font-family;
|
|
40766
40817
|
font-size: $pdf-viewer-font-size;
|
|
@@ -40791,11 +40842,14 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40791
40842
|
|
|
40792
40843
|
|
|
40793
40844
|
// Canvas
|
|
40794
|
-
.k-
|
|
40845
|
+
.k-canvas {
|
|
40846
|
+
display: flex;
|
|
40847
|
+
flex-direction: column;
|
|
40795
40848
|
flex: 1 1 auto;
|
|
40796
40849
|
outline: none;
|
|
40797
40850
|
|
|
40798
|
-
.k-enable-text-select
|
|
40851
|
+
.k-enable-text-select,
|
|
40852
|
+
&.k-enable-text-select {
|
|
40799
40853
|
-webkit-user-select: text;
|
|
40800
40854
|
-moz-user-select: text;
|
|
40801
40855
|
-ms-user-select: text;
|
|
@@ -40803,16 +40857,22 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40803
40857
|
cursor: text;
|
|
40804
40858
|
}
|
|
40805
40859
|
|
|
40806
|
-
.k-enable-panning
|
|
40860
|
+
.k-enable-panning,
|
|
40861
|
+
&.k-enable-panning {
|
|
40807
40862
|
cursor: grab;
|
|
40808
40863
|
}
|
|
40809
|
-
.k-enable-panning span::selection
|
|
40864
|
+
.k-enable-panning span::selection,
|
|
40865
|
+
&.k-enable-panning span::selection {
|
|
40810
40866
|
background-color: transparent;
|
|
40811
40867
|
}
|
|
40812
40868
|
}
|
|
40813
40869
|
|
|
40814
40870
|
|
|
40815
|
-
//
|
|
40871
|
+
// Pages
|
|
40872
|
+
.k-pdf-viewer-pages {
|
|
40873
|
+
flex: 1 1 auto;
|
|
40874
|
+
}
|
|
40875
|
+
|
|
40816
40876
|
.k-page {
|
|
40817
40877
|
position: relative;
|
|
40818
40878
|
margin: $pdf-viewer-page-spacing auto;
|
|
@@ -40838,46 +40898,88 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40838
40898
|
mark {
|
|
40839
40899
|
color: transparent;
|
|
40840
40900
|
}
|
|
40901
|
+
|
|
40902
|
+
.k-search-highlight-mark {
|
|
40903
|
+
color: transparent;
|
|
40904
|
+
}
|
|
40905
|
+
}
|
|
40906
|
+
}
|
|
40907
|
+
|
|
40908
|
+
.k-blank-page {
|
|
40909
|
+
margin: 0;
|
|
40910
|
+
display: flex;
|
|
40911
|
+
flex-flow: column nowrap;
|
|
40912
|
+
width: 100%;
|
|
40913
|
+
height: 100%;
|
|
40914
|
+
align-items: center;
|
|
40915
|
+
justify-content: center;
|
|
40916
|
+
background-color: inherit !important; // sass-lint:disable-line no-important
|
|
40917
|
+
|
|
40918
|
+
.k-upload,
|
|
40919
|
+
.k-dropzone,
|
|
40920
|
+
.k-dropzone-inner {
|
|
40921
|
+
border: 0;
|
|
40922
|
+
background: none;
|
|
40923
|
+
}
|
|
40924
|
+
|
|
40925
|
+
> .k-icon {
|
|
40926
|
+
font-size: $pdf-viewer-icon-size;
|
|
40841
40927
|
}
|
|
40842
40928
|
}
|
|
40929
|
+
|
|
40843
40930
|
}
|
|
40844
40931
|
|
|
40845
40932
|
// Search
|
|
40846
40933
|
.k-pdf-viewer-search-dialog {
|
|
40847
|
-
padding:
|
|
40934
|
+
padding: 0 !important; // sass-lint:disable-line no-important
|
|
40935
|
+
}
|
|
40848
40936
|
|
|
40849
|
-
|
|
40850
|
-
|
|
40851
|
-
|
|
40852
|
-
|
|
40853
|
-
|
|
40854
|
-
|
|
40855
|
-
|
|
40937
|
+
.k-search-panel {
|
|
40938
|
+
padding: $pdf-viewer-search-dialog-padding-y $pdf-viewer-search-dialog-padding-x;
|
|
40939
|
+
display: flex;
|
|
40940
|
+
gap: $pdf-viewer-search-dialog-spacing;
|
|
40941
|
+
flex-flow: row nowrap;
|
|
40942
|
+
flex: 0 0 auto;
|
|
40943
|
+
justify-content: flex-start;
|
|
40944
|
+
align-items: center;
|
|
40856
40945
|
|
|
40857
|
-
|
|
40858
|
-
|
|
40859
|
-
|
|
40860
|
-
|
|
40946
|
+
.k-search-dialog-draghandle {
|
|
40947
|
+
cursor: move;
|
|
40948
|
+
margin-left: 0;
|
|
40949
|
+
}
|
|
40861
40950
|
|
|
40862
|
-
|
|
40863
|
-
|
|
40864
|
-
|
|
40951
|
+
.k-textbox {
|
|
40952
|
+
width: 10em;
|
|
40953
|
+
flex: none;
|
|
40865
40954
|
|
|
40866
|
-
|
|
40867
|
-
|
|
40868
|
-
}
|
|
40955
|
+
.k-button {
|
|
40956
|
+
border-width: 0;
|
|
40869
40957
|
}
|
|
40958
|
+
}
|
|
40870
40959
|
|
|
40871
|
-
|
|
40872
|
-
|
|
40873
|
-
|
|
40960
|
+
.k-search-matches {
|
|
40961
|
+
display: inline-flex;
|
|
40962
|
+
gap: $pdf-viewer-search-panel-matches-spacing;
|
|
40874
40963
|
}
|
|
40875
40964
|
}
|
|
40876
40965
|
|
|
40966
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
40967
|
+
width: max-content;
|
|
40968
|
+
margin-top: calc( (#{$kendo-button-calc-size} + #{$pdf-viewer-search-panel-border-width} + ( 2 * #{$pdf-viewer-search-dialog-padding-y} )) * -1 );
|
|
40969
|
+
border-width: $pdf-viewer-search-panel-border-width;
|
|
40970
|
+
border-style: solid;
|
|
40971
|
+
border-radius: $pdf-viewer-search-panel-border-radius;
|
|
40972
|
+
z-index: 10;
|
|
40973
|
+
}
|
|
40974
|
+
|
|
40975
|
+
// Alias
|
|
40976
|
+
.k-search-container {
|
|
40977
|
+
@extend .k-search-panel !optional;
|
|
40978
|
+
}
|
|
40979
|
+
|
|
40877
40980
|
|
|
40878
40981
|
// IE
|
|
40879
40982
|
.k-ie .k-pdf-viewer-search-dialog {
|
|
40880
|
-
|
|
40881
40983
|
.k-search-container > * + * {
|
|
40882
40984
|
margin-left: $pdf-viewer-search-dialog-spacing;
|
|
40883
40985
|
}
|
|
@@ -40932,12 +41034,33 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40932
41034
|
@include box-shadow( $pdf-viewer-page-shadow );
|
|
40933
41035
|
}
|
|
40934
41036
|
|
|
41037
|
+
.k-blank-page > .k-icon {
|
|
41038
|
+
@include fill( $color: $pdf-viewer-icon-text );
|
|
41039
|
+
}
|
|
41040
|
+
|
|
40935
41041
|
|
|
40936
41042
|
// Search
|
|
40937
41043
|
.k-search-highlight {
|
|
40938
41044
|
background-color: $pdf-viewer-search-highlight-bg;
|
|
40939
41045
|
}
|
|
40940
41046
|
|
|
41047
|
+
.k-search-highlight-mark {
|
|
41048
|
+
@include fill( $bg: $pdf-viewer-search-highlight-mark-bg );
|
|
41049
|
+
}
|
|
41050
|
+
|
|
41051
|
+
}
|
|
41052
|
+
|
|
41053
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
41054
|
+
@include fill(
|
|
41055
|
+
$pdf-viewer-search-panel-text,
|
|
41056
|
+
$pdf-viewer-search-panel-bg,
|
|
41057
|
+
$pdf-viewer-search-panel-border,
|
|
41058
|
+
);
|
|
41059
|
+
@include box-shadow( $pdf-viewer-search-panel-shadow );
|
|
41060
|
+
}
|
|
41061
|
+
|
|
41062
|
+
.k-search-container {
|
|
41063
|
+
@extend .k-search-panel !optional;
|
|
40941
41064
|
}
|
|
40942
41065
|
|
|
40943
41066
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
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": [
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-default": "^5.6.1-dev.
|
|
46
|
+
"@progress/kendo-theme-default": "^5.6.1-dev.7"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"sass-build": "^0.0
|
|
49
|
+
"sass-build": "^1.0.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "cdbab1b2ebcaadb86f256c2d8d9cb8ffe2fef23b"
|
|
52
52
|
}
|
|
@@ -35,7 +35,7 @@ $kendo-button-font-size-md: $font-size-md !default;
|
|
|
35
35
|
$kendo-button-line-height-md: $line-height-md !default;
|
|
36
36
|
|
|
37
37
|
$kendo-button-padding-x-lg: map-get( $spacing, 3 ) !default;
|
|
38
|
-
$kendo-button-padding-y-lg: map-get( $spacing, 2 );
|
|
38
|
+
$kendo-button-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
39
39
|
$kendo-button-font-size-lg: $font-size-lg !default;
|
|
40
40
|
$kendo-button-line-height-lg: $line-height-lg !default;
|
|
41
41
|
|
|
@@ -3,11 +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";
|
|
12
|
+
@import "../dropzone/_index.scss";
|
|
13
|
+
@import "../window/_index.scss";
|
|
11
14
|
|
|
12
15
|
|
|
13
16
|
// Component
|
|
@@ -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: map-get( $spacing, 3 ) !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;
|