@hh.ru/magritte-ui-date-picker 6.1.64 → 6.1.65
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/AsyncDataLoader.js +1 -1
- package/DatePicker/DatePicker.js +1 -1
- package/DatePicker/DayPicker.js +1 -1
- package/DatePicker/MobileDatePickerWithScroll.js +1 -1
- package/DatePicker/UncontrolledDatePicker.js +1 -1
- package/Header.js +1 -1
- package/InfiniteScroll.js +1 -1
- package/InfoDatePicker/InfoDatePicker.js +1 -1
- package/InfoDatePicker/InfoDayPicker.js +1 -1
- package/InfoDatePicker/MobileInfoDatePickerWithScroll.js +1 -1
- package/InfoDatePicker/UncontrolledInfoDatePicker.js +1 -1
- package/IntervalDatePicker/DesktopMultiLayoutIntervalDatePicker.js +1 -1
- package/IntervalDatePicker/IntervalDatePicker.js +1 -1
- package/IntervalDatePicker/IntervalDayPicker.js +1 -1
- package/IntervalDatePicker/MobileMultiLayoutIntervalDatePicker.js +1 -1
- package/IntervalDatePicker/MobileSingleLayoutIntervalDatePicker.js +1 -1
- package/IntervalDatePicker/SingleLayoutIntervalDatePicker.js +1 -1
- package/IntervalDatePicker/UncontrolledIntervalDatePicker.js +1 -1
- package/MonthPicker.js +1 -1
- package/StatusDatePicker/MobileStatusDatePickerWithScroll.js +1 -1
- package/StatusDatePicker/StatusDatePicker.js +1 -1
- package/StatusDatePicker/StatusDayPicker.js +1 -1
- package/StatusDatePicker/UncontrolledStatusDatePicker.js +1 -1
- package/Weekdays.js +1 -1
- package/YearPicker.js +1 -1
- package/date-picker-0kd5Egl5.js +5 -0
- package/date-picker-0kd5Egl5.js.map +1 -0
- package/index.css +329 -328
- package/index.js +1 -1
- package/package.json +11 -11
- package/date-picker-DCGwnSBQ.js +0 -5
- package/date-picker-DCGwnSBQ.js.map +0 -1
package/index.css
CHANGED
|
@@ -1,192 +1,193 @@
|
|
|
1
1
|
:root{
|
|
2
|
-
--magritte-color-background-secondary-v24-7-
|
|
3
|
-
--magritte-color-background-positive-secondary-v24-7-
|
|
4
|
-
--magritte-color-background-negative-secondary-v24-7-
|
|
5
|
-
--magritte-color-background-warning-secondary-v24-7-
|
|
6
|
-
--magritte-color-background-body-v24-7-
|
|
7
|
-
--magritte-color-background-inverse-v24-7-
|
|
8
|
-
--magritte-color-background-state-secondary-hovered-v24-7-
|
|
9
|
-
--magritte-color-background-state-secondary-pressed-v24-7-
|
|
10
|
-
--magritte-color-background-state-positive-secondary-hovered-v24-7-
|
|
11
|
-
--magritte-color-background-state-positive-secondary-pressed-v24-7-
|
|
12
|
-
--magritte-color-background-state-positive-secondary-disabled-v24-7-
|
|
13
|
-
--magritte-color-background-state-negative-secondary-hovered-v24-7-
|
|
14
|
-
--magritte-color-background-state-negative-secondary-pressed-v24-7-
|
|
15
|
-
--magritte-color-background-state-negative-secondary-disabled-v24-7-
|
|
16
|
-
--magritte-color-background-state-warning-secondary-hovered-v24-7-
|
|
17
|
-
--magritte-color-background-state-warning-secondary-pressed-v24-7-
|
|
18
|
-
--magritte-color-background-state-warning-secondary-disabled-v24-7-
|
|
19
|
-
--magritte-color-background-state-inverse-hovered-v24-7-
|
|
20
|
-
--magritte-color-background-state-inverse-pressed-v24-7-
|
|
21
|
-
--magritte-color-background-state-inverse-disabled-v24-7-
|
|
22
|
-
--magritte-color-stroke-neutral-heavy-v24-7-
|
|
23
|
-
--magritte-color-stroke-state-focused-accessible-v24-7-
|
|
24
|
-
--magritte-color-text-primary-v24-7-
|
|
25
|
-
--magritte-color-text-positive-v24-7-
|
|
26
|
-
--magritte-color-text-negative-v24-7-
|
|
27
|
-
--magritte-color-text-warning-v24-7-
|
|
28
|
-
--magritte-color-text-constant-v24-7-
|
|
29
|
-
--magritte-color-text-inverse-v24-7-
|
|
30
|
-
--magritte-color-text-state-primary-hovered-v24-7-
|
|
31
|
-
--magritte-color-text-state-primary-pressed-v24-7-
|
|
32
|
-
--magritte-color-text-state-primary-disabled-v24-7-
|
|
33
|
-
--magritte-color-text-state-positive-disabled-v24-7-
|
|
34
|
-
--magritte-color-text-state-negative-disabled-v24-7-
|
|
35
|
-
--magritte-color-text-state-warning-disabled-v24-7-
|
|
36
|
-
--magritte-color-text-state-inverse-disabled-v24-7-
|
|
37
|
-
--magritte-color-icon-state-primary-disabled-v24-7-
|
|
38
|
-
--magritte-color-icon-state-positive-disabled-v24-7-
|
|
39
|
-
--magritte-color-icon-state-negative-disabled-v24-7-
|
|
40
|
-
--magritte-color-icon-state-warning-disabled-v24-7-
|
|
41
|
-
--magritte-color-icon-state-inverse-disabled-v24-7-
|
|
42
|
-
--magritte-color-icon-primary-v24-7-
|
|
43
|
-
--magritte-color-icon-positive-v24-7-
|
|
44
|
-
--magritte-color-icon-negative-v24-7-
|
|
45
|
-
--magritte-color-icon-warning-v24-7-
|
|
46
|
-
--magritte-color-icon-inverse-v24-7-
|
|
2
|
+
--magritte-color-background-secondary-v24-7-2:#F1F4F9;
|
|
3
|
+
--magritte-color-background-positive-secondary-v24-7-2:#E8F9EC;
|
|
4
|
+
--magritte-color-background-negative-secondary-v24-7-2:#FEF2EF;
|
|
5
|
+
--magritte-color-background-warning-secondary-v24-7-2:#FFF3E6;
|
|
6
|
+
--magritte-color-background-body-v24-7-2:#ffffff;
|
|
7
|
+
--magritte-color-background-inverse-v24-7-2:#000000;
|
|
8
|
+
--magritte-color-background-state-secondary-hovered-v24-7-2:#F1F4F9;
|
|
9
|
+
--magritte-color-background-state-secondary-pressed-v24-7-2:#F1F4F9;
|
|
10
|
+
--magritte-color-background-state-positive-secondary-hovered-v24-7-2:#E8F9EC;
|
|
11
|
+
--magritte-color-background-state-positive-secondary-pressed-v24-7-2:#E8F9EC;
|
|
12
|
+
--magritte-color-background-state-positive-secondary-disabled-v24-7-2:#e8f9ec7a;
|
|
13
|
+
--magritte-color-background-state-negative-secondary-hovered-v24-7-2:#FEF2EF;
|
|
14
|
+
--magritte-color-background-state-negative-secondary-pressed-v24-7-2:#FEF2EF;
|
|
15
|
+
--magritte-color-background-state-negative-secondary-disabled-v24-7-2:#fef2ef7a;
|
|
16
|
+
--magritte-color-background-state-warning-secondary-hovered-v24-7-2:#FFF3E6;
|
|
17
|
+
--magritte-color-background-state-warning-secondary-pressed-v24-7-2:#FFF3E6;
|
|
18
|
+
--magritte-color-background-state-warning-secondary-disabled-v24-7-2:#fff3e67a;
|
|
19
|
+
--magritte-color-background-state-inverse-hovered-v24-7-2:#171c20;
|
|
20
|
+
--magritte-color-background-state-inverse-pressed-v24-7-2:#000000;
|
|
21
|
+
--magritte-color-background-state-inverse-disabled-v24-7-2:#BBC8D4;
|
|
22
|
+
--magritte-color-stroke-neutral-heavy-v24-7-2:#000000;
|
|
23
|
+
--magritte-color-stroke-state-focused-accessible-v24-7-2:#0070ff7a;
|
|
24
|
+
--magritte-color-text-primary-v24-7-2:#000000;
|
|
25
|
+
--magritte-color-text-positive-v24-7-2:#10b55f;
|
|
26
|
+
--magritte-color-text-negative-v24-7-2:#ff4d3a;
|
|
27
|
+
--magritte-color-text-warning-v24-7-2:#ff9900;
|
|
28
|
+
--magritte-color-text-constant-v24-7-2:#ffffff;
|
|
29
|
+
--magritte-color-text-inverse-v24-7-2:#ffffff;
|
|
30
|
+
--magritte-color-text-state-primary-hovered-v24-7-2:#000000;
|
|
31
|
+
--magritte-color-text-state-primary-pressed-v24-7-2:#000000;
|
|
32
|
+
--magritte-color-text-state-primary-disabled-v24-7-2:#0000007a;
|
|
33
|
+
--magritte-color-text-state-positive-disabled-v24-7-2:#0dc2677a;
|
|
34
|
+
--magritte-color-text-state-negative-disabled-v24-7-2:#ff4d3a7a;
|
|
35
|
+
--magritte-color-text-state-warning-disabled-v24-7-2:#d780097a;
|
|
36
|
+
--magritte-color-text-state-inverse-disabled-v24-7-2:#ffffff7a;
|
|
37
|
+
--magritte-color-icon-state-primary-disabled-v24-7-2:#BBC8D4;
|
|
38
|
+
--magritte-color-icon-state-positive-disabled-v24-7-2:#10b55f7a;
|
|
39
|
+
--magritte-color-icon-state-negative-disabled-v24-7-2:#ff4d3a7a;
|
|
40
|
+
--magritte-color-icon-state-warning-disabled-v24-7-2:#ff99007a;
|
|
41
|
+
--magritte-color-icon-state-inverse-disabled-v24-7-2:#ffffff7a;
|
|
42
|
+
--magritte-color-icon-primary-v24-7-2:#000000;
|
|
43
|
+
--magritte-color-icon-positive-v24-7-2:#10b55f;
|
|
44
|
+
--magritte-color-icon-negative-v24-7-2:#ff4d3a;
|
|
45
|
+
--magritte-color-icon-warning-v24-7-2:#ff9900;
|
|
46
|
+
--magritte-color-icon-inverse-v24-7-2:#ffffff;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
:root{
|
|
50
|
-
--magritte-semantic-animation-time-s-duration-v24-7-
|
|
51
|
-
--magritte-semantic-animation-ease-base-timing-function-v24-7-
|
|
50
|
+
--magritte-semantic-animation-time-s-duration-v24-7-2:200ms;
|
|
51
|
+
--magritte-semantic-animation-ease-base-timing-function-v24-7-2:cubic-bezier(0.4, 0.24, 0, 1);
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.magritte-night-theme{
|
|
55
|
-
--magritte-color-background-secondary-v24-7-
|
|
56
|
-
--magritte-color-background-positive-secondary-v24-7-
|
|
57
|
-
--magritte-color-background-negative-secondary-v24-7-
|
|
58
|
-
--magritte-color-background-warning-secondary-v24-7-
|
|
59
|
-
--magritte-color-background-body-v24-7-
|
|
60
|
-
--magritte-color-background-inverse-v24-7-
|
|
61
|
-
--magritte-color-background-state-secondary-hovered-v24-7-
|
|
62
|
-
--magritte-color-background-state-secondary-pressed-v24-7-
|
|
63
|
-
--magritte-color-background-state-positive-secondary-hovered-v24-7-
|
|
64
|
-
--magritte-color-background-state-positive-secondary-pressed-v24-7-
|
|
65
|
-
--magritte-color-background-state-positive-secondary-disabled-v24-7-
|
|
66
|
-
--magritte-color-background-state-negative-secondary-hovered-v24-7-
|
|
67
|
-
--magritte-color-background-state-negative-secondary-pressed-v24-7-
|
|
68
|
-
--magritte-color-background-state-negative-secondary-disabled-v24-7-
|
|
69
|
-
--magritte-color-background-state-warning-secondary-hovered-v24-7-
|
|
70
|
-
--magritte-color-background-state-warning-secondary-pressed-v24-7-
|
|
71
|
-
--magritte-color-background-state-warning-secondary-disabled-v24-7-
|
|
72
|
-
--magritte-color-background-state-inverse-hovered-v24-7-
|
|
73
|
-
--magritte-color-background-state-inverse-pressed-v24-7-
|
|
74
|
-
--magritte-color-background-state-inverse-disabled-v24-7-
|
|
75
|
-
--magritte-color-stroke-neutral-heavy-v24-7-
|
|
76
|
-
--magritte-color-text-primary-v24-7-
|
|
77
|
-
--magritte-color-text-warning-v24-7-
|
|
78
|
-
--magritte-color-text-inverse-v24-7-
|
|
79
|
-
--magritte-color-text-state-primary-hovered-v24-7-
|
|
80
|
-
--magritte-color-text-state-primary-disabled-v24-7-
|
|
81
|
-
--magritte-color-text-state-positive-disabled-v24-7-
|
|
82
|
-
--magritte-color-text-state-warning-disabled-v24-7-
|
|
83
|
-
--magritte-color-text-state-
|
|
84
|
-
--magritte-color-
|
|
85
|
-
--magritte-color-icon-
|
|
86
|
-
--magritte-color-icon-
|
|
87
|
-
--magritte-color-icon-
|
|
88
|
-
--magritte-color-icon-state-
|
|
89
|
-
--magritte-color-icon-state-
|
|
55
|
+
--magritte-color-background-secondary-v24-7-2:#303030;
|
|
56
|
+
--magritte-color-background-positive-secondary-v24-7-2:#16321F;
|
|
57
|
+
--magritte-color-background-negative-secondary-v24-7-2:#3D2622;
|
|
58
|
+
--magritte-color-background-warning-secondary-v24-7-2:#3D270E;
|
|
59
|
+
--magritte-color-background-body-v24-7-2:#000000;
|
|
60
|
+
--magritte-color-background-inverse-v24-7-2:#ffffff;
|
|
61
|
+
--magritte-color-background-state-secondary-hovered-v24-7-2:#303030;
|
|
62
|
+
--magritte-color-background-state-secondary-pressed-v24-7-2:#303030;
|
|
63
|
+
--magritte-color-background-state-positive-secondary-hovered-v24-7-2:#16321F;
|
|
64
|
+
--magritte-color-background-state-positive-secondary-pressed-v24-7-2:#16321F;
|
|
65
|
+
--magritte-color-background-state-positive-secondary-disabled-v24-7-2:#16321f7a;
|
|
66
|
+
--magritte-color-background-state-negative-secondary-hovered-v24-7-2:#3D2622;
|
|
67
|
+
--magritte-color-background-state-negative-secondary-pressed-v24-7-2:#3D2622;
|
|
68
|
+
--magritte-color-background-state-negative-secondary-disabled-v24-7-2:#3d26227a;
|
|
69
|
+
--magritte-color-background-state-warning-secondary-hovered-v24-7-2:#3D270E;
|
|
70
|
+
--magritte-color-background-state-warning-secondary-pressed-v24-7-2:#3D270E;
|
|
71
|
+
--magritte-color-background-state-warning-secondary-disabled-v24-7-2:#3d270e7a;
|
|
72
|
+
--magritte-color-background-state-inverse-hovered-v24-7-2:#F5F5F5;
|
|
73
|
+
--magritte-color-background-state-inverse-pressed-v24-7-2:#ffffff;
|
|
74
|
+
--magritte-color-background-state-inverse-disabled-v24-7-2:#5E5E5E;
|
|
75
|
+
--magritte-color-stroke-neutral-heavy-v24-7-2:#ffffff;
|
|
76
|
+
--magritte-color-text-primary-v24-7-2:#ffffff;
|
|
77
|
+
--magritte-color-text-warning-v24-7-2:#EB8D05;
|
|
78
|
+
--magritte-color-text-inverse-v24-7-2:#000000;
|
|
79
|
+
--magritte-color-text-state-primary-hovered-v24-7-2:#ffffff;
|
|
80
|
+
--magritte-color-text-state-primary-disabled-v24-7-2:#ababab7a;
|
|
81
|
+
--magritte-color-text-state-positive-disabled-v24-7-2:#10b55f7a;
|
|
82
|
+
--magritte-color-text-state-warning-disabled-v24-7-2:#eb8d057a;
|
|
83
|
+
--magritte-color-text-state-primary-pressed-v24-7-2:#ffffff;
|
|
84
|
+
--magritte-color-text-state-inverse-disabled-v24-7-2:#303030;
|
|
85
|
+
--magritte-color-icon-primary-v24-7-2:#ffffff;
|
|
86
|
+
--magritte-color-icon-warning-v24-7-2:#EB8D05;
|
|
87
|
+
--magritte-color-icon-inverse-v24-7-2:#000000;
|
|
88
|
+
--magritte-color-icon-state-primary-disabled-v24-7-2:#767676;
|
|
89
|
+
--magritte-color-icon-state-warning-disabled-v24-7-2:#eb8d057a;
|
|
90
|
+
--magritte-color-icon-state-inverse-disabled-v24-7-2:#767676;
|
|
90
91
|
}
|
|
91
92
|
|
|
92
93
|
.magritte-zp-day-theme{
|
|
93
|
-
--magritte-color-text-positive-v24-7-
|
|
94
|
-
--magritte-color-icon-positive-v24-7-
|
|
95
|
-
--magritte-color-icon-state-positive-disabled-v24-7-
|
|
96
|
-
--magritte-color-icon-state-inverse-disabled-v24-7-
|
|
94
|
+
--magritte-color-text-positive-v24-7-2:#0dc267;
|
|
95
|
+
--magritte-color-icon-positive-v24-7-2:#0dc267;
|
|
96
|
+
--magritte-color-icon-state-positive-disabled-v24-7-2:#0dc2677a;
|
|
97
|
+
--magritte-color-icon-state-inverse-disabled-v24-7-2:#BBC8D4;
|
|
97
98
|
}
|
|
98
|
-
.magritte-layout___WQLZL_6-1-
|
|
99
|
+
.magritte-layout___WQLZL_6-1-65{
|
|
99
100
|
display:inline-flex;
|
|
100
101
|
flex-direction:column;
|
|
101
102
|
width:100%;
|
|
102
103
|
}
|
|
103
104
|
@media (min-width: 1020px){
|
|
104
|
-
body.magritte-old-layout .magritte-layout___WQLZL_6-1-
|
|
105
|
+
body.magritte-old-layout .magritte-layout___WQLZL_6-1-65{
|
|
105
106
|
width:auto;
|
|
106
107
|
}
|
|
107
108
|
}
|
|
108
109
|
@media (min-width: 1024px){
|
|
109
|
-
body:not(.magritte-old-layout) .magritte-layout___WQLZL_6-1-
|
|
110
|
+
body:not(.magritte-old-layout) .magritte-layout___WQLZL_6-1-65{
|
|
110
111
|
width:auto;
|
|
111
112
|
}
|
|
112
113
|
}
|
|
113
|
-
.magritte-layout-horizontal___RHMqN_6-1-
|
|
114
|
+
.magritte-layout-horizontal___RHMqN_6-1-65{
|
|
114
115
|
display:inline-flex;
|
|
115
116
|
}
|
|
116
|
-
.magritte-layout-vertical___Q4III_6-1-
|
|
117
|
+
.magritte-layout-vertical___Q4III_6-1-65{
|
|
117
118
|
display:block;
|
|
118
119
|
overflow:hidden;
|
|
119
120
|
}
|
|
120
|
-
.magritte-date-picker___osO3k_6-1-
|
|
121
|
+
.magritte-date-picker___osO3k_6-1-65{
|
|
121
122
|
position:relative;
|
|
122
123
|
overflow:hidden;
|
|
123
124
|
}
|
|
124
|
-
.magritte-layout-horizontal___RHMqN_6-1-
|
|
125
|
+
.magritte-layout-horizontal___RHMqN_6-1-65 .magritte-date-picker_loading___oEckY_6-1-65{
|
|
125
126
|
flex:1 0;
|
|
126
127
|
}
|
|
127
|
-
.magritte-layout-horizontal___RHMqN_6-1-
|
|
128
|
+
.magritte-layout-horizontal___RHMqN_6-1-65 .magritte-date-picker_loading___oEckY_6-1-65 + .magritte-date-picker_loading___oEckY_6-1-65{
|
|
128
129
|
flex:0 1;
|
|
129
130
|
}
|
|
130
|
-
.magritte-loader___npAoS_6-1-
|
|
131
|
+
.magritte-loader___npAoS_6-1-65{
|
|
131
132
|
position:absolute;
|
|
132
133
|
inset:0;
|
|
133
134
|
display:flex;
|
|
134
135
|
align-items:center;
|
|
135
136
|
justify-content:center;
|
|
136
137
|
}
|
|
137
|
-
.magritte-loading___Q08Ci_6-1-
|
|
138
|
+
.magritte-loading___Q08Ci_6-1-65{
|
|
138
139
|
visibility:hidden;
|
|
139
140
|
}
|
|
140
|
-
.magritte-sticky-wrapper___-cscS_6-1-
|
|
141
|
+
.magritte-sticky-wrapper___-cscS_6-1-65{
|
|
141
142
|
display:flex;
|
|
142
143
|
flex-direction:column;
|
|
143
144
|
position:sticky;
|
|
144
145
|
top:var(--sticky-top, 0);
|
|
145
|
-
background-color:var(--magritte-ui-date-picker-sticky-background-color-override, var(--magritte-ui-container-background-color-override, var(--magritte-color-background-body-v24-7-
|
|
146
|
+
background-color:var(--magritte-ui-date-picker-sticky-background-color-override, var(--magritte-ui-container-background-color-override, var(--magritte-color-background-body-v24-7-2)));
|
|
146
147
|
z-index:2;
|
|
147
148
|
}
|
|
148
|
-
.magritte-infinite-scroll-wrapper___4BFJP_6-1-
|
|
149
|
+
.magritte-infinite-scroll-wrapper___4BFJP_6-1-65{
|
|
149
150
|
will-change:transform;
|
|
150
151
|
}
|
|
151
|
-
.magritte-animated___R-Rmx_6-1-
|
|
152
|
+
.magritte-animated___R-Rmx_6-1-65{
|
|
152
153
|
transition-property:transform;
|
|
153
|
-
transition-duration:var(--magritte-semantic-animation-time-s-duration-v24-7-
|
|
154
|
-
transition-timing-function:var(--magritte-semantic-animation-ease-base-timing-function-v24-7-
|
|
154
|
+
transition-duration:var(--magritte-semantic-animation-time-s-duration-v24-7-2);
|
|
155
|
+
transition-timing-function:var(--magritte-semantic-animation-ease-base-timing-function-v24-7-2);
|
|
155
156
|
}
|
|
156
|
-
.magritte-infinite-scroll-item-horizontal___eq9oK_6-1-
|
|
157
|
+
.magritte-infinite-scroll-item-horizontal___eq9oK_6-1-65{
|
|
157
158
|
width:100%;
|
|
158
159
|
flex-shrink:0;
|
|
159
160
|
}
|
|
160
|
-
.magritte-header-wrapper___w3fTl_6-1-
|
|
161
|
+
.magritte-header-wrapper___w3fTl_6-1-65{
|
|
161
162
|
box-sizing:border-box;
|
|
162
163
|
margin:0 auto;
|
|
163
164
|
padding:16px var(--magritte-date-picker-padding-horizontal, 16px) 8px;
|
|
164
165
|
width:100%;
|
|
165
166
|
}
|
|
166
167
|
@media (min-width: 1020px){
|
|
167
|
-
body.magritte-old-layout .magritte-header-wrapper___w3fTl_6-1-
|
|
168
|
+
body.magritte-old-layout .magritte-header-wrapper___w3fTl_6-1-65{
|
|
168
169
|
margin:0;
|
|
169
170
|
width:375px;
|
|
170
171
|
}
|
|
171
172
|
}
|
|
172
173
|
@media (min-width: 1024px){
|
|
173
|
-
body:not(.magritte-old-layout) .magritte-header-wrapper___w3fTl_6-1-
|
|
174
|
+
body:not(.magritte-old-layout) .magritte-header-wrapper___w3fTl_6-1-65{
|
|
174
175
|
margin:0;
|
|
175
176
|
width:375px;
|
|
176
177
|
}
|
|
177
178
|
}
|
|
178
|
-
.magritte-header___SYp35_6-1-
|
|
179
|
+
.magritte-header___SYp35_6-1-65{
|
|
179
180
|
display:flex;
|
|
180
181
|
margin:0 -8px;
|
|
181
182
|
}
|
|
182
|
-
.magritte-header-date-wrapper_center___6X5Q4_6-1-
|
|
183
|
+
.magritte-header-date-wrapper_center___6X5Q4_6-1-65{
|
|
183
184
|
margin:0 auto;
|
|
184
185
|
}
|
|
185
|
-
.magritte-header-date-wrapper_left___hxe8I_6-1-
|
|
186
|
+
.magritte-header-date-wrapper_left___hxe8I_6-1-65{
|
|
186
187
|
margin:0 auto 0 8px;
|
|
187
188
|
order:-1;
|
|
188
189
|
}
|
|
189
|
-
.magritte-header-date___C28N0_6-1-
|
|
190
|
+
.magritte-header-date___C28N0_6-1-65{
|
|
190
191
|
cursor:default;
|
|
191
192
|
display:flex;
|
|
192
193
|
align-items:center;
|
|
@@ -194,29 +195,29 @@
|
|
|
194
195
|
height:40px;
|
|
195
196
|
border-radius:4px;
|
|
196
197
|
}
|
|
197
|
-
.magritte-header-date___C28N0_6-1-
|
|
198
|
-
--magritte-ui-text-color-override:var(--magritte-color-text-state-primary-pressed-v24-7-
|
|
198
|
+
.magritte-header-date___C28N0_6-1-65:active{
|
|
199
|
+
--magritte-ui-text-color-override:var(--magritte-color-text-state-primary-pressed-v24-7-2);
|
|
199
200
|
}
|
|
200
201
|
@media (min-width: 1020px){
|
|
201
|
-
body.magritte-old-layout .magritte-header-date___C28N0_6-1-
|
|
202
|
-
--magritte-ui-text-color-override:var(--magritte-color-text-state-primary-hovered-v24-7-
|
|
202
|
+
body.magritte-old-layout .magritte-header-date___C28N0_6-1-65:hover:not(:active){
|
|
203
|
+
--magritte-ui-text-color-override:var(--magritte-color-text-state-primary-hovered-v24-7-2);
|
|
203
204
|
}
|
|
204
205
|
}
|
|
205
206
|
@media (min-width: 1024px){
|
|
206
|
-
body:not(.magritte-old-layout) .magritte-header-date___C28N0_6-1-
|
|
207
|
-
--magritte-ui-text-color-override:var(--magritte-color-text-state-primary-hovered-v24-7-
|
|
207
|
+
body:not(.magritte-old-layout) .magritte-header-date___C28N0_6-1-65:hover:not(:active){
|
|
208
|
+
--magritte-ui-text-color-override:var(--magritte-color-text-state-primary-hovered-v24-7-2);
|
|
208
209
|
}
|
|
209
210
|
}
|
|
210
|
-
.magritte-header-date___C28N0_6-1-
|
|
211
|
-
outline:4px solid var(--magritte-color-stroke-state-focused-accessible-v24-7-
|
|
211
|
+
.magritte-header-date___C28N0_6-1-65.focus-visible{
|
|
212
|
+
outline:4px solid var(--magritte-color-stroke-state-focused-accessible-v24-7-2);
|
|
212
213
|
}
|
|
213
|
-
.magritte-header-date_active___FDSSp_6-1-
|
|
214
|
+
.magritte-header-date_active___FDSSp_6-1-65{
|
|
214
215
|
cursor:pointer;
|
|
215
216
|
}
|
|
216
|
-
.magritte-control___1JqcP_6-1-
|
|
217
|
+
.magritte-control___1JqcP_6-1-65{
|
|
217
218
|
width:40px;
|
|
218
219
|
}
|
|
219
|
-
.magritte-weekdays___zl5JK_6-1-
|
|
220
|
+
.magritte-weekdays___zl5JK_6-1-65{
|
|
220
221
|
box-sizing:border-box;
|
|
221
222
|
margin:0 auto;
|
|
222
223
|
padding:0 var(--magritte-date-picker-padding-horizontal, 16px) 0;
|
|
@@ -225,23 +226,23 @@
|
|
|
225
226
|
justify-content:space-around;
|
|
226
227
|
}
|
|
227
228
|
@media (min-width: 1020px){
|
|
228
|
-
body.magritte-old-layout .magritte-weekdays___zl5JK_6-1-
|
|
229
|
+
body.magritte-old-layout .magritte-weekdays___zl5JK_6-1-65{
|
|
229
230
|
margin:0;
|
|
230
231
|
width:375px;
|
|
231
232
|
}
|
|
232
233
|
}
|
|
233
234
|
@media (min-width: 1024px){
|
|
234
|
-
body:not(.magritte-old-layout) .magritte-weekdays___zl5JK_6-1-
|
|
235
|
+
body:not(.magritte-old-layout) .magritte-weekdays___zl5JK_6-1-65{
|
|
235
236
|
margin:0;
|
|
236
237
|
width:375px;
|
|
237
238
|
}
|
|
238
239
|
}
|
|
239
|
-
.magritte-weekday___pDlOC_6-1-
|
|
240
|
+
.magritte-weekday___pDlOC_6-1-65{
|
|
240
241
|
height:40px;
|
|
241
242
|
display:flex;
|
|
242
243
|
align-items:center;
|
|
243
244
|
}
|
|
244
|
-
.magritte-calendar___X0u7X_6-1-
|
|
245
|
+
.magritte-calendar___X0u7X_6-1-65{
|
|
245
246
|
box-sizing:border-box;
|
|
246
247
|
margin:0 auto;
|
|
247
248
|
padding:8px var(--magritte-date-picker-padding-horizontal, 16px) 8px;
|
|
@@ -250,65 +251,65 @@
|
|
|
250
251
|
justify-content:space-around;
|
|
251
252
|
}
|
|
252
253
|
@media (min-width: 1020px){
|
|
253
|
-
body.magritte-old-layout .magritte-calendar___X0u7X_6-1-
|
|
254
|
+
body.magritte-old-layout .magritte-calendar___X0u7X_6-1-65{
|
|
254
255
|
margin:0;
|
|
255
256
|
width:375px;
|
|
256
257
|
}
|
|
257
258
|
}
|
|
258
259
|
@media (min-width: 1024px){
|
|
259
|
-
body:not(.magritte-old-layout) .magritte-calendar___X0u7X_6-1-
|
|
260
|
+
body:not(.magritte-old-layout) .magritte-calendar___X0u7X_6-1-65{
|
|
260
261
|
margin:0;
|
|
261
262
|
width:375px;
|
|
262
263
|
}
|
|
263
264
|
}
|
|
264
|
-
.magritte-calendar_days___i0cpU_6-1-
|
|
265
|
+
.magritte-calendar_days___i0cpU_6-1-65{
|
|
265
266
|
gap:8px 0;
|
|
266
267
|
grid-template-columns:repeat(7, 1fr);
|
|
267
268
|
}
|
|
268
|
-
.magritte-calendar_months___t0Vai_6-1-
|
|
269
|
-
.magritte-calendar_years___XUL8j_6-1-
|
|
269
|
+
.magritte-calendar_months___t0Vai_6-1-65,
|
|
270
|
+
.magritte-calendar_years___XUL8j_6-1-65{
|
|
270
271
|
gap:8px;
|
|
271
272
|
grid-template-columns:repeat(3, 1fr);
|
|
272
273
|
}
|
|
273
|
-
.magritte-calendar_months___t0Vai_6-1-
|
|
274
|
-
.magritte-calendar_years___XUL8j_6-1-
|
|
274
|
+
.magritte-calendar_months___t0Vai_6-1-65 .magritte-substrate___EC-Ay_6-1-65,
|
|
275
|
+
.magritte-calendar_years___XUL8j_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
275
276
|
left:calc(-1 * 8px / 2);
|
|
276
277
|
right:calc(-1 * 8px / 2);
|
|
277
278
|
}
|
|
278
|
-
.magritte-calendar_months___t0Vai_6-1-
|
|
279
|
-
.magritte-calendar_years___XUL8j_6-1-
|
|
279
|
+
.magritte-calendar_months___t0Vai_6-1-65 .magritte-item_interval-row-start___8AftH_6-1-65 .magritte-substrate___EC-Ay_6-1-65,
|
|
280
|
+
.magritte-calendar_years___XUL8j_6-1-65 .magritte-item_interval-row-start___8AftH_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
280
281
|
left:0;
|
|
281
282
|
}
|
|
282
|
-
.magritte-calendar_months___t0Vai_6-1-
|
|
283
|
-
.magritte-calendar_years___XUL8j_6-1-
|
|
283
|
+
.magritte-calendar_months___t0Vai_6-1-65 .magritte-item_interval-start___4AC3w_6-1-65 .magritte-substrate___EC-Ay_6-1-65,
|
|
284
|
+
.magritte-calendar_years___XUL8j_6-1-65 .magritte-item_interval-start___4AC3w_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
284
285
|
left:0;
|
|
285
286
|
}
|
|
286
|
-
.magritte-calendar_months___t0Vai_6-1-
|
|
287
|
-
.magritte-calendar_years___XUL8j_6-1-
|
|
287
|
+
.magritte-calendar_months___t0Vai_6-1-65 .magritte-item_interval-row-end___-AIXc_6-1-65 .magritte-substrate___EC-Ay_6-1-65,
|
|
288
|
+
.magritte-calendar_years___XUL8j_6-1-65 .magritte-item_interval-row-end___-AIXc_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
288
289
|
right:0;
|
|
289
290
|
}
|
|
290
|
-
.magritte-calendar_months___t0Vai_6-1-
|
|
291
|
-
.magritte-calendar_years___XUL8j_6-1-
|
|
291
|
+
.magritte-calendar_months___t0Vai_6-1-65 .magritte-item_interval-end___X-E9S_6-1-65 .magritte-substrate___EC-Ay_6-1-65,
|
|
292
|
+
.magritte-calendar_years___XUL8j_6-1-65 .magritte-item_interval-end___X-E9S_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
292
293
|
right:0;
|
|
293
294
|
}
|
|
294
|
-
.magritte-stretched___KTCV7_6-1-
|
|
295
|
+
.magritte-stretched___KTCV7_6-1-65{
|
|
295
296
|
width:100%;
|
|
296
297
|
}
|
|
297
298
|
@media (min-width: 1020px){
|
|
298
|
-
body.magritte-old-layout .magritte-stretched___KTCV7_6-1-
|
|
299
|
+
body.magritte-old-layout .magritte-stretched___KTCV7_6-1-65{
|
|
299
300
|
width:100%;
|
|
300
301
|
}
|
|
301
302
|
}
|
|
302
303
|
@media (min-width: 1024px){
|
|
303
|
-
body:not(.magritte-old-layout) .magritte-stretched___KTCV7_6-1-
|
|
304
|
+
body:not(.magritte-old-layout) .magritte-stretched___KTCV7_6-1-65{
|
|
304
305
|
width:100%;
|
|
305
306
|
}
|
|
306
307
|
}
|
|
307
|
-
.magritte-item___U0-5-_6-1-
|
|
308
|
+
.magritte-item___U0-5-_6-1-65{
|
|
308
309
|
text-align:center;
|
|
309
310
|
position:relative;
|
|
310
311
|
}
|
|
311
|
-
.magritte-text___pG0UY_6-1-
|
|
312
|
+
.magritte-text___pG0UY_6-1-65{
|
|
312
313
|
font-family:"hh sans";
|
|
313
314
|
font-weight:400;
|
|
314
315
|
line-height:22px;
|
|
@@ -324,28 +325,28 @@
|
|
|
324
325
|
border-radius:12px;
|
|
325
326
|
z-index:1;
|
|
326
327
|
}
|
|
327
|
-
.magritte-text___pG0UY_6-1-
|
|
328
|
-
outline:4px solid var(--magritte-color-stroke-state-focused-accessible-v24-7-
|
|
328
|
+
.magritte-text___pG0UY_6-1-65.focus-visible{
|
|
329
|
+
outline:4px solid var(--magritte-color-stroke-state-focused-accessible-v24-7-2);
|
|
329
330
|
}
|
|
330
|
-
.magritte-text_empty___4h9m-_6-1-
|
|
331
|
+
.magritte-text_empty___4h9m-_6-1-65{
|
|
331
332
|
height:40px;
|
|
332
333
|
width:40px;
|
|
333
334
|
}
|
|
334
|
-
.magritte-substrate___EC-Ay_6-1-
|
|
335
|
+
.magritte-substrate___EC-Ay_6-1-65{
|
|
335
336
|
position:absolute;
|
|
336
337
|
inset:0;
|
|
337
338
|
}
|
|
338
|
-
.magritte-calendar_days___i0cpU_6-1-
|
|
339
|
+
.magritte-calendar_days___i0cpU_6-1-65 .magritte-text___pG0UY_6-1-65{
|
|
339
340
|
width:40px;
|
|
340
341
|
}
|
|
341
|
-
.magritte-calendar_months___t0Vai_6-1-
|
|
342
|
+
.magritte-calendar_months___t0Vai_6-1-65 .magritte-text___pG0UY_6-1-65{
|
|
342
343
|
text-transform:capitalize;
|
|
343
344
|
width:100%;
|
|
344
345
|
}
|
|
345
|
-
.magritte-calendar_years___XUL8j_6-1-
|
|
346
|
+
.magritte-calendar_years___XUL8j_6-1-65 .magritte-text___pG0UY_6-1-65{
|
|
346
347
|
width:100%;
|
|
347
348
|
}
|
|
348
|
-
.magritte-indicatorContainer___kOpWk_6-1-
|
|
349
|
+
.magritte-indicatorContainer___kOpWk_6-1-65{
|
|
349
350
|
position:absolute;
|
|
350
351
|
bottom:5px;
|
|
351
352
|
left:50%;
|
|
@@ -355,42 +356,42 @@
|
|
|
355
356
|
gap:2px;
|
|
356
357
|
pointer-events:none;
|
|
357
358
|
}
|
|
358
|
-
.magritte-indicator___yy1HA_6-1-
|
|
359
|
+
.magritte-indicator___yy1HA_6-1-65{
|
|
359
360
|
width:4px;
|
|
360
361
|
height:4px;
|
|
361
362
|
border-radius:2px;
|
|
362
363
|
}
|
|
363
|
-
.magritte-text_unselected___gjuAU_6-1-
|
|
364
|
-
color:var(--magritte-color-text-primary-v24-7-
|
|
364
|
+
.magritte-text_unselected___gjuAU_6-1-65{
|
|
365
|
+
color:var(--magritte-color-text-primary-v24-7-2);
|
|
365
366
|
}
|
|
366
|
-
.magritte-text_unselected___gjuAU_6-1-
|
|
367
|
-
background-color:var(--magritte-color-icon-primary-v24-7-
|
|
367
|
+
.magritte-text_unselected___gjuAU_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
368
|
+
background-color:var(--magritte-color-icon-primary-v24-7-2);
|
|
368
369
|
}
|
|
369
370
|
@media (min-width: 1020px){
|
|
370
|
-
body.magritte-old-layout .magritte-text_unselected___gjuAU_6-1-
|
|
371
|
-
color:var(--magritte-color-text-inverse-v24-7-
|
|
372
|
-
background-color:var(--magritte-color-background-state-inverse-pressed-v24-7-
|
|
371
|
+
body.magritte-old-layout .magritte-text_unselected___gjuAU_6-1-65:active{
|
|
372
|
+
color:var(--magritte-color-text-inverse-v24-7-2);
|
|
373
|
+
background-color:var(--magritte-color-background-state-inverse-pressed-v24-7-2);
|
|
373
374
|
}
|
|
374
|
-
body.magritte-old-layout .magritte-text_unselected___gjuAU_6-1-
|
|
375
|
-
background-color:var(--magritte-color-icon-inverse-v24-7-
|
|
375
|
+
body.magritte-old-layout .magritte-text_unselected___gjuAU_6-1-65:active .magritte-indicator___yy1HA_6-1-65{
|
|
376
|
+
background-color:var(--magritte-color-icon-inverse-v24-7-2);
|
|
376
377
|
}
|
|
377
|
-
body.magritte-old-layout .magritte-text_unselected___gjuAU_6-1-
|
|
378
|
-
background-color:var(--magritte-color-background-state-secondary-hovered-v24-7-
|
|
378
|
+
body.magritte-old-layout .magritte-text_unselected___gjuAU_6-1-65:hover:not(:active){
|
|
379
|
+
background-color:var(--magritte-color-background-state-secondary-hovered-v24-7-2);
|
|
379
380
|
}
|
|
380
381
|
}
|
|
381
382
|
@media (min-width: 1024px){
|
|
382
|
-
body:not(.magritte-old-layout) .magritte-text_unselected___gjuAU_6-1-
|
|
383
|
-
color:var(--magritte-color-text-inverse-v24-7-
|
|
384
|
-
background-color:var(--magritte-color-background-state-inverse-pressed-v24-7-
|
|
383
|
+
body:not(.magritte-old-layout) .magritte-text_unselected___gjuAU_6-1-65:active{
|
|
384
|
+
color:var(--magritte-color-text-inverse-v24-7-2);
|
|
385
|
+
background-color:var(--magritte-color-background-state-inverse-pressed-v24-7-2);
|
|
385
386
|
}
|
|
386
|
-
body:not(.magritte-old-layout) .magritte-text_unselected___gjuAU_6-1-
|
|
387
|
-
background-color:var(--magritte-color-icon-inverse-v24-7-
|
|
387
|
+
body:not(.magritte-old-layout) .magritte-text_unselected___gjuAU_6-1-65:active .magritte-indicator___yy1HA_6-1-65{
|
|
388
|
+
background-color:var(--magritte-color-icon-inverse-v24-7-2);
|
|
388
389
|
}
|
|
389
|
-
body:not(.magritte-old-layout) .magritte-text_unselected___gjuAU_6-1-
|
|
390
|
-
background-color:var(--magritte-color-background-state-secondary-hovered-v24-7-
|
|
390
|
+
body:not(.magritte-old-layout) .magritte-text_unselected___gjuAU_6-1-65:hover:not(:active){
|
|
391
|
+
background-color:var(--magritte-color-background-state-secondary-hovered-v24-7-2);
|
|
391
392
|
}
|
|
392
393
|
}
|
|
393
|
-
.magritte-text_selected___a69MP_6-1-
|
|
394
|
+
.magritte-text_selected___a69MP_6-1-65{
|
|
394
395
|
font-family:"hh sans";
|
|
395
396
|
font-weight:500;
|
|
396
397
|
line-height:22px;
|
|
@@ -400,112 +401,112 @@
|
|
|
400
401
|
text-transform:none;
|
|
401
402
|
text-decoration:none;
|
|
402
403
|
cursor:default;
|
|
403
|
-
color:var(--magritte-color-text-inverse-v24-7-
|
|
404
|
-
background-color:var(--magritte-color-background-inverse-v24-7-
|
|
404
|
+
color:var(--magritte-color-text-inverse-v24-7-2);
|
|
405
|
+
background-color:var(--magritte-color-background-inverse-v24-7-2);
|
|
405
406
|
}
|
|
406
|
-
.magritte-text_selected___a69MP_6-1-
|
|
407
|
-
background-color:var(--magritte-color-icon-inverse-v24-7-
|
|
407
|
+
.magritte-text_selected___a69MP_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
408
|
+
background-color:var(--magritte-color-icon-inverse-v24-7-2);
|
|
408
409
|
}
|
|
409
410
|
@media (min-width: 1020px){
|
|
410
|
-
body.magritte-old-layout .magritte-text_selected___a69MP_6-1-
|
|
411
|
-
background-color:var(--magritte-color-background-state-inverse-pressed-v24-7-
|
|
411
|
+
body.magritte-old-layout .magritte-text_selected___a69MP_6-1-65:active{
|
|
412
|
+
background-color:var(--magritte-color-background-state-inverse-pressed-v24-7-2);
|
|
412
413
|
}
|
|
413
|
-
body.magritte-old-layout .magritte-text_selected___a69MP_6-1-
|
|
414
|
-
background-color:var(--magritte-color-background-state-inverse-hovered-v24-7-
|
|
414
|
+
body.magritte-old-layout .magritte-text_selected___a69MP_6-1-65:hover:not(:active){
|
|
415
|
+
background-color:var(--magritte-color-background-state-inverse-hovered-v24-7-2);
|
|
415
416
|
}
|
|
416
417
|
}
|
|
417
418
|
@media (min-width: 1024px){
|
|
418
|
-
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_6-1-
|
|
419
|
-
background-color:var(--magritte-color-background-state-inverse-pressed-v24-7-
|
|
419
|
+
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_6-1-65:active{
|
|
420
|
+
background-color:var(--magritte-color-background-state-inverse-pressed-v24-7-2);
|
|
420
421
|
}
|
|
421
|
-
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_6-1-
|
|
422
|
-
background-color:var(--magritte-color-background-state-inverse-hovered-v24-7-
|
|
422
|
+
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_6-1-65:hover:not(:active){
|
|
423
|
+
background-color:var(--magritte-color-background-state-inverse-hovered-v24-7-2);
|
|
423
424
|
}
|
|
424
425
|
}
|
|
425
|
-
.magritte-text_disabled___I1IYo_6-1-
|
|
426
|
+
.magritte-text_disabled___I1IYo_6-1-65{
|
|
426
427
|
cursor:default;
|
|
427
|
-
color:var(--magritte-color-text-state-primary-disabled-v24-7-
|
|
428
|
+
color:var(--magritte-color-text-state-primary-disabled-v24-7-2);
|
|
428
429
|
}
|
|
429
|
-
.magritte-text_disabled___I1IYo_6-1-
|
|
430
|
-
background-color:var(--magritte-color-icon-state-primary-disabled-v24-7-
|
|
430
|
+
.magritte-text_disabled___I1IYo_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
431
|
+
background-color:var(--magritte-color-icon-state-primary-disabled-v24-7-2);
|
|
431
432
|
}
|
|
432
|
-
.magritte-text_selected___a69MP_6-1-
|
|
433
|
-
color:var(--magritte-color-text-state-inverse-disabled-v24-7-
|
|
434
|
-
background-color:var(--magritte-color-background-state-inverse-disabled-v24-7-
|
|
433
|
+
.magritte-text_selected___a69MP_6-1-65.magritte-text_disabled___I1IYo_6-1-65{
|
|
434
|
+
color:var(--magritte-color-text-state-inverse-disabled-v24-7-2);
|
|
435
|
+
background-color:var(--magritte-color-background-state-inverse-disabled-v24-7-2);
|
|
435
436
|
}
|
|
436
|
-
.magritte-text_selected___a69MP_6-1-
|
|
437
|
-
background-color:var(--magritte-color-icon-state-inverse-disabled-v24-7-
|
|
437
|
+
.magritte-text_selected___a69MP_6-1-65.magritte-text_disabled___I1IYo_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
438
|
+
background-color:var(--magritte-color-icon-state-inverse-disabled-v24-7-2);
|
|
438
439
|
}
|
|
439
440
|
@media (min-width: 1020px){
|
|
440
|
-
body.magritte-old-layout .magritte-text_selected___a69MP_6-1-
|
|
441
|
-
background-color:var(--magritte-color-background-state-inverse-disabled-v24-7-
|
|
441
|
+
body.magritte-old-layout .magritte-text_selected___a69MP_6-1-65.magritte-text_disabled___I1IYo_6-1-65:active{
|
|
442
|
+
background-color:var(--magritte-color-background-state-inverse-disabled-v24-7-2);
|
|
442
443
|
}
|
|
443
|
-
body.magritte-old-layout .magritte-text_selected___a69MP_6-1-
|
|
444
|
-
background-color:var(--magritte-color-background-state-inverse-disabled-v24-7-
|
|
444
|
+
body.magritte-old-layout .magritte-text_selected___a69MP_6-1-65.magritte-text_disabled___I1IYo_6-1-65:hover:not(:active){
|
|
445
|
+
background-color:var(--magritte-color-background-state-inverse-disabled-v24-7-2);
|
|
445
446
|
}
|
|
446
447
|
}
|
|
447
448
|
@media (min-width: 1024px){
|
|
448
|
-
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_6-1-
|
|
449
|
-
background-color:var(--magritte-color-background-state-inverse-disabled-v24-7-
|
|
449
|
+
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_6-1-65.magritte-text_disabled___I1IYo_6-1-65:active{
|
|
450
|
+
background-color:var(--magritte-color-background-state-inverse-disabled-v24-7-2);
|
|
450
451
|
}
|
|
451
|
-
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_6-1-
|
|
452
|
-
background-color:var(--magritte-color-background-state-inverse-disabled-v24-7-
|
|
452
|
+
body:not(.magritte-old-layout) .magritte-text_selected___a69MP_6-1-65.magritte-text_disabled___I1IYo_6-1-65:hover:not(:active){
|
|
453
|
+
background-color:var(--magritte-color-background-state-inverse-disabled-v24-7-2);
|
|
453
454
|
}
|
|
454
455
|
}
|
|
455
|
-
.magritte-text_draggable___ebUW6_6-1-
|
|
456
|
+
.magritte-text_draggable___ebUW6_6-1-65{
|
|
456
457
|
cursor:grab;
|
|
457
458
|
}
|
|
458
|
-
.magritte-text_draggable___ebUW6_6-1-
|
|
459
|
+
.magritte-text_draggable___ebUW6_6-1-65:active{
|
|
459
460
|
cursor:grabbing;
|
|
460
461
|
}
|
|
461
|
-
.magritte-text_drag-source___-krSg_6-1-
|
|
462
|
-
color:var(--magritte-color-text-primary-v24-7-
|
|
462
|
+
.magritte-text_drag-source___-krSg_6-1-65{
|
|
463
|
+
color:var(--magritte-color-text-primary-v24-7-2);
|
|
463
464
|
}
|
|
464
|
-
.magritte-text_drag-source___-krSg_6-1-
|
|
465
|
-
background-color:var(--magritte-color-icon-primary-v24-7-
|
|
465
|
+
.magritte-text_drag-source___-krSg_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
466
|
+
background-color:var(--magritte-color-icon-primary-v24-7-2);
|
|
466
467
|
}
|
|
467
|
-
.magritte-text_drop-target___mwmCv_6-1-
|
|
468
|
-
color:var(--magritte-color-text-constant-v24-7-
|
|
469
|
-
background-color:var(--magritte-color-background-state-inverse-hovered-v24-7-
|
|
468
|
+
.magritte-text_drop-target___mwmCv_6-1-65{
|
|
469
|
+
color:var(--magritte-color-text-constant-v24-7-2);
|
|
470
|
+
background-color:var(--magritte-color-background-state-inverse-hovered-v24-7-2);
|
|
470
471
|
}
|
|
471
|
-
.magritte-text_drop-target___mwmCv_6-1-
|
|
472
|
-
background-color:var(--magritte-color-icon-inverse-v24-7-
|
|
472
|
+
.magritte-text_drop-target___mwmCv_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
473
|
+
background-color:var(--magritte-color-icon-inverse-v24-7-2);
|
|
473
474
|
}
|
|
474
|
-
.magritte-text_today___c3RHg_6-1-
|
|
475
|
-
border:2px solid var(--magritte-color-stroke-neutral-heavy-v24-7-
|
|
475
|
+
.magritte-text_today___c3RHg_6-1-65{
|
|
476
|
+
border:2px solid var(--magritte-color-stroke-neutral-heavy-v24-7-2);
|
|
476
477
|
}
|
|
477
|
-
.magritte-text_selected___a69MP_6-1-
|
|
478
|
+
.magritte-text_selected___a69MP_6-1-65.magritte-text_today___c3RHg_6-1-65{
|
|
478
479
|
border:0;
|
|
479
480
|
}
|
|
480
|
-
.magritte-text_today___c3RHg_6-1-
|
|
481
|
+
.magritte-text_today___c3RHg_6-1-65:not(.magritte-text_disabled___I1IYo_6-1-65):active{
|
|
481
482
|
border:0;
|
|
482
483
|
}
|
|
483
|
-
.magritte-item_interval___RbZXk_6-1-
|
|
484
|
-
background-color:var(--magritte-color-background-secondary-v24-7-
|
|
484
|
+
.magritte-item_interval___RbZXk_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
485
|
+
background-color:var(--magritte-color-background-secondary-v24-7-2);
|
|
485
486
|
}
|
|
486
|
-
.magritte-item_interval-start___4AC3w_6-1-
|
|
487
|
+
.magritte-item_interval-start___4AC3w_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
487
488
|
border-top-left-radius:12px;
|
|
488
489
|
border-bottom-left-radius:12px;
|
|
489
490
|
}
|
|
490
|
-
.magritte-calendar_days___i0cpU_6-1-
|
|
491
|
+
.magritte-calendar_days___i0cpU_6-1-65 .magritte-item_interval-start___4AC3w_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
491
492
|
left:calc(50% - 40px / 2);
|
|
492
493
|
}
|
|
493
|
-
.magritte-item_interval-end___X-E9S_6-1-
|
|
494
|
+
.magritte-item_interval-end___X-E9S_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
494
495
|
border-top-right-radius:12px;
|
|
495
496
|
border-bottom-right-radius:12px;
|
|
496
497
|
}
|
|
497
|
-
.magritte-calendar_days___i0cpU_6-1-
|
|
498
|
+
.magritte-calendar_days___i0cpU_6-1-65 .magritte-item_interval-end___X-E9S_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
498
499
|
right:calc(50% - 40px / 2);
|
|
499
500
|
}
|
|
500
|
-
.magritte-item_interval-row-start___8AftH_6-1-
|
|
501
|
+
.magritte-item_interval-row-start___8AftH_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
501
502
|
border-top-left-radius:12px;
|
|
502
503
|
border-bottom-left-radius:12px;
|
|
503
504
|
}
|
|
504
|
-
.magritte-item_interval-row-end___-AIXc_6-1-
|
|
505
|
+
.magritte-item_interval-row-end___-AIXc_6-1-65 .magritte-substrate___EC-Ay_6-1-65{
|
|
505
506
|
border-top-right-radius:12px;
|
|
506
507
|
border-bottom-right-radius:12px;
|
|
507
508
|
}
|
|
508
|
-
.magritte-text_holiday___532-b_6-1-
|
|
509
|
+
.magritte-text_holiday___532-b_6-1-65{
|
|
509
510
|
cursor:default;
|
|
510
511
|
font-family:"hh sans";
|
|
511
512
|
font-weight:500;
|
|
@@ -515,33 +516,33 @@
|
|
|
515
516
|
text-indent:0px;
|
|
516
517
|
text-transform:none;
|
|
517
518
|
text-decoration:none;
|
|
518
|
-
color:var(--magritte-color-text-negative-v24-7-
|
|
519
|
-
background-color:var(--magritte-color-background-negative-secondary-v24-7-
|
|
519
|
+
color:var(--magritte-color-text-negative-v24-7-2);
|
|
520
|
+
background-color:var(--magritte-color-background-negative-secondary-v24-7-2);
|
|
520
521
|
}
|
|
521
|
-
.magritte-text_holiday___532-b_6-1-
|
|
522
|
-
background-color:var(--magritte-color-icon-negative-v24-7-
|
|
522
|
+
.magritte-text_holiday___532-b_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
523
|
+
background-color:var(--magritte-color-icon-negative-v24-7-2);
|
|
523
524
|
}
|
|
524
|
-
.magritte-text_holiday___532-b_6-1-
|
|
525
|
-
background-color:var(--magritte-color-background-state-negative-secondary-pressed-v24-7-
|
|
525
|
+
.magritte-text_holiday___532-b_6-1-65.magritte-text_active___vNPUG_6-1-65:active{
|
|
526
|
+
background-color:var(--magritte-color-background-state-negative-secondary-pressed-v24-7-2);
|
|
526
527
|
}
|
|
527
528
|
@media (min-width: 1020px){
|
|
528
|
-
body.magritte-old-layout .magritte-text_holiday___532-b_6-1-
|
|
529
|
-
background-color:var(--magritte-color-background-state-negative-secondary-hovered-v24-7-
|
|
529
|
+
body.magritte-old-layout .magritte-text_holiday___532-b_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
530
|
+
background-color:var(--magritte-color-background-state-negative-secondary-hovered-v24-7-2);
|
|
530
531
|
}
|
|
531
532
|
}
|
|
532
533
|
@media (min-width: 1024px){
|
|
533
|
-
body:not(.magritte-old-layout) .magritte-text_holiday___532-b_6-1-
|
|
534
|
-
background-color:var(--magritte-color-background-state-negative-secondary-hovered-v24-7-
|
|
534
|
+
body:not(.magritte-old-layout) .magritte-text_holiday___532-b_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
535
|
+
background-color:var(--magritte-color-background-state-negative-secondary-hovered-v24-7-2);
|
|
535
536
|
}
|
|
536
537
|
}
|
|
537
|
-
.magritte-text_holiday___532-b_6-1-
|
|
538
|
-
color:var(--magritte-color-text-state-negative-disabled-v24-7-
|
|
539
|
-
background-color:var(--magritte-color-background-state-negative-secondary-disabled-v24-7-
|
|
538
|
+
.magritte-text_holiday___532-b_6-1-65.magritte-text_disabled___I1IYo_6-1-65{
|
|
539
|
+
color:var(--magritte-color-text-state-negative-disabled-v24-7-2);
|
|
540
|
+
background-color:var(--magritte-color-background-state-negative-secondary-disabled-v24-7-2);
|
|
540
541
|
}
|
|
541
|
-
.magritte-text_holiday___532-b_6-1-
|
|
542
|
-
background-color:var(--magritte-color-icon-state-negative-disabled-v24-7-
|
|
542
|
+
.magritte-text_holiday___532-b_6-1-65.magritte-text_disabled___I1IYo_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
543
|
+
background-color:var(--magritte-color-icon-state-negative-disabled-v24-7-2);
|
|
543
544
|
}
|
|
544
|
-
.magritte-text_short-workday___lZl3F_6-1-
|
|
545
|
+
.magritte-text_short-workday___lZl3F_6-1-65{
|
|
545
546
|
cursor:default;
|
|
546
547
|
font-family:"hh sans";
|
|
547
548
|
font-weight:500;
|
|
@@ -551,155 +552,155 @@
|
|
|
551
552
|
text-indent:0px;
|
|
552
553
|
text-transform:none;
|
|
553
554
|
text-decoration:none;
|
|
554
|
-
color:var(--magritte-color-text-warning-v24-7-
|
|
555
|
-
background-color:var(--magritte-color-background-warning-secondary-v24-7-
|
|
555
|
+
color:var(--magritte-color-text-warning-v24-7-2);
|
|
556
|
+
background-color:var(--magritte-color-background-warning-secondary-v24-7-2);
|
|
556
557
|
}
|
|
557
|
-
.magritte-text_short-workday___lZl3F_6-1-
|
|
558
|
-
background-color:var(--magritte-color-icon-warning-v24-7-
|
|
558
|
+
.magritte-text_short-workday___lZl3F_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
559
|
+
background-color:var(--magritte-color-icon-warning-v24-7-2);
|
|
559
560
|
}
|
|
560
|
-
.magritte-text_short-workday___lZl3F_6-1-
|
|
561
|
-
background-color:var(--magritte-color-background-state-warning-secondary-pressed-v24-7-
|
|
561
|
+
.magritte-text_short-workday___lZl3F_6-1-65.magritte-text_active___vNPUG_6-1-65:active{
|
|
562
|
+
background-color:var(--magritte-color-background-state-warning-secondary-pressed-v24-7-2);
|
|
562
563
|
}
|
|
563
564
|
@media (min-width: 1020px){
|
|
564
|
-
body.magritte-old-layout .magritte-text_short-workday___lZl3F_6-1-
|
|
565
|
-
background-color:var(--magritte-color-background-state-warning-secondary-hovered-v24-7-
|
|
565
|
+
body.magritte-old-layout .magritte-text_short-workday___lZl3F_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
566
|
+
background-color:var(--magritte-color-background-state-warning-secondary-hovered-v24-7-2);
|
|
566
567
|
}
|
|
567
568
|
}
|
|
568
569
|
@media (min-width: 1024px){
|
|
569
|
-
body:not(.magritte-old-layout) .magritte-text_short-workday___lZl3F_6-1-
|
|
570
|
-
background-color:var(--magritte-color-background-state-warning-secondary-hovered-v24-7-
|
|
570
|
+
body:not(.magritte-old-layout) .magritte-text_short-workday___lZl3F_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
571
|
+
background-color:var(--magritte-color-background-state-warning-secondary-hovered-v24-7-2);
|
|
571
572
|
}
|
|
572
573
|
}
|
|
573
|
-
.magritte-text_short-workday___lZl3F_6-1-
|
|
574
|
-
color:var(--magritte-color-text-state-warning-disabled-v24-7-
|
|
575
|
-
background-color:var(--magritte-color-background-state-warning-secondary-disabled-v24-7-
|
|
574
|
+
.magritte-text_short-workday___lZl3F_6-1-65.magritte-text_disabled___I1IYo_6-1-65{
|
|
575
|
+
color:var(--magritte-color-text-state-warning-disabled-v24-7-2);
|
|
576
|
+
background-color:var(--magritte-color-background-state-warning-secondary-disabled-v24-7-2);
|
|
576
577
|
}
|
|
577
|
-
.magritte-text_short-workday___lZl3F_6-1-
|
|
578
|
-
background-color:var(--magritte-color-icon-state-warning-disabled-v24-7-
|
|
578
|
+
.magritte-text_short-workday___lZl3F_6-1-65.magritte-text_disabled___I1IYo_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
579
|
+
background-color:var(--magritte-color-icon-state-warning-disabled-v24-7-2);
|
|
579
580
|
}
|
|
580
|
-
.magritte-text_workday___2Ok-d_6-1-
|
|
581
|
+
.magritte-text_workday___2Ok-d_6-1-65{
|
|
581
582
|
cursor:default;
|
|
582
|
-
color:var(--magritte-color-text-primary-v24-7-
|
|
583
|
+
color:var(--magritte-color-text-primary-v24-7-2);
|
|
583
584
|
}
|
|
584
|
-
.magritte-text_workday___2Ok-d_6-1-
|
|
585
|
-
background-color:var(--magritte-color-icon-primary-v24-7-
|
|
585
|
+
.magritte-text_workday___2Ok-d_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
586
|
+
background-color:var(--magritte-color-icon-primary-v24-7-2);
|
|
586
587
|
}
|
|
587
|
-
.magritte-text_workday___2Ok-d_6-1-
|
|
588
|
-
color:var(--magritte-color-text-state-primary-disabled-v24-7-
|
|
588
|
+
.magritte-text_workday___2Ok-d_6-1-65.magritte-text_disabled___I1IYo_6-1-65{
|
|
589
|
+
color:var(--magritte-color-text-state-primary-disabled-v24-7-2);
|
|
589
590
|
}
|
|
590
|
-
.magritte-text_workday___2Ok-d_6-1-
|
|
591
|
-
background-color:var(--magritte-color-icon-state-primary-disabled-v24-7-
|
|
591
|
+
.magritte-text_workday___2Ok-d_6-1-65.magritte-text_disabled___I1IYo_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
592
|
+
background-color:var(--magritte-color-icon-state-primary-disabled-v24-7-2);
|
|
592
593
|
}
|
|
593
|
-
.magritte-text_neutral___OA4f9_6-1-
|
|
594
|
+
.magritte-text_neutral___OA4f9_6-1-65{
|
|
594
595
|
cursor:default;
|
|
595
|
-
color:var(--magritte-color-text-primary-v24-7-
|
|
596
|
+
color:var(--magritte-color-text-primary-v24-7-2);
|
|
596
597
|
}
|
|
597
|
-
.magritte-text_neutral___OA4f9_6-1-
|
|
598
|
-
background-color:var(--magritte-color-icon-primary-v24-7-
|
|
598
|
+
.magritte-text_neutral___OA4f9_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
599
|
+
background-color:var(--magritte-color-icon-primary-v24-7-2);
|
|
599
600
|
}
|
|
600
|
-
.magritte-text_neutral___OA4f9_6-1-
|
|
601
|
-
background-color:var(--magritte-color-background-state-secondary-pressed-v24-7-
|
|
601
|
+
.magritte-text_neutral___OA4f9_6-1-65.magritte-text_active___vNPUG_6-1-65:active{
|
|
602
|
+
background-color:var(--magritte-color-background-state-secondary-pressed-v24-7-2);
|
|
602
603
|
}
|
|
603
604
|
@media (min-width: 1020px){
|
|
604
|
-
body.magritte-old-layout .magritte-text_neutral___OA4f9_6-1-
|
|
605
|
-
background-color:var(--magritte-color-background-state-secondary-hovered-v24-7-
|
|
605
|
+
body.magritte-old-layout .magritte-text_neutral___OA4f9_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
606
|
+
background-color:var(--magritte-color-background-state-secondary-hovered-v24-7-2);
|
|
606
607
|
}
|
|
607
608
|
}
|
|
608
609
|
@media (min-width: 1024px){
|
|
609
|
-
body:not(.magritte-old-layout) .magritte-text_neutral___OA4f9_6-1-
|
|
610
|
-
background-color:var(--magritte-color-background-state-secondary-hovered-v24-7-
|
|
610
|
+
body:not(.magritte-old-layout) .magritte-text_neutral___OA4f9_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
611
|
+
background-color:var(--magritte-color-background-state-secondary-hovered-v24-7-2);
|
|
611
612
|
}
|
|
612
613
|
}
|
|
613
|
-
.magritte-text_neutral___OA4f9_6-1-
|
|
614
|
-
color:var(--magritte-color-text-state-primary-disabled-v24-7-
|
|
614
|
+
.magritte-text_neutral___OA4f9_6-1-65.magritte-text_disabled___I1IYo_6-1-65{
|
|
615
|
+
color:var(--magritte-color-text-state-primary-disabled-v24-7-2);
|
|
615
616
|
}
|
|
616
|
-
.magritte-text_neutral___OA4f9_6-1-
|
|
617
|
-
background-color:var(--magritte-color-icon-state-primary-disabled-v24-7-
|
|
617
|
+
.magritte-text_neutral___OA4f9_6-1-65.magritte-text_disabled___I1IYo_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
618
|
+
background-color:var(--magritte-color-icon-state-primary-disabled-v24-7-2);
|
|
618
619
|
}
|
|
619
|
-
.magritte-text_positive___U1G69_6-1-
|
|
620
|
+
.magritte-text_positive___U1G69_6-1-65{
|
|
620
621
|
cursor:default;
|
|
621
|
-
color:var(--magritte-color-text-positive-v24-7-
|
|
622
|
-
background-color:var(--magritte-color-background-positive-secondary-v24-7-
|
|
622
|
+
color:var(--magritte-color-text-positive-v24-7-2);
|
|
623
|
+
background-color:var(--magritte-color-background-positive-secondary-v24-7-2);
|
|
623
624
|
}
|
|
624
|
-
.magritte-text_positive___U1G69_6-1-
|
|
625
|
-
background-color:var(--magritte-color-icon-positive-v24-7-
|
|
625
|
+
.magritte-text_positive___U1G69_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
626
|
+
background-color:var(--magritte-color-icon-positive-v24-7-2);
|
|
626
627
|
}
|
|
627
|
-
.magritte-text_positive___U1G69_6-1-
|
|
628
|
-
background-color:var(--magritte-color-background-state-positive-secondary-pressed-v24-7-
|
|
628
|
+
.magritte-text_positive___U1G69_6-1-65.magritte-text_active___vNPUG_6-1-65:active{
|
|
629
|
+
background-color:var(--magritte-color-background-state-positive-secondary-pressed-v24-7-2);
|
|
629
630
|
}
|
|
630
631
|
@media (min-width: 1020px){
|
|
631
|
-
body.magritte-old-layout .magritte-text_positive___U1G69_6-1-
|
|
632
|
-
background-color:var(--magritte-color-background-state-positive-secondary-hovered-v24-7-
|
|
632
|
+
body.magritte-old-layout .magritte-text_positive___U1G69_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
633
|
+
background-color:var(--magritte-color-background-state-positive-secondary-hovered-v24-7-2);
|
|
633
634
|
}
|
|
634
635
|
}
|
|
635
636
|
@media (min-width: 1024px){
|
|
636
|
-
body:not(.magritte-old-layout) .magritte-text_positive___U1G69_6-1-
|
|
637
|
-
background-color:var(--magritte-color-background-state-positive-secondary-hovered-v24-7-
|
|
637
|
+
body:not(.magritte-old-layout) .magritte-text_positive___U1G69_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
638
|
+
background-color:var(--magritte-color-background-state-positive-secondary-hovered-v24-7-2);
|
|
638
639
|
}
|
|
639
640
|
}
|
|
640
|
-
.magritte-text_positive___U1G69_6-1-
|
|
641
|
-
color:var(--magritte-color-text-state-positive-disabled-v24-7-
|
|
642
|
-
background-color:var(--magritte-color-background-state-positive-secondary-disabled-v24-7-
|
|
641
|
+
.magritte-text_positive___U1G69_6-1-65.magritte-text_disabled___I1IYo_6-1-65{
|
|
642
|
+
color:var(--magritte-color-text-state-positive-disabled-v24-7-2);
|
|
643
|
+
background-color:var(--magritte-color-background-state-positive-secondary-disabled-v24-7-2);
|
|
643
644
|
}
|
|
644
|
-
.magritte-text_positive___U1G69_6-1-
|
|
645
|
-
background-color:var(--magritte-color-icon-state-positive-disabled-v24-7-
|
|
645
|
+
.magritte-text_positive___U1G69_6-1-65.magritte-text_disabled___I1IYo_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
646
|
+
background-color:var(--magritte-color-icon-state-positive-disabled-v24-7-2);
|
|
646
647
|
}
|
|
647
|
-
.magritte-text_warning___gNctj_6-1-
|
|
648
|
+
.magritte-text_warning___gNctj_6-1-65{
|
|
648
649
|
cursor:default;
|
|
649
|
-
color:var(--magritte-color-text-warning-v24-7-
|
|
650
|
-
background-color:var(--magritte-color-background-warning-secondary-v24-7-
|
|
650
|
+
color:var(--magritte-color-text-warning-v24-7-2);
|
|
651
|
+
background-color:var(--magritte-color-background-warning-secondary-v24-7-2);
|
|
651
652
|
}
|
|
652
|
-
.magritte-text_warning___gNctj_6-1-
|
|
653
|
-
background-color:var(--magritte-color-icon-warning-v24-7-
|
|
653
|
+
.magritte-text_warning___gNctj_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
654
|
+
background-color:var(--magritte-color-icon-warning-v24-7-2);
|
|
654
655
|
}
|
|
655
|
-
.magritte-text_warning___gNctj_6-1-
|
|
656
|
-
background-color:var(--magritte-color-background-state-warning-secondary-pressed-v24-7-
|
|
656
|
+
.magritte-text_warning___gNctj_6-1-65.magritte-text_active___vNPUG_6-1-65:active{
|
|
657
|
+
background-color:var(--magritte-color-background-state-warning-secondary-pressed-v24-7-2);
|
|
657
658
|
}
|
|
658
659
|
@media (min-width: 1020px){
|
|
659
|
-
body.magritte-old-layout .magritte-text_warning___gNctj_6-1-
|
|
660
|
-
background-color:var(--magritte-color-background-state-warning-secondary-hovered-v24-7-
|
|
660
|
+
body.magritte-old-layout .magritte-text_warning___gNctj_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
661
|
+
background-color:var(--magritte-color-background-state-warning-secondary-hovered-v24-7-2);
|
|
661
662
|
}
|
|
662
663
|
}
|
|
663
664
|
@media (min-width: 1024px){
|
|
664
|
-
body:not(.magritte-old-layout) .magritte-text_warning___gNctj_6-1-
|
|
665
|
-
background-color:var(--magritte-color-background-state-warning-secondary-hovered-v24-7-
|
|
665
|
+
body:not(.magritte-old-layout) .magritte-text_warning___gNctj_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
666
|
+
background-color:var(--magritte-color-background-state-warning-secondary-hovered-v24-7-2);
|
|
666
667
|
}
|
|
667
668
|
}
|
|
668
|
-
.magritte-text_warning___gNctj_6-1-
|
|
669
|
-
color:var(--magritte-color-text-state-warning-disabled-v24-7-
|
|
670
|
-
background-color:var(--magritte-color-background-state-warning-secondary-disabled-v24-7-
|
|
669
|
+
.magritte-text_warning___gNctj_6-1-65.magritte-text_disabled___I1IYo_6-1-65{
|
|
670
|
+
color:var(--magritte-color-text-state-warning-disabled-v24-7-2);
|
|
671
|
+
background-color:var(--magritte-color-background-state-warning-secondary-disabled-v24-7-2);
|
|
671
672
|
}
|
|
672
|
-
.magritte-text_warning___gNctj_6-1-
|
|
673
|
-
background-color:var(--magritte-color-icon-state-warning-disabled-v24-7-
|
|
673
|
+
.magritte-text_warning___gNctj_6-1-65.magritte-text_disabled___I1IYo_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
674
|
+
background-color:var(--magritte-color-icon-state-warning-disabled-v24-7-2);
|
|
674
675
|
}
|
|
675
|
-
.magritte-text_negative___LZdIZ_6-1-
|
|
676
|
+
.magritte-text_negative___LZdIZ_6-1-65{
|
|
676
677
|
cursor:default;
|
|
677
|
-
color:var(--magritte-color-text-negative-v24-7-
|
|
678
|
-
background-color:var(--magritte-color-background-negative-secondary-v24-7-
|
|
678
|
+
color:var(--magritte-color-text-negative-v24-7-2);
|
|
679
|
+
background-color:var(--magritte-color-background-negative-secondary-v24-7-2);
|
|
679
680
|
}
|
|
680
|
-
.magritte-text_negative___LZdIZ_6-1-
|
|
681
|
-
background-color:var(--magritte-color-icon-negative-v24-7-
|
|
681
|
+
.magritte-text_negative___LZdIZ_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
682
|
+
background-color:var(--magritte-color-icon-negative-v24-7-2);
|
|
682
683
|
}
|
|
683
|
-
.magritte-text_negative___LZdIZ_6-1-
|
|
684
|
-
background-color:var(--magritte-color-background-state-negative-secondary-pressed-v24-7-
|
|
684
|
+
.magritte-text_negative___LZdIZ_6-1-65.magritte-text_active___vNPUG_6-1-65:active{
|
|
685
|
+
background-color:var(--magritte-color-background-state-negative-secondary-pressed-v24-7-2);
|
|
685
686
|
}
|
|
686
687
|
@media (min-width: 1020px){
|
|
687
|
-
body.magritte-old-layout .magritte-text_negative___LZdIZ_6-1-
|
|
688
|
-
background-color:var(--magritte-color-background-state-negative-secondary-hovered-v24-7-
|
|
688
|
+
body.magritte-old-layout .magritte-text_negative___LZdIZ_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
689
|
+
background-color:var(--magritte-color-background-state-negative-secondary-hovered-v24-7-2);
|
|
689
690
|
}
|
|
690
691
|
}
|
|
691
692
|
@media (min-width: 1024px){
|
|
692
|
-
body:not(.magritte-old-layout) .magritte-text_negative___LZdIZ_6-1-
|
|
693
|
-
background-color:var(--magritte-color-background-state-negative-secondary-hovered-v24-7-
|
|
693
|
+
body:not(.magritte-old-layout) .magritte-text_negative___LZdIZ_6-1-65.magritte-text_active___vNPUG_6-1-65:hover:not(:active):not(.magritte-text_disabled___I1IYo_6-1-65){
|
|
694
|
+
background-color:var(--magritte-color-background-state-negative-secondary-hovered-v24-7-2);
|
|
694
695
|
}
|
|
695
696
|
}
|
|
696
|
-
.magritte-text_negative___LZdIZ_6-1-
|
|
697
|
-
color:var(--magritte-color-text-state-negative-disabled-v24-7-
|
|
698
|
-
background-color:var(--magritte-color-background-state-negative-secondary-disabled-v24-7-
|
|
697
|
+
.magritte-text_negative___LZdIZ_6-1-65.magritte-text_disabled___I1IYo_6-1-65{
|
|
698
|
+
color:var(--magritte-color-text-state-negative-disabled-v24-7-2);
|
|
699
|
+
background-color:var(--magritte-color-background-state-negative-secondary-disabled-v24-7-2);
|
|
699
700
|
}
|
|
700
|
-
.magritte-text_negative___LZdIZ_6-1-
|
|
701
|
-
background-color:var(--magritte-color-icon-state-negative-disabled-v24-7-
|
|
701
|
+
.magritte-text_negative___LZdIZ_6-1-65.magritte-text_disabled___I1IYo_6-1-65 .magritte-indicator___yy1HA_6-1-65{
|
|
702
|
+
background-color:var(--magritte-color-icon-state-negative-disabled-v24-7-2);
|
|
702
703
|
}
|
|
703
|
-
.magritte-text_active___vNPUG_6-1-
|
|
704
|
+
.magritte-text_active___vNPUG_6-1-65{
|
|
704
705
|
cursor:pointer;
|
|
705
706
|
}
|