@inchurch/matcha-theme 20.277.0 → 21.0.0

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.
@@ -1,56 +0,0 @@
1
- @mixin vendor-ng-5-theme($theme) {
2
- $accent: map-get($theme, accent);
3
- $background: map-get($theme, background);
4
- $foreground: map-get($theme, foreground);
5
-
6
- .ng5-slider {
7
- &.animate {
8
- .ng5-slider-pointer {
9
- transition: all 50ms linear !important;
10
- }
11
- }
12
-
13
- .ng5-slider-bubble {
14
- bottom: 20px;
15
- padding: 0;
16
- margin: 0px auto;
17
- background: map-get($background, card);
18
- color: map-get($foreground, label);
19
- transition: all 50ms linear !important;
20
- }
21
-
22
- .ng5-slider-bar {
23
- background-color: map-get($background, disabled);
24
- }
25
-
26
- .ng5-slider-pointer,
27
- .ng5-slider-selection {
28
- background-color: map-get($accent, default);
29
- }
30
-
31
- .ng5-slider-pointer:after {
32
- width: 16px;
33
- height: 16px;
34
- position: absolute;
35
- top: 8px;
36
- left: 8px;
37
- border-radius: 8px;
38
- background-color: map-get($background, card);
39
- }
40
-
41
- .ng5-slider-pointer:active:after {
42
- background-color: map-get($background, card);
43
- }
44
-
45
- .ng5-slider-pointer.ng5-slider-active:after {
46
- width: 16px;
47
- height: 16px;
48
- position: absolute;
49
- top: 8px;
50
- left: 8px;
51
- border-radius: 8px;
52
- background: map-get($background, background);
53
- background-color: map-get($background, background);
54
- }
55
- }
56
- }
@@ -1,50 +0,0 @@
1
- @mixin vendor-ngx-material-timepicker($theme) {
2
- $primary: map-get($theme, primary);
3
- $accent: map-get($theme, accent);
4
- $warn: map-get($theme, warn);
5
- $background: map-get($theme, background);
6
- $foreground: map-get($theme, foreground);
7
-
8
- ngx-material-timepicker-container {
9
- z-index: 10000;
10
-
11
- .timepicker__header,
12
- .clock-face__number>span.active {
13
- background-color: map-get($accent, default) !important;
14
- }
15
-
16
- .timepicker-dial__control {
17
- color: map-color($foreground, foreground-inverse, 0.5) !important;
18
- }
19
-
20
- .clock-face__number>span.active,
21
- .dial__control,
22
- .timepicker-dial__item_active,
23
- .timepicker-dial__time {
24
- color: map-get($foreground, foreground-inverse) !important;
25
- }
26
-
27
- .timepicker-button {
28
- color: map-get($accent, default) !important;
29
- }
30
-
31
- .timepicker__body,
32
- .timepicker__actions {
33
- background-color: map-get($background, card) !important;
34
- }
35
-
36
- .clock-face__clock-hand,
37
- .clock-face__clock-hand_minute {
38
- background-color: map-get($accent, default) !important;
39
- }
40
-
41
- .clock-face__clock-hand_minute::before {
42
- border-color: map-get($accent, default) !important;
43
- background-color: map-get($background, card) !important;
44
- }
45
-
46
- .clock-face {
47
- background-color: map-get($background, background) !important;
48
- }
49
- }
50
- }