Skip to content

Commit

Permalink
feat(themes): обновлённые темы для calendar-input и select
Browse files Browse the repository at this point in the history
  • Loading branch information
SiebenSieben committed Oct 8, 2021
1 parent 112cd95 commit 5ae76c3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/themes/src/mixins/calendar-input/corp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@define-mixin calendar-input-corp {
--calendar-input-icon-color: var(--color-light-graphic-secondary);
}
3 changes: 0 additions & 3 deletions packages/themes/src/mixins/calendar-input/mobile.css

This file was deleted.

4 changes: 4 additions & 0 deletions packages/themes/src/mixins/corp.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
@import './button/corp.css';
@import './input/corp.css';
@import './tabs/corp.css';
@import './calendar-input/corp.css';
@import './select/corp.css';

@define-mixin theme-corp {
@mixin button-corp;
@mixin input-corp;
@mixin tabs-corp;
@mixin calendar-input-corp;
@mixin select-corp;
}
2 changes: 0 additions & 2 deletions packages/themes/src/mixins/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
@import './radio/mobile.css';
@import './confirmation/mobile.css';
@import './input/mobile.css';
@import './calendar-input/mobile.css';
@import './slider/mobile.css';
@import './slider-input/mobile.css';

Expand All @@ -17,7 +16,6 @@
@mixin radio-mobile;
@mixin confirmation-mobile;
@mixin input-mobile;
@mixin calendar-input-mobile;
@mixin form-control-mobile;
@mixin input-mobile;
@mixin slider-mobile;
Expand Down
3 changes: 3 additions & 0 deletions packages/themes/src/mixins/select/corp.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@define-mixin select-corp {
--select-arrow-color: var(--color-light-graphic-secondary);
}

0 comments on commit 5ae76c3

Please sign in to comment.