@progress/kendo-theme-default 4.41.2 → 5.0.0-next.2
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 +44 -388
- package/dist/all.scss +20 -322
- package/package.json +4 -4
- package/scss/dataviz/_variables.scss +6 -6
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/scheduler/_layout.scss +9 -230
- package/scss/scheduler/_theme.scss +3 -84
- package/scss/spreadsheet/_layout.scss +1 -1
package/dist/all.scss
CHANGED
|
@@ -31240,7 +31240,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
31240
31240
|
border-color: inherit;
|
|
31241
31241
|
display: flex;
|
|
31242
31242
|
flex-direction: row;
|
|
31243
|
-
align-items: start;
|
|
31243
|
+
align-items: flex-start;
|
|
31244
31244
|
position: relative;
|
|
31245
31245
|
}
|
|
31246
31246
|
.k-spreadsheet-sheets-bar-add {
|
|
@@ -32881,7 +32881,7 @@ $pivotgrid-remove-text: null !default;
|
|
|
32881
32881
|
.k-pivot-toolbar {
|
|
32882
32882
|
border-width: 0 0 1px;
|
|
32883
32883
|
border-style: solid;
|
|
32884
|
-
align-items: start;
|
|
32884
|
+
align-items: flex-start;
|
|
32885
32885
|
flex-wrap: wrap;
|
|
32886
32886
|
|
|
32887
32887
|
> * {
|
|
@@ -37575,183 +37575,35 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37575
37575
|
}
|
|
37576
37576
|
|
|
37577
37577
|
|
|
37578
|
-
// Scheduler views
|
|
37579
|
-
.k-scheduler-views-wrapper {
|
|
37580
|
-
margin-left: auto;
|
|
37581
|
-
|
|
37582
|
-
.k-views-dropdown {
|
|
37583
|
-
width: auto;
|
|
37584
|
-
font: inherit;
|
|
37585
|
-
display: none;
|
|
37586
|
-
}
|
|
37587
|
-
}
|
|
37588
|
-
|
|
37589
|
-
|
|
37590
37578
|
// Responsive scheduler toolbar
|
|
37591
37579
|
@media (max-width: 1400px) {
|
|
37592
37580
|
.k-nav-current .k-lg-date-format { max-width: 200px; }
|
|
37593
37581
|
}
|
|
37594
37582
|
|
|
37595
37583
|
@media (max-width: 1024px) {
|
|
37596
|
-
|
|
37597
37584
|
.k-nav-current .k-lg-date-format { display: none; }
|
|
37598
37585
|
.k-nav-current .k-sm-date-format { display: inline-block; }
|
|
37599
|
-
|
|
37600
|
-
.k-scheduler-views-wrapper .k-scheduler-views { display: none; }
|
|
37601
|
-
.k-scheduler-views-wrapper .k-views-dropdown { display: inline-block; }
|
|
37602
37586
|
}
|
|
37603
37587
|
}
|
|
37604
|
-
kendo-scheduler .k-scheduler-toolbar {
|
|
37605
|
-
padding: $toolbar-padding-y $toolbar-padding-x;
|
|
37606
|
-
border-style: solid;
|
|
37607
|
-
display: flex;
|
|
37608
|
-
flex-direction: row;
|
|
37609
|
-
flex-wrap: wrap;
|
|
37610
|
-
align-items: center;
|
|
37611
|
-
justify-content: space-between;
|
|
37612
|
-
}
|
|
37613
37588
|
|
|
37614
37589
|
|
|
37615
37590
|
// Scheduler navigation
|
|
37616
|
-
|
|
37617
|
-
display: flex;
|
|
37618
|
-
flex-direction: row;
|
|
37619
|
-
align-items: center;
|
|
37620
|
-
flex: 1;
|
|
37621
|
-
|
|
37622
|
-
li {
|
|
37623
|
-
border-width: $button-border-width;
|
|
37624
|
-
border-style: solid;
|
|
37625
|
-
position: relative;
|
|
37626
|
-
z-index: 1;
|
|
37627
|
-
}
|
|
37628
|
-
li + li {
|
|
37629
|
-
margin-left: -$button-border-width;
|
|
37630
|
-
}
|
|
37631
|
-
.k-state-hover,
|
|
37632
|
-
.k-state-selected {
|
|
37633
|
-
z-index: 2;
|
|
37634
|
-
}
|
|
37635
|
-
|
|
37636
|
-
|
|
37637
|
-
.k-link {
|
|
37638
|
-
padding: $button-padding-y $button-padding-x;
|
|
37639
|
-
box-sizing: border-box;
|
|
37640
|
-
color: inherit;
|
|
37641
|
-
text-decoration: none;
|
|
37642
|
-
display: flex;
|
|
37643
|
-
flex-direction: row;
|
|
37644
|
-
align-items: center;
|
|
37645
|
-
align-content: center;
|
|
37646
|
-
justify-content: center;
|
|
37647
|
-
}
|
|
37648
|
-
|
|
37649
|
-
|
|
37650
|
-
// Prev / next
|
|
37651
|
-
.k-nav-prev,
|
|
37652
|
-
.k-nav-next {
|
|
37653
|
-
.k-link {
|
|
37654
|
-
padding: $button-padding-y;
|
|
37655
|
-
width: $button-inner-calc-size;
|
|
37656
|
-
height: $button-inner-calc-size;
|
|
37657
|
-
}
|
|
37658
|
-
}
|
|
37659
|
-
|
|
37660
|
-
|
|
37661
|
-
// Exception
|
|
37662
|
-
.k-nav-current {
|
|
37663
|
-
border: 0;
|
|
37664
|
-
margin-left: 0;
|
|
37665
|
-
gap: 0;
|
|
37666
|
-
|
|
37667
|
-
> .k-link {
|
|
37668
|
-
gap: $icon-spacing;
|
|
37669
|
-
}
|
|
37670
|
-
}
|
|
37671
|
-
.k-nav-today { @include border-left-radius-only( $border-radius ); }
|
|
37672
|
-
.k-nav-next { @include border-right-radius-only( $border-radius ); }
|
|
37673
|
-
}
|
|
37591
|
+
.k-scheduler-navigation {}
|
|
37674
37592
|
|
|
37675
37593
|
|
|
37676
37594
|
// View switcher
|
|
37677
|
-
|
|
37678
|
-
display: flex;
|
|
37679
|
-
flex-direction: row;
|
|
37680
|
-
align-items: center;
|
|
37681
|
-
margin-left: auto;
|
|
37682
|
-
|
|
37683
|
-
li {
|
|
37684
|
-
border-width: $button-border-width;
|
|
37685
|
-
border-style: solid;
|
|
37686
|
-
position: relative;
|
|
37687
|
-
z-index: 1;
|
|
37688
|
-
}
|
|
37689
|
-
li + li {
|
|
37690
|
-
margin-left: -$button-border-width;
|
|
37691
|
-
}
|
|
37692
|
-
.k-state-hover,
|
|
37693
|
-
.k-state-selected {
|
|
37694
|
-
z-index: 2;
|
|
37695
|
-
}
|
|
37696
|
-
|
|
37595
|
+
.k-scheduler-views-wrapper {
|
|
37697
37596
|
|
|
37698
|
-
|
|
37699
|
-
|
|
37700
|
-
|
|
37701
|
-
|
|
37702
|
-
|
|
37703
|
-
display: flex;
|
|
37704
|
-
flex-direction: row;
|
|
37705
|
-
align-items: center;
|
|
37706
|
-
align-content: center;
|
|
37707
|
-
justify-content: center;
|
|
37708
|
-
}
|
|
37709
|
-
|
|
37710
|
-
li:first-child { @include border-radius( $border-radius ); }
|
|
37711
|
-
li:first-child + li { @include border-left-radius-only( $border-radius ); }
|
|
37712
|
-
li:last-child { @include border-right-radius-only( $border-radius ); }
|
|
37713
|
-
|
|
37714
|
-
&.k-state-expanded {
|
|
37715
|
-
li {
|
|
37716
|
-
@include border-radius( 0 );
|
|
37717
|
-
margin: 0;
|
|
37718
|
-
}
|
|
37719
|
-
li + li { margin-top: -1px; }
|
|
37720
|
-
li:first-child { @include border-top-radius-only( $border-radius ); }
|
|
37721
|
-
li:first-child + li { @include border-radius( 0 ); }
|
|
37722
|
-
li:last-child { @include border-bottom-radius-only( $border-radius ); }
|
|
37723
|
-
}
|
|
37724
|
-
|
|
37725
|
-
.k-current-view { display: none; }
|
|
37726
|
-
.k-current-view .k-link::after {
|
|
37727
|
-
content: "";
|
|
37728
|
-
margin: 0 0 0 1ex;
|
|
37729
|
-
border: .25em solid transparent;
|
|
37730
|
-
border-top: .5em solid currentColor;
|
|
37731
|
-
border-bottom-width: 0;
|
|
37732
|
-
display: inline-block;
|
|
37597
|
+
// Views dropdown
|
|
37598
|
+
.k-views-dropdown {
|
|
37599
|
+
width: auto;
|
|
37600
|
+
font: inherit;
|
|
37601
|
+
display: none;
|
|
37733
37602
|
}
|
|
37734
37603
|
|
|
37735
37604
|
@media (max-width: 1024px) {
|
|
37736
|
-
|
|
37737
|
-
|
|
37738
|
-
position: absolute;
|
|
37739
|
-
right: $toolbar-padding-x;
|
|
37740
|
-
top: $toolbar-padding-y;
|
|
37741
|
-
z-index: 1000;
|
|
37742
|
-
|
|
37743
|
-
li { display: none; }
|
|
37744
|
-
.k-current-view { display: block; }
|
|
37745
|
-
|
|
37746
|
-
|
|
37747
|
-
&.k-state-expanded {
|
|
37748
|
-
li { display: block; }
|
|
37749
|
-
}
|
|
37750
|
-
|
|
37751
|
-
.k-rtl & {
|
|
37752
|
-
left: $toolbar-padding-x;
|
|
37753
|
-
right: auto;
|
|
37754
|
-
}
|
|
37605
|
+
.k-scheduler-views { display: none; }
|
|
37606
|
+
.k-views-dropdown { display: inline-block; }
|
|
37755
37607
|
}
|
|
37756
37608
|
}
|
|
37757
37609
|
|
|
@@ -37764,51 +37616,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
37764
37616
|
white-space: nowrap;
|
|
37765
37617
|
flex-shrink: 0;
|
|
37766
37618
|
position: relative;
|
|
37767
|
-
|
|
37768
|
-
.k-widget {
|
|
37769
|
-
font-size: inherit;
|
|
37770
|
-
}
|
|
37771
|
-
|
|
37772
|
-
li {
|
|
37773
|
-
border-width: $button-border-width;
|
|
37774
|
-
border-style: solid;
|
|
37775
|
-
position: relative;
|
|
37776
|
-
z-index: 1;
|
|
37777
|
-
}
|
|
37778
|
-
li + li {
|
|
37779
|
-
margin-left: -$button-border-width;
|
|
37780
|
-
}
|
|
37781
|
-
.k-state-hover,
|
|
37782
|
-
.k-state-selected {
|
|
37783
|
-
z-index: 2;
|
|
37784
|
-
}
|
|
37785
|
-
|
|
37786
|
-
|
|
37787
|
-
.k-link {
|
|
37788
|
-
padding: $button-padding-y $button-padding-x;
|
|
37789
|
-
box-sizing: border-box;
|
|
37790
|
-
color: inherit;
|
|
37791
|
-
text-decoration: none;
|
|
37792
|
-
display: flex;
|
|
37793
|
-
flex-direction: row;
|
|
37794
|
-
align-items: center;
|
|
37795
|
-
align-content: center;
|
|
37796
|
-
justify-content: center;
|
|
37797
|
-
gap: $icon-spacing;
|
|
37798
|
-
}
|
|
37799
|
-
|
|
37800
|
-
li {
|
|
37801
|
-
@include border-radius( $border-radius );
|
|
37802
|
-
}
|
|
37803
|
-
}
|
|
37804
|
-
kendo-scheduler .k-scheduler-footer {
|
|
37805
|
-
padding: $toolbar-padding-y $toolbar-padding-x;
|
|
37806
|
-
border-style: solid;
|
|
37807
|
-
display: flex;
|
|
37808
|
-
flex-direction: row;
|
|
37809
|
-
flex-wrap: wrap;
|
|
37810
|
-
align-items: center;
|
|
37811
|
-
justify-content: space-between;
|
|
37812
37619
|
}
|
|
37813
37620
|
|
|
37814
37621
|
|
|
@@ -38540,34 +38347,6 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38540
38347
|
|
|
38541
38348
|
}
|
|
38542
38349
|
|
|
38543
|
-
.k-scheduler-views {
|
|
38544
|
-
margin-left: 0;
|
|
38545
|
-
margin-right: auto;
|
|
38546
|
-
|
|
38547
|
-
li:first-child + li { @include border-right-radius-only( $border-radius ); }
|
|
38548
|
-
li:last-child { @include border-left-radius-only( $border-radius ); }
|
|
38549
|
-
|
|
38550
|
-
.k-current-view .k-link::after {
|
|
38551
|
-
margin: 0 1ex 0 0;
|
|
38552
|
-
}
|
|
38553
|
-
}
|
|
38554
|
-
|
|
38555
|
-
.k-scheduler-navigation {
|
|
38556
|
-
|
|
38557
|
-
.k-nav-today {
|
|
38558
|
-
@include border-right-radius-only( $border-radius );
|
|
38559
|
-
}
|
|
38560
|
-
|
|
38561
|
-
.k-nav-next {
|
|
38562
|
-
@include border-left-radius-only( $border-radius );
|
|
38563
|
-
}
|
|
38564
|
-
|
|
38565
|
-
li + li {
|
|
38566
|
-
margin-left: 0;
|
|
38567
|
-
margin-right: -1px;
|
|
38568
|
-
}
|
|
38569
|
-
}
|
|
38570
|
-
|
|
38571
38350
|
.k-scheduler-marquee .k-label-top {
|
|
38572
38351
|
left: auto;
|
|
38573
38352
|
right: 4px;
|
|
@@ -38692,96 +38471,15 @@ $scheduler-tooltip-callout-text: $scheduler-tooltip-bg !default;
|
|
|
38692
38471
|
|
|
38693
38472
|
|
|
38694
38473
|
//Scheduler navigation
|
|
38695
|
-
|
|
38696
|
-
|
|
38697
|
-
li {
|
|
38698
|
-
&.k-state-focused {
|
|
38699
|
-
@include box-shadow( $list-item-focused-shadow );
|
|
38700
|
-
}
|
|
38701
|
-
}
|
|
38702
|
-
|
|
38703
|
-
.k-nav-today,
|
|
38704
|
-
.k-nav-prev,
|
|
38705
|
-
.k-nav-next {
|
|
38706
|
-
@include fill(
|
|
38707
|
-
$button-text,
|
|
38708
|
-
$button-bg,
|
|
38709
|
-
$button-border,
|
|
38710
|
-
$button-gradient
|
|
38711
|
-
);
|
|
38712
|
-
|
|
38713
|
-
&:hover,
|
|
38714
|
-
&.k-state-hover {
|
|
38715
|
-
@include fill(
|
|
38716
|
-
$button-hovered-text,
|
|
38717
|
-
$button-hovered-bg,
|
|
38718
|
-
$button-hovered-border,
|
|
38719
|
-
$button-hovered-gradient
|
|
38720
|
-
);
|
|
38721
|
-
}
|
|
38722
|
-
}
|
|
38723
|
-
}
|
|
38474
|
+
.k-scheduler-navigation {}
|
|
38724
38475
|
|
|
38725
38476
|
|
|
38726
38477
|
// View switcher
|
|
38727
|
-
|
|
38728
|
-
&.k-state-expanded { background-color: $base-bg; }
|
|
38729
|
-
|
|
38730
|
-
li {
|
|
38731
|
-
@include fill(
|
|
38732
|
-
$button-text,
|
|
38733
|
-
$button-bg,
|
|
38734
|
-
$button-border,
|
|
38735
|
-
$button-gradient
|
|
38736
|
-
);
|
|
38737
|
-
|
|
38738
|
-
&:hover,
|
|
38739
|
-
&.k-state-hover {
|
|
38740
|
-
@include fill(
|
|
38741
|
-
$button-hovered-text,
|
|
38742
|
-
$button-hovered-bg,
|
|
38743
|
-
$button-hovered-border,
|
|
38744
|
-
$button-hovered-gradient
|
|
38745
|
-
);
|
|
38746
|
-
}
|
|
38747
|
-
&.k-state-selected {
|
|
38748
|
-
@include fill(
|
|
38749
|
-
$button-selected-text,
|
|
38750
|
-
$button-selected-bg,
|
|
38751
|
-
$button-selected-border,
|
|
38752
|
-
$button-selected-gradient
|
|
38753
|
-
);
|
|
38754
|
-
}
|
|
38755
|
-
&:focus,
|
|
38756
|
-
&.k-state-focus,
|
|
38757
|
-
&.k-state-focused {
|
|
38758
|
-
@include box-shadow( $button-focused-shadow );
|
|
38759
|
-
}
|
|
38760
|
-
}
|
|
38761
|
-
}
|
|
38478
|
+
.k-scheduler-views {}
|
|
38762
38479
|
|
|
38763
38480
|
|
|
38764
38481
|
// Scheduler footer
|
|
38765
|
-
.k-scheduler-footer {
|
|
38766
|
-
|
|
38767
|
-
li {
|
|
38768
|
-
@include fill(
|
|
38769
|
-
$button-text,
|
|
38770
|
-
$button-bg,
|
|
38771
|
-
$button-border,
|
|
38772
|
-
$button-gradient
|
|
38773
|
-
);
|
|
38774
|
-
|
|
38775
|
-
&:hover {
|
|
38776
|
-
@include fill(
|
|
38777
|
-
$button-hovered-text,
|
|
38778
|
-
$button-hovered-bg,
|
|
38779
|
-
$button-hovered-border,
|
|
38780
|
-
$button-hovered-gradient
|
|
38781
|
-
);
|
|
38782
|
-
}
|
|
38783
|
-
}
|
|
38784
|
-
}
|
|
38482
|
+
.k-scheduler-footer {}
|
|
38785
38483
|
|
|
38786
38484
|
|
|
38787
38485
|
// Scheduler content
|
|
@@ -41370,7 +41068,7 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
41370
41068
|
// Chart
|
|
41371
41069
|
/// The first base series color and its light and dark shades.
|
|
41372
41070
|
/// @group charts
|
|
41373
|
-
$series-a: #
|
|
41071
|
+
$series-a: #4b5ffa !default;
|
|
41374
41072
|
$series-a-dark: mix(black, $series-a, 25%) !default;
|
|
41375
41073
|
$series-a-darker: mix(black, $series-a, 50%) !default;
|
|
41376
41074
|
$series-a-light: mix(white, $series-a, 25%) !default;
|
|
@@ -41378,7 +41076,7 @@ $series-a-lighter: mix(white, $series-a, 50%) !default;
|
|
|
41378
41076
|
|
|
41379
41077
|
/// The second base series color and its light and dark shades.
|
|
41380
41078
|
/// @group charts
|
|
41381
|
-
$series-b: #
|
|
41079
|
+
$series-b: #ac58ff !default;
|
|
41382
41080
|
$series-b-dark: mix(black, $series-b, 25%) !default;
|
|
41383
41081
|
$series-b-darker: mix(black, $series-b, 50%) !default;
|
|
41384
41082
|
$series-b-light: mix(white, $series-b, 25%) !default;
|
|
@@ -41386,7 +41084,7 @@ $series-b-lighter: mix(white, $series-b, 50%) !default;
|
|
|
41386
41084
|
|
|
41387
41085
|
/// The third base series color and its light and dark shades.
|
|
41388
41086
|
/// @group charts
|
|
41389
|
-
$series-c: #
|
|
41087
|
+
$series-c: #ff5892 !default;
|
|
41390
41088
|
$series-c-dark: mix(black, $series-c, 25%) !default;
|
|
41391
41089
|
$series-c-darker: mix(black, $series-c, 50%) !default;
|
|
41392
41090
|
$series-c-light: mix(white, $series-c, 25%) !default;
|
|
@@ -41394,7 +41092,7 @@ $series-c-lighter: mix(white, $series-c, 50%) !default;
|
|
|
41394
41092
|
|
|
41395
41093
|
/// The fourth base series color and its light and dark shades.
|
|
41396
41094
|
/// @group charts
|
|
41397
|
-
$series-d: #
|
|
41095
|
+
$series-d: #ff6358 !default;
|
|
41398
41096
|
$series-d-dark: mix(black, $series-d, 25%) !default;
|
|
41399
41097
|
$series-d-darker: mix(black, $series-d, 50%) !default;
|
|
41400
41098
|
$series-d-light: mix(white, $series-d, 25%) !default;
|
|
@@ -41402,7 +41100,7 @@ $series-d-lighter: mix(white, $series-d, 50%) !default;
|
|
|
41402
41100
|
|
|
41403
41101
|
/// The fifth base series color and its light and dark shades.
|
|
41404
41102
|
/// @group charts
|
|
41405
|
-
$series-e: #
|
|
41103
|
+
$series-e: #ffe162 !default;
|
|
41406
41104
|
$series-e-dark: mix(black, $series-e, 25%) !default;
|
|
41407
41105
|
$series-e-darker: mix(black, $series-e, 50%) !default;
|
|
41408
41106
|
$series-e-light: mix(white, $series-e, 25%) !default;
|
|
@@ -41410,7 +41108,7 @@ $series-e-lighter: mix(white, $series-e, 50%) !default;
|
|
|
41410
41108
|
|
|
41411
41109
|
/// The sixth base series color and its light and dark shades.
|
|
41412
41110
|
/// @group charts
|
|
41413
|
-
$series-f: #
|
|
41111
|
+
$series-f: #4cd180 !default;
|
|
41414
41112
|
$series-f-dark: mix(black, $series-f, 25%) !default;
|
|
41415
41113
|
$series-f-darker: mix(black, $series-f, 50%) !default;
|
|
41416
41114
|
$series-f-light: mix(white, $series-f, 25%) !default;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "5.0.0-next.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
"files": [
|
|
14
14
|
"dist/",
|
|
15
15
|
"scss/",
|
|
16
|
-
"modules/",
|
|
17
16
|
"lib/"
|
|
18
17
|
],
|
|
19
18
|
"homepage": "https://github.com/telerik/kendo-themes/tree/master/packages/default",
|
|
@@ -45,7 +44,8 @@
|
|
|
45
44
|
"dart:watch": "gulp dart:watch",
|
|
46
45
|
"dart:swatches": "gulp dart:swatches",
|
|
47
46
|
"dart:flat": "gulp dart:flat",
|
|
48
|
-
"prepublishOnly": "echo 'no prebublish for default theme'"
|
|
47
|
+
"prepublishOnly": "echo 'no prebublish for default theme'",
|
|
48
|
+
"postpublish": "echo 'no postpublish for default theme'"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "addf6ff1c4a1f6942c086ce0b5c514dee9ec0685"
|
|
51
51
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Chart
|
|
2
2
|
/// The first base series color and its light and dark shades.
|
|
3
3
|
/// @group charts
|
|
4
|
-
$series-a: #
|
|
4
|
+
$series-a: #4b5ffa !default;
|
|
5
5
|
$series-a-dark: mix(black, $series-a, 25%) !default;
|
|
6
6
|
$series-a-darker: mix(black, $series-a, 50%) !default;
|
|
7
7
|
$series-a-light: mix(white, $series-a, 25%) !default;
|
|
@@ -9,7 +9,7 @@ $series-a-lighter: mix(white, $series-a, 50%) !default;
|
|
|
9
9
|
|
|
10
10
|
/// The second base series color and its light and dark shades.
|
|
11
11
|
/// @group charts
|
|
12
|
-
$series-b: #
|
|
12
|
+
$series-b: #ac58ff !default;
|
|
13
13
|
$series-b-dark: mix(black, $series-b, 25%) !default;
|
|
14
14
|
$series-b-darker: mix(black, $series-b, 50%) !default;
|
|
15
15
|
$series-b-light: mix(white, $series-b, 25%) !default;
|
|
@@ -17,7 +17,7 @@ $series-b-lighter: mix(white, $series-b, 50%) !default;
|
|
|
17
17
|
|
|
18
18
|
/// The third base series color and its light and dark shades.
|
|
19
19
|
/// @group charts
|
|
20
|
-
$series-c: #
|
|
20
|
+
$series-c: #ff5892 !default;
|
|
21
21
|
$series-c-dark: mix(black, $series-c, 25%) !default;
|
|
22
22
|
$series-c-darker: mix(black, $series-c, 50%) !default;
|
|
23
23
|
$series-c-light: mix(white, $series-c, 25%) !default;
|
|
@@ -25,7 +25,7 @@ $series-c-lighter: mix(white, $series-c, 50%) !default;
|
|
|
25
25
|
|
|
26
26
|
/// The fourth base series color and its light and dark shades.
|
|
27
27
|
/// @group charts
|
|
28
|
-
$series-d: #
|
|
28
|
+
$series-d: #ff6358 !default;
|
|
29
29
|
$series-d-dark: mix(black, $series-d, 25%) !default;
|
|
30
30
|
$series-d-darker: mix(black, $series-d, 50%) !default;
|
|
31
31
|
$series-d-light: mix(white, $series-d, 25%) !default;
|
|
@@ -33,7 +33,7 @@ $series-d-lighter: mix(white, $series-d, 50%) !default;
|
|
|
33
33
|
|
|
34
34
|
/// The fifth base series color and its light and dark shades.
|
|
35
35
|
/// @group charts
|
|
36
|
-
$series-e: #
|
|
36
|
+
$series-e: #ffe162 !default;
|
|
37
37
|
$series-e-dark: mix(black, $series-e, 25%) !default;
|
|
38
38
|
$series-e-darker: mix(black, $series-e, 50%) !default;
|
|
39
39
|
$series-e-light: mix(white, $series-e, 25%) !default;
|
|
@@ -41,7 +41,7 @@ $series-e-lighter: mix(white, $series-e, 50%) !default;
|
|
|
41
41
|
|
|
42
42
|
/// The sixth base series color and its light and dark shades.
|
|
43
43
|
/// @group charts
|
|
44
|
-
$series-f: #
|
|
44
|
+
$series-f: #4cd180 !default;
|
|
45
45
|
$series-f-dark: mix(black, $series-f, 25%) !default;
|
|
46
46
|
$series-f-darker: mix(black, $series-f, 50%) !default;
|
|
47
47
|
$series-f-light: mix(white, $series-f, 25%) !default;
|