@progress/kendo-theme-bootstrap 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 +443 -259
- package/dist/all.scss +160 -37
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +4 -4
- package/scss/grid/_theme.scss +2 -0
- package/scss/pdf-viewer/_index.scss +3 -0
- package/scss/pdf-viewer/_variables.scss +14 -1
package/dist/all.scss
CHANGED
|
@@ -15522,6 +15522,12 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15522
15522
|
align-items: center;
|
|
15523
15523
|
}
|
|
15524
15524
|
|
|
15525
|
+
// Template item
|
|
15526
|
+
.k-toolbar-item:focus {
|
|
15527
|
+
text-decoration: none;
|
|
15528
|
+
outline: 0;
|
|
15529
|
+
}
|
|
15530
|
+
|
|
15525
15531
|
}
|
|
15526
15532
|
|
|
15527
15533
|
|
|
@@ -15686,6 +15692,13 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15686
15692
|
}
|
|
15687
15693
|
|
|
15688
15694
|
|
|
15695
|
+
// Template item
|
|
15696
|
+
.k-toolbar-item:focus,
|
|
15697
|
+
.k-toolbar-item.k-focus {
|
|
15698
|
+
@include box-shadow( $kendo-button-focus-shadow );
|
|
15699
|
+
}
|
|
15700
|
+
|
|
15701
|
+
|
|
15689
15702
|
// Button group
|
|
15690
15703
|
.k-button-group {}
|
|
15691
15704
|
|
|
@@ -18593,8 +18606,8 @@ $slider-disabled-opacity: null !default;
|
|
|
18593
18606
|
left: auto;
|
|
18594
18607
|
}
|
|
18595
18608
|
|
|
18596
|
-
.k-button .k-
|
|
18597
|
-
.k-button .k-
|
|
18609
|
+
.k-button-increase .k-icon,
|
|
18610
|
+
.k-button-decrease .k-icon {
|
|
18598
18611
|
transform: scaleX(-1);
|
|
18599
18612
|
}
|
|
18600
18613
|
}
|
|
@@ -20837,7 +20850,7 @@ $colorgradient-contrast-spacer: ( $colorgradient-spacer / 2 ) !default;
|
|
|
20837
20850
|
}
|
|
20838
20851
|
|
|
20839
20852
|
// Needed for the double check icons
|
|
20840
|
-
.k-
|
|
20853
|
+
.k-icon + .k-icon {
|
|
20841
20854
|
margin-left: -13px;
|
|
20842
20855
|
}
|
|
20843
20856
|
}
|
|
@@ -25900,7 +25913,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
25900
25913
|
flex: none;
|
|
25901
25914
|
}
|
|
25902
25915
|
|
|
25903
|
-
> .k-i-close
|
|
25916
|
+
> .k-i-close,
|
|
25917
|
+
> .k-i-x {
|
|
25904
25918
|
margin-right: 0;
|
|
25905
25919
|
margin-left: $notification-icon-spacing;
|
|
25906
25920
|
flex: none;
|
|
@@ -25923,7 +25937,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
25923
25937
|
margin-left: $notification-icon-spacing;
|
|
25924
25938
|
}
|
|
25925
25939
|
|
|
25926
|
-
> .k-i-close
|
|
25940
|
+
> .k-i-close,
|
|
25941
|
+
> .k-i-x {
|
|
25927
25942
|
margin-left: 0;
|
|
25928
25943
|
margin-right: $notification-icon-spacing;
|
|
25929
25944
|
}
|
|
@@ -25948,7 +25963,8 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
25948
25963
|
);
|
|
25949
25964
|
}
|
|
25950
25965
|
.k-notification-wrap {
|
|
25951
|
-
> .k-i-close
|
|
25966
|
+
> .k-i-close,
|
|
25967
|
+
> .k-i-x {
|
|
25952
25968
|
color: inherit;
|
|
25953
25969
|
}
|
|
25954
25970
|
}
|
|
@@ -27602,6 +27618,10 @@ $pager-dropdown-width: 5em !default;
|
|
|
27602
27618
|
.k-rtl &,
|
|
27603
27619
|
&[dir="rtl"],
|
|
27604
27620
|
[dir="rtl"] & {
|
|
27621
|
+
.k-i-caret-alt-to-left,
|
|
27622
|
+
.k-i-caret-alt-to-right,
|
|
27623
|
+
.k-i-caret-alt-left,
|
|
27624
|
+
.k-i-caret-alt-right,
|
|
27605
27625
|
.k-i-arrow-end-left,
|
|
27606
27626
|
.k-i-arrow-60-left,
|
|
27607
27627
|
.k-i-arrow-60-right,
|
|
@@ -31112,7 +31132,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31112
31132
|
border-radius: 50%;
|
|
31113
31133
|
}
|
|
31114
31134
|
|
|
31115
|
-
.k-i-reload
|
|
31135
|
+
.k-i-reload,
|
|
31136
|
+
.k-i-arrow-rotate-cw {
|
|
31116
31137
|
font-size: 1em;
|
|
31117
31138
|
margin-right: .5em;
|
|
31118
31139
|
}
|
|
@@ -32126,7 +32147,9 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
32126
32147
|
|
|
32127
32148
|
.k-cell-inner > .k-link > .k-icon {
|
|
32128
32149
|
&.k-i-sort-desc-sm,
|
|
32129
|
-
&.k-i-sort-asc-sm
|
|
32150
|
+
&.k-i-sort-asc-sm,
|
|
32151
|
+
&.k-i-sort-asc-small,
|
|
32152
|
+
&.k-i-sort-desc-small {
|
|
32130
32153
|
vertical-align: text-top;
|
|
32131
32154
|
margin-inline-start: $grid-sorted-icon-spacing;
|
|
32132
32155
|
}
|
|
@@ -33080,6 +33103,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
33080
33103
|
|
|
33081
33104
|
.k-i-sort-asc-sm,
|
|
33082
33105
|
.k-i-sort-desc-sm,
|
|
33106
|
+
.k-i-sort-asc-small,
|
|
33107
|
+
.k-i-sort-desc-small,
|
|
33083
33108
|
.k-sort-order {
|
|
33084
33109
|
color: $grid-sorting-indicator-text;
|
|
33085
33110
|
}
|
|
@@ -37849,7 +37874,8 @@ $editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-line hex
|
|
|
37849
37874
|
border-bottom-color: inherit;
|
|
37850
37875
|
cursor: se-resize;
|
|
37851
37876
|
|
|
37852
|
-
.k-i-arrow-45-down-right
|
|
37877
|
+
.k-i-arrow-45-down-right,
|
|
37878
|
+
.k-i-caret-br {
|
|
37853
37879
|
display: none;
|
|
37854
37880
|
}
|
|
37855
37881
|
}
|
|
@@ -41159,6 +41185,8 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
41159
41185
|
|
|
41160
41186
|
.k-scheduler,
|
|
41161
41187
|
&.k-scheduler {
|
|
41188
|
+
.k-i-caret-alt-left,
|
|
41189
|
+
.k-i-caret-alt-right,
|
|
41162
41190
|
.k-i-arrow-60-left,
|
|
41163
41191
|
.k-i-arrow-60-right,
|
|
41164
41192
|
.k-current-time-arrow-right {
|
|
@@ -43099,6 +43127,9 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
43099
43127
|
// #region @import "../common/_index.scss"; -> packages/bootstrap/scss/common/_index.scss
|
|
43100
43128
|
// File already imported_once. Skipping output.
|
|
43101
43129
|
// #endregion
|
|
43130
|
+
// #region @import "../button/_variables.scss"; -> packages/bootstrap/scss/button/_variables.scss
|
|
43131
|
+
// File already imported_once. Skipping output.
|
|
43132
|
+
// #endregion
|
|
43102
43133
|
// #region @import "../combobox/_index.scss"; -> packages/bootstrap/scss/combobox/_index.scss
|
|
43103
43134
|
// File already imported_once. Skipping output.
|
|
43104
43135
|
// #endregion
|
|
@@ -43114,6 +43145,12 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
43114
43145
|
// #region @import "../icons/_index.scss"; -> packages/bootstrap/scss/icons/_index.scss
|
|
43115
43146
|
// File already imported_once. Skipping output.
|
|
43116
43147
|
// #endregion
|
|
43148
|
+
// #region @import "../dropzone/_index.scss"; -> packages/bootstrap/scss/dropzone/_index.scss
|
|
43149
|
+
// File already imported_once. Skipping output.
|
|
43150
|
+
// #endregion
|
|
43151
|
+
// #region @import "../window/_index.scss"; -> packages/bootstrap/scss/window/_index.scss
|
|
43152
|
+
// File already imported_once. Skipping output.
|
|
43153
|
+
// #endregion
|
|
43117
43154
|
|
|
43118
43155
|
|
|
43119
43156
|
// Component
|
|
@@ -43144,12 +43181,25 @@ $pdf-viewer-page-text: $component-text !default;
|
|
|
43144
43181
|
$pdf-viewer-page-border: $component-border !default;
|
|
43145
43182
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
43146
43183
|
|
|
43147
|
-
$pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
|
|
43184
|
+
$pdf-viewer-search-dialog-padding-x: $toolbar-padding-x !default;
|
|
43185
|
+
$pdf-viewer-search-dialog-padding-y: calc( #{$toolbar-padding-x} * 2 ) !default;
|
|
43148
43186
|
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
43149
43187
|
|
|
43188
|
+
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
43189
|
+
$pdf-viewer-search-panel-border-radius: map-get( $spacing, 1 ) !default;
|
|
43190
|
+
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
43191
|
+
$pdf-viewer-search-panel-text: $component-text !default;
|
|
43192
|
+
$pdf-viewer-search-panel-border: $component-border !default;
|
|
43193
|
+
$pdf-viewer-search-panel-shadow: null !default;
|
|
43194
|
+
$pdf-viewer-search-panel-matches-spacing: $padding-x-sm !default;
|
|
43195
|
+
|
|
43150
43196
|
$pdf-viewer-selection-line-height: 1.2 !default;
|
|
43151
43197
|
|
|
43152
43198
|
$pdf-viewer-search-highlight-bg: $body-text !default;
|
|
43199
|
+
$pdf-viewer-search-highlight-mark-bg: yellow !default;
|
|
43200
|
+
|
|
43201
|
+
$pdf-viewer-icon-text: $dropzone-icon-text !default;
|
|
43202
|
+
$pdf-viewer-icon-size: calc( #{$icon-size} * 3 ) !default;
|
|
43153
43203
|
|
|
43154
43204
|
// #endregion
|
|
43155
43205
|
// #region @import "_layout.scss"; -> packages/bootstrap/scss/pdf-viewer/_layout.scss
|
|
@@ -43160,6 +43210,7 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
43160
43210
|
border-width: $pdf-viewer-border-width;
|
|
43161
43211
|
border-style: solid;
|
|
43162
43212
|
box-sizing: border-box;
|
|
43213
|
+
position: relative;
|
|
43163
43214
|
outline: 0;
|
|
43164
43215
|
font-family: $pdf-viewer-font-family;
|
|
43165
43216
|
font-size: $pdf-viewer-font-size;
|
|
@@ -43190,11 +43241,14 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
43190
43241
|
|
|
43191
43242
|
|
|
43192
43243
|
// Canvas
|
|
43193
|
-
.k-
|
|
43244
|
+
.k-canvas {
|
|
43245
|
+
display: flex;
|
|
43246
|
+
flex-direction: column;
|
|
43194
43247
|
flex: 1 1 auto;
|
|
43195
43248
|
outline: none;
|
|
43196
43249
|
|
|
43197
|
-
.k-enable-text-select
|
|
43250
|
+
.k-enable-text-select,
|
|
43251
|
+
&.k-enable-text-select {
|
|
43198
43252
|
-webkit-user-select: text;
|
|
43199
43253
|
-moz-user-select: text;
|
|
43200
43254
|
-ms-user-select: text;
|
|
@@ -43202,16 +43256,22 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
43202
43256
|
cursor: text;
|
|
43203
43257
|
}
|
|
43204
43258
|
|
|
43205
|
-
.k-enable-panning
|
|
43259
|
+
.k-enable-panning,
|
|
43260
|
+
&.k-enable-panning {
|
|
43206
43261
|
cursor: grab;
|
|
43207
43262
|
}
|
|
43208
|
-
.k-enable-panning span::selection
|
|
43263
|
+
.k-enable-panning span::selection,
|
|
43264
|
+
&.k-enable-panning span::selection {
|
|
43209
43265
|
background-color: transparent;
|
|
43210
43266
|
}
|
|
43211
43267
|
}
|
|
43212
43268
|
|
|
43213
43269
|
|
|
43214
|
-
//
|
|
43270
|
+
// Pages
|
|
43271
|
+
.k-pdf-viewer-pages {
|
|
43272
|
+
flex: 1 1 auto;
|
|
43273
|
+
}
|
|
43274
|
+
|
|
43215
43275
|
.k-page {
|
|
43216
43276
|
position: relative;
|
|
43217
43277
|
margin: $pdf-viewer-page-spacing auto;
|
|
@@ -43237,46 +43297,88 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
43237
43297
|
mark {
|
|
43238
43298
|
color: transparent;
|
|
43239
43299
|
}
|
|
43300
|
+
|
|
43301
|
+
.k-search-highlight-mark {
|
|
43302
|
+
color: transparent;
|
|
43303
|
+
}
|
|
43304
|
+
}
|
|
43305
|
+
}
|
|
43306
|
+
|
|
43307
|
+
.k-blank-page {
|
|
43308
|
+
margin: 0;
|
|
43309
|
+
display: flex;
|
|
43310
|
+
flex-flow: column nowrap;
|
|
43311
|
+
width: 100%;
|
|
43312
|
+
height: 100%;
|
|
43313
|
+
align-items: center;
|
|
43314
|
+
justify-content: center;
|
|
43315
|
+
background-color: inherit !important; // sass-lint:disable-line no-important
|
|
43316
|
+
|
|
43317
|
+
.k-upload,
|
|
43318
|
+
.k-dropzone,
|
|
43319
|
+
.k-dropzone-inner {
|
|
43320
|
+
border: 0;
|
|
43321
|
+
background: none;
|
|
43322
|
+
}
|
|
43323
|
+
|
|
43324
|
+
> .k-icon {
|
|
43325
|
+
font-size: $pdf-viewer-icon-size;
|
|
43240
43326
|
}
|
|
43241
43327
|
}
|
|
43328
|
+
|
|
43242
43329
|
}
|
|
43243
43330
|
|
|
43244
43331
|
// Search
|
|
43245
43332
|
.k-pdf-viewer-search-dialog {
|
|
43246
|
-
padding:
|
|
43333
|
+
padding: 0 !important; // sass-lint:disable-line no-important
|
|
43334
|
+
}
|
|
43247
43335
|
|
|
43248
|
-
|
|
43249
|
-
|
|
43250
|
-
|
|
43251
|
-
|
|
43252
|
-
|
|
43253
|
-
|
|
43254
|
-
|
|
43336
|
+
.k-search-panel {
|
|
43337
|
+
padding: $pdf-viewer-search-dialog-padding-y $pdf-viewer-search-dialog-padding-x;
|
|
43338
|
+
display: flex;
|
|
43339
|
+
gap: $pdf-viewer-search-dialog-spacing;
|
|
43340
|
+
flex-flow: row nowrap;
|
|
43341
|
+
flex: 0 0 auto;
|
|
43342
|
+
justify-content: flex-start;
|
|
43343
|
+
align-items: center;
|
|
43255
43344
|
|
|
43256
|
-
|
|
43257
|
-
|
|
43258
|
-
|
|
43259
|
-
|
|
43345
|
+
.k-search-dialog-draghandle {
|
|
43346
|
+
cursor: move;
|
|
43347
|
+
margin-left: 0;
|
|
43348
|
+
}
|
|
43260
43349
|
|
|
43261
|
-
|
|
43262
|
-
|
|
43263
|
-
|
|
43350
|
+
.k-textbox {
|
|
43351
|
+
width: 10em;
|
|
43352
|
+
flex: none;
|
|
43264
43353
|
|
|
43265
|
-
|
|
43266
|
-
|
|
43267
|
-
}
|
|
43354
|
+
.k-button {
|
|
43355
|
+
border-width: 0;
|
|
43268
43356
|
}
|
|
43357
|
+
}
|
|
43269
43358
|
|
|
43270
|
-
|
|
43271
|
-
|
|
43272
|
-
|
|
43359
|
+
.k-search-matches {
|
|
43360
|
+
display: inline-flex;
|
|
43361
|
+
gap: $pdf-viewer-search-panel-matches-spacing;
|
|
43273
43362
|
}
|
|
43274
43363
|
}
|
|
43275
43364
|
|
|
43365
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
43366
|
+
width: max-content;
|
|
43367
|
+
margin-top: calc( (#{$kendo-button-calc-size} + #{$pdf-viewer-search-panel-border-width} + ( 2 * #{$pdf-viewer-search-dialog-padding-y} )) * -1 );
|
|
43368
|
+
border-width: $pdf-viewer-search-panel-border-width;
|
|
43369
|
+
border-style: solid;
|
|
43370
|
+
border-radius: $pdf-viewer-search-panel-border-radius;
|
|
43371
|
+
z-index: 10;
|
|
43372
|
+
}
|
|
43373
|
+
|
|
43374
|
+
// Alias
|
|
43375
|
+
.k-search-container {
|
|
43376
|
+
@extend .k-search-panel !optional;
|
|
43377
|
+
}
|
|
43378
|
+
|
|
43276
43379
|
|
|
43277
43380
|
// IE
|
|
43278
43381
|
.k-ie .k-pdf-viewer-search-dialog {
|
|
43279
|
-
|
|
43280
43382
|
.k-search-container > * + * {
|
|
43281
43383
|
margin-left: $pdf-viewer-search-dialog-spacing;
|
|
43282
43384
|
}
|
|
@@ -43331,12 +43433,33 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
43331
43433
|
@include box-shadow( $pdf-viewer-page-shadow );
|
|
43332
43434
|
}
|
|
43333
43435
|
|
|
43436
|
+
.k-blank-page > .k-icon {
|
|
43437
|
+
@include fill( $color: $pdf-viewer-icon-text );
|
|
43438
|
+
}
|
|
43439
|
+
|
|
43334
43440
|
|
|
43335
43441
|
// Search
|
|
43336
43442
|
.k-search-highlight {
|
|
43337
43443
|
background-color: $pdf-viewer-search-highlight-bg;
|
|
43338
43444
|
}
|
|
43339
43445
|
|
|
43446
|
+
.k-search-highlight-mark {
|
|
43447
|
+
@include fill( $bg: $pdf-viewer-search-highlight-mark-bg );
|
|
43448
|
+
}
|
|
43449
|
+
|
|
43450
|
+
}
|
|
43451
|
+
|
|
43452
|
+
.k-pdf-viewer-canvas > .k-search-panel {
|
|
43453
|
+
@include fill(
|
|
43454
|
+
$pdf-viewer-search-panel-text,
|
|
43455
|
+
$pdf-viewer-search-panel-bg,
|
|
43456
|
+
$pdf-viewer-search-panel-border,
|
|
43457
|
+
);
|
|
43458
|
+
@include box-shadow( $pdf-viewer-search-panel-shadow );
|
|
43459
|
+
}
|
|
43460
|
+
|
|
43461
|
+
.k-search-container {
|
|
43462
|
+
@extend .k-search-panel !optional;
|
|
43340
43463
|
}
|
|
43341
43464
|
|
|
43342
43465
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap 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": [
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for bootstrap 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
|
"bootstrap": "^5.2.0"
|
|
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
|
}
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -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-dialog-padding: $toolbar-padding-x !default;
|
|
27
|
+
$pdf-viewer-search-dialog-padding-x: $toolbar-padding-x !default;
|
|
28
|
+
$pdf-viewer-search-dialog-padding-y: calc( #{$toolbar-padding-x} * 2 ) !default;
|
|
28
29
|
$pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
|
|
29
30
|
|
|
31
|
+
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
32
|
+
$pdf-viewer-search-panel-border-radius: map-get( $spacing, 1 ) !default;
|
|
33
|
+
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
34
|
+
$pdf-viewer-search-panel-text: $component-text !default;
|
|
35
|
+
$pdf-viewer-search-panel-border: $component-border !default;
|
|
36
|
+
$pdf-viewer-search-panel-shadow: null !default;
|
|
37
|
+
$pdf-viewer-search-panel-matches-spacing: $padding-x-sm !default;
|
|
38
|
+
|
|
30
39
|
$pdf-viewer-selection-line-height: 1.2 !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;
|