@progress/kendo-theme-default 6.1.1-dev.53 → 6.1.1-dev.66
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 +315 -209
- package/dist/all.scss +756 -378
- package/dist/meta/variables.json +16 -16
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/action-buttons/_index.scss +1 -0
- package/scss/action-sheet/_index.scss +1 -0
- package/scss/adaptive/_index.scss +1 -0
- package/scss/appbar/_index.scss +1 -0
- package/scss/autocomplete/_index.scss +1 -0
- package/scss/avatar/_index.scss +1 -0
- package/scss/badge/_index.scss +1 -0
- package/scss/bottom-navigation/_index.scss +1 -0
- package/scss/breadcrumb/_index.scss +1 -0
- package/scss/breadcrumb/_layout.scss +4 -23
- package/scss/button/_index.scss +1 -0
- package/scss/calendar/_index.scss +1 -0
- package/scss/captcha/_index.scss +1 -0
- package/scss/card/_index.scss +1 -0
- package/scss/chat/_index.scss +1 -0
- package/scss/checkbox/_index.scss +1 -0
- package/scss/chip/_index.scss +1 -0
- package/scss/color-preview/_index.scss +1 -0
- package/scss/coloreditor/_index.scss +1 -0
- package/scss/colorgradient/_index.scss +2 -0
- package/scss/colorgradient/_layout.scss +3 -1
- package/scss/colorpalette/_index.scss +1 -0
- package/scss/colorpicker/_index.scss +1 -0
- package/scss/combobox/_index.scss +1 -0
- package/scss/dataviz/_index.scss +1 -0
- package/scss/dateinput/_index.scss +1 -0
- package/scss/datepicker/_index.scss +1 -0
- package/scss/daterangepicker/_index.scss +1 -0
- package/scss/datetimepicker/_index.scss +1 -0
- package/scss/dialog/_index.scss +1 -0
- package/scss/draggable/_index.scss +1 -0
- package/scss/drawer/_index.scss +1 -0
- package/scss/dropdowngrid/_index.scss +1 -0
- package/scss/dropdownlist/_index.scss +1 -0
- package/scss/dropdowntree/_index.scss +1 -0
- package/scss/dropzone/_index.scss +1 -0
- package/scss/dropzone/_layout.scss +5 -0
- package/scss/editor/_index.scss +1 -0
- package/scss/editor/_layout.scss +7 -3
- package/scss/expansion-panel/_index.scss +1 -0
- package/scss/fab/_index.scss +1 -0
- package/scss/filemanager/_index.scss +1 -0
- package/scss/filemanager/_layout.scss +1 -3
- package/scss/filter/_index.scss +1 -0
- package/scss/floating-label/_index.scss +1 -0
- package/scss/forms/_index.scss +1 -0
- package/scss/gantt/_index.scss +1 -0
- package/scss/grid/_index.scss +1 -0
- package/scss/grid/_layout.scss +10 -5
- package/scss/grid/_theme.scss +6 -3
- package/scss/icons/_index.scss +1 -0
- package/scss/icons/_layout.scss +2 -2
- package/scss/imageeditor/_index.scss +1 -0
- package/scss/input/_index.scss +1 -0
- package/scss/input/_layout.scss +10 -4
- package/scss/list/_index.scss +1 -0
- package/scss/listbox/_index.scss +1 -0
- package/scss/listgroup/_index.scss +1 -0
- package/scss/listgroup/_layout.scss +4 -2
- package/scss/listview/_index.scss +1 -0
- package/scss/loader/_index.scss +2 -0
- package/scss/map/_index.scss +1 -0
- package/scss/map/_layout.scss +2 -1
- package/scss/maskedtextbox/_index.scss +1 -0
- package/scss/mediaplayer/_index.scss +1 -0
- package/scss/menu/_index.scss +1 -0
- package/scss/menu-button/_index.scss +1 -0
- package/scss/messagebox/_index.scss +1 -0
- package/scss/multiselect/_index.scss +1 -0
- package/scss/notification/_index.scss +1 -0
- package/scss/numerictextbox/_index.scss +1 -0
- package/scss/orgchart/_index.scss +2 -0
- package/scss/overlay/_index.scss +1 -0
- package/scss/pager/_index.scss +1 -0
- package/scss/panelbar/_index.scss +1 -0
- package/scss/panelbar/_theme.scss +2 -0
- package/scss/pdf-viewer/_index.scss +1 -0
- package/scss/pdf-viewer/_layout.scss +4 -0
- package/scss/pdf-viewer/_theme.scss +2 -1
- package/scss/pivotgrid/_index.scss +1 -0
- package/scss/pivotgrid/_layout.scss +7 -3
- package/scss/popover/_index.scss +1 -0
- package/scss/popup/_index.scss +1 -0
- package/scss/progressbar/_index.scss +1 -0
- package/scss/radio/_index.scss +1 -0
- package/scss/rating/_index.scss +1 -0
- package/scss/rating/_layout.scss +4 -0
- package/scss/rating/_theme.scss +6 -0
- package/scss/responsivepanel/_index.scss +1 -0
- package/scss/ripple/_index.scss +1 -0
- package/scss/scheduler/_index.scss +1 -0
- package/scss/scheduler/_layout.scss +4 -2
- package/scss/scroller/_index.scss +1 -0
- package/scss/scrollview/_index.scss +1 -0
- package/scss/scrollview/_layout.scss +7 -1
- package/scss/searchbox/_index.scss +1 -0
- package/scss/signature/_index.scss +3 -0
- package/scss/skeleton/_index.scss +1 -0
- package/scss/slider/_index.scss +1 -0
- package/scss/slider/_layout.scss +3 -1
- package/scss/split-button/_index.scss +1 -0
- package/scss/splitter/_index.scss +1 -0
- package/scss/splitter/_layout.scss +4 -0
- package/scss/spreadsheet/_index.scss +1 -0
- package/scss/spreadsheet/_layout.scss +8 -2
- package/scss/stepper/_index.scss +1 -0
- package/scss/stepper/_layout.scss +7 -2
- package/scss/stepper/_theme.scss +2 -1
- package/scss/switch/_index.scss +1 -0
- package/scss/table/_index.scss +1 -0
- package/scss/tabstrip/_index.scss +1 -0
- package/scss/tabstrip/_layout.scss +2 -2
- package/scss/taskboard/_index.scss +1 -0
- package/scss/textarea/_index.scss +1 -0
- package/scss/textbox/_index.scss +1 -0
- package/scss/tilelayout/_index.scss +1 -0
- package/scss/timedurationpicker/_index.scss +1 -0
- package/scss/timeline/_index.scss +1 -0
- package/scss/timepicker/_index.scss +1 -0
- package/scss/timeselector/_index.scss +1 -0
- package/scss/toolbar/_index.scss +1 -0
- package/scss/tooltip/_index.scss +1 -0
- package/scss/tooltip/_layout.scss +2 -1
- package/scss/treelist/_index.scss +1 -0
- package/scss/treeview/_index.scss +1 -0
- package/scss/treeview/_layout.scss +2 -0
- package/scss/typography/_index.scss +1 -0
- package/scss/upload/_index.scss +1 -0
- package/scss/upload/_layout.scss +2 -1
- package/scss/validator/_index.scss +1 -0
- package/scss/virtual-scroller/_index.scss +1 -0
- package/scss/window/_index.scss +1 -0
- package/scss/wizard/_index.scss +1 -0
package/dist/all.scss
CHANGED
|
@@ -5424,320 +5424,7 @@ $kendo-invalid-shadow: null !default;
|
|
|
5424
5424
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
5425
5425
|
// File already imported_once. Skipping output.
|
|
5426
5426
|
// #endregion
|
|
5427
|
-
|
|
5428
|
-
|
|
5429
|
-
// Dependencies
|
|
5430
|
-
|
|
5431
|
-
|
|
5432
|
-
// Component
|
|
5433
|
-
// #region @import "./_variables.scss"; -> scss/typography/_variables.scss
|
|
5434
|
-
// Typography
|
|
5435
|
-
|
|
5436
|
-
|
|
5437
|
-
// Headings
|
|
5438
|
-
$kendo-h1-font-size: ($kendo-font-size-md * 3) !default;
|
|
5439
|
-
$kendo-h2-font-size: 34px !default;
|
|
5440
|
-
$kendo-h3-font-size: ($kendo-font-size-md * 2) !default;
|
|
5441
|
-
$kendo-h4-font-size: 22px !default;
|
|
5442
|
-
$kendo-h5-font-size: $kendo-font-size-lg !default;
|
|
5443
|
-
$kendo-h6-font-size: $kendo-font-size-md !default;
|
|
5444
|
-
|
|
5445
|
-
$kendo-h1-font-family: $kendo-font-family !default;
|
|
5446
|
-
$kendo-h2-font-family: $kendo-font-family !default;
|
|
5447
|
-
$kendo-h3-font-family: $kendo-font-family !default;
|
|
5448
|
-
$kendo-h4-font-family: $kendo-font-family !default;
|
|
5449
|
-
$kendo-h5-font-family: $kendo-font-family !default;
|
|
5450
|
-
$kendo-h6-font-family: $kendo-font-family !default;
|
|
5451
|
-
|
|
5452
|
-
$kendo-h1-line-height: 54px !default;
|
|
5453
|
-
$kendo-h2-line-height: 46px !default;
|
|
5454
|
-
$kendo-h3-line-height: 42px !default;
|
|
5455
|
-
$kendo-h4-line-height: 32px !default;
|
|
5456
|
-
$kendo-h5-line-height: 26px !default;
|
|
5457
|
-
$kendo-h6-line-height: 20px !default;
|
|
5458
|
-
|
|
5459
|
-
$kendo-h1-font-weight: $kendo-font-weight-normal !default;
|
|
5460
|
-
$kendo-h2-font-weight: $kendo-font-weight-normal !default;
|
|
5461
|
-
$kendo-h3-font-weight: $kendo-font-weight-normal !default;
|
|
5462
|
-
$kendo-h4-font-weight: $kendo-font-weight-bold !default;
|
|
5463
|
-
$kendo-h5-font-weight: $kendo-font-weight-bold !default;
|
|
5464
|
-
$kendo-h6-font-weight: $kendo-font-weight-bold !default;
|
|
5465
|
-
|
|
5466
|
-
$kendo-h1-letter-spacing: null !default;
|
|
5467
|
-
$kendo-h2-letter-spacing: null !default;
|
|
5468
|
-
$kendo-h3-letter-spacing: null !default;
|
|
5469
|
-
$kendo-h4-letter-spacing: null !default;
|
|
5470
|
-
$kendo-h5-letter-spacing: null !default;
|
|
5471
|
-
$kendo-h6-letter-spacing: null !default;
|
|
5472
|
-
|
|
5473
|
-
$kendo-h1-margin: 0 0 $kendo-font-size-md !default;
|
|
5474
|
-
$kendo-h2-margin: 0 0 $kendo-font-size-md !default;
|
|
5475
|
-
$kendo-h3-margin: 0 0 $kendo-font-size-md !default;
|
|
5476
|
-
$kendo-h4-margin: 0 0 $kendo-font-size-md !default;
|
|
5477
|
-
$kendo-h5-margin: 0 0 $kendo-font-size-md !default;
|
|
5478
|
-
$kendo-h6-margin: 0 0 $kendo-font-size-md !default;
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
// Paragraph
|
|
5482
|
-
$kendo-paragraph-margin: 0 0 $kendo-font-size-md !default;
|
|
5483
|
-
$kendo-paragraph-font-size: $kendo-font-size-md !default;
|
|
5484
|
-
$kendo-paragraph-font-family: $kendo-font-family !default;
|
|
5485
|
-
$kendo-paragraph-line-height: 20px !default;
|
|
5486
|
-
$kendo-paragraph-font-weight: $kendo-font-weight-normal !default;
|
|
5487
|
-
$kendo-paragraph-letter-spacing: null !default;
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
// Code
|
|
5491
|
-
$kendo-code-font-size: $kendo-font-size-md !default;
|
|
5492
|
-
$kendo-code-font-family: $kendo-font-family-monospace !default;
|
|
5493
|
-
$kendo-code-line-height: 20px !default;
|
|
5494
|
-
$kendo-code-font-weight: $kendo-font-weight-normal !default;
|
|
5495
|
-
$kendo-code-letter-spacing: null !default;
|
|
5496
|
-
|
|
5497
|
-
$kendo-code-padding-x: 4px !default;
|
|
5498
|
-
$kendo-code-padding-y: 0px !default;
|
|
5499
|
-
$kendo-pre-padding-x: 24px !default;
|
|
5500
|
-
$kendo-pre-padding-y: 16px !default;
|
|
5501
|
-
$kendo-code-border-width: 1px !default;
|
|
5502
|
-
|
|
5503
|
-
$kendo-code-bg: $kendo-base-bg !default;
|
|
5504
|
-
$kendo-code-text: $kendo-component-text !default;
|
|
5505
|
-
$kendo-code-border: $kendo-component-border !default;
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
// Display
|
|
5509
|
-
$kendo-display1-font-size: ($kendo-font-size-md * 6) !default;
|
|
5510
|
-
$kendo-display2-font-size: ($kendo-font-size-md * 5) !default;
|
|
5511
|
-
$kendo-display3-font-size: ($kendo-font-size-md * 4) !default;
|
|
5512
|
-
$kendo-display4-font-size: ($kendo-font-size-md * 3) !default;
|
|
5513
|
-
|
|
5514
|
-
$kendo-display1-font-family: $kendo-font-family !default;
|
|
5515
|
-
$kendo-display2-font-family: $kendo-font-family !default;
|
|
5516
|
-
$kendo-display3-font-family: $kendo-font-family !default;
|
|
5517
|
-
$kendo-display4-font-family: $kendo-font-family !default;
|
|
5518
|
-
|
|
5519
|
-
$kendo-display1-line-height: 1.2 !default;
|
|
5520
|
-
$kendo-display2-line-height: 1.2 !default;
|
|
5521
|
-
$kendo-display3-line-height: 1.2 !default;
|
|
5522
|
-
$kendo-display4-line-height: 1.2 !default;
|
|
5523
|
-
|
|
5524
|
-
$kendo-display1-font-weight: $kendo-font-weight-light !default;
|
|
5525
|
-
$kendo-display2-font-weight: $kendo-font-weight-light !default;
|
|
5526
|
-
$kendo-display3-font-weight: $kendo-font-weight-light !default;
|
|
5527
|
-
$kendo-display4-font-weight: $kendo-font-weight-light !default;
|
|
5528
|
-
|
|
5529
|
-
$kendo-display1-letter-spacing: null !default;
|
|
5530
|
-
$kendo-display2-letter-spacing: null !default;
|
|
5531
|
-
$kendo-display3-letter-spacing: null !default;
|
|
5532
|
-
$kendo-display4-letter-spacing: null !default;
|
|
5533
|
-
|
|
5534
|
-
// #endregion
|
|
5535
|
-
// #region @import "./_layout.scss"; -> scss/typography/_layout.scss
|
|
5536
|
-
@include exports( "typography/layout" ) {
|
|
5537
|
-
|
|
5538
|
-
@if $kendo-enable-typography {
|
|
5539
|
-
body { @extend .k-body !optional; }
|
|
5540
|
-
h1 { @extend .k-h1 !optional; }
|
|
5541
|
-
h2 { @extend .k-h2 !optional; }
|
|
5542
|
-
h3 { @extend .k-h3 !optional; }
|
|
5543
|
-
h4 { @extend .k-h4 !optional; }
|
|
5544
|
-
h5 { @extend .k-h5 !optional; }
|
|
5545
|
-
h6 { @extend .k-h6 !optional; }
|
|
5546
|
-
p { @extend .k-paragraph !optional; }
|
|
5547
|
-
pre { @extend .k-pre !optional; }
|
|
5548
|
-
code { @extend .k-code !optional; }
|
|
5549
|
-
}
|
|
5550
|
-
|
|
5551
|
-
// TODO delete k-typography class for R1 2022
|
|
5552
|
-
.k-body,
|
|
5553
|
-
.k-typography {
|
|
5554
|
-
@include typography(
|
|
5555
|
-
$kendo-font-size-md,
|
|
5556
|
-
$kendo-font-family,
|
|
5557
|
-
$kendo-line-height-md,
|
|
5558
|
-
$kendo-font-weight-normal,
|
|
5559
|
-
$kendo-letter-spacing
|
|
5560
|
-
);
|
|
5561
|
-
margin: 0;
|
|
5562
|
-
|
|
5563
|
-
p {
|
|
5564
|
-
margin: $kendo-paragraph-margin;
|
|
5565
|
-
}
|
|
5566
|
-
}
|
|
5567
|
-
|
|
5568
|
-
// Headings
|
|
5569
|
-
.k-h1 {
|
|
5570
|
-
@include typography(
|
|
5571
|
-
$kendo-h1-font-size,
|
|
5572
|
-
$kendo-h1-font-family,
|
|
5573
|
-
$kendo-h1-line-height,
|
|
5574
|
-
$kendo-h1-font-weight,
|
|
5575
|
-
$kendo-h1-letter-spacing
|
|
5576
|
-
);
|
|
5577
|
-
margin: $kendo-h1-margin;
|
|
5578
|
-
}
|
|
5579
|
-
.k-h2 {
|
|
5580
|
-
@include typography(
|
|
5581
|
-
$kendo-h2-font-size,
|
|
5582
|
-
$kendo-h2-font-family,
|
|
5583
|
-
$kendo-h2-line-height,
|
|
5584
|
-
$kendo-h2-font-weight,
|
|
5585
|
-
$kendo-h2-letter-spacing
|
|
5586
|
-
);
|
|
5587
|
-
margin: $kendo-h2-margin;
|
|
5588
|
-
}
|
|
5589
|
-
.k-h3 {
|
|
5590
|
-
@include typography(
|
|
5591
|
-
$kendo-h3-font-size,
|
|
5592
|
-
$kendo-h3-font-family,
|
|
5593
|
-
$kendo-h3-line-height,
|
|
5594
|
-
$kendo-h3-font-weight,
|
|
5595
|
-
$kendo-h3-letter-spacing
|
|
5596
|
-
);
|
|
5597
|
-
margin: $kendo-h3-margin;
|
|
5598
|
-
}
|
|
5599
|
-
.k-h4 {
|
|
5600
|
-
@include typography(
|
|
5601
|
-
$kendo-h4-font-size,
|
|
5602
|
-
$kendo-h4-font-family,
|
|
5603
|
-
$kendo-h4-line-height,
|
|
5604
|
-
$kendo-h4-font-weight,
|
|
5605
|
-
$kendo-h4-letter-spacing
|
|
5606
|
-
);
|
|
5607
|
-
margin: $kendo-h4-margin;
|
|
5608
|
-
}
|
|
5609
|
-
.k-h5 {
|
|
5610
|
-
@include typography(
|
|
5611
|
-
$kendo-h5-font-size,
|
|
5612
|
-
$kendo-h5-font-family,
|
|
5613
|
-
$kendo-h5-line-height,
|
|
5614
|
-
$kendo-h5-font-weight,
|
|
5615
|
-
$kendo-h5-letter-spacing
|
|
5616
|
-
);
|
|
5617
|
-
margin: $kendo-h5-margin;
|
|
5618
|
-
}
|
|
5619
|
-
.k-h6 {
|
|
5620
|
-
@include typography(
|
|
5621
|
-
$kendo-h6-font-size,
|
|
5622
|
-
$kendo-h6-font-family,
|
|
5623
|
-
$kendo-h6-line-height,
|
|
5624
|
-
$kendo-h6-font-weight,
|
|
5625
|
-
$kendo-h6-letter-spacing
|
|
5626
|
-
);
|
|
5627
|
-
margin: $kendo-h6-margin;
|
|
5628
|
-
}
|
|
5629
|
-
|
|
5630
|
-
// Paragraph
|
|
5631
|
-
.k-paragraph {
|
|
5632
|
-
@include typography(
|
|
5633
|
-
$kendo-paragraph-font-size,
|
|
5634
|
-
$kendo-paragraph-font-family,
|
|
5635
|
-
$kendo-paragraph-line-height,
|
|
5636
|
-
$kendo-paragraph-font-weight,
|
|
5637
|
-
$kendo-paragraph-letter-spacing
|
|
5638
|
-
);
|
|
5639
|
-
margin: $kendo-paragraph-margin;
|
|
5640
|
-
}
|
|
5641
|
-
|
|
5642
|
-
// Code snippet
|
|
5643
|
-
.k-pre,
|
|
5644
|
-
.k-code {
|
|
5645
|
-
@include typography(
|
|
5646
|
-
$kendo-code-font-size,
|
|
5647
|
-
$kendo-code-font-family,
|
|
5648
|
-
$kendo-code-line-height,
|
|
5649
|
-
$kendo-code-font-weight,
|
|
5650
|
-
$kendo-code-letter-spacing
|
|
5651
|
-
);
|
|
5652
|
-
border-style: solid;
|
|
5653
|
-
border-width: $kendo-code-border-width;
|
|
5654
|
-
}
|
|
5655
|
-
|
|
5656
|
-
.k-pre {
|
|
5657
|
-
padding-block: $kendo-pre-padding-y;
|
|
5658
|
-
padding-inline: $kendo-pre-padding-x;
|
|
5659
|
-
overflow: auto;
|
|
5660
|
-
}
|
|
5661
|
-
|
|
5662
|
-
.k-pre > .k-code {
|
|
5663
|
-
padding: 0;
|
|
5664
|
-
border-width: 0;
|
|
5665
|
-
border-color: transparent;
|
|
5666
|
-
background-color: transparent;
|
|
5667
|
-
font-family: inherit;
|
|
5668
|
-
font-size: inherit;
|
|
5669
|
-
}
|
|
5670
|
-
|
|
5671
|
-
.k-code {
|
|
5672
|
-
padding-block: $kendo-code-padding-y;
|
|
5673
|
-
padding-inline: $kendo-code-padding-x;
|
|
5674
|
-
}
|
|
5675
|
-
|
|
5676
|
-
// Display
|
|
5677
|
-
.k-display-1 {
|
|
5678
|
-
@include typography(
|
|
5679
|
-
$kendo-display1-font-size,
|
|
5680
|
-
$kendo-display1-font-family,
|
|
5681
|
-
$kendo-display1-line-height,
|
|
5682
|
-
$kendo-display1-font-weight,
|
|
5683
|
-
$kendo-display1-letter-spacing
|
|
5684
|
-
);
|
|
5685
|
-
}
|
|
5686
|
-
.k-display-2 {
|
|
5687
|
-
@include typography(
|
|
5688
|
-
$kendo-display2-font-size,
|
|
5689
|
-
$kendo-display2-font-family,
|
|
5690
|
-
$kendo-display2-line-height,
|
|
5691
|
-
$kendo-display2-font-weight,
|
|
5692
|
-
$kendo-display2-letter-spacing
|
|
5693
|
-
);
|
|
5694
|
-
}
|
|
5695
|
-
.k-display-3 {
|
|
5696
|
-
@include typography(
|
|
5697
|
-
$kendo-display3-font-size,
|
|
5698
|
-
$kendo-display3-font-family,
|
|
5699
|
-
$kendo-display3-line-height,
|
|
5700
|
-
$kendo-display3-font-weight,
|
|
5701
|
-
$kendo-display3-letter-spacing
|
|
5702
|
-
);
|
|
5703
|
-
}
|
|
5704
|
-
.k-display-4 {
|
|
5705
|
-
@include typography(
|
|
5706
|
-
$kendo-display4-font-size,
|
|
5707
|
-
$kendo-display4-font-family,
|
|
5708
|
-
$kendo-display4-line-height,
|
|
5709
|
-
$kendo-display4-font-weight,
|
|
5710
|
-
$kendo-display4-letter-spacing
|
|
5711
|
-
);
|
|
5712
|
-
}
|
|
5713
|
-
}
|
|
5714
|
-
|
|
5715
|
-
// #endregion
|
|
5716
|
-
// #region @import "./_theme.scss"; -> scss/typography/_theme.scss
|
|
5717
|
-
@include exports("typography/theme") {
|
|
5718
|
-
|
|
5719
|
-
.k-body {
|
|
5720
|
-
@include fill(
|
|
5721
|
-
$kendo-body-text,
|
|
5722
|
-
$kendo-body-bg
|
|
5723
|
-
);
|
|
5724
|
-
}
|
|
5725
|
-
|
|
5726
|
-
// Code snippet
|
|
5727
|
-
.k-pre,
|
|
5728
|
-
.k-code {
|
|
5729
|
-
@include fill(
|
|
5730
|
-
$kendo-code-text,
|
|
5731
|
-
$kendo-code-bg,
|
|
5732
|
-
$kendo-code-border
|
|
5733
|
-
);
|
|
5734
|
-
}
|
|
5735
|
-
}
|
|
5736
|
-
|
|
5737
|
-
// #endregion
|
|
5738
|
-
|
|
5739
|
-
// #endregion
|
|
5740
|
-
// #region @import "./utils/_index.scss"; -> scss/utils/_index.scss
|
|
5427
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
5741
5428
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
5742
5429
|
// File already imported_once. Skipping output.
|
|
5743
5430
|
// #endregion
|
|
@@ -8695,11 +8382,330 @@ $kendo-utils: (
|
|
|
8695
8382
|
// #endregion
|
|
8696
8383
|
|
|
8697
8384
|
|
|
8385
|
+
// Dependencies
|
|
8386
|
+
|
|
8387
|
+
|
|
8388
|
+
// Component
|
|
8389
|
+
// #region @import "./_variables.scss"; -> scss/typography/_variables.scss
|
|
8390
|
+
// Typography
|
|
8391
|
+
|
|
8392
|
+
|
|
8393
|
+
// Headings
|
|
8394
|
+
$kendo-h1-font-size: ($kendo-font-size-md * 3) !default;
|
|
8395
|
+
$kendo-h2-font-size: 34px !default;
|
|
8396
|
+
$kendo-h3-font-size: ($kendo-font-size-md * 2) !default;
|
|
8397
|
+
$kendo-h4-font-size: 22px !default;
|
|
8398
|
+
$kendo-h5-font-size: $kendo-font-size-lg !default;
|
|
8399
|
+
$kendo-h6-font-size: $kendo-font-size-md !default;
|
|
8400
|
+
|
|
8401
|
+
$kendo-h1-font-family: $kendo-font-family !default;
|
|
8402
|
+
$kendo-h2-font-family: $kendo-font-family !default;
|
|
8403
|
+
$kendo-h3-font-family: $kendo-font-family !default;
|
|
8404
|
+
$kendo-h4-font-family: $kendo-font-family !default;
|
|
8405
|
+
$kendo-h5-font-family: $kendo-font-family !default;
|
|
8406
|
+
$kendo-h6-font-family: $kendo-font-family !default;
|
|
8407
|
+
|
|
8408
|
+
$kendo-h1-line-height: 54px !default;
|
|
8409
|
+
$kendo-h2-line-height: 46px !default;
|
|
8410
|
+
$kendo-h3-line-height: 42px !default;
|
|
8411
|
+
$kendo-h4-line-height: 32px !default;
|
|
8412
|
+
$kendo-h5-line-height: 26px !default;
|
|
8413
|
+
$kendo-h6-line-height: 20px !default;
|
|
8414
|
+
|
|
8415
|
+
$kendo-h1-font-weight: $kendo-font-weight-normal !default;
|
|
8416
|
+
$kendo-h2-font-weight: $kendo-font-weight-normal !default;
|
|
8417
|
+
$kendo-h3-font-weight: $kendo-font-weight-normal !default;
|
|
8418
|
+
$kendo-h4-font-weight: $kendo-font-weight-bold !default;
|
|
8419
|
+
$kendo-h5-font-weight: $kendo-font-weight-bold !default;
|
|
8420
|
+
$kendo-h6-font-weight: $kendo-font-weight-bold !default;
|
|
8421
|
+
|
|
8422
|
+
$kendo-h1-letter-spacing: null !default;
|
|
8423
|
+
$kendo-h2-letter-spacing: null !default;
|
|
8424
|
+
$kendo-h3-letter-spacing: null !default;
|
|
8425
|
+
$kendo-h4-letter-spacing: null !default;
|
|
8426
|
+
$kendo-h5-letter-spacing: null !default;
|
|
8427
|
+
$kendo-h6-letter-spacing: null !default;
|
|
8428
|
+
|
|
8429
|
+
$kendo-h1-margin: 0 0 $kendo-font-size-md !default;
|
|
8430
|
+
$kendo-h2-margin: 0 0 $kendo-font-size-md !default;
|
|
8431
|
+
$kendo-h3-margin: 0 0 $kendo-font-size-md !default;
|
|
8432
|
+
$kendo-h4-margin: 0 0 $kendo-font-size-md !default;
|
|
8433
|
+
$kendo-h5-margin: 0 0 $kendo-font-size-md !default;
|
|
8434
|
+
$kendo-h6-margin: 0 0 $kendo-font-size-md !default;
|
|
8435
|
+
|
|
8436
|
+
|
|
8437
|
+
// Paragraph
|
|
8438
|
+
$kendo-paragraph-margin: 0 0 $kendo-font-size-md !default;
|
|
8439
|
+
$kendo-paragraph-font-size: $kendo-font-size-md !default;
|
|
8440
|
+
$kendo-paragraph-font-family: $kendo-font-family !default;
|
|
8441
|
+
$kendo-paragraph-line-height: 20px !default;
|
|
8442
|
+
$kendo-paragraph-font-weight: $kendo-font-weight-normal !default;
|
|
8443
|
+
$kendo-paragraph-letter-spacing: null !default;
|
|
8444
|
+
|
|
8445
|
+
|
|
8446
|
+
// Code
|
|
8447
|
+
$kendo-code-font-size: $kendo-font-size-md !default;
|
|
8448
|
+
$kendo-code-font-family: $kendo-font-family-monospace !default;
|
|
8449
|
+
$kendo-code-line-height: 20px !default;
|
|
8450
|
+
$kendo-code-font-weight: $kendo-font-weight-normal !default;
|
|
8451
|
+
$kendo-code-letter-spacing: null !default;
|
|
8452
|
+
|
|
8453
|
+
$kendo-code-padding-x: 4px !default;
|
|
8454
|
+
$kendo-code-padding-y: 0px !default;
|
|
8455
|
+
$kendo-pre-padding-x: 24px !default;
|
|
8456
|
+
$kendo-pre-padding-y: 16px !default;
|
|
8457
|
+
$kendo-code-border-width: 1px !default;
|
|
8458
|
+
|
|
8459
|
+
$kendo-code-bg: $kendo-base-bg !default;
|
|
8460
|
+
$kendo-code-text: $kendo-component-text !default;
|
|
8461
|
+
$kendo-code-border: $kendo-component-border !default;
|
|
8462
|
+
|
|
8463
|
+
|
|
8464
|
+
// Display
|
|
8465
|
+
$kendo-display1-font-size: ($kendo-font-size-md * 6) !default;
|
|
8466
|
+
$kendo-display2-font-size: ($kendo-font-size-md * 5) !default;
|
|
8467
|
+
$kendo-display3-font-size: ($kendo-font-size-md * 4) !default;
|
|
8468
|
+
$kendo-display4-font-size: ($kendo-font-size-md * 3) !default;
|
|
8469
|
+
|
|
8470
|
+
$kendo-display1-font-family: $kendo-font-family !default;
|
|
8471
|
+
$kendo-display2-font-family: $kendo-font-family !default;
|
|
8472
|
+
$kendo-display3-font-family: $kendo-font-family !default;
|
|
8473
|
+
$kendo-display4-font-family: $kendo-font-family !default;
|
|
8474
|
+
|
|
8475
|
+
$kendo-display1-line-height: 1.2 !default;
|
|
8476
|
+
$kendo-display2-line-height: 1.2 !default;
|
|
8477
|
+
$kendo-display3-line-height: 1.2 !default;
|
|
8478
|
+
$kendo-display4-line-height: 1.2 !default;
|
|
8479
|
+
|
|
8480
|
+
$kendo-display1-font-weight: $kendo-font-weight-light !default;
|
|
8481
|
+
$kendo-display2-font-weight: $kendo-font-weight-light !default;
|
|
8482
|
+
$kendo-display3-font-weight: $kendo-font-weight-light !default;
|
|
8483
|
+
$kendo-display4-font-weight: $kendo-font-weight-light !default;
|
|
8484
|
+
|
|
8485
|
+
$kendo-display1-letter-spacing: null !default;
|
|
8486
|
+
$kendo-display2-letter-spacing: null !default;
|
|
8487
|
+
$kendo-display3-letter-spacing: null !default;
|
|
8488
|
+
$kendo-display4-letter-spacing: null !default;
|
|
8489
|
+
|
|
8490
|
+
// #endregion
|
|
8491
|
+
// #region @import "./_layout.scss"; -> scss/typography/_layout.scss
|
|
8492
|
+
@include exports( "typography/layout" ) {
|
|
8493
|
+
|
|
8494
|
+
@if $kendo-enable-typography {
|
|
8495
|
+
body { @extend .k-body !optional; }
|
|
8496
|
+
h1 { @extend .k-h1 !optional; }
|
|
8497
|
+
h2 { @extend .k-h2 !optional; }
|
|
8498
|
+
h3 { @extend .k-h3 !optional; }
|
|
8499
|
+
h4 { @extend .k-h4 !optional; }
|
|
8500
|
+
h5 { @extend .k-h5 !optional; }
|
|
8501
|
+
h6 { @extend .k-h6 !optional; }
|
|
8502
|
+
p { @extend .k-paragraph !optional; }
|
|
8503
|
+
pre { @extend .k-pre !optional; }
|
|
8504
|
+
code { @extend .k-code !optional; }
|
|
8505
|
+
}
|
|
8506
|
+
|
|
8507
|
+
// TODO delete k-typography class for R1 2022
|
|
8508
|
+
.k-body,
|
|
8509
|
+
.k-typography {
|
|
8510
|
+
@include typography(
|
|
8511
|
+
$kendo-font-size-md,
|
|
8512
|
+
$kendo-font-family,
|
|
8513
|
+
$kendo-line-height-md,
|
|
8514
|
+
$kendo-font-weight-normal,
|
|
8515
|
+
$kendo-letter-spacing
|
|
8516
|
+
);
|
|
8517
|
+
margin: 0;
|
|
8518
|
+
|
|
8519
|
+
p {
|
|
8520
|
+
margin: $kendo-paragraph-margin;
|
|
8521
|
+
}
|
|
8522
|
+
}
|
|
8523
|
+
|
|
8524
|
+
// Headings
|
|
8525
|
+
.k-h1 {
|
|
8526
|
+
@include typography(
|
|
8527
|
+
$kendo-h1-font-size,
|
|
8528
|
+
$kendo-h1-font-family,
|
|
8529
|
+
$kendo-h1-line-height,
|
|
8530
|
+
$kendo-h1-font-weight,
|
|
8531
|
+
$kendo-h1-letter-spacing
|
|
8532
|
+
);
|
|
8533
|
+
margin: $kendo-h1-margin;
|
|
8534
|
+
}
|
|
8535
|
+
.k-h2 {
|
|
8536
|
+
@include typography(
|
|
8537
|
+
$kendo-h2-font-size,
|
|
8538
|
+
$kendo-h2-font-family,
|
|
8539
|
+
$kendo-h2-line-height,
|
|
8540
|
+
$kendo-h2-font-weight,
|
|
8541
|
+
$kendo-h2-letter-spacing
|
|
8542
|
+
);
|
|
8543
|
+
margin: $kendo-h2-margin;
|
|
8544
|
+
}
|
|
8545
|
+
.k-h3 {
|
|
8546
|
+
@include typography(
|
|
8547
|
+
$kendo-h3-font-size,
|
|
8548
|
+
$kendo-h3-font-family,
|
|
8549
|
+
$kendo-h3-line-height,
|
|
8550
|
+
$kendo-h3-font-weight,
|
|
8551
|
+
$kendo-h3-letter-spacing
|
|
8552
|
+
);
|
|
8553
|
+
margin: $kendo-h3-margin;
|
|
8554
|
+
}
|
|
8555
|
+
.k-h4 {
|
|
8556
|
+
@include typography(
|
|
8557
|
+
$kendo-h4-font-size,
|
|
8558
|
+
$kendo-h4-font-family,
|
|
8559
|
+
$kendo-h4-line-height,
|
|
8560
|
+
$kendo-h4-font-weight,
|
|
8561
|
+
$kendo-h4-letter-spacing
|
|
8562
|
+
);
|
|
8563
|
+
margin: $kendo-h4-margin;
|
|
8564
|
+
}
|
|
8565
|
+
.k-h5 {
|
|
8566
|
+
@include typography(
|
|
8567
|
+
$kendo-h5-font-size,
|
|
8568
|
+
$kendo-h5-font-family,
|
|
8569
|
+
$kendo-h5-line-height,
|
|
8570
|
+
$kendo-h5-font-weight,
|
|
8571
|
+
$kendo-h5-letter-spacing
|
|
8572
|
+
);
|
|
8573
|
+
margin: $kendo-h5-margin;
|
|
8574
|
+
}
|
|
8575
|
+
.k-h6 {
|
|
8576
|
+
@include typography(
|
|
8577
|
+
$kendo-h6-font-size,
|
|
8578
|
+
$kendo-h6-font-family,
|
|
8579
|
+
$kendo-h6-line-height,
|
|
8580
|
+
$kendo-h6-font-weight,
|
|
8581
|
+
$kendo-h6-letter-spacing
|
|
8582
|
+
);
|
|
8583
|
+
margin: $kendo-h6-margin;
|
|
8584
|
+
}
|
|
8585
|
+
|
|
8586
|
+
// Paragraph
|
|
8587
|
+
.k-paragraph {
|
|
8588
|
+
@include typography(
|
|
8589
|
+
$kendo-paragraph-font-size,
|
|
8590
|
+
$kendo-paragraph-font-family,
|
|
8591
|
+
$kendo-paragraph-line-height,
|
|
8592
|
+
$kendo-paragraph-font-weight,
|
|
8593
|
+
$kendo-paragraph-letter-spacing
|
|
8594
|
+
);
|
|
8595
|
+
margin: $kendo-paragraph-margin;
|
|
8596
|
+
}
|
|
8597
|
+
|
|
8598
|
+
// Code snippet
|
|
8599
|
+
.k-pre,
|
|
8600
|
+
.k-code {
|
|
8601
|
+
@include typography(
|
|
8602
|
+
$kendo-code-font-size,
|
|
8603
|
+
$kendo-code-font-family,
|
|
8604
|
+
$kendo-code-line-height,
|
|
8605
|
+
$kendo-code-font-weight,
|
|
8606
|
+
$kendo-code-letter-spacing
|
|
8607
|
+
);
|
|
8608
|
+
border-style: solid;
|
|
8609
|
+
border-width: $kendo-code-border-width;
|
|
8610
|
+
}
|
|
8611
|
+
|
|
8612
|
+
.k-pre {
|
|
8613
|
+
padding-block: $kendo-pre-padding-y;
|
|
8614
|
+
padding-inline: $kendo-pre-padding-x;
|
|
8615
|
+
overflow: auto;
|
|
8616
|
+
}
|
|
8617
|
+
|
|
8618
|
+
.k-pre > .k-code {
|
|
8619
|
+
padding: 0;
|
|
8620
|
+
border-width: 0;
|
|
8621
|
+
border-color: transparent;
|
|
8622
|
+
background-color: transparent;
|
|
8623
|
+
font-family: inherit;
|
|
8624
|
+
font-size: inherit;
|
|
8625
|
+
}
|
|
8626
|
+
|
|
8627
|
+
.k-code {
|
|
8628
|
+
padding-block: $kendo-code-padding-y;
|
|
8629
|
+
padding-inline: $kendo-code-padding-x;
|
|
8630
|
+
}
|
|
8631
|
+
|
|
8632
|
+
// Display
|
|
8633
|
+
.k-display-1 {
|
|
8634
|
+
@include typography(
|
|
8635
|
+
$kendo-display1-font-size,
|
|
8636
|
+
$kendo-display1-font-family,
|
|
8637
|
+
$kendo-display1-line-height,
|
|
8638
|
+
$kendo-display1-font-weight,
|
|
8639
|
+
$kendo-display1-letter-spacing
|
|
8640
|
+
);
|
|
8641
|
+
}
|
|
8642
|
+
.k-display-2 {
|
|
8643
|
+
@include typography(
|
|
8644
|
+
$kendo-display2-font-size,
|
|
8645
|
+
$kendo-display2-font-family,
|
|
8646
|
+
$kendo-display2-line-height,
|
|
8647
|
+
$kendo-display2-font-weight,
|
|
8648
|
+
$kendo-display2-letter-spacing
|
|
8649
|
+
);
|
|
8650
|
+
}
|
|
8651
|
+
.k-display-3 {
|
|
8652
|
+
@include typography(
|
|
8653
|
+
$kendo-display3-font-size,
|
|
8654
|
+
$kendo-display3-font-family,
|
|
8655
|
+
$kendo-display3-line-height,
|
|
8656
|
+
$kendo-display3-font-weight,
|
|
8657
|
+
$kendo-display3-letter-spacing
|
|
8658
|
+
);
|
|
8659
|
+
}
|
|
8660
|
+
.k-display-4 {
|
|
8661
|
+
@include typography(
|
|
8662
|
+
$kendo-display4-font-size,
|
|
8663
|
+
$kendo-display4-font-family,
|
|
8664
|
+
$kendo-display4-line-height,
|
|
8665
|
+
$kendo-display4-font-weight,
|
|
8666
|
+
$kendo-display4-letter-spacing
|
|
8667
|
+
);
|
|
8668
|
+
}
|
|
8669
|
+
}
|
|
8670
|
+
|
|
8671
|
+
// #endregion
|
|
8672
|
+
// #region @import "./_theme.scss"; -> scss/typography/_theme.scss
|
|
8673
|
+
@include exports("typography/theme") {
|
|
8674
|
+
|
|
8675
|
+
.k-body {
|
|
8676
|
+
@include fill(
|
|
8677
|
+
$kendo-body-text,
|
|
8678
|
+
$kendo-body-bg
|
|
8679
|
+
);
|
|
8680
|
+
}
|
|
8681
|
+
|
|
8682
|
+
// Code snippet
|
|
8683
|
+
.k-pre,
|
|
8684
|
+
.k-code {
|
|
8685
|
+
@include fill(
|
|
8686
|
+
$kendo-code-text,
|
|
8687
|
+
$kendo-code-bg,
|
|
8688
|
+
$kendo-code-border
|
|
8689
|
+
);
|
|
8690
|
+
}
|
|
8691
|
+
}
|
|
8692
|
+
|
|
8693
|
+
// #endregion
|
|
8694
|
+
|
|
8695
|
+
// #endregion
|
|
8696
|
+
// #region @import "./utils/_index.scss"; -> scss/utils/_index.scss
|
|
8697
|
+
// File already imported_once. Skipping output.
|
|
8698
|
+
// #endregion
|
|
8699
|
+
|
|
8700
|
+
|
|
8698
8701
|
// Generic content
|
|
8699
8702
|
// #region @import "./icons/_index.scss"; -> scss/icons/_index.scss
|
|
8700
8703
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
8701
8704
|
// File already imported_once. Skipping output.
|
|
8702
8705
|
// #endregion
|
|
8706
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
8707
|
+
// File already imported_once. Skipping output.
|
|
8708
|
+
// #endregion
|
|
8703
8709
|
|
|
8704
8710
|
|
|
8705
8711
|
// Dependencies
|
|
@@ -10001,9 +10007,9 @@ $ki-rotate-map: (
|
|
|
10001
10007
|
.k-rtl .k-i-indent-increase,
|
|
10002
10008
|
.k-rtl .k-i-indent-decrease,
|
|
10003
10009
|
.k-rtl .k-i-caret-alt-right,
|
|
10004
|
-
.k-rtl .k-i-caret-alt-
|
|
10010
|
+
.k-rtl .k-i-caret-alt-left,
|
|
10005
10011
|
[dir="rtl"] .k-i-caret-alt-right,
|
|
10006
|
-
[dir="rtl"] .k-i-caret-alt-
|
|
10012
|
+
[dir="rtl"] .k-i-caret-alt-left {
|
|
10007
10013
|
transform: scaleX(-1);
|
|
10008
10014
|
}
|
|
10009
10015
|
|
|
@@ -10033,6 +10039,9 @@ $ki-rotate-map: (
|
|
|
10033
10039
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
10034
10040
|
// File already imported_once. Skipping output.
|
|
10035
10041
|
// #endregion
|
|
10042
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
10043
|
+
// File already imported_once. Skipping output.
|
|
10044
|
+
// #endregion
|
|
10036
10045
|
|
|
10037
10046
|
|
|
10038
10047
|
// Dependencies
|
|
@@ -10112,6 +10121,9 @@ $kendo-message-box-link-text-decoration: underline !default;
|
|
|
10112
10121
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
10113
10122
|
// File already imported_once. Skipping output.
|
|
10114
10123
|
// #endregion
|
|
10124
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
10125
|
+
// File already imported_once. Skipping output.
|
|
10126
|
+
// #endregion
|
|
10115
10127
|
|
|
10116
10128
|
|
|
10117
10129
|
// Dependencies
|
|
@@ -10297,6 +10309,9 @@ $kendo-drop-hint-bg: $kendo-color-primary !default;
|
|
|
10297
10309
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
10298
10310
|
// File already imported_once. Skipping output.
|
|
10299
10311
|
// #endregion
|
|
10312
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
10313
|
+
// File already imported_once. Skipping output.
|
|
10314
|
+
// #endregion
|
|
10300
10315
|
|
|
10301
10316
|
|
|
10302
10317
|
// Dependencies
|
|
@@ -10307,6 +10322,9 @@ $kendo-drop-hint-bg: $kendo-color-primary !default;
|
|
|
10307
10322
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
10308
10323
|
// File already imported_once. Skipping output.
|
|
10309
10324
|
// #endregion
|
|
10325
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
10326
|
+
// File already imported_once. Skipping output.
|
|
10327
|
+
// #endregion
|
|
10310
10328
|
|
|
10311
10329
|
|
|
10312
10330
|
// Dependencies
|
|
@@ -11443,6 +11461,9 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
11443
11461
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
11444
11462
|
// File already imported_once. Skipping output.
|
|
11445
11463
|
// #endregion
|
|
11464
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
11465
|
+
// File already imported_once. Skipping output.
|
|
11466
|
+
// #endregion
|
|
11446
11467
|
|
|
11447
11468
|
|
|
11448
11469
|
// Dependencies
|
|
@@ -11635,7 +11656,8 @@ $kendo-listgroup-item-border-width: 1px !default;
|
|
|
11635
11656
|
right: auto;
|
|
11636
11657
|
left: 0;
|
|
11637
11658
|
|
|
11638
|
-
.k-icon
|
|
11659
|
+
.k-icon,
|
|
11660
|
+
.k-svg-icon {
|
|
11639
11661
|
transform: scaleX(-1);
|
|
11640
11662
|
}
|
|
11641
11663
|
}
|
|
@@ -11654,7 +11676,8 @@ $kendo-listgroup-item-border-width: 1px !default;
|
|
|
11654
11676
|
border-right-width: 1px;
|
|
11655
11677
|
border-left-width: 0;
|
|
11656
11678
|
|
|
11657
|
-
.k-icon
|
|
11679
|
+
.k-icon,
|
|
11680
|
+
.k-svg-icon {
|
|
11658
11681
|
transform: scaleX(-1);
|
|
11659
11682
|
}
|
|
11660
11683
|
}
|
|
@@ -11700,6 +11723,9 @@ $kendo-listgroup-item-border-width: 1px !default;
|
|
|
11700
11723
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
11701
11724
|
// File already imported_once. Skipping output.
|
|
11702
11725
|
// #endregion
|
|
11726
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
11727
|
+
// File already imported_once. Skipping output.
|
|
11728
|
+
// #endregion
|
|
11703
11729
|
|
|
11704
11730
|
|
|
11705
11731
|
// Dependencies
|
|
@@ -11754,6 +11780,9 @@ $kendo-overlay-opacity: .5 !default;
|
|
|
11754
11780
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
11755
11781
|
// File already imported_once. Skipping output.
|
|
11756
11782
|
// #endregion
|
|
11783
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
11784
|
+
// File already imported_once. Skipping output.
|
|
11785
|
+
// #endregion
|
|
11757
11786
|
|
|
11758
11787
|
|
|
11759
11788
|
// Dependencies
|
|
@@ -11871,6 +11900,9 @@ $kendo-popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .
|
|
|
11871
11900
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
11872
11901
|
// File already imported_once. Skipping output.
|
|
11873
11902
|
// #endregion
|
|
11903
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
11904
|
+
// File already imported_once. Skipping output.
|
|
11905
|
+
// #endregion
|
|
11874
11906
|
|
|
11875
11907
|
|
|
11876
11908
|
// Dependencies
|
|
@@ -11948,6 +11980,9 @@ $kendo-popup-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .
|
|
|
11948
11980
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
11949
11981
|
// File already imported_once. Skipping output.
|
|
11950
11982
|
// #endregion
|
|
11983
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
11984
|
+
// File already imported_once. Skipping output.
|
|
11985
|
+
// #endregion
|
|
11951
11986
|
|
|
11952
11987
|
|
|
11953
11988
|
// Dependencies
|
|
@@ -12494,6 +12529,9 @@ $kendo-table-selected-border: null !default;
|
|
|
12494
12529
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
12495
12530
|
// File already imported_once. Skipping output.
|
|
12496
12531
|
// #endregion
|
|
12532
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
12533
|
+
// File already imported_once. Skipping output.
|
|
12534
|
+
// #endregion
|
|
12497
12535
|
|
|
12498
12536
|
|
|
12499
12537
|
// Dependencies
|
|
@@ -12557,6 +12595,9 @@ $kendo-table-selected-border: null !default;
|
|
|
12557
12595
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
12558
12596
|
// File already imported_once. Skipping output.
|
|
12559
12597
|
// #endregion
|
|
12598
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
12599
|
+
// File already imported_once. Skipping output.
|
|
12600
|
+
// #endregion
|
|
12560
12601
|
|
|
12561
12602
|
|
|
12562
12603
|
// Dependencies
|
|
@@ -12708,6 +12749,9 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
12708
12749
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
12709
12750
|
// File already imported_once. Skipping output.
|
|
12710
12751
|
// #endregion
|
|
12752
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
12753
|
+
// File already imported_once. Skipping output.
|
|
12754
|
+
// #endregion
|
|
12711
12755
|
|
|
12712
12756
|
|
|
12713
12757
|
// Dependencies
|
|
@@ -12972,6 +13016,9 @@ $kendo-badge-sizes: (
|
|
|
12972
13016
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
12973
13017
|
// File already imported_once. Skipping output.
|
|
12974
13018
|
// #endregion
|
|
13019
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
13020
|
+
// File already imported_once. Skipping output.
|
|
13021
|
+
// #endregion
|
|
12975
13022
|
|
|
12976
13023
|
|
|
12977
13024
|
// Dependencies
|
|
@@ -13729,6 +13776,9 @@ $kendo-chip-list-sizes: (
|
|
|
13729
13776
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
13730
13777
|
// File already imported_once. Skipping output.
|
|
13731
13778
|
// #endregion
|
|
13779
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
13780
|
+
// File already imported_once. Skipping output.
|
|
13781
|
+
// #endregion
|
|
13732
13782
|
|
|
13733
13783
|
|
|
13734
13784
|
// Dependencies
|
|
@@ -13864,6 +13914,9 @@ $kendo-color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0
|
|
|
13864
13914
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
13865
13915
|
// File already imported_once. Skipping output.
|
|
13866
13916
|
// #endregion
|
|
13917
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
13918
|
+
// File already imported_once. Skipping output.
|
|
13919
|
+
// #endregion
|
|
13867
13920
|
|
|
13868
13921
|
|
|
13869
13922
|
// Dependencies
|
|
@@ -13874,6 +13927,7 @@ $kendo-color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0
|
|
|
13874
13927
|
// File already imported_once. Skipping output.
|
|
13875
13928
|
// #endregion
|
|
13876
13929
|
|
|
13930
|
+
|
|
13877
13931
|
// Component
|
|
13878
13932
|
// #region @import "./_variables.scss"; -> scss/loader/_variables.scss
|
|
13879
13933
|
// Loader
|
|
@@ -14569,6 +14623,9 @@ $kendo-loading-opacity: .3 !default;
|
|
|
14569
14623
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
14570
14624
|
// File already imported_once. Skipping output.
|
|
14571
14625
|
// #endregion
|
|
14626
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
14627
|
+
// File already imported_once. Skipping output.
|
|
14628
|
+
// #endregion
|
|
14572
14629
|
|
|
14573
14630
|
|
|
14574
14631
|
// Dependencies
|
|
@@ -14722,6 +14779,9 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
14722
14779
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
14723
14780
|
// File already imported_once. Skipping output.
|
|
14724
14781
|
// #endregion
|
|
14782
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
14783
|
+
// File already imported_once. Skipping output.
|
|
14784
|
+
// #endregion
|
|
14725
14785
|
|
|
14726
14786
|
|
|
14727
14787
|
// Dependencies // TODO: extract variables
|
|
@@ -14732,6 +14792,9 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
14732
14792
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
14733
14793
|
// File already imported_once. Skipping output.
|
|
14734
14794
|
// #endregion
|
|
14795
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
14796
|
+
// File already imported_once. Skipping output.
|
|
14797
|
+
// #endregion
|
|
14735
14798
|
|
|
14736
14799
|
|
|
14737
14800
|
// Dependencies
|
|
@@ -14742,6 +14805,9 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
14742
14805
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
14743
14806
|
// File already imported_once. Skipping output.
|
|
14744
14807
|
// #endregion
|
|
14808
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
14809
|
+
// File already imported_once. Skipping output.
|
|
14810
|
+
// #endregion
|
|
14745
14811
|
|
|
14746
14812
|
|
|
14747
14813
|
// Dependencies
|
|
@@ -15404,6 +15470,9 @@ $kendo-skeleton-wave-bg: rgba( black, .04 ) !default;
|
|
|
15404
15470
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
15405
15471
|
// File already imported_once. Skipping output.
|
|
15406
15472
|
// #endregion
|
|
15473
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
15474
|
+
// File already imported_once. Skipping output.
|
|
15475
|
+
// #endregion
|
|
15407
15476
|
|
|
15408
15477
|
|
|
15409
15478
|
// Dependencies
|
|
@@ -16572,6 +16641,9 @@ $kendo-toolbar-sizes: (
|
|
|
16572
16641
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
16573
16642
|
// File already imported_once. Skipping output.
|
|
16574
16643
|
// #endregion
|
|
16644
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
16645
|
+
// File already imported_once. Skipping output.
|
|
16646
|
+
// #endregion
|
|
16575
16647
|
|
|
16576
16648
|
|
|
16577
16649
|
// Dependencies
|
|
@@ -17745,6 +17817,9 @@ $kendo-form-sizes: (
|
|
|
17745
17817
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
17746
17818
|
// File already imported_once. Skipping output.
|
|
17747
17819
|
// #endregion
|
|
17820
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
17821
|
+
// File already imported_once. Skipping output.
|
|
17822
|
+
// #endregion
|
|
17748
17823
|
|
|
17749
17824
|
|
|
17750
17825
|
// Dependencies
|
|
@@ -17755,6 +17830,9 @@ $kendo-form-sizes: (
|
|
|
17755
17830
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
17756
17831
|
// File already imported_once. Skipping output.
|
|
17757
17832
|
// #endregion
|
|
17833
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
17834
|
+
// File already imported_once. Skipping output.
|
|
17835
|
+
// #endregion
|
|
17758
17836
|
|
|
17759
17837
|
|
|
17760
17838
|
// Dependencies
|
|
@@ -17827,7 +17905,8 @@ $kendo-form-sizes: (
|
|
|
17827
17905
|
margin-inline-start: $kendo-icon-spacing;
|
|
17828
17906
|
flex-shrink: 0;
|
|
17829
17907
|
|
|
17830
|
-
.k-icon
|
|
17908
|
+
.k-icon,
|
|
17909
|
+
.k-svg-icon {
|
|
17831
17910
|
color: inherit;
|
|
17832
17911
|
vertical-align: top;
|
|
17833
17912
|
}
|
|
@@ -18013,6 +18092,9 @@ $kendo-form-sizes: (
|
|
|
18013
18092
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
18014
18093
|
// File already imported_once. Skipping output.
|
|
18015
18094
|
// #endregion
|
|
18095
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
18096
|
+
// File already imported_once. Skipping output.
|
|
18097
|
+
// #endregion
|
|
18016
18098
|
|
|
18017
18099
|
|
|
18018
18100
|
// Dependencies
|
|
@@ -18023,6 +18105,9 @@ $kendo-form-sizes: (
|
|
|
18023
18105
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
18024
18106
|
// File already imported_once. Skipping output.
|
|
18025
18107
|
// #endregion
|
|
18108
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
18109
|
+
// File already imported_once. Skipping output.
|
|
18110
|
+
// #endregion
|
|
18026
18111
|
|
|
18027
18112
|
|
|
18028
18113
|
// Dependencies
|
|
@@ -18258,7 +18343,9 @@ $kendo-form-sizes: (
|
|
|
18258
18343
|
.k-input-validation-icon,
|
|
18259
18344
|
.k-input-loading-icon,
|
|
18260
18345
|
.k-input-prefix > .k-icon,
|
|
18261
|
-
.k-input-
|
|
18346
|
+
.k-input-prefix > .k-svg-icon,
|
|
18347
|
+
.k-input-suffix > .k-icon,
|
|
18348
|
+
.k-input-suffix > .k-svg-icon {
|
|
18262
18349
|
flex: none;
|
|
18263
18350
|
align-self: center;
|
|
18264
18351
|
display: inline-flex;
|
|
@@ -18380,10 +18467,12 @@ $kendo-form-sizes: (
|
|
|
18380
18467
|
min-height: auto !important; // sass-lint:disable-line no-important
|
|
18381
18468
|
}
|
|
18382
18469
|
}
|
|
18383
|
-
.k-spinner-increase .k-icon
|
|
18470
|
+
.k-spinner-increase .k-icon,
|
|
18471
|
+
.k-spinner-increase .k-svg-icon {
|
|
18384
18472
|
bottom: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
|
|
18385
18473
|
}
|
|
18386
|
-
.k-spinner-decrease .k-icon
|
|
18474
|
+
.k-spinner-decrease .k-icon,
|
|
18475
|
+
.k-spinner-decrease .k-svg-icon {
|
|
18387
18476
|
top: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
|
|
18388
18477
|
}
|
|
18389
18478
|
}
|
|
@@ -18470,7 +18559,9 @@ $kendo-form-sizes: (
|
|
|
18470
18559
|
.k-input-loading-icon,
|
|
18471
18560
|
.k-clear-value,
|
|
18472
18561
|
.k-input-prefix > .k-icon,
|
|
18473
|
-
.k-input-
|
|
18562
|
+
.k-input-prefix > .k-svg-icon,
|
|
18563
|
+
.k-input-suffix > .k-icon,
|
|
18564
|
+
.k-input-suffix > .k-svg-icon {
|
|
18474
18565
|
width: $_icon-size;
|
|
18475
18566
|
height: $_icon-size;
|
|
18476
18567
|
}
|
|
@@ -19172,6 +19263,9 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
19172
19263
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
19173
19264
|
// File already imported_once. Skipping output.
|
|
19174
19265
|
// #endregion
|
|
19266
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
19267
|
+
// File already imported_once. Skipping output.
|
|
19268
|
+
// #endregion
|
|
19175
19269
|
|
|
19176
19270
|
|
|
19177
19271
|
// Dependencies
|
|
@@ -19272,6 +19366,9 @@ $kendo-split-button-lg-arrow-padding-y: $kendo-button-lg-padding-y !default;
|
|
|
19272
19366
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
19273
19367
|
// File already imported_once. Skipping output.
|
|
19274
19368
|
// #endregion
|
|
19369
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
19370
|
+
// File already imported_once. Skipping output.
|
|
19371
|
+
// #endregion
|
|
19275
19372
|
|
|
19276
19373
|
|
|
19277
19374
|
// Dependencies
|
|
@@ -19337,6 +19434,9 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
|
19337
19434
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
19338
19435
|
// File already imported_once. Skipping output.
|
|
19339
19436
|
// #endregion
|
|
19437
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
19438
|
+
// File already imported_once. Skipping output.
|
|
19439
|
+
// #endregion
|
|
19340
19440
|
|
|
19341
19441
|
|
|
19342
19442
|
// Dependencies
|
|
@@ -19379,6 +19479,9 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
|
19379
19479
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
19380
19480
|
// File already imported_once. Skipping output.
|
|
19381
19481
|
// #endregion
|
|
19482
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
19483
|
+
// File already imported_once. Skipping output.
|
|
19484
|
+
// #endregion
|
|
19382
19485
|
|
|
19383
19486
|
|
|
19384
19487
|
// Dependencies
|
|
@@ -19425,6 +19528,9 @@ $kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
|
19425
19528
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
19426
19529
|
// File already imported_once. Skipping output.
|
|
19427
19530
|
// #endregion
|
|
19531
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
19532
|
+
// File already imported_once. Skipping output.
|
|
19533
|
+
// #endregion
|
|
19428
19534
|
|
|
19429
19535
|
|
|
19430
19536
|
// Dependencies
|
|
@@ -19621,6 +19727,9 @@ $kendo-listbox-drop-hint-width: 1px !default;
|
|
|
19621
19727
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
19622
19728
|
// File already imported_once. Skipping output.
|
|
19623
19729
|
// #endregion
|
|
19730
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
19731
|
+
// File already imported_once. Skipping output.
|
|
19732
|
+
// #endregion
|
|
19624
19733
|
|
|
19625
19734
|
|
|
19626
19735
|
// Dependencies
|
|
@@ -20016,6 +20125,9 @@ $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
|
20016
20125
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
20017
20126
|
// File already imported_once. Skipping output.
|
|
20018
20127
|
// #endregion
|
|
20128
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
20129
|
+
// File already imported_once. Skipping output.
|
|
20130
|
+
// #endregion
|
|
20019
20131
|
|
|
20020
20132
|
|
|
20021
20133
|
// Dependencies
|
|
@@ -20525,6 +20637,9 @@ $kendo-radio-ripple-opacity: .25 !default;
|
|
|
20525
20637
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
20526
20638
|
// File already imported_once. Skipping output.
|
|
20527
20639
|
// #endregion
|
|
20640
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
20641
|
+
// File already imported_once. Skipping output.
|
|
20642
|
+
// #endregion
|
|
20528
20643
|
|
|
20529
20644
|
|
|
20530
20645
|
// Dependencies
|
|
@@ -20944,7 +21059,9 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
20944
21059
|
}
|
|
20945
21060
|
|
|
20946
21061
|
.k-button-increase .k-icon,
|
|
20947
|
-
.k-button-
|
|
21062
|
+
.k-button-increase .k-svg-icon,
|
|
21063
|
+
.k-button-decrease .k-icon,
|
|
21064
|
+
.k-button-decrease .k-svg-icon {
|
|
20948
21065
|
transform: scaleX(-1);
|
|
20949
21066
|
}
|
|
20950
21067
|
}
|
|
@@ -21138,6 +21255,9 @@ $kendo-slider-disabled-opacity: null !default;
|
|
|
21138
21255
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
21139
21256
|
// File already imported_once. Skipping output.
|
|
21140
21257
|
// #endregion
|
|
21258
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
21259
|
+
// File already imported_once. Skipping output.
|
|
21260
|
+
// #endregion
|
|
21141
21261
|
|
|
21142
21262
|
|
|
21143
21263
|
// Dependencies
|
|
@@ -22064,6 +22184,9 @@ $kendo-calendar-sizes: (
|
|
|
22064
22184
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
22065
22185
|
// File already imported_once. Skipping output.
|
|
22066
22186
|
// #endregion
|
|
22187
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
22188
|
+
// File already imported_once. Skipping output.
|
|
22189
|
+
// #endregion
|
|
22067
22190
|
|
|
22068
22191
|
|
|
22069
22192
|
// Dependencies
|
|
@@ -22497,6 +22620,9 @@ $kendo-time-selector-sizes: (
|
|
|
22497
22620
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
22498
22621
|
// File already imported_once. Skipping output.
|
|
22499
22622
|
// #endregion
|
|
22623
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
22624
|
+
// File already imported_once. Skipping output.
|
|
22625
|
+
// #endregion
|
|
22500
22626
|
|
|
22501
22627
|
|
|
22502
22628
|
// Dependencies
|
|
@@ -22549,6 +22675,9 @@ $kendo-time-selector-sizes: (
|
|
|
22549
22675
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
22550
22676
|
// File already imported_once. Skipping output.
|
|
22551
22677
|
// #endregion
|
|
22678
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
22679
|
+
// File already imported_once. Skipping output.
|
|
22680
|
+
// #endregion
|
|
22552
22681
|
|
|
22553
22682
|
|
|
22554
22683
|
// Dependencies
|
|
@@ -22682,6 +22811,9 @@ $kendo-captcha-validation-message-font-style: italic !default;
|
|
|
22682
22811
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
22683
22812
|
// File already imported_once. Skipping output.
|
|
22684
22813
|
// #endregion
|
|
22814
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
22815
|
+
// File already imported_once. Skipping output.
|
|
22816
|
+
// #endregion
|
|
22685
22817
|
|
|
22686
22818
|
|
|
22687
22819
|
// Dependencies
|
|
@@ -22794,6 +22926,9 @@ $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inse
|
|
|
22794
22926
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
22795
22927
|
// File already imported_once. Skipping output.
|
|
22796
22928
|
// #endregion
|
|
22929
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
22930
|
+
// File already imported_once. Skipping output.
|
|
22931
|
+
// #endregion
|
|
22797
22932
|
|
|
22798
22933
|
|
|
22799
22934
|
// Dependencies
|
|
@@ -22818,6 +22953,9 @@ $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inse
|
|
|
22818
22953
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
22819
22954
|
// File already imported_once. Skipping output.
|
|
22820
22955
|
// #endregion
|
|
22956
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
22957
|
+
// File already imported_once. Skipping output.
|
|
22958
|
+
// #endregion
|
|
22821
22959
|
|
|
22822
22960
|
|
|
22823
22961
|
// Dependencies
|
|
@@ -22865,6 +23003,7 @@ $kendo-color-palette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inse
|
|
|
22865
23003
|
|
|
22866
23004
|
// #endregion
|
|
22867
23005
|
|
|
23006
|
+
|
|
22868
23007
|
// Component
|
|
22869
23008
|
// #region @import "./images/alpha-slider-bgr.scss"; -> scss/colorgradient/images/alpha-slider-bgr.scss
|
|
22870
23009
|
// File already imported_once. Skipping output.
|
|
@@ -23091,12 +23230,14 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
23091
23230
|
align-items: center;
|
|
23092
23231
|
gap: k-math-div( $kendo-color-gradient-contrast-spacer, 2 );
|
|
23093
23232
|
|
|
23094
|
-
.k-icon
|
|
23233
|
+
.k-icon,
|
|
23234
|
+
.k-svg-icon {
|
|
23095
23235
|
vertical-align: middle;
|
|
23096
23236
|
}
|
|
23097
23237
|
|
|
23098
23238
|
// Needed for the double check icons
|
|
23099
23239
|
.k-icon + .k-icon,
|
|
23240
|
+
.k-svg-icon + .k-svg-icon,
|
|
23100
23241
|
.k-icon-wrapper-host + .k-icon-wrapper-host .k-icon {
|
|
23101
23242
|
margin-inline-start: -13px;
|
|
23102
23243
|
}
|
|
@@ -23203,6 +23344,9 @@ $kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer,
|
|
|
23203
23344
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23204
23345
|
// File already imported_once. Skipping output.
|
|
23205
23346
|
// #endregion
|
|
23347
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
23348
|
+
// File already imported_once. Skipping output.
|
|
23349
|
+
// #endregion
|
|
23206
23350
|
|
|
23207
23351
|
|
|
23208
23352
|
// Dependencies
|
|
@@ -23376,6 +23520,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23376
23520
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23377
23521
|
// File already imported_once. Skipping output.
|
|
23378
23522
|
// #endregion
|
|
23523
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
23524
|
+
// File already imported_once. Skipping output.
|
|
23525
|
+
// #endregion
|
|
23379
23526
|
|
|
23380
23527
|
|
|
23381
23528
|
// Dependencies
|
|
@@ -23432,6 +23579,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23432
23579
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23433
23580
|
// File already imported_once. Skipping output.
|
|
23434
23581
|
// #endregion
|
|
23582
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
23583
|
+
// File already imported_once. Skipping output.
|
|
23584
|
+
// #endregion
|
|
23435
23585
|
|
|
23436
23586
|
|
|
23437
23587
|
// Dependencies
|
|
@@ -23484,6 +23634,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23484
23634
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23485
23635
|
// File already imported_once. Skipping output.
|
|
23486
23636
|
// #endregion
|
|
23637
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
23638
|
+
// File already imported_once. Skipping output.
|
|
23639
|
+
// #endregion
|
|
23487
23640
|
|
|
23488
23641
|
|
|
23489
23642
|
// Dependencies
|
|
@@ -23521,6 +23674,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23521
23674
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23522
23675
|
// File already imported_once. Skipping output.
|
|
23523
23676
|
// #endregion
|
|
23677
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
23678
|
+
// File already imported_once. Skipping output.
|
|
23679
|
+
// #endregion
|
|
23524
23680
|
|
|
23525
23681
|
|
|
23526
23682
|
// Dependencies
|
|
@@ -23564,6 +23720,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23564
23720
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23565
23721
|
// File already imported_once. Skipping output.
|
|
23566
23722
|
// #endregion
|
|
23723
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
23724
|
+
// File already imported_once. Skipping output.
|
|
23725
|
+
// #endregion
|
|
23567
23726
|
|
|
23568
23727
|
|
|
23569
23728
|
// Dependencies
|
|
@@ -23613,6 +23772,9 @@ $kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
|
23613
23772
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23614
23773
|
// File already imported_once. Skipping output.
|
|
23615
23774
|
// #endregion
|
|
23775
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
23776
|
+
// File already imported_once. Skipping output.
|
|
23777
|
+
// #endregion
|
|
23616
23778
|
|
|
23617
23779
|
|
|
23618
23780
|
// Dependencies
|
|
@@ -23720,6 +23882,9 @@ $kendo-datetime-width: calc( #{$kendo-calendar-cell-size * 8} + #{$kendo-infinit
|
|
|
23720
23882
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23721
23883
|
// File already imported_once. Skipping output.
|
|
23722
23884
|
// #endregion
|
|
23885
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
23886
|
+
// File already imported_once. Skipping output.
|
|
23887
|
+
// #endregion
|
|
23723
23888
|
|
|
23724
23889
|
|
|
23725
23890
|
// Dependencies
|
|
@@ -23766,6 +23931,9 @@ $kendo-datetime-width: calc( #{$kendo-calendar-cell-size * 8} + #{$kendo-infinit
|
|
|
23766
23931
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23767
23932
|
// File already imported_once. Skipping output.
|
|
23768
23933
|
// #endregion
|
|
23934
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
23935
|
+
// File already imported_once. Skipping output.
|
|
23936
|
+
// #endregion
|
|
23769
23937
|
|
|
23770
23938
|
|
|
23771
23939
|
// Dependencies
|
|
@@ -23850,6 +24018,9 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
23850
24018
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23851
24019
|
// File already imported_once. Skipping output.
|
|
23852
24020
|
// #endregion
|
|
24021
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
24022
|
+
// File already imported_once. Skipping output.
|
|
24023
|
+
// #endregion
|
|
23853
24024
|
|
|
23854
24025
|
|
|
23855
24026
|
// Dependencies
|
|
@@ -23910,6 +24081,9 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
23910
24081
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23911
24082
|
// File already imported_once. Skipping output.
|
|
23912
24083
|
// #endregion
|
|
24084
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
24085
|
+
// File already imported_once. Skipping output.
|
|
24086
|
+
// #endregion
|
|
23913
24087
|
|
|
23914
24088
|
|
|
23915
24089
|
// Dependencies
|
|
@@ -23994,6 +24168,9 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
23994
24168
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
23995
24169
|
// File already imported_once. Skipping output.
|
|
23996
24170
|
// #endregion
|
|
24171
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
24172
|
+
// File already imported_once. Skipping output.
|
|
24173
|
+
// #endregion
|
|
23997
24174
|
|
|
23998
24175
|
|
|
23999
24176
|
// Dependencies
|
|
@@ -24010,6 +24187,9 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
24010
24187
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
24011
24188
|
// File already imported_once. Skipping output.
|
|
24012
24189
|
// #endregion
|
|
24190
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
24191
|
+
// File already imported_once. Skipping output.
|
|
24192
|
+
// #endregion
|
|
24013
24193
|
|
|
24014
24194
|
|
|
24015
24195
|
// Dependencies
|
|
@@ -24068,6 +24248,9 @@ $kendo-daterange-picker-input-width: 10em !default;
|
|
|
24068
24248
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
24069
24249
|
// File already imported_once. Skipping output.
|
|
24070
24250
|
// #endregion
|
|
24251
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
24252
|
+
// File already imported_once. Skipping output.
|
|
24253
|
+
// #endregion
|
|
24071
24254
|
|
|
24072
24255
|
|
|
24073
24256
|
// Dependencies
|
|
@@ -24337,6 +24520,7 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
24337
24520
|
position: relative;
|
|
24338
24521
|
|
|
24339
24522
|
.k-icon,
|
|
24523
|
+
.k-svg-icon,
|
|
24340
24524
|
.k-image,
|
|
24341
24525
|
.k-sprite {
|
|
24342
24526
|
margin-right: $kendo-icon-spacing;
|
|
@@ -24387,6 +24571,7 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
24387
24571
|
.k-treeview-leaf,
|
|
24388
24572
|
.k-in {
|
|
24389
24573
|
.k-icon,
|
|
24574
|
+
.k-svg-icon,
|
|
24390
24575
|
.k-image,
|
|
24391
24576
|
.k-sprite {
|
|
24392
24577
|
margin-right: 0;
|
|
@@ -24546,6 +24731,9 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
24546
24731
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
24547
24732
|
// File already imported_once. Skipping output.
|
|
24548
24733
|
// #endregion
|
|
24734
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
24735
|
+
// File already imported_once. Skipping output.
|
|
24736
|
+
// #endregion
|
|
24549
24737
|
|
|
24550
24738
|
|
|
24551
24739
|
// Dependencies
|
|
@@ -24598,6 +24786,9 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
24598
24786
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
24599
24787
|
// File already imported_once. Skipping output.
|
|
24600
24788
|
// #endregion
|
|
24789
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
24790
|
+
// File already imported_once. Skipping output.
|
|
24791
|
+
// #endregion
|
|
24601
24792
|
|
|
24602
24793
|
|
|
24603
24794
|
// Dependencies
|
|
@@ -24690,6 +24881,10 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( $kendo-color-black, .1
|
|
|
24690
24881
|
.k-icon {
|
|
24691
24882
|
font-size: $kendo-rating-icon-size;
|
|
24692
24883
|
}
|
|
24884
|
+
.k-svg-icon {
|
|
24885
|
+
width: $kendo-rating-icon-size;
|
|
24886
|
+
height: $kendo-rating-icon-size;
|
|
24887
|
+
}
|
|
24693
24888
|
|
|
24694
24889
|
.k-rating-precision-part,
|
|
24695
24890
|
.k-rating-precision-complement {
|
|
@@ -24746,10 +24941,16 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( $kendo-color-black, .1
|
|
|
24746
24941
|
> .k-icon {
|
|
24747
24942
|
text-shadow: $kendo-rating-icon-focus-shadow;
|
|
24748
24943
|
}
|
|
24944
|
+
> .k-svg-icon {
|
|
24945
|
+
filter: drop-shadow( $kendo-rating-icon-focus-shadow );
|
|
24946
|
+
}
|
|
24749
24947
|
|
|
24750
24948
|
&.k-selected > .k-icon {
|
|
24751
24949
|
text-shadow: $kendo-rating-icon-focus-selected-shadow;
|
|
24752
24950
|
}
|
|
24951
|
+
&.k-selected > .k-svg-icon {
|
|
24952
|
+
filter: drop-shadow( $kendo-rating-icon-focus-selected-shadow );
|
|
24953
|
+
}
|
|
24753
24954
|
}
|
|
24754
24955
|
}
|
|
24755
24956
|
}
|
|
@@ -24781,6 +24982,9 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( $kendo-color-black, .1
|
|
|
24781
24982
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
24782
24983
|
// File already imported_once. Skipping output.
|
|
24783
24984
|
// #endregion
|
|
24985
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
24986
|
+
// File already imported_once. Skipping output.
|
|
24987
|
+
// #endregion
|
|
24784
24988
|
|
|
24785
24989
|
|
|
24786
24990
|
// Dependencies
|
|
@@ -24824,6 +25028,9 @@ $kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( $kendo-color-black, .1
|
|
|
24824
25028
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
24825
25029
|
// File already imported_once. Skipping output.
|
|
24826
25030
|
// #endregion
|
|
25031
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
25032
|
+
// File already imported_once. Skipping output.
|
|
25033
|
+
// #endregion
|
|
24827
25034
|
|
|
24828
25035
|
|
|
24829
25036
|
// Dependencies
|
|
@@ -25360,6 +25567,9 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
25360
25567
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
25361
25568
|
// File already imported_once. Skipping output.
|
|
25362
25569
|
// #endregion
|
|
25570
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
25571
|
+
// File already imported_once. Skipping output.
|
|
25572
|
+
// #endregion
|
|
25363
25573
|
|
|
25364
25574
|
|
|
25365
25575
|
// Dependencies
|
|
@@ -25379,6 +25589,9 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
25379
25589
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
25380
25590
|
// File already imported_once. Skipping output.
|
|
25381
25591
|
// #endregion
|
|
25592
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
25593
|
+
// File already imported_once. Skipping output.
|
|
25594
|
+
// #endregion
|
|
25382
25595
|
|
|
25383
25596
|
|
|
25384
25597
|
// Dependencies
|
|
@@ -25451,6 +25664,11 @@ $kendo-dropzone-note-text: $kendo-subtle-text !default;
|
|
|
25451
25664
|
font-size: $kendo-dropzone-icon-size;
|
|
25452
25665
|
}
|
|
25453
25666
|
|
|
25667
|
+
.k-svg-icon {
|
|
25668
|
+
width: $kendo-dropzone-icon-size;
|
|
25669
|
+
height: $kendo-dropzone-icon-size;
|
|
25670
|
+
}
|
|
25671
|
+
|
|
25454
25672
|
.k-dropzone-hint {
|
|
25455
25673
|
margin-bottom: $kendo-dropzone-hint-spacing;
|
|
25456
25674
|
font-size: $kendo-dropzone-hint-font-size;
|
|
@@ -25612,7 +25830,8 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
25612
25830
|
align-items: center;
|
|
25613
25831
|
position: relative;
|
|
25614
25832
|
|
|
25615
|
-
> .k-icon
|
|
25833
|
+
> .k-icon,
|
|
25834
|
+
> .k-svg-icon {
|
|
25616
25835
|
margin-inline-end: $kendo-upload-icon-spacing;
|
|
25617
25836
|
}
|
|
25618
25837
|
}
|
|
@@ -25928,6 +26147,9 @@ $kendo-upload-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
25928
26147
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
25929
26148
|
// File already imported_once. Skipping output.
|
|
25930
26149
|
// #endregion
|
|
26150
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
26151
|
+
// File already imported_once. Skipping output.
|
|
26152
|
+
// #endregion
|
|
25931
26153
|
|
|
25932
26154
|
|
|
25933
26155
|
// Dependencies
|
|
@@ -26113,6 +26335,9 @@ $kendo-appbar-bottom-box-shadow: 0px -1px 1px rgba(0, 0, 0, .16) !default;
|
|
|
26113
26335
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
26114
26336
|
// File already imported_once. Skipping output.
|
|
26115
26337
|
// #endregion
|
|
26338
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
26339
|
+
// File already imported_once. Skipping output.
|
|
26340
|
+
// #endregion
|
|
26116
26341
|
|
|
26117
26342
|
|
|
26118
26343
|
// Dependencies
|
|
@@ -26574,6 +26799,9 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
26574
26799
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
26575
26800
|
// File already imported_once. Skipping output.
|
|
26576
26801
|
// #endregion
|
|
26802
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
26803
|
+
// File already imported_once. Skipping output.
|
|
26804
|
+
// #endregion
|
|
26577
26805
|
|
|
26578
26806
|
|
|
26579
26807
|
// Dependencies
|
|
@@ -27151,6 +27379,9 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
27151
27379
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
27152
27380
|
// File already imported_once. Skipping output.
|
|
27153
27381
|
// #endregion
|
|
27382
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
27383
|
+
// File already imported_once. Skipping output.
|
|
27384
|
+
// #endregion
|
|
27154
27385
|
|
|
27155
27386
|
|
|
27156
27387
|
// Dependencies
|
|
@@ -27161,6 +27392,9 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-map-get( $kendo-spacing, 4 ) !de
|
|
|
27161
27392
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
27162
27393
|
// File already imported_once. Skipping output.
|
|
27163
27394
|
// #endregion
|
|
27395
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
27396
|
+
// File already imported_once. Skipping output.
|
|
27397
|
+
// #endregion
|
|
27164
27398
|
|
|
27165
27399
|
|
|
27166
27400
|
// Dependencies
|
|
@@ -27527,6 +27761,9 @@ $kendo-dialog-theme-colors: (
|
|
|
27527
27761
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
27528
27762
|
// File already imported_once. Skipping output.
|
|
27529
27763
|
// #endregion
|
|
27764
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
27765
|
+
// File already imported_once. Skipping output.
|
|
27766
|
+
// #endregion
|
|
27530
27767
|
|
|
27531
27768
|
|
|
27532
27769
|
// Dependencies
|
|
@@ -27903,6 +28140,9 @@ $kendo-drawer-selected-hover-text: $kendo-selected-hover-text !default;
|
|
|
27903
28140
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
27904
28141
|
// File already imported_once. Skipping output.
|
|
27905
28142
|
// #endregion
|
|
28143
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
28144
|
+
// File already imported_once. Skipping output.
|
|
28145
|
+
// #endregion
|
|
27906
28146
|
|
|
27907
28147
|
|
|
27908
28148
|
// Dependencies
|
|
@@ -28087,6 +28327,9 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
28087
28327
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
28088
28328
|
// File already imported_once. Skipping output.
|
|
28089
28329
|
// #endregion
|
|
28330
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
28331
|
+
// File already imported_once. Skipping output.
|
|
28332
|
+
// #endregion
|
|
28090
28333
|
|
|
28091
28334
|
|
|
28092
28335
|
// Dependencies
|
|
@@ -28097,6 +28340,9 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
28097
28340
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
28098
28341
|
// File already imported_once. Skipping output.
|
|
28099
28342
|
// #endregion
|
|
28343
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
28344
|
+
// File already imported_once. Skipping output.
|
|
28345
|
+
// #endregion
|
|
28100
28346
|
|
|
28101
28347
|
|
|
28102
28348
|
// Dependencies
|
|
@@ -28860,6 +29106,9 @@ $kendo-popover-callout-border: $kendo-popover-border !default;
|
|
|
28860
29106
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
28861
29107
|
// File already imported_once. Skipping output.
|
|
28862
29108
|
// #endregion
|
|
29109
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
29110
|
+
// File already imported_once. Skipping output.
|
|
29111
|
+
// #endregion
|
|
28863
29112
|
|
|
28864
29113
|
|
|
28865
29114
|
// Dependencies
|
|
@@ -28951,6 +29200,9 @@ $kendo-popover-callout-border: $kendo-popover-border !default;
|
|
|
28951
29200
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
28952
29201
|
// File already imported_once. Skipping output.
|
|
28953
29202
|
// #endregion
|
|
29203
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
29204
|
+
// File already imported_once. Skipping output.
|
|
29205
|
+
// #endregion
|
|
28954
29206
|
|
|
28955
29207
|
|
|
28956
29208
|
// Dependencies
|
|
@@ -29170,6 +29422,9 @@ $kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
|
29170
29422
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
29171
29423
|
// File already imported_once. Skipping output.
|
|
29172
29424
|
// #endregion
|
|
29425
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
29426
|
+
// File already imported_once. Skipping output.
|
|
29427
|
+
// #endregion
|
|
29173
29428
|
|
|
29174
29429
|
|
|
29175
29430
|
// Dependencies
|
|
@@ -29337,12 +29592,13 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
29337
29592
|
}
|
|
29338
29593
|
|
|
29339
29594
|
.k-breadcrumb-root-link {
|
|
29340
|
-
margin-
|
|
29595
|
+
margin-inline-end: $kendo-breadcrumb-root-link-spacing;
|
|
29341
29596
|
}
|
|
29342
29597
|
|
|
29343
29598
|
.k-breadcrumb-link > .k-image,
|
|
29344
|
-
.k-breadcrumb-icontext-link .k-icon
|
|
29345
|
-
|
|
29599
|
+
.k-breadcrumb-icontext-link .k-icon,
|
|
29600
|
+
.k-breadcrumb-icontext-link .k-svg-icon {
|
|
29601
|
+
margin-inline-end: $kendo-breadcrumb-link-icon-spacing;
|
|
29346
29602
|
}
|
|
29347
29603
|
|
|
29348
29604
|
.k-breadcrumb-icon-link {
|
|
@@ -29369,26 +29625,6 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
29369
29625
|
}
|
|
29370
29626
|
}
|
|
29371
29627
|
|
|
29372
|
-
@include exports("breadcrumb/layout/rtl") {
|
|
29373
|
-
|
|
29374
|
-
.k-breadcrumb {
|
|
29375
|
-
&[dir="rtl"],
|
|
29376
|
-
.k-rtl & {
|
|
29377
|
-
.k-breadcrumb-root-link {
|
|
29378
|
-
margin-right: 0;
|
|
29379
|
-
margin-left: $kendo-breadcrumb-root-link-spacing;
|
|
29380
|
-
}
|
|
29381
|
-
|
|
29382
|
-
.k-breadcrumb-link > .k-image,
|
|
29383
|
-
.k-breadcrumb-icontext-link .k-icon {
|
|
29384
|
-
margin-right: 0;
|
|
29385
|
-
margin-left: $kendo-breadcrumb-link-icon-spacing;
|
|
29386
|
-
}
|
|
29387
|
-
}
|
|
29388
|
-
}
|
|
29389
|
-
|
|
29390
|
-
}
|
|
29391
|
-
|
|
29392
29628
|
}
|
|
29393
29629
|
|
|
29394
29630
|
// #endregion
|
|
@@ -29498,6 +29734,9 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
29498
29734
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
29499
29735
|
// File already imported_once. Skipping output.
|
|
29500
29736
|
// #endregion
|
|
29737
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
29738
|
+
// File already imported_once. Skipping output.
|
|
29739
|
+
// #endregion
|
|
29501
29740
|
|
|
29502
29741
|
|
|
29503
29742
|
// Dependencies
|
|
@@ -29936,6 +30175,9 @@ $kendo-pager-sizes: (
|
|
|
29936
30175
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
29937
30176
|
// File already imported_once. Skipping output.
|
|
29938
30177
|
// #endregion
|
|
30178
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
30179
|
+
// File already imported_once. Skipping output.
|
|
30180
|
+
// #endregion
|
|
29939
30181
|
|
|
29940
30182
|
|
|
29941
30183
|
// Dependencies
|
|
@@ -30078,6 +30320,7 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
30078
30320
|
padding: 0;
|
|
30079
30321
|
list-style: none;
|
|
30080
30322
|
display: flex;
|
|
30323
|
+
position: relative;
|
|
30081
30324
|
z-index: 1;
|
|
30082
30325
|
}
|
|
30083
30326
|
|
|
@@ -30163,7 +30406,10 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
30163
30406
|
text-overflow: ellipsis;
|
|
30164
30407
|
overflow: hidden;
|
|
30165
30408
|
}
|
|
30166
|
-
.k-step-label .k-icon
|
|
30409
|
+
.k-step-label .k-icon,
|
|
30410
|
+
.k-step-label .k-svg-icon {
|
|
30411
|
+
margin-left: $kendo-icon-spacing;
|
|
30412
|
+
}
|
|
30167
30413
|
|
|
30168
30414
|
.k-step-current .k-step-label {
|
|
30169
30415
|
font-weight: bold;
|
|
@@ -30293,7 +30539,8 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
30293
30539
|
.k-stepper[dir="rtl"] {
|
|
30294
30540
|
direction: rtl;
|
|
30295
30541
|
|
|
30296
|
-
.k-step-label .k-icon
|
|
30542
|
+
.k-step-label .k-icon,
|
|
30543
|
+
.k-step-label .k-svg-icon {
|
|
30297
30544
|
margin-left: 0;
|
|
30298
30545
|
margin-right: $kendo-icon-spacing;
|
|
30299
30546
|
}
|
|
@@ -30478,7 +30725,8 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
30478
30725
|
.k-step-label {
|
|
30479
30726
|
@include fill( $color: $kendo-stepper-label-text );
|
|
30480
30727
|
}
|
|
30481
|
-
.k-step-success .k-step-label .k-icon
|
|
30728
|
+
.k-step-success .k-step-label .k-icon,
|
|
30729
|
+
.k-step-success .k-step-label .k-svg-icon {
|
|
30482
30730
|
@include fill( $color: $kendo-stepper-label-success-text );
|
|
30483
30731
|
}
|
|
30484
30732
|
.k-step-error .k-step-label {
|
|
@@ -30529,6 +30777,9 @@ $kendo-stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0m
|
|
|
30529
30777
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
30530
30778
|
// File already imported_once. Skipping output.
|
|
30531
30779
|
// #endregion
|
|
30780
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
30781
|
+
// File already imported_once. Skipping output.
|
|
30782
|
+
// #endregion
|
|
30532
30783
|
|
|
30533
30784
|
|
|
30534
30785
|
// Dependencies
|
|
@@ -31041,8 +31292,8 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
|
31041
31292
|
> .k-tabstrip-content { order: 0; }
|
|
31042
31293
|
}
|
|
31043
31294
|
|
|
31044
|
-
.k-tabstrip-prev,
|
|
31045
|
-
.k-tabstrip-next {
|
|
31295
|
+
.k-tabstrip-prev .k-button-icon,
|
|
31296
|
+
.k-tabstrip-next .k-button-icon {
|
|
31046
31297
|
transform: scaleX(-1);
|
|
31047
31298
|
}
|
|
31048
31299
|
|
|
@@ -31164,6 +31415,9 @@ $kendo-tabstrip-content-focus-border: $kendo-component-text !default;
|
|
|
31164
31415
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
31165
31416
|
// File already imported_once. Skipping output.
|
|
31166
31417
|
// #endregion
|
|
31418
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
31419
|
+
// File already imported_once. Skipping output.
|
|
31420
|
+
// #endregion
|
|
31167
31421
|
|
|
31168
31422
|
|
|
31169
31423
|
// Dependencies
|
|
@@ -31350,6 +31604,9 @@ $kendo-wizard-step-focus-border: #656565 !default;
|
|
|
31350
31604
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
31351
31605
|
// File already imported_once. Skipping output.
|
|
31352
31606
|
// #endregion
|
|
31607
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
31608
|
+
// File already imported_once. Skipping output.
|
|
31609
|
+
// #endregion
|
|
31353
31610
|
|
|
31354
31611
|
|
|
31355
31612
|
// Dependencies
|
|
@@ -31532,6 +31789,9 @@ $kendo-expander-content-padding-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
|
31532
31789
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
31533
31790
|
// File already imported_once. Skipping output.
|
|
31534
31791
|
// #endregion
|
|
31792
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
31793
|
+
// File already imported_once. Skipping output.
|
|
31794
|
+
// #endregion
|
|
31535
31795
|
|
|
31536
31796
|
|
|
31537
31797
|
// Dependencies
|
|
@@ -31835,6 +32095,7 @@ $kendo-panelbar-header-expanded-gradient: null !default;
|
|
|
31835
32095
|
);
|
|
31836
32096
|
|
|
31837
32097
|
.k-icon,
|
|
32098
|
+
.k-svg-icon,
|
|
31838
32099
|
.k-panelbar-item-icon {
|
|
31839
32100
|
color: $kendo-panelbar-text;
|
|
31840
32101
|
}
|
|
@@ -31884,6 +32145,7 @@ $kendo-panelbar-header-expanded-gradient: null !default;
|
|
|
31884
32145
|
);
|
|
31885
32146
|
|
|
31886
32147
|
.k-icon,
|
|
32148
|
+
.k-svg-icon,
|
|
31887
32149
|
.k-panelbar-item-icon {
|
|
31888
32150
|
color: inherit;
|
|
31889
32151
|
}
|
|
@@ -32030,6 +32292,9 @@ $kendo-panelbar-header-expanded-gradient: null !default;
|
|
|
32030
32292
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
32031
32293
|
// File already imported_once. Skipping output.
|
|
32032
32294
|
// #endregion
|
|
32295
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
32296
|
+
// File already imported_once. Skipping output.
|
|
32297
|
+
// #endregion
|
|
32033
32298
|
|
|
32034
32299
|
|
|
32035
32300
|
// Dependencies
|
|
@@ -32133,6 +32398,10 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
32133
32398
|
.k-icon {
|
|
32134
32399
|
font-size: $kendo-splitter-resize-icon-size;
|
|
32135
32400
|
}
|
|
32401
|
+
.k-svg-icon {
|
|
32402
|
+
width: $kendo-splitter-resize-icon-size;
|
|
32403
|
+
height: $kendo-splitter-resize-icon-size;
|
|
32404
|
+
}
|
|
32136
32405
|
|
|
32137
32406
|
}
|
|
32138
32407
|
|
|
@@ -32312,6 +32581,9 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
32312
32581
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
32313
32582
|
// File already imported_once. Skipping output.
|
|
32314
32583
|
// #endregion
|
|
32584
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
32585
|
+
// File already imported_once. Skipping output.
|
|
32586
|
+
// #endregion
|
|
32315
32587
|
|
|
32316
32588
|
|
|
32317
32589
|
// Dependencies
|
|
@@ -32420,6 +32692,9 @@ $kendo-tile-layout-hint-border: $kendo-component-border !default;
|
|
|
32420
32692
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
32421
32693
|
// File already imported_once. Skipping output.
|
|
32422
32694
|
// #endregion
|
|
32695
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
32696
|
+
// File already imported_once. Skipping output.
|
|
32697
|
+
// #endregion
|
|
32423
32698
|
|
|
32424
32699
|
|
|
32425
32700
|
// Dependencies
|
|
@@ -32430,6 +32705,9 @@ $kendo-tile-layout-hint-border: $kendo-component-border !default;
|
|
|
32430
32705
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
32431
32706
|
// File already imported_once. Skipping output.
|
|
32432
32707
|
// #endregion
|
|
32708
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
32709
|
+
// File already imported_once. Skipping output.
|
|
32710
|
+
// #endregion
|
|
32433
32711
|
|
|
32434
32712
|
|
|
32435
32713
|
// Dependencies (TODO: extract variables)
|
|
@@ -33609,7 +33887,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33609
33887
|
}
|
|
33610
33888
|
}
|
|
33611
33889
|
|
|
33612
|
-
.k-cell-inner > .k-link > .k-sort-icon .k-icon
|
|
33890
|
+
.k-cell-inner > .k-link > .k-sort-icon .k-icon,
|
|
33891
|
+
.k-cell-inner > .k-link > .k-sort-icon .k-svg-icon {
|
|
33613
33892
|
display: flex;
|
|
33614
33893
|
}
|
|
33615
33894
|
|
|
@@ -33699,7 +33978,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
33699
33978
|
text-overflow: clip;
|
|
33700
33979
|
}
|
|
33701
33980
|
|
|
33702
|
-
.k-grouping-row .k-icon
|
|
33981
|
+
.k-grouping-row .k-icon,
|
|
33982
|
+
.k-grouping-row .k-svg-icon {
|
|
33703
33983
|
margin-inline-start: calc( #{k-math-div( $kendo-icon-size, 2 )} - #{$kendo-grid-cell-padding-x} );
|
|
33704
33984
|
margin-inline-end: k-math-div( $kendo-icon-size, 2 );
|
|
33705
33985
|
text-decoration: none;
|
|
@@ -34376,7 +34656,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34376
34656
|
}
|
|
34377
34657
|
}
|
|
34378
34658
|
|
|
34379
|
-
.k-grouping-row .k-icon
|
|
34659
|
+
.k-grouping-row .k-icon,
|
|
34660
|
+
.k-grouping-row .k-svg-icon {
|
|
34380
34661
|
margin-inline-start: calc( #{k-math-div( $kendo-icon-size, 2 )} - #{$_cell-padding-x} );
|
|
34381
34662
|
}
|
|
34382
34663
|
|
|
@@ -34388,7 +34669,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34388
34669
|
.k-drag-cell {
|
|
34389
34670
|
padding: 0;
|
|
34390
34671
|
|
|
34391
|
-
> .k-icon
|
|
34672
|
+
> .k-icon,
|
|
34673
|
+
> .k-svg-icon {
|
|
34392
34674
|
padding-block: $_cell-padding-y;
|
|
34393
34675
|
padding-inline: 0;
|
|
34394
34676
|
}
|
|
@@ -34669,7 +34951,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34669
34951
|
outline: 0;
|
|
34670
34952
|
cursor: pointer;
|
|
34671
34953
|
|
|
34672
|
-
> .k-icon
|
|
34954
|
+
> .k-icon,
|
|
34955
|
+
> .k-svg-icon {
|
|
34673
34956
|
margin-inline-end: $kendo-icon-spacing;
|
|
34674
34957
|
}
|
|
34675
34958
|
}
|
|
@@ -34821,14 +35104,16 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34821
35104
|
.k-grid-filter,
|
|
34822
35105
|
.k-header-column-menu,
|
|
34823
35106
|
.k-grid-header-menu,
|
|
34824
|
-
.k-hierarchy-cell .k-icon
|
|
35107
|
+
.k-hierarchy-cell .k-icon,
|
|
35108
|
+
.k-hierarchy-cell .k-svg-icon {
|
|
34825
35109
|
color: $kendo-grid-header-text;
|
|
34826
35110
|
}
|
|
34827
35111
|
|
|
34828
35112
|
.k-grouping-row {
|
|
34829
35113
|
background-color: $kendo-grid-grouping-row-bg;
|
|
34830
35114
|
|
|
34831
|
-
.k-icon
|
|
35115
|
+
.k-icon,
|
|
35116
|
+
.k-svg-icon {
|
|
34832
35117
|
color: $kendo-grid-header-text;
|
|
34833
35118
|
}
|
|
34834
35119
|
|
|
@@ -34900,7 +35185,8 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
34900
35185
|
.k-grid-filter,
|
|
34901
35186
|
.k-header-column-menu,
|
|
34902
35187
|
.k-grid-header-menu,
|
|
34903
|
-
.k-hierarchy-cell .k-icon
|
|
35188
|
+
.k-hierarchy-cell .k-icon,
|
|
35189
|
+
.k-hierarchy-cell .k-svg-icon {
|
|
34904
35190
|
&:hover {
|
|
34905
35191
|
color: $kendo-button-hover-text;
|
|
34906
35192
|
background-color: $kendo-button-hover-bg;
|
|
@@ -35190,6 +35476,9 @@ $kendo-grid-group-footer-second-cell-border: 1px !default;
|
|
|
35190
35476
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
35191
35477
|
// File already imported_once. Skipping output.
|
|
35192
35478
|
// #endregion
|
|
35479
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
35480
|
+
// File already imported_once. Skipping output.
|
|
35481
|
+
// #endregion
|
|
35193
35482
|
|
|
35194
35483
|
|
|
35195
35484
|
// Dependencies
|
|
@@ -35424,6 +35713,9 @@ $kendo-listview-item-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
35424
35713
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
35425
35714
|
// File already imported_once. Skipping output.
|
|
35426
35715
|
// #endregion
|
|
35716
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
35717
|
+
// File already imported_once. Skipping output.
|
|
35718
|
+
// #endregion
|
|
35427
35719
|
|
|
35428
35720
|
|
|
35429
35721
|
// Dependencies
|
|
@@ -36121,7 +36413,8 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
36121
36413
|
.k-link {
|
|
36122
36414
|
padding-left: $kendo-filter-menu-padding-left;
|
|
36123
36415
|
}
|
|
36124
|
-
.k-icon
|
|
36416
|
+
.k-icon,
|
|
36417
|
+
.k-svg-icon {
|
|
36125
36418
|
margin-left: calc(-1 * ( #{$kendo-icon-size} + #{$kendo-padding-md-y} ) );
|
|
36126
36419
|
margin-right: $kendo-padding-md-y;
|
|
36127
36420
|
}
|
|
@@ -36161,7 +36454,8 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
36161
36454
|
align-items: center;
|
|
36162
36455
|
cursor: pointer;
|
|
36163
36456
|
|
|
36164
|
-
> .k-icon
|
|
36457
|
+
> .k-icon,
|
|
36458
|
+
> .k-svg-icon {
|
|
36165
36459
|
margin-right: $kendo-padding-md-y;
|
|
36166
36460
|
}
|
|
36167
36461
|
}
|
|
@@ -36305,6 +36599,10 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
36305
36599
|
.k-icon {
|
|
36306
36600
|
font-size: 6em;
|
|
36307
36601
|
}
|
|
36602
|
+
.k-svg-icon {
|
|
36603
|
+
width: 6em;
|
|
36604
|
+
height: 6em;
|
|
36605
|
+
}
|
|
36308
36606
|
}
|
|
36309
36607
|
}
|
|
36310
36608
|
|
|
@@ -36725,6 +37023,9 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
36725
37023
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
36726
37024
|
// File already imported_once. Skipping output.
|
|
36727
37025
|
// #endregion
|
|
37026
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
37027
|
+
// File already imported_once. Skipping output.
|
|
37028
|
+
// #endregion
|
|
36728
37029
|
|
|
36729
37030
|
|
|
36730
37031
|
// Dependencies
|
|
@@ -37022,7 +37323,8 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
37022
37323
|
}
|
|
37023
37324
|
}
|
|
37024
37325
|
|
|
37025
|
-
.k-pivotgrid-cell .k-icon
|
|
37326
|
+
.k-pivotgrid-cell .k-icon,
|
|
37327
|
+
.k-pivotgrid-cell .k-svg-icon {
|
|
37026
37328
|
cursor: pointer;
|
|
37027
37329
|
padding-inline-end: $kendo-pivotgrid-icon-spacing;
|
|
37028
37330
|
}
|
|
@@ -37079,7 +37381,8 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
37079
37381
|
span {
|
|
37080
37382
|
writing-mode: vertical-rl;
|
|
37081
37383
|
}
|
|
37082
|
-
.k-icon
|
|
37384
|
+
.k-icon,
|
|
37385
|
+
.k-svg-icon {
|
|
37083
37386
|
vertical-align: baseline;
|
|
37084
37387
|
}
|
|
37085
37388
|
}
|
|
@@ -37236,7 +37539,8 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
37236
37539
|
flex-direction: row;
|
|
37237
37540
|
align-items: center;
|
|
37238
37541
|
|
|
37239
|
-
.k-icon
|
|
37542
|
+
.k-icon,
|
|
37543
|
+
.k-svg-icon {
|
|
37240
37544
|
margin-right: k-map-get( $kendo-spacing, 2 );
|
|
37241
37545
|
}
|
|
37242
37546
|
.k-dropdown-list {
|
|
@@ -37402,6 +37706,7 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
37402
37706
|
}
|
|
37403
37707
|
|
|
37404
37708
|
.k-pivot-layout > tbody,
|
|
37709
|
+
.k-pivot .k-table-td,
|
|
37405
37710
|
.k-pivot td {
|
|
37406
37711
|
vertical-align: top;
|
|
37407
37712
|
}
|
|
@@ -37799,6 +38104,9 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
37799
38104
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
37800
38105
|
// File already imported_once. Skipping output.
|
|
37801
38106
|
// #endregion
|
|
38107
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
38108
|
+
// File already imported_once. Skipping output.
|
|
38109
|
+
// #endregion
|
|
37802
38110
|
|
|
37803
38111
|
|
|
37804
38112
|
// Dependencies
|
|
@@ -37947,6 +38255,9 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
37947
38255
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
37948
38256
|
// File already imported_once. Skipping output.
|
|
37949
38257
|
// #endregion
|
|
38258
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
38259
|
+
// File already imported_once. Skipping output.
|
|
38260
|
+
// #endregion
|
|
37950
38261
|
|
|
37951
38262
|
|
|
37952
38263
|
// Dependencies
|
|
@@ -38157,6 +38468,9 @@ $kendo-filter-toolbar-focus-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !default;
|
|
|
38157
38468
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
38158
38469
|
// File already imported_once. Skipping output.
|
|
38159
38470
|
// #endregion
|
|
38471
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
38472
|
+
// File already imported_once. Skipping output.
|
|
38473
|
+
// #endregion
|
|
38160
38474
|
|
|
38161
38475
|
|
|
38162
38476
|
// Dependencies
|
|
@@ -38508,9 +38822,7 @@ $kendo-file-manager-preview-icon-border: null !default;
|
|
|
38508
38822
|
display: flex;
|
|
38509
38823
|
flex-direction: row;
|
|
38510
38824
|
align-items: center;
|
|
38511
|
-
|
|
38512
|
-
.k-filemanager-drag-hint .k-icon {
|
|
38513
|
-
margin-right: $kendo-icon-spacing;
|
|
38825
|
+
gap: $kendo-icon-spacing;
|
|
38514
38826
|
}
|
|
38515
38827
|
|
|
38516
38828
|
}
|
|
@@ -38634,6 +38946,9 @@ $kendo-file-manager-preview-icon-border: null !default;
|
|
|
38634
38946
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
38635
38947
|
// File already imported_once. Skipping output.
|
|
38636
38948
|
// #endregion
|
|
38949
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
38950
|
+
// File already imported_once. Skipping output.
|
|
38951
|
+
// #endregion
|
|
38637
38952
|
|
|
38638
38953
|
|
|
38639
38954
|
// Dependencies
|
|
@@ -39113,6 +39428,9 @@ $kendo-taskboard-drag-placeholder-border: $kendo-component-border !default;
|
|
|
39113
39428
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
39114
39429
|
// File already imported_once. Skipping output.
|
|
39115
39430
|
// #endregion
|
|
39431
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
39432
|
+
// File already imported_once. Skipping output.
|
|
39433
|
+
// #endregion
|
|
39116
39434
|
|
|
39117
39435
|
|
|
39118
39436
|
// Dependencies
|
|
@@ -39314,11 +39632,13 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
39314
39632
|
flex-shrink: 0;
|
|
39315
39633
|
|
|
39316
39634
|
.k-editor-export {
|
|
39317
|
-
.k-icon
|
|
39635
|
+
.k-icon,
|
|
39636
|
+
.k-svg-icon {
|
|
39318
39637
|
margin-right: $kendo-editor-export-tool-icon-margin-x;
|
|
39319
39638
|
}
|
|
39320
39639
|
|
|
39321
39640
|
.k-icon,
|
|
39641
|
+
.k-svg-icon,
|
|
39322
39642
|
.k-export-tool-text {
|
|
39323
39643
|
vertical-align: middle;
|
|
39324
39644
|
}
|
|
@@ -39559,7 +39879,8 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
39559
39879
|
flex: 1;
|
|
39560
39880
|
width: 100px; // fix width for Edge
|
|
39561
39881
|
}
|
|
39562
|
-
.k-icon
|
|
39882
|
+
.k-icon,
|
|
39883
|
+
.k-svg-icon {
|
|
39563
39884
|
margin: 0;
|
|
39564
39885
|
position: static;
|
|
39565
39886
|
}
|
|
@@ -39657,7 +39978,8 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
39657
39978
|
left: $kendo-input-padding-x;
|
|
39658
39979
|
top: $kendo-input-padding-y;
|
|
39659
39980
|
|
|
39660
|
-
.k-icon
|
|
39981
|
+
.k-icon,
|
|
39982
|
+
.k-svg-icon {
|
|
39661
39983
|
position: static;
|
|
39662
39984
|
margin-top: 0;
|
|
39663
39985
|
}
|
|
@@ -39942,6 +40264,9 @@ $kendo-editor-selectednode-outline-color: #8cf !default; // sass-lint:disable-li
|
|
|
39942
40264
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
39943
40265
|
// File already imported_once. Skipping output.
|
|
39944
40266
|
// #endregion
|
|
40267
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
40268
|
+
// File already imported_once. Skipping output.
|
|
40269
|
+
// #endregion
|
|
39945
40270
|
|
|
39946
40271
|
|
|
39947
40272
|
// Dependencies
|
|
@@ -40232,6 +40557,9 @@ $kendo-image-editor-crop-overlay-bg: rgba(black, .3) !default;
|
|
|
40232
40557
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
40233
40558
|
// File already imported_once. Skipping output.
|
|
40234
40559
|
// #endregion
|
|
40560
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
40561
|
+
// File already imported_once. Skipping output.
|
|
40562
|
+
// #endregion
|
|
40235
40563
|
|
|
40236
40564
|
|
|
40237
40565
|
// Dependencies
|
|
@@ -41545,6 +41873,9 @@ $kendo-gantt-validation-tooltip-invalid-border: $kendo-color-error !default;
|
|
|
41545
41873
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
41546
41874
|
// File already imported_once. Skipping output.
|
|
41547
41875
|
// #endregion
|
|
41876
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
41877
|
+
// File already imported_once. Skipping output.
|
|
41878
|
+
// #endregion
|
|
41548
41879
|
|
|
41549
41880
|
|
|
41550
41881
|
// Dependencies
|
|
@@ -42115,7 +42446,8 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
42115
42446
|
}
|
|
42116
42447
|
}
|
|
42117
42448
|
|
|
42118
|
-
.k-icon
|
|
42449
|
+
.k-icon,
|
|
42450
|
+
.k-svg-icon {
|
|
42119
42451
|
line-height: normal;
|
|
42120
42452
|
font-size: inherit;
|
|
42121
42453
|
}
|
|
@@ -42220,7 +42552,8 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
42220
42552
|
position: absolute;
|
|
42221
42553
|
justify-content: center;
|
|
42222
42554
|
|
|
42223
|
-
> .k-icon
|
|
42555
|
+
> .k-icon,
|
|
42556
|
+
> .k-svg-icon {
|
|
42224
42557
|
position: absolute;
|
|
42225
42558
|
top: 50%;
|
|
42226
42559
|
left: 50%;
|
|
@@ -43048,6 +43381,9 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
43048
43381
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
43049
43382
|
// File already imported_once. Skipping output.
|
|
43050
43383
|
// #endregion
|
|
43384
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
43385
|
+
// File already imported_once. Skipping output.
|
|
43386
|
+
// #endregion
|
|
43051
43387
|
|
|
43052
43388
|
|
|
43053
43389
|
// Dependencies
|
|
@@ -43798,6 +44134,9 @@ $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
|
|
|
43798
44134
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
43799
44135
|
// File already imported_once. Skipping output.
|
|
43800
44136
|
// #endregion
|
|
44137
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
44138
|
+
// File already imported_once. Skipping output.
|
|
44139
|
+
// #endregion
|
|
43801
44140
|
|
|
43802
44141
|
|
|
43803
44142
|
// Dependencies
|
|
@@ -43974,6 +44313,9 @@ $kendo-media-player-titlebar-gradient: rgba( $kendo-media-player-text, .7 ), rgb
|
|
|
43974
44313
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
43975
44314
|
// File already imported_once. Skipping output.
|
|
43976
44315
|
// #endregion
|
|
44316
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
44317
|
+
// File already imported_once. Skipping output.
|
|
44318
|
+
// #endregion
|
|
43977
44319
|
|
|
43978
44320
|
|
|
43979
44321
|
// Dependencies
|
|
@@ -44582,6 +44924,9 @@ $kendo-timeline-event-min-height-calc: calc(2 * (#{$kendo-timeline-track-event-o
|
|
|
44582
44924
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
44583
44925
|
// File already imported_once. Skipping output.
|
|
44584
44926
|
// #endregion
|
|
44927
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
44928
|
+
// File already imported_once. Skipping output.
|
|
44929
|
+
// #endregion
|
|
44585
44930
|
|
|
44586
44931
|
|
|
44587
44932
|
// Dependencies
|
|
@@ -44781,6 +45126,10 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
|
44781
45126
|
> .k-icon {
|
|
44782
45127
|
font-size: $kendo-pdf-viewer-icon-size;
|
|
44783
45128
|
}
|
|
45129
|
+
> .k-svg-icon {
|
|
45130
|
+
width: $kendo-pdf-viewer-icon-size;
|
|
45131
|
+
height: $kendo-pdf-viewer-icon-size;
|
|
45132
|
+
}
|
|
44784
45133
|
}
|
|
44785
45134
|
|
|
44786
45135
|
}
|
|
@@ -44880,7 +45229,8 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
|
44880
45229
|
@include box-shadow( $kendo-pdf-viewer-page-shadow );
|
|
44881
45230
|
}
|
|
44882
45231
|
|
|
44883
|
-
.k-blank-page > .k-icon
|
|
45232
|
+
.k-blank-page > .k-icon,
|
|
45233
|
+
.k-blank-page > .k-svg-icon {
|
|
44884
45234
|
@include fill( $color: $kendo-pdf-viewer-icon-text );
|
|
44885
45235
|
}
|
|
44886
45236
|
|
|
@@ -44918,6 +45268,9 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
|
44918
45268
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
44919
45269
|
// File already imported_once. Skipping output.
|
|
44920
45270
|
// #endregion
|
|
45271
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
45272
|
+
// File already imported_once. Skipping output.
|
|
45273
|
+
// #endregion
|
|
44921
45274
|
|
|
44922
45275
|
|
|
44923
45276
|
// Dependencies
|
|
@@ -45035,6 +45388,9 @@ $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
|
45035
45388
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
45036
45389
|
// File already imported_once. Skipping output.
|
|
45037
45390
|
// #endregion
|
|
45391
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
45392
|
+
// File already imported_once. Skipping output.
|
|
45393
|
+
// #endregion
|
|
45038
45394
|
|
|
45039
45395
|
|
|
45040
45396
|
// Dependencies
|
|
@@ -45252,7 +45608,8 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
45252
45608
|
user-select: none;
|
|
45253
45609
|
cursor: pointer;
|
|
45254
45610
|
|
|
45255
|
-
.k-icon
|
|
45611
|
+
.k-icon,
|
|
45612
|
+
.k-svg-icon {
|
|
45256
45613
|
display: table-cell;
|
|
45257
45614
|
overflow: visible;
|
|
45258
45615
|
margin: 0;
|
|
@@ -45261,6 +45618,11 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
45261
45618
|
font-size: $kendo-scrollview-arrow-icon-size;
|
|
45262
45619
|
font-weight: normal;
|
|
45263
45620
|
}
|
|
45621
|
+
.k-svg-icon {
|
|
45622
|
+
font-size: inherit;
|
|
45623
|
+
width: $kendo-scrollview-arrow-icon-size;
|
|
45624
|
+
height: $kendo-scrollview-arrow-icon-size;
|
|
45625
|
+
}
|
|
45264
45626
|
}
|
|
45265
45627
|
|
|
45266
45628
|
.k-scrollview-prev {
|
|
@@ -45404,6 +45766,9 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
45404
45766
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
45405
45767
|
// File already imported_once. Skipping output.
|
|
45406
45768
|
// #endregion
|
|
45769
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
45770
|
+
// File already imported_once. Skipping output.
|
|
45771
|
+
// #endregion
|
|
45407
45772
|
|
|
45408
45773
|
|
|
45409
45774
|
// Dependencies
|
|
@@ -46211,6 +46576,9 @@ $kendo-treemap-line-height: $kendo-line-height-md !default;
|
|
|
46211
46576
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
46212
46577
|
// File already imported_once. Skipping output.
|
|
46213
46578
|
// #endregion
|
|
46579
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
46580
|
+
// File already imported_once. Skipping output.
|
|
46581
|
+
// #endregion
|
|
46214
46582
|
|
|
46215
46583
|
|
|
46216
46584
|
// Dependencies
|
|
@@ -46358,7 +46726,8 @@ $kendo-map-marker-fill: $kendo-color-primary !default;
|
|
|
46358
46726
|
box-shadow: none;
|
|
46359
46727
|
position: absolute;
|
|
46360
46728
|
|
|
46361
|
-
.k-icon
|
|
46729
|
+
.k-icon,
|
|
46730
|
+
.k-svg-icon {
|
|
46362
46731
|
min-width: 0;
|
|
46363
46732
|
min-height: 0;
|
|
46364
46733
|
}
|
|
@@ -46441,6 +46810,9 @@ $kendo-map-marker-fill: $kendo-color-primary !default;
|
|
|
46441
46810
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
46442
46811
|
// File already imported_once. Skipping output.
|
|
46443
46812
|
// #endregion
|
|
46813
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
46814
|
+
// File already imported_once. Skipping output.
|
|
46815
|
+
// #endregion
|
|
46444
46816
|
|
|
46445
46817
|
|
|
46446
46818
|
// Dependencies
|
|
@@ -46473,6 +46845,7 @@ $kendo-map-marker-fill: $kendo-color-primary !default;
|
|
|
46473
46845
|
// File already imported_once. Skipping output.
|
|
46474
46846
|
// #endregion
|
|
46475
46847
|
|
|
46848
|
+
|
|
46476
46849
|
// Component
|
|
46477
46850
|
// #region @import "./_variables.scss"; -> scss/orgchart/_variables.scss
|
|
46478
46851
|
// Orgchart
|
|
@@ -46705,6 +47078,10 @@ $kendo-orgchart-line-v-height: 25px !default;
|
|
|
46705
47078
|
// #region @import "../core/_index.scss"; -> scss/core/_index.scss
|
|
46706
47079
|
// File already imported_once. Skipping output.
|
|
46707
47080
|
// #endregion
|
|
47081
|
+
// #region @import "../utils/_index.scss"; -> scss/utils/_index.scss
|
|
47082
|
+
// File already imported_once. Skipping output.
|
|
47083
|
+
// #endregion
|
|
47084
|
+
|
|
46708
47085
|
|
|
46709
47086
|
// Dependencies
|
|
46710
47087
|
// #region @import "../button/_index.scss"; -> scss/button/_index.scss
|
|
@@ -46714,6 +47091,7 @@ $kendo-orgchart-line-v-height: 25px !default;
|
|
|
46714
47091
|
// File already imported_once. Skipping output.
|
|
46715
47092
|
// #endregion
|
|
46716
47093
|
|
|
47094
|
+
|
|
46717
47095
|
// Component
|
|
46718
47096
|
// #region @import "./_variables.scss"; -> scss/signature/_variables.scss
|
|
46719
47097
|
$kendo-signature-width: 250px !default;
|