Skip to content

Commit

Permalink
chore(default): override variable values from core
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and epetrow committed Jan 10, 2025
1 parent 67750b9 commit 04d878b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/default/scss/daterangepicker/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
// Daterangepicker
$kendo-daterange-picker-input-width: 10em !default;

@forward "@progress/kendo-theme-core/scss/components/daterangepicker/_variables.scss" with (
$kendo-daterange-picker-input-width: $kendo-daterange-picker-input-width
);
5 changes: 5 additions & 0 deletions packages/default/scss/time-marker/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ $kendo-current-time-width: 1px !default;
/// The color of the current time indicator.
/// @group time-marker
$kendo-current-time-color: #ff0000 !default;

@forward "@progress/kendo-theme-core/scss/components/time-marker/_variables.scss" with (
$kendo-current-time-width: $kendo-current-time-width,
$kendo-current-time-color: $kendo-current-time-color
);

0 comments on commit 04d878b

Please sign in to comment.