@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce → 3.6.13-pr-20185.5bf1ff4
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/json/attributes.json +125 -273
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +102 -102
- package/dist/json/tags.json +5 -42
- package/dist/json/web-types.json +239 -610
- package/dist/vuetify-labs.css +4045 -3340
- package/dist/vuetify-labs.d.ts +368 -697
- package/dist/vuetify-labs.esm.js +236 -241
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +236 -241
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1754 -1049
- package/dist/vuetify.d.ts +338 -601
- package/dist/vuetify.esm.js +97 -160
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +97 -160
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1038 -1037
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAppBar/index.d.mts +0 -6
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -15
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -61
- package/lib/components/VAvatar/VAvatar.css +2 -7
- package/lib/components/VAvatar/VAvatar.mjs +2 -7
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +0 -1
- package/lib/components/VAvatar/_variables.scss +0 -13
- package/lib/components/VAvatar/index.d.mts +0 -6
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +2 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +0 -6
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +0 -9
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/VCombobox.mjs +8 -15
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -61
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +0 -72
- package/lib/components/VFab/index.d.mts +0 -6
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +1 -6
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +0 -36
- package/lib/components/VImg/VImg.css +6 -9
- package/lib/components/VImg/VImg.mjs +0 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -9
- package/lib/components/VImg/index.d.mts +0 -9
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +23 -13
- package/lib/components/VList/VListItem.mjs +0 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +2 -2
- package/lib/components/VList/index.d.mts +18 -19
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +6 -27
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +15 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +4 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +2 -3
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/VSelect.mjs +13 -15
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -61
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSlideGroup/VSlideGroup.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +0 -6
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/index.d.mts +13 -28
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTabs/index.d.mts +3 -21
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +8 -9
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -2
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +0 -3
- package/lib/components/index.d.mts +302 -565
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +6 -8
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +0 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +23 -14
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +0 -36
- package/lib/labs/VTreeview/VTreeview.mjs +5 -7
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +10 -33
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +74 -14
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +5 -2
- package/lib/labs/VTreeview/index.d.mts +60 -77
- package/lib/labs/components.d.mts +92 -136
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/lib/util/helpers.mjs +0 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.13-
|
2
|
+
* Vuetify v3.6.13-pr-20185.5bf1ff4
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -16,1301 +16,1821 @@
|
|
16
16
|
}
|
17
17
|
.bg-black {
|
18
18
|
background-color: #000000 !important;
|
19
|
+
}
|
20
|
+
.bg-black {
|
19
21
|
color: #FFFFFF !important;
|
20
22
|
}
|
21
23
|
|
22
24
|
.bg-white {
|
23
25
|
background-color: #FFFFFF !important;
|
26
|
+
}
|
27
|
+
.bg-white {
|
24
28
|
color: #000000 !important;
|
25
29
|
}
|
26
30
|
|
27
31
|
.bg-transparent {
|
28
32
|
background-color: transparent !important;
|
33
|
+
}
|
34
|
+
.bg-transparent {
|
29
35
|
color: currentColor !important;
|
30
36
|
}
|
31
37
|
|
32
38
|
.bg-red {
|
33
39
|
background-color: #F44336 !important;
|
40
|
+
}
|
41
|
+
.bg-red {
|
34
42
|
color: #FFFFFF !important;
|
35
43
|
}
|
36
44
|
|
37
45
|
.bg-red-lighten-5 {
|
38
46
|
background-color: #FFEBEE !important;
|
47
|
+
}
|
48
|
+
.bg-red-lighten-5 {
|
39
49
|
color: #000000 !important;
|
40
50
|
}
|
41
51
|
|
42
52
|
.bg-red-lighten-4 {
|
43
53
|
background-color: #FFCDD2 !important;
|
54
|
+
}
|
55
|
+
.bg-red-lighten-4 {
|
44
56
|
color: #000000 !important;
|
45
57
|
}
|
46
58
|
|
47
59
|
.bg-red-lighten-3 {
|
48
60
|
background-color: #EF9A9A !important;
|
61
|
+
}
|
62
|
+
.bg-red-lighten-3 {
|
49
63
|
color: #000000 !important;
|
50
64
|
}
|
51
65
|
|
52
66
|
.bg-red-lighten-2 {
|
53
67
|
background-color: #E57373 !important;
|
68
|
+
}
|
69
|
+
.bg-red-lighten-2 {
|
54
70
|
color: #FFFFFF !important;
|
55
71
|
}
|
56
72
|
|
57
73
|
.bg-red-lighten-1 {
|
58
74
|
background-color: #EF5350 !important;
|
75
|
+
}
|
76
|
+
.bg-red-lighten-1 {
|
59
77
|
color: #FFFFFF !important;
|
60
78
|
}
|
61
79
|
|
62
80
|
.bg-red-darken-1 {
|
63
81
|
background-color: #E53935 !important;
|
82
|
+
}
|
83
|
+
.bg-red-darken-1 {
|
64
84
|
color: #FFFFFF !important;
|
65
85
|
}
|
66
86
|
|
67
87
|
.bg-red-darken-2 {
|
68
88
|
background-color: #D32F2F !important;
|
89
|
+
}
|
90
|
+
.bg-red-darken-2 {
|
69
91
|
color: #FFFFFF !important;
|
70
92
|
}
|
71
93
|
|
72
94
|
.bg-red-darken-3 {
|
73
95
|
background-color: #C62828 !important;
|
96
|
+
}
|
97
|
+
.bg-red-darken-3 {
|
74
98
|
color: #FFFFFF !important;
|
75
99
|
}
|
76
100
|
|
77
101
|
.bg-red-darken-4 {
|
78
102
|
background-color: #B71C1C !important;
|
103
|
+
}
|
104
|
+
.bg-red-darken-4 {
|
79
105
|
color: #FFFFFF !important;
|
80
106
|
}
|
81
107
|
|
82
108
|
.bg-red-accent-1 {
|
83
109
|
background-color: #FF8A80 !important;
|
110
|
+
}
|
111
|
+
.bg-red-accent-1 {
|
84
112
|
color: #000000 !important;
|
85
113
|
}
|
86
114
|
|
87
115
|
.bg-red-accent-2 {
|
88
116
|
background-color: #FF5252 !important;
|
117
|
+
}
|
118
|
+
.bg-red-accent-2 {
|
89
119
|
color: #FFFFFF !important;
|
90
120
|
}
|
91
121
|
|
92
122
|
.bg-red-accent-3 {
|
93
123
|
background-color: #FF1744 !important;
|
124
|
+
}
|
125
|
+
.bg-red-accent-3 {
|
94
126
|
color: #FFFFFF !important;
|
95
127
|
}
|
96
128
|
|
97
129
|
.bg-red-accent-4 {
|
98
130
|
background-color: #D50000 !important;
|
131
|
+
}
|
132
|
+
.bg-red-accent-4 {
|
99
133
|
color: #FFFFFF !important;
|
100
134
|
}
|
101
135
|
|
102
136
|
.bg-pink {
|
103
137
|
background-color: #e91e63 !important;
|
138
|
+
}
|
139
|
+
.bg-pink {
|
104
140
|
color: #FFFFFF !important;
|
105
141
|
}
|
106
142
|
|
107
143
|
.bg-pink-lighten-5 {
|
108
144
|
background-color: #fce4ec !important;
|
145
|
+
}
|
146
|
+
.bg-pink-lighten-5 {
|
109
147
|
color: #000000 !important;
|
110
148
|
}
|
111
149
|
|
112
150
|
.bg-pink-lighten-4 {
|
113
151
|
background-color: #f8bbd0 !important;
|
152
|
+
}
|
153
|
+
.bg-pink-lighten-4 {
|
114
154
|
color: #000000 !important;
|
115
155
|
}
|
116
156
|
|
117
157
|
.bg-pink-lighten-3 {
|
118
158
|
background-color: #f48fb1 !important;
|
159
|
+
}
|
160
|
+
.bg-pink-lighten-3 {
|
119
161
|
color: #000000 !important;
|
120
162
|
}
|
121
163
|
|
122
164
|
.bg-pink-lighten-2 {
|
123
165
|
background-color: #f06292 !important;
|
166
|
+
}
|
167
|
+
.bg-pink-lighten-2 {
|
124
168
|
color: #FFFFFF !important;
|
125
169
|
}
|
126
170
|
|
127
171
|
.bg-pink-lighten-1 {
|
128
172
|
background-color: #ec407a !important;
|
173
|
+
}
|
174
|
+
.bg-pink-lighten-1 {
|
129
175
|
color: #FFFFFF !important;
|
130
176
|
}
|
131
177
|
|
132
178
|
.bg-pink-darken-1 {
|
133
179
|
background-color: #d81b60 !important;
|
180
|
+
}
|
181
|
+
.bg-pink-darken-1 {
|
134
182
|
color: #FFFFFF !important;
|
135
183
|
}
|
136
184
|
|
137
185
|
.bg-pink-darken-2 {
|
138
186
|
background-color: #c2185b !important;
|
187
|
+
}
|
188
|
+
.bg-pink-darken-2 {
|
139
189
|
color: #FFFFFF !important;
|
140
190
|
}
|
141
191
|
|
142
192
|
.bg-pink-darken-3 {
|
143
193
|
background-color: #ad1457 !important;
|
194
|
+
}
|
195
|
+
.bg-pink-darken-3 {
|
144
196
|
color: #FFFFFF !important;
|
145
197
|
}
|
146
198
|
|
147
199
|
.bg-pink-darken-4 {
|
148
200
|
background-color: #880e4f !important;
|
201
|
+
}
|
202
|
+
.bg-pink-darken-4 {
|
149
203
|
color: #FFFFFF !important;
|
150
204
|
}
|
151
205
|
|
152
206
|
.bg-pink-accent-1 {
|
153
207
|
background-color: #ff80ab !important;
|
208
|
+
}
|
209
|
+
.bg-pink-accent-1 {
|
154
210
|
color: #FFFFFF !important;
|
155
211
|
}
|
156
212
|
|
157
213
|
.bg-pink-accent-2 {
|
158
214
|
background-color: #ff4081 !important;
|
215
|
+
}
|
216
|
+
.bg-pink-accent-2 {
|
159
217
|
color: #FFFFFF !important;
|
160
218
|
}
|
161
219
|
|
162
220
|
.bg-pink-accent-3 {
|
163
221
|
background-color: #f50057 !important;
|
222
|
+
}
|
223
|
+
.bg-pink-accent-3 {
|
164
224
|
color: #FFFFFF !important;
|
165
225
|
}
|
166
226
|
|
167
227
|
.bg-pink-accent-4 {
|
168
228
|
background-color: #c51162 !important;
|
229
|
+
}
|
230
|
+
.bg-pink-accent-4 {
|
169
231
|
color: #FFFFFF !important;
|
170
232
|
}
|
171
233
|
|
172
234
|
.bg-purple {
|
173
235
|
background-color: #9c27b0 !important;
|
236
|
+
}
|
237
|
+
.bg-purple {
|
174
238
|
color: #FFFFFF !important;
|
175
239
|
}
|
176
240
|
|
177
241
|
.bg-purple-lighten-5 {
|
178
242
|
background-color: #f3e5f5 !important;
|
243
|
+
}
|
244
|
+
.bg-purple-lighten-5 {
|
179
245
|
color: #000000 !important;
|
180
246
|
}
|
181
247
|
|
182
248
|
.bg-purple-lighten-4 {
|
183
249
|
background-color: #e1bee7 !important;
|
250
|
+
}
|
251
|
+
.bg-purple-lighten-4 {
|
184
252
|
color: #000000 !important;
|
185
253
|
}
|
186
254
|
|
187
255
|
.bg-purple-lighten-3 {
|
188
256
|
background-color: #ce93d8 !important;
|
257
|
+
}
|
258
|
+
.bg-purple-lighten-3 {
|
189
259
|
color: #FFFFFF !important;
|
190
260
|
}
|
191
261
|
|
192
262
|
.bg-purple-lighten-2 {
|
193
263
|
background-color: #ba68c8 !important;
|
264
|
+
}
|
265
|
+
.bg-purple-lighten-2 {
|
194
266
|
color: #FFFFFF !important;
|
195
267
|
}
|
196
268
|
|
197
269
|
.bg-purple-lighten-1 {
|
198
270
|
background-color: #ab47bc !important;
|
271
|
+
}
|
272
|
+
.bg-purple-lighten-1 {
|
199
273
|
color: #FFFFFF !important;
|
200
274
|
}
|
201
275
|
|
202
276
|
.bg-purple-darken-1 {
|
203
277
|
background-color: #8e24aa !important;
|
278
|
+
}
|
279
|
+
.bg-purple-darken-1 {
|
204
280
|
color: #FFFFFF !important;
|
205
281
|
}
|
206
282
|
|
207
283
|
.bg-purple-darken-2 {
|
208
284
|
background-color: #7b1fa2 !important;
|
285
|
+
}
|
286
|
+
.bg-purple-darken-2 {
|
209
287
|
color: #FFFFFF !important;
|
210
288
|
}
|
211
289
|
|
212
290
|
.bg-purple-darken-3 {
|
213
291
|
background-color: #6a1b9a !important;
|
292
|
+
}
|
293
|
+
.bg-purple-darken-3 {
|
214
294
|
color: #FFFFFF !important;
|
215
295
|
}
|
216
296
|
|
217
297
|
.bg-purple-darken-4 {
|
218
298
|
background-color: #4a148c !important;
|
299
|
+
}
|
300
|
+
.bg-purple-darken-4 {
|
219
301
|
color: #FFFFFF !important;
|
220
302
|
}
|
221
303
|
|
222
304
|
.bg-purple-accent-1 {
|
223
305
|
background-color: #ea80fc !important;
|
306
|
+
}
|
307
|
+
.bg-purple-accent-1 {
|
224
308
|
color: #FFFFFF !important;
|
225
309
|
}
|
226
310
|
|
227
311
|
.bg-purple-accent-2 {
|
228
312
|
background-color: #e040fb !important;
|
313
|
+
}
|
314
|
+
.bg-purple-accent-2 {
|
229
315
|
color: #FFFFFF !important;
|
230
316
|
}
|
231
317
|
|
232
318
|
.bg-purple-accent-3 {
|
233
319
|
background-color: #d500f9 !important;
|
320
|
+
}
|
321
|
+
.bg-purple-accent-3 {
|
234
322
|
color: #FFFFFF !important;
|
235
323
|
}
|
236
324
|
|
237
325
|
.bg-purple-accent-4 {
|
238
326
|
background-color: #aa00ff !important;
|
327
|
+
}
|
328
|
+
.bg-purple-accent-4 {
|
239
329
|
color: #FFFFFF !important;
|
240
330
|
}
|
241
331
|
|
242
332
|
.bg-deep-purple {
|
243
333
|
background-color: #673ab7 !important;
|
334
|
+
}
|
335
|
+
.bg-deep-purple {
|
244
336
|
color: #FFFFFF !important;
|
245
337
|
}
|
246
338
|
|
247
339
|
.bg-deep-purple-lighten-5 {
|
248
340
|
background-color: #ede7f6 !important;
|
341
|
+
}
|
342
|
+
.bg-deep-purple-lighten-5 {
|
249
343
|
color: #000000 !important;
|
250
344
|
}
|
251
345
|
|
252
346
|
.bg-deep-purple-lighten-4 {
|
253
347
|
background-color: #d1c4e9 !important;
|
348
|
+
}
|
349
|
+
.bg-deep-purple-lighten-4 {
|
254
350
|
color: #000000 !important;
|
255
351
|
}
|
256
352
|
|
257
353
|
.bg-deep-purple-lighten-3 {
|
258
354
|
background-color: #b39ddb !important;
|
355
|
+
}
|
356
|
+
.bg-deep-purple-lighten-3 {
|
259
357
|
color: #FFFFFF !important;
|
260
358
|
}
|
261
359
|
|
262
360
|
.bg-deep-purple-lighten-2 {
|
263
361
|
background-color: #9575cd !important;
|
362
|
+
}
|
363
|
+
.bg-deep-purple-lighten-2 {
|
264
364
|
color: #FFFFFF !important;
|
265
365
|
}
|
266
366
|
|
267
367
|
.bg-deep-purple-lighten-1 {
|
268
368
|
background-color: #7e57c2 !important;
|
369
|
+
}
|
370
|
+
.bg-deep-purple-lighten-1 {
|
269
371
|
color: #FFFFFF !important;
|
270
372
|
}
|
271
373
|
|
272
374
|
.bg-deep-purple-darken-1 {
|
273
375
|
background-color: #5e35b1 !important;
|
376
|
+
}
|
377
|
+
.bg-deep-purple-darken-1 {
|
274
378
|
color: #FFFFFF !important;
|
275
379
|
}
|
276
380
|
|
277
381
|
.bg-deep-purple-darken-2 {
|
278
382
|
background-color: #512da8 !important;
|
383
|
+
}
|
384
|
+
.bg-deep-purple-darken-2 {
|
279
385
|
color: #FFFFFF !important;
|
280
386
|
}
|
281
387
|
|
282
388
|
.bg-deep-purple-darken-3 {
|
283
389
|
background-color: #4527a0 !important;
|
390
|
+
}
|
391
|
+
.bg-deep-purple-darken-3 {
|
284
392
|
color: #FFFFFF !important;
|
285
393
|
}
|
286
394
|
|
287
395
|
.bg-deep-purple-darken-4 {
|
288
396
|
background-color: #311b92 !important;
|
397
|
+
}
|
398
|
+
.bg-deep-purple-darken-4 {
|
289
399
|
color: #FFFFFF !important;
|
290
400
|
}
|
291
401
|
|
292
402
|
.bg-deep-purple-accent-1 {
|
293
403
|
background-color: #b388ff !important;
|
404
|
+
}
|
405
|
+
.bg-deep-purple-accent-1 {
|
294
406
|
color: #FFFFFF !important;
|
295
407
|
}
|
296
408
|
|
297
409
|
.bg-deep-purple-accent-2 {
|
298
410
|
background-color: #7c4dff !important;
|
411
|
+
}
|
412
|
+
.bg-deep-purple-accent-2 {
|
299
413
|
color: #FFFFFF !important;
|
300
414
|
}
|
301
415
|
|
302
416
|
.bg-deep-purple-accent-3 {
|
303
417
|
background-color: #651fff !important;
|
418
|
+
}
|
419
|
+
.bg-deep-purple-accent-3 {
|
304
420
|
color: #FFFFFF !important;
|
305
421
|
}
|
306
422
|
|
307
423
|
.bg-deep-purple-accent-4 {
|
308
424
|
background-color: #6200ea !important;
|
425
|
+
}
|
426
|
+
.bg-deep-purple-accent-4 {
|
309
427
|
color: #FFFFFF !important;
|
310
428
|
}
|
311
429
|
|
312
430
|
.bg-indigo {
|
313
431
|
background-color: #3f51b5 !important;
|
432
|
+
}
|
433
|
+
.bg-indigo {
|
314
434
|
color: #FFFFFF !important;
|
315
435
|
}
|
316
436
|
|
317
437
|
.bg-indigo-lighten-5 {
|
318
438
|
background-color: #e8eaf6 !important;
|
439
|
+
}
|
440
|
+
.bg-indigo-lighten-5 {
|
319
441
|
color: #000000 !important;
|
320
442
|
}
|
321
443
|
|
322
444
|
.bg-indigo-lighten-4 {
|
323
445
|
background-color: #c5cae9 !important;
|
446
|
+
}
|
447
|
+
.bg-indigo-lighten-4 {
|
324
448
|
color: #000000 !important;
|
325
449
|
}
|
326
450
|
|
327
451
|
.bg-indigo-lighten-3 {
|
328
452
|
background-color: #9fa8da !important;
|
453
|
+
}
|
454
|
+
.bg-indigo-lighten-3 {
|
329
455
|
color: #FFFFFF !important;
|
330
456
|
}
|
331
457
|
|
332
458
|
.bg-indigo-lighten-2 {
|
333
459
|
background-color: #7986cb !important;
|
460
|
+
}
|
461
|
+
.bg-indigo-lighten-2 {
|
334
462
|
color: #FFFFFF !important;
|
335
463
|
}
|
336
464
|
|
337
465
|
.bg-indigo-lighten-1 {
|
338
466
|
background-color: #5c6bc0 !important;
|
467
|
+
}
|
468
|
+
.bg-indigo-lighten-1 {
|
339
469
|
color: #FFFFFF !important;
|
340
470
|
}
|
341
471
|
|
342
472
|
.bg-indigo-darken-1 {
|
343
473
|
background-color: #3949ab !important;
|
474
|
+
}
|
475
|
+
.bg-indigo-darken-1 {
|
344
476
|
color: #FFFFFF !important;
|
345
477
|
}
|
346
478
|
|
347
479
|
.bg-indigo-darken-2 {
|
348
480
|
background-color: #303f9f !important;
|
481
|
+
}
|
482
|
+
.bg-indigo-darken-2 {
|
349
483
|
color: #FFFFFF !important;
|
350
484
|
}
|
351
485
|
|
352
486
|
.bg-indigo-darken-3 {
|
353
487
|
background-color: #283593 !important;
|
488
|
+
}
|
489
|
+
.bg-indigo-darken-3 {
|
354
490
|
color: #FFFFFF !important;
|
355
491
|
}
|
356
492
|
|
357
493
|
.bg-indigo-darken-4 {
|
358
494
|
background-color: #1a237e !important;
|
495
|
+
}
|
496
|
+
.bg-indigo-darken-4 {
|
359
497
|
color: #FFFFFF !important;
|
360
498
|
}
|
361
499
|
|
362
500
|
.bg-indigo-accent-1 {
|
363
501
|
background-color: #8c9eff !important;
|
502
|
+
}
|
503
|
+
.bg-indigo-accent-1 {
|
364
504
|
color: #FFFFFF !important;
|
365
505
|
}
|
366
506
|
|
367
507
|
.bg-indigo-accent-2 {
|
368
508
|
background-color: #536dfe !important;
|
509
|
+
}
|
510
|
+
.bg-indigo-accent-2 {
|
369
511
|
color: #FFFFFF !important;
|
370
512
|
}
|
371
513
|
|
372
514
|
.bg-indigo-accent-3 {
|
373
515
|
background-color: #3d5afe !important;
|
516
|
+
}
|
517
|
+
.bg-indigo-accent-3 {
|
374
518
|
color: #FFFFFF !important;
|
375
519
|
}
|
376
520
|
|
377
521
|
.bg-indigo-accent-4 {
|
378
522
|
background-color: #304ffe !important;
|
523
|
+
}
|
524
|
+
.bg-indigo-accent-4 {
|
379
525
|
color: #FFFFFF !important;
|
380
526
|
}
|
381
527
|
|
382
528
|
.bg-blue {
|
383
529
|
background-color: #2196F3 !important;
|
530
|
+
}
|
531
|
+
.bg-blue {
|
384
532
|
color: #FFFFFF !important;
|
385
533
|
}
|
386
534
|
|
387
535
|
.bg-blue-lighten-5 {
|
388
536
|
background-color: #E3F2FD !important;
|
537
|
+
}
|
538
|
+
.bg-blue-lighten-5 {
|
389
539
|
color: #000000 !important;
|
390
540
|
}
|
391
541
|
|
392
542
|
.bg-blue-lighten-4 {
|
393
543
|
background-color: #BBDEFB !important;
|
544
|
+
}
|
545
|
+
.bg-blue-lighten-4 {
|
394
546
|
color: #000000 !important;
|
395
547
|
}
|
396
548
|
|
397
549
|
.bg-blue-lighten-3 {
|
398
550
|
background-color: #90CAF9 !important;
|
551
|
+
}
|
552
|
+
.bg-blue-lighten-3 {
|
399
553
|
color: #000000 !important;
|
400
554
|
}
|
401
555
|
|
402
556
|
.bg-blue-lighten-2 {
|
403
557
|
background-color: #64B5F6 !important;
|
558
|
+
}
|
559
|
+
.bg-blue-lighten-2 {
|
404
560
|
color: #000000 !important;
|
405
561
|
}
|
406
562
|
|
407
563
|
.bg-blue-lighten-1 {
|
408
564
|
background-color: #42A5F5 !important;
|
565
|
+
}
|
566
|
+
.bg-blue-lighten-1 {
|
409
567
|
color: #FFFFFF !important;
|
410
568
|
}
|
411
569
|
|
412
570
|
.bg-blue-darken-1 {
|
413
571
|
background-color: #1E88E5 !important;
|
572
|
+
}
|
573
|
+
.bg-blue-darken-1 {
|
414
574
|
color: #FFFFFF !important;
|
415
575
|
}
|
416
576
|
|
417
577
|
.bg-blue-darken-2 {
|
418
578
|
background-color: #1976D2 !important;
|
579
|
+
}
|
580
|
+
.bg-blue-darken-2 {
|
419
581
|
color: #FFFFFF !important;
|
420
582
|
}
|
421
583
|
|
422
584
|
.bg-blue-darken-3 {
|
423
585
|
background-color: #1565C0 !important;
|
586
|
+
}
|
587
|
+
.bg-blue-darken-3 {
|
424
588
|
color: #FFFFFF !important;
|
425
589
|
}
|
426
590
|
|
427
591
|
.bg-blue-darken-4 {
|
428
592
|
background-color: #0D47A1 !important;
|
593
|
+
}
|
594
|
+
.bg-blue-darken-4 {
|
429
595
|
color: #FFFFFF !important;
|
430
596
|
}
|
431
597
|
|
432
598
|
.bg-blue-accent-1 {
|
433
599
|
background-color: #82B1FF !important;
|
600
|
+
}
|
601
|
+
.bg-blue-accent-1 {
|
434
602
|
color: #000000 !important;
|
435
603
|
}
|
436
604
|
|
437
605
|
.bg-blue-accent-2 {
|
438
606
|
background-color: #448AFF !important;
|
607
|
+
}
|
608
|
+
.bg-blue-accent-2 {
|
439
609
|
color: #FFFFFF !important;
|
440
610
|
}
|
441
611
|
|
442
612
|
.bg-blue-accent-3 {
|
443
613
|
background-color: #2979FF !important;
|
614
|
+
}
|
615
|
+
.bg-blue-accent-3 {
|
444
616
|
color: #FFFFFF !important;
|
445
617
|
}
|
446
618
|
|
447
619
|
.bg-blue-accent-4 {
|
448
620
|
background-color: #2962FF !important;
|
621
|
+
}
|
622
|
+
.bg-blue-accent-4 {
|
449
623
|
color: #FFFFFF !important;
|
450
624
|
}
|
451
625
|
|
452
626
|
.bg-light-blue {
|
453
627
|
background-color: #03a9f4 !important;
|
628
|
+
}
|
629
|
+
.bg-light-blue {
|
454
630
|
color: #FFFFFF !important;
|
455
631
|
}
|
456
632
|
|
457
633
|
.bg-light-blue-lighten-5 {
|
458
634
|
background-color: #e1f5fe !important;
|
635
|
+
}
|
636
|
+
.bg-light-blue-lighten-5 {
|
459
637
|
color: #000000 !important;
|
460
638
|
}
|
461
639
|
|
462
640
|
.bg-light-blue-lighten-4 {
|
463
641
|
background-color: #b3e5fc !important;
|
642
|
+
}
|
643
|
+
.bg-light-blue-lighten-4 {
|
464
644
|
color: #000000 !important;
|
465
645
|
}
|
466
646
|
|
467
647
|
.bg-light-blue-lighten-3 {
|
468
648
|
background-color: #81d4fa !important;
|
649
|
+
}
|
650
|
+
.bg-light-blue-lighten-3 {
|
469
651
|
color: #000000 !important;
|
470
652
|
}
|
471
653
|
|
472
654
|
.bg-light-blue-lighten-2 {
|
473
655
|
background-color: #4fc3f7 !important;
|
656
|
+
}
|
657
|
+
.bg-light-blue-lighten-2 {
|
474
658
|
color: #000000 !important;
|
475
659
|
}
|
476
660
|
|
477
661
|
.bg-light-blue-lighten-1 {
|
478
662
|
background-color: #29b6f6 !important;
|
663
|
+
}
|
664
|
+
.bg-light-blue-lighten-1 {
|
479
665
|
color: #000000 !important;
|
480
666
|
}
|
481
667
|
|
482
668
|
.bg-light-blue-darken-1 {
|
483
669
|
background-color: #039be5 !important;
|
670
|
+
}
|
671
|
+
.bg-light-blue-darken-1 {
|
484
672
|
color: #FFFFFF !important;
|
485
673
|
}
|
486
674
|
|
487
675
|
.bg-light-blue-darken-2 {
|
488
676
|
background-color: #0288d1 !important;
|
677
|
+
}
|
678
|
+
.bg-light-blue-darken-2 {
|
489
679
|
color: #FFFFFF !important;
|
490
680
|
}
|
491
681
|
|
492
682
|
.bg-light-blue-darken-3 {
|
493
683
|
background-color: #0277bd !important;
|
684
|
+
}
|
685
|
+
.bg-light-blue-darken-3 {
|
494
686
|
color: #FFFFFF !important;
|
495
687
|
}
|
496
688
|
|
497
689
|
.bg-light-blue-darken-4 {
|
498
690
|
background-color: #01579b !important;
|
691
|
+
}
|
692
|
+
.bg-light-blue-darken-4 {
|
499
693
|
color: #FFFFFF !important;
|
500
694
|
}
|
501
695
|
|
502
696
|
.bg-light-blue-accent-1 {
|
503
697
|
background-color: #80d8ff !important;
|
698
|
+
}
|
699
|
+
.bg-light-blue-accent-1 {
|
504
700
|
color: #000000 !important;
|
505
701
|
}
|
506
702
|
|
507
703
|
.bg-light-blue-accent-2 {
|
508
704
|
background-color: #40c4ff !important;
|
705
|
+
}
|
706
|
+
.bg-light-blue-accent-2 {
|
509
707
|
color: #000000 !important;
|
510
708
|
}
|
511
709
|
|
512
710
|
.bg-light-blue-accent-3 {
|
513
711
|
background-color: #00b0ff !important;
|
712
|
+
}
|
713
|
+
.bg-light-blue-accent-3 {
|
514
714
|
color: #FFFFFF !important;
|
515
715
|
}
|
516
716
|
|
517
717
|
.bg-light-blue-accent-4 {
|
518
718
|
background-color: #0091ea !important;
|
719
|
+
}
|
720
|
+
.bg-light-blue-accent-4 {
|
519
721
|
color: #FFFFFF !important;
|
520
722
|
}
|
521
723
|
|
522
724
|
.bg-cyan {
|
523
725
|
background-color: #00bcd4 !important;
|
726
|
+
}
|
727
|
+
.bg-cyan {
|
524
728
|
color: #000000 !important;
|
525
729
|
}
|
526
730
|
|
527
731
|
.bg-cyan-lighten-5 {
|
528
732
|
background-color: #e0f7fa !important;
|
733
|
+
}
|
734
|
+
.bg-cyan-lighten-5 {
|
529
735
|
color: #000000 !important;
|
530
736
|
}
|
531
737
|
|
532
738
|
.bg-cyan-lighten-4 {
|
533
739
|
background-color: #b2ebf2 !important;
|
740
|
+
}
|
741
|
+
.bg-cyan-lighten-4 {
|
534
742
|
color: #000000 !important;
|
535
743
|
}
|
536
744
|
|
537
745
|
.bg-cyan-lighten-3 {
|
538
746
|
background-color: #80deea !important;
|
747
|
+
}
|
748
|
+
.bg-cyan-lighten-3 {
|
539
749
|
color: #000000 !important;
|
540
750
|
}
|
541
751
|
|
542
752
|
.bg-cyan-lighten-2 {
|
543
753
|
background-color: #4dd0e1 !important;
|
754
|
+
}
|
755
|
+
.bg-cyan-lighten-2 {
|
544
756
|
color: #000000 !important;
|
545
757
|
}
|
546
758
|
|
547
759
|
.bg-cyan-lighten-1 {
|
548
760
|
background-color: #26c6da !important;
|
761
|
+
}
|
762
|
+
.bg-cyan-lighten-1 {
|
549
763
|
color: #000000 !important;
|
550
764
|
}
|
551
765
|
|
552
766
|
.bg-cyan-darken-1 {
|
553
767
|
background-color: #00acc1 !important;
|
768
|
+
}
|
769
|
+
.bg-cyan-darken-1 {
|
554
770
|
color: #FFFFFF !important;
|
555
771
|
}
|
556
772
|
|
557
773
|
.bg-cyan-darken-2 {
|
558
774
|
background-color: #0097a7 !important;
|
775
|
+
}
|
776
|
+
.bg-cyan-darken-2 {
|
559
777
|
color: #FFFFFF !important;
|
560
778
|
}
|
561
779
|
|
562
780
|
.bg-cyan-darken-3 {
|
563
781
|
background-color: #00838f !important;
|
782
|
+
}
|
783
|
+
.bg-cyan-darken-3 {
|
564
784
|
color: #FFFFFF !important;
|
565
785
|
}
|
566
786
|
|
567
787
|
.bg-cyan-darken-4 {
|
568
788
|
background-color: #006064 !important;
|
789
|
+
}
|
790
|
+
.bg-cyan-darken-4 {
|
569
791
|
color: #FFFFFF !important;
|
570
792
|
}
|
571
793
|
|
572
794
|
.bg-cyan-accent-1 {
|
573
795
|
background-color: #84ffff !important;
|
796
|
+
}
|
797
|
+
.bg-cyan-accent-1 {
|
574
798
|
color: #000000 !important;
|
575
799
|
}
|
576
800
|
|
577
801
|
.bg-cyan-accent-2 {
|
578
802
|
background-color: #18ffff !important;
|
803
|
+
}
|
804
|
+
.bg-cyan-accent-2 {
|
579
805
|
color: #000000 !important;
|
580
806
|
}
|
581
807
|
|
582
808
|
.bg-cyan-accent-3 {
|
583
809
|
background-color: #00e5ff !important;
|
810
|
+
}
|
811
|
+
.bg-cyan-accent-3 {
|
584
812
|
color: #000000 !important;
|
585
813
|
}
|
586
814
|
|
587
815
|
.bg-cyan-accent-4 {
|
588
816
|
background-color: #00b8d4 !important;
|
817
|
+
}
|
818
|
+
.bg-cyan-accent-4 {
|
589
819
|
color: #FFFFFF !important;
|
590
820
|
}
|
591
821
|
|
592
822
|
.bg-teal {
|
593
823
|
background-color: #009688 !important;
|
824
|
+
}
|
825
|
+
.bg-teal {
|
594
826
|
color: #FFFFFF !important;
|
595
827
|
}
|
596
828
|
|
597
829
|
.bg-teal-lighten-5 {
|
598
830
|
background-color: #e0f2f1 !important;
|
831
|
+
}
|
832
|
+
.bg-teal-lighten-5 {
|
599
833
|
color: #000000 !important;
|
600
834
|
}
|
601
835
|
|
602
836
|
.bg-teal-lighten-4 {
|
603
837
|
background-color: #b2dfdb !important;
|
838
|
+
}
|
839
|
+
.bg-teal-lighten-4 {
|
604
840
|
color: #000000 !important;
|
605
841
|
}
|
606
842
|
|
607
843
|
.bg-teal-lighten-3 {
|
608
844
|
background-color: #80cbc4 !important;
|
845
|
+
}
|
846
|
+
.bg-teal-lighten-3 {
|
609
847
|
color: #000000 !important;
|
610
848
|
}
|
611
849
|
|
612
850
|
.bg-teal-lighten-2 {
|
613
851
|
background-color: #4db6ac !important;
|
852
|
+
}
|
853
|
+
.bg-teal-lighten-2 {
|
614
854
|
color: #FFFFFF !important;
|
615
855
|
}
|
616
856
|
|
617
857
|
.bg-teal-lighten-1 {
|
618
858
|
background-color: #26a69a !important;
|
859
|
+
}
|
860
|
+
.bg-teal-lighten-1 {
|
619
861
|
color: #FFFFFF !important;
|
620
862
|
}
|
621
863
|
|
622
864
|
.bg-teal-darken-1 {
|
623
865
|
background-color: #00897b !important;
|
866
|
+
}
|
867
|
+
.bg-teal-darken-1 {
|
624
868
|
color: #FFFFFF !important;
|
625
869
|
}
|
626
870
|
|
627
871
|
.bg-teal-darken-2 {
|
628
872
|
background-color: #00796b !important;
|
873
|
+
}
|
874
|
+
.bg-teal-darken-2 {
|
629
875
|
color: #FFFFFF !important;
|
630
876
|
}
|
631
877
|
|
632
878
|
.bg-teal-darken-3 {
|
633
879
|
background-color: #00695c !important;
|
880
|
+
}
|
881
|
+
.bg-teal-darken-3 {
|
634
882
|
color: #FFFFFF !important;
|
635
883
|
}
|
636
884
|
|
637
885
|
.bg-teal-darken-4 {
|
638
886
|
background-color: #004d40 !important;
|
887
|
+
}
|
888
|
+
.bg-teal-darken-4 {
|
639
889
|
color: #FFFFFF !important;
|
640
890
|
}
|
641
891
|
|
642
892
|
.bg-teal-accent-1 {
|
643
893
|
background-color: #a7ffeb !important;
|
894
|
+
}
|
895
|
+
.bg-teal-accent-1 {
|
644
896
|
color: #000000 !important;
|
645
897
|
}
|
646
898
|
|
647
899
|
.bg-teal-accent-2 {
|
648
900
|
background-color: #64ffda !important;
|
901
|
+
}
|
902
|
+
.bg-teal-accent-2 {
|
649
903
|
color: #000000 !important;
|
650
904
|
}
|
651
905
|
|
652
906
|
.bg-teal-accent-3 {
|
653
907
|
background-color: #1de9b6 !important;
|
908
|
+
}
|
909
|
+
.bg-teal-accent-3 {
|
654
910
|
color: #000000 !important;
|
655
911
|
}
|
656
912
|
|
657
913
|
.bg-teal-accent-4 {
|
658
914
|
background-color: #00bfa5 !important;
|
915
|
+
}
|
916
|
+
.bg-teal-accent-4 {
|
659
917
|
color: #FFFFFF !important;
|
660
918
|
}
|
661
919
|
|
662
920
|
.bg-green {
|
663
921
|
background-color: #4CAF50 !important;
|
922
|
+
}
|
923
|
+
.bg-green {
|
664
924
|
color: #FFFFFF !important;
|
665
925
|
}
|
666
926
|
|
667
927
|
.bg-green-lighten-5 {
|
668
928
|
background-color: #E8F5E9 !important;
|
929
|
+
}
|
930
|
+
.bg-green-lighten-5 {
|
669
931
|
color: #000000 !important;
|
670
932
|
}
|
671
933
|
|
672
934
|
.bg-green-lighten-4 {
|
673
935
|
background-color: #C8E6C9 !important;
|
936
|
+
}
|
937
|
+
.bg-green-lighten-4 {
|
674
938
|
color: #000000 !important;
|
675
939
|
}
|
676
940
|
|
677
941
|
.bg-green-lighten-3 {
|
678
942
|
background-color: #A5D6A7 !important;
|
943
|
+
}
|
944
|
+
.bg-green-lighten-3 {
|
679
945
|
color: #000000 !important;
|
680
946
|
}
|
681
947
|
|
682
948
|
.bg-green-lighten-2 {
|
683
949
|
background-color: #81C784 !important;
|
950
|
+
}
|
951
|
+
.bg-green-lighten-2 {
|
684
952
|
color: #000000 !important;
|
685
953
|
}
|
686
954
|
|
687
955
|
.bg-green-lighten-1 {
|
688
956
|
background-color: #66BB6A !important;
|
957
|
+
}
|
958
|
+
.bg-green-lighten-1 {
|
689
959
|
color: #FFFFFF !important;
|
690
960
|
}
|
691
961
|
|
692
962
|
.bg-green-darken-1 {
|
693
963
|
background-color: #43A047 !important;
|
964
|
+
}
|
965
|
+
.bg-green-darken-1 {
|
694
966
|
color: #FFFFFF !important;
|
695
967
|
}
|
696
968
|
|
697
969
|
.bg-green-darken-2 {
|
698
970
|
background-color: #388E3C !important;
|
971
|
+
}
|
972
|
+
.bg-green-darken-2 {
|
699
973
|
color: #FFFFFF !important;
|
700
974
|
}
|
701
975
|
|
702
976
|
.bg-green-darken-3 {
|
703
977
|
background-color: #2E7D32 !important;
|
978
|
+
}
|
979
|
+
.bg-green-darken-3 {
|
704
980
|
color: #FFFFFF !important;
|
705
981
|
}
|
706
982
|
|
707
983
|
.bg-green-darken-4 {
|
708
984
|
background-color: #1B5E20 !important;
|
985
|
+
}
|
986
|
+
.bg-green-darken-4 {
|
709
987
|
color: #FFFFFF !important;
|
710
988
|
}
|
711
989
|
|
712
990
|
.bg-green-accent-1 {
|
713
991
|
background-color: #B9F6CA !important;
|
992
|
+
}
|
993
|
+
.bg-green-accent-1 {
|
714
994
|
color: #000000 !important;
|
715
995
|
}
|
716
996
|
|
717
997
|
.bg-green-accent-2 {
|
718
998
|
background-color: #69F0AE !important;
|
999
|
+
}
|
1000
|
+
.bg-green-accent-2 {
|
719
1001
|
color: #000000 !important;
|
720
1002
|
}
|
721
1003
|
|
722
1004
|
.bg-green-accent-3 {
|
723
1005
|
background-color: #00E676 !important;
|
1006
|
+
}
|
1007
|
+
.bg-green-accent-3 {
|
724
1008
|
color: #000000 !important;
|
725
1009
|
}
|
726
1010
|
|
727
1011
|
.bg-green-accent-4 {
|
728
1012
|
background-color: #00C853 !important;
|
1013
|
+
}
|
1014
|
+
.bg-green-accent-4 {
|
729
1015
|
color: #000000 !important;
|
730
1016
|
}
|
731
1017
|
|
732
1018
|
.bg-light-green {
|
733
1019
|
background-color: #8bc34a !important;
|
1020
|
+
}
|
1021
|
+
.bg-light-green {
|
734
1022
|
color: #000000 !important;
|
735
1023
|
}
|
736
1024
|
|
737
1025
|
.bg-light-green-lighten-5 {
|
738
1026
|
background-color: #f1f8e9 !important;
|
1027
|
+
}
|
1028
|
+
.bg-light-green-lighten-5 {
|
739
1029
|
color: #000000 !important;
|
740
1030
|
}
|
741
1031
|
|
742
1032
|
.bg-light-green-lighten-4 {
|
743
1033
|
background-color: #dcedc8 !important;
|
1034
|
+
}
|
1035
|
+
.bg-light-green-lighten-4 {
|
744
1036
|
color: #000000 !important;
|
745
1037
|
}
|
746
1038
|
|
747
1039
|
.bg-light-green-lighten-3 {
|
748
1040
|
background-color: #c5e1a5 !important;
|
1041
|
+
}
|
1042
|
+
.bg-light-green-lighten-3 {
|
749
1043
|
color: #000000 !important;
|
750
1044
|
}
|
751
1045
|
|
752
1046
|
.bg-light-green-lighten-2 {
|
753
1047
|
background-color: #aed581 !important;
|
1048
|
+
}
|
1049
|
+
.bg-light-green-lighten-2 {
|
754
1050
|
color: #000000 !important;
|
755
1051
|
}
|
756
1052
|
|
757
1053
|
.bg-light-green-lighten-1 {
|
758
1054
|
background-color: #9ccc65 !important;
|
1055
|
+
}
|
1056
|
+
.bg-light-green-lighten-1 {
|
759
1057
|
color: #000000 !important;
|
760
1058
|
}
|
761
1059
|
|
762
1060
|
.bg-light-green-darken-1 {
|
763
1061
|
background-color: #7cb342 !important;
|
1062
|
+
}
|
1063
|
+
.bg-light-green-darken-1 {
|
764
1064
|
color: #FFFFFF !important;
|
765
1065
|
}
|
766
1066
|
|
767
1067
|
.bg-light-green-darken-2 {
|
768
1068
|
background-color: #689f38 !important;
|
1069
|
+
}
|
1070
|
+
.bg-light-green-darken-2 {
|
769
1071
|
color: #FFFFFF !important;
|
770
1072
|
}
|
771
1073
|
|
772
1074
|
.bg-light-green-darken-3 {
|
773
1075
|
background-color: #558b2f !important;
|
1076
|
+
}
|
1077
|
+
.bg-light-green-darken-3 {
|
774
1078
|
color: #FFFFFF !important;
|
775
1079
|
}
|
776
1080
|
|
777
1081
|
.bg-light-green-darken-4 {
|
778
1082
|
background-color: #33691e !important;
|
1083
|
+
}
|
1084
|
+
.bg-light-green-darken-4 {
|
779
1085
|
color: #FFFFFF !important;
|
780
1086
|
}
|
781
1087
|
|
782
1088
|
.bg-light-green-accent-1 {
|
783
1089
|
background-color: #ccff90 !important;
|
1090
|
+
}
|
1091
|
+
.bg-light-green-accent-1 {
|
784
1092
|
color: #000000 !important;
|
785
1093
|
}
|
786
1094
|
|
787
1095
|
.bg-light-green-accent-2 {
|
788
1096
|
background-color: #b2ff59 !important;
|
1097
|
+
}
|
1098
|
+
.bg-light-green-accent-2 {
|
789
1099
|
color: #000000 !important;
|
790
1100
|
}
|
791
1101
|
|
792
1102
|
.bg-light-green-accent-3 {
|
793
1103
|
background-color: #76ff03 !important;
|
1104
|
+
}
|
1105
|
+
.bg-light-green-accent-3 {
|
794
1106
|
color: #000000 !important;
|
795
1107
|
}
|
796
1108
|
|
797
1109
|
.bg-light-green-accent-4 {
|
798
1110
|
background-color: #64dd17 !important;
|
1111
|
+
}
|
1112
|
+
.bg-light-green-accent-4 {
|
799
1113
|
color: #000000 !important;
|
800
1114
|
}
|
801
1115
|
|
802
1116
|
.bg-lime {
|
803
1117
|
background-color: #cddc39 !important;
|
1118
|
+
}
|
1119
|
+
.bg-lime {
|
804
1120
|
color: #000000 !important;
|
805
1121
|
}
|
806
1122
|
|
807
1123
|
.bg-lime-lighten-5 {
|
808
1124
|
background-color: #f9fbe7 !important;
|
1125
|
+
}
|
1126
|
+
.bg-lime-lighten-5 {
|
809
1127
|
color: #000000 !important;
|
810
1128
|
}
|
811
1129
|
|
812
1130
|
.bg-lime-lighten-4 {
|
813
1131
|
background-color: #f0f4c3 !important;
|
1132
|
+
}
|
1133
|
+
.bg-lime-lighten-4 {
|
814
1134
|
color: #000000 !important;
|
815
1135
|
}
|
816
1136
|
|
817
1137
|
.bg-lime-lighten-3 {
|
818
1138
|
background-color: #e6ee9c !important;
|
1139
|
+
}
|
1140
|
+
.bg-lime-lighten-3 {
|
819
1141
|
color: #000000 !important;
|
820
1142
|
}
|
821
1143
|
|
822
1144
|
.bg-lime-lighten-2 {
|
823
1145
|
background-color: #dce775 !important;
|
1146
|
+
}
|
1147
|
+
.bg-lime-lighten-2 {
|
824
1148
|
color: #000000 !important;
|
825
1149
|
}
|
826
1150
|
|
827
1151
|
.bg-lime-lighten-1 {
|
828
1152
|
background-color: #d4e157 !important;
|
1153
|
+
}
|
1154
|
+
.bg-lime-lighten-1 {
|
829
1155
|
color: #000000 !important;
|
830
1156
|
}
|
831
1157
|
|
832
1158
|
.bg-lime-darken-1 {
|
833
1159
|
background-color: #c0ca33 !important;
|
1160
|
+
}
|
1161
|
+
.bg-lime-darken-1 {
|
834
1162
|
color: #000000 !important;
|
835
1163
|
}
|
836
1164
|
|
837
1165
|
.bg-lime-darken-2 {
|
838
1166
|
background-color: #afb42b !important;
|
1167
|
+
}
|
1168
|
+
.bg-lime-darken-2 {
|
839
1169
|
color: #000000 !important;
|
840
1170
|
}
|
841
1171
|
|
842
1172
|
.bg-lime-darken-3 {
|
843
1173
|
background-color: #9e9d24 !important;
|
1174
|
+
}
|
1175
|
+
.bg-lime-darken-3 {
|
844
1176
|
color: #FFFFFF !important;
|
845
1177
|
}
|
846
1178
|
|
847
1179
|
.bg-lime-darken-4 {
|
848
1180
|
background-color: #827717 !important;
|
1181
|
+
}
|
1182
|
+
.bg-lime-darken-4 {
|
849
1183
|
color: #FFFFFF !important;
|
850
1184
|
}
|
851
1185
|
|
852
1186
|
.bg-lime-accent-1 {
|
853
1187
|
background-color: #f4ff81 !important;
|
1188
|
+
}
|
1189
|
+
.bg-lime-accent-1 {
|
854
1190
|
color: #000000 !important;
|
855
1191
|
}
|
856
1192
|
|
857
1193
|
.bg-lime-accent-2 {
|
858
1194
|
background-color: #eeff41 !important;
|
1195
|
+
}
|
1196
|
+
.bg-lime-accent-2 {
|
859
1197
|
color: #000000 !important;
|
860
1198
|
}
|
861
1199
|
|
862
1200
|
.bg-lime-accent-3 {
|
863
1201
|
background-color: #c6ff00 !important;
|
1202
|
+
}
|
1203
|
+
.bg-lime-accent-3 {
|
864
1204
|
color: #000000 !important;
|
865
1205
|
}
|
866
1206
|
|
867
1207
|
.bg-lime-accent-4 {
|
868
1208
|
background-color: #aeea00 !important;
|
1209
|
+
}
|
1210
|
+
.bg-lime-accent-4 {
|
869
1211
|
color: #000000 !important;
|
870
1212
|
}
|
871
1213
|
|
872
1214
|
.bg-yellow {
|
873
1215
|
background-color: #ffeb3b !important;
|
1216
|
+
}
|
1217
|
+
.bg-yellow {
|
874
1218
|
color: #000000 !important;
|
875
1219
|
}
|
876
1220
|
|
877
1221
|
.bg-yellow-lighten-5 {
|
878
1222
|
background-color: #fffde7 !important;
|
1223
|
+
}
|
1224
|
+
.bg-yellow-lighten-5 {
|
879
1225
|
color: #000000 !important;
|
880
1226
|
}
|
881
1227
|
|
882
1228
|
.bg-yellow-lighten-4 {
|
883
1229
|
background-color: #fff9c4 !important;
|
1230
|
+
}
|
1231
|
+
.bg-yellow-lighten-4 {
|
884
1232
|
color: #000000 !important;
|
885
1233
|
}
|
886
1234
|
|
887
1235
|
.bg-yellow-lighten-3 {
|
888
1236
|
background-color: #fff59d !important;
|
1237
|
+
}
|
1238
|
+
.bg-yellow-lighten-3 {
|
889
1239
|
color: #000000 !important;
|
890
1240
|
}
|
891
1241
|
|
892
1242
|
.bg-yellow-lighten-2 {
|
893
1243
|
background-color: #fff176 !important;
|
1244
|
+
}
|
1245
|
+
.bg-yellow-lighten-2 {
|
894
1246
|
color: #000000 !important;
|
895
1247
|
}
|
896
1248
|
|
897
1249
|
.bg-yellow-lighten-1 {
|
898
1250
|
background-color: #ffee58 !important;
|
1251
|
+
}
|
1252
|
+
.bg-yellow-lighten-1 {
|
899
1253
|
color: #000000 !important;
|
900
1254
|
}
|
901
1255
|
|
902
1256
|
.bg-yellow-darken-1 {
|
903
1257
|
background-color: #fdd835 !important;
|
1258
|
+
}
|
1259
|
+
.bg-yellow-darken-1 {
|
904
1260
|
color: #000000 !important;
|
905
1261
|
}
|
906
1262
|
|
907
1263
|
.bg-yellow-darken-2 {
|
908
1264
|
background-color: #fbc02d !important;
|
1265
|
+
}
|
1266
|
+
.bg-yellow-darken-2 {
|
909
1267
|
color: #000000 !important;
|
910
1268
|
}
|
911
1269
|
|
912
1270
|
.bg-yellow-darken-3 {
|
913
1271
|
background-color: #f9a825 !important;
|
1272
|
+
}
|
1273
|
+
.bg-yellow-darken-3 {
|
914
1274
|
color: #000000 !important;
|
915
1275
|
}
|
916
1276
|
|
917
1277
|
.bg-yellow-darken-4 {
|
918
1278
|
background-color: #f57f17 !important;
|
1279
|
+
}
|
1280
|
+
.bg-yellow-darken-4 {
|
919
1281
|
color: #FFFFFF !important;
|
920
1282
|
}
|
921
1283
|
|
922
1284
|
.bg-yellow-accent-1 {
|
923
1285
|
background-color: #ffff8d !important;
|
1286
|
+
}
|
1287
|
+
.bg-yellow-accent-1 {
|
924
1288
|
color: #000000 !important;
|
925
1289
|
}
|
926
1290
|
|
927
1291
|
.bg-yellow-accent-2 {
|
928
1292
|
background-color: #ffff00 !important;
|
1293
|
+
}
|
1294
|
+
.bg-yellow-accent-2 {
|
929
1295
|
color: #000000 !important;
|
930
1296
|
}
|
931
1297
|
|
932
1298
|
.bg-yellow-accent-3 {
|
933
1299
|
background-color: #ffea00 !important;
|
1300
|
+
}
|
1301
|
+
.bg-yellow-accent-3 {
|
934
1302
|
color: #000000 !important;
|
935
1303
|
}
|
936
1304
|
|
937
1305
|
.bg-yellow-accent-4 {
|
938
1306
|
background-color: #ffd600 !important;
|
1307
|
+
}
|
1308
|
+
.bg-yellow-accent-4 {
|
939
1309
|
color: #000000 !important;
|
940
1310
|
}
|
941
1311
|
|
942
1312
|
.bg-amber {
|
943
1313
|
background-color: #ffc107 !important;
|
1314
|
+
}
|
1315
|
+
.bg-amber {
|
944
1316
|
color: #000000 !important;
|
945
1317
|
}
|
946
1318
|
|
947
1319
|
.bg-amber-lighten-5 {
|
948
1320
|
background-color: #fff8e1 !important;
|
1321
|
+
}
|
1322
|
+
.bg-amber-lighten-5 {
|
949
1323
|
color: #000000 !important;
|
950
1324
|
}
|
951
1325
|
|
952
1326
|
.bg-amber-lighten-4 {
|
953
1327
|
background-color: #ffecb3 !important;
|
1328
|
+
}
|
1329
|
+
.bg-amber-lighten-4 {
|
954
1330
|
color: #000000 !important;
|
955
1331
|
}
|
956
1332
|
|
957
1333
|
.bg-amber-lighten-3 {
|
958
1334
|
background-color: #ffe082 !important;
|
1335
|
+
}
|
1336
|
+
.bg-amber-lighten-3 {
|
959
1337
|
color: #000000 !important;
|
960
1338
|
}
|
961
1339
|
|
962
1340
|
.bg-amber-lighten-2 {
|
963
1341
|
background-color: #ffd54f !important;
|
1342
|
+
}
|
1343
|
+
.bg-amber-lighten-2 {
|
964
1344
|
color: #000000 !important;
|
965
1345
|
}
|
966
1346
|
|
967
1347
|
.bg-amber-lighten-1 {
|
968
1348
|
background-color: #ffca28 !important;
|
1349
|
+
}
|
1350
|
+
.bg-amber-lighten-1 {
|
969
1351
|
color: #000000 !important;
|
970
1352
|
}
|
971
1353
|
|
972
1354
|
.bg-amber-darken-1 {
|
973
1355
|
background-color: #ffb300 !important;
|
1356
|
+
}
|
1357
|
+
.bg-amber-darken-1 {
|
974
1358
|
color: #000000 !important;
|
975
1359
|
}
|
976
1360
|
|
977
1361
|
.bg-amber-darken-2 {
|
978
1362
|
background-color: #ffa000 !important;
|
1363
|
+
}
|
1364
|
+
.bg-amber-darken-2 {
|
979
1365
|
color: #000000 !important;
|
980
1366
|
}
|
981
1367
|
|
982
1368
|
.bg-amber-darken-3 {
|
983
1369
|
background-color: #ff8f00 !important;
|
1370
|
+
}
|
1371
|
+
.bg-amber-darken-3 {
|
984
1372
|
color: #000000 !important;
|
985
1373
|
}
|
986
1374
|
|
987
1375
|
.bg-amber-darken-4 {
|
988
1376
|
background-color: #ff6f00 !important;
|
1377
|
+
}
|
1378
|
+
.bg-amber-darken-4 {
|
989
1379
|
color: #FFFFFF !important;
|
990
1380
|
}
|
991
1381
|
|
992
1382
|
.bg-amber-accent-1 {
|
993
1383
|
background-color: #ffe57f !important;
|
1384
|
+
}
|
1385
|
+
.bg-amber-accent-1 {
|
994
1386
|
color: #000000 !important;
|
995
1387
|
}
|
996
1388
|
|
997
1389
|
.bg-amber-accent-2 {
|
998
1390
|
background-color: #ffd740 !important;
|
1391
|
+
}
|
1392
|
+
.bg-amber-accent-2 {
|
999
1393
|
color: #000000 !important;
|
1000
1394
|
}
|
1001
1395
|
|
1002
1396
|
.bg-amber-accent-3 {
|
1003
1397
|
background-color: #ffc400 !important;
|
1398
|
+
}
|
1399
|
+
.bg-amber-accent-3 {
|
1004
1400
|
color: #000000 !important;
|
1005
1401
|
}
|
1006
1402
|
|
1007
1403
|
.bg-amber-accent-4 {
|
1008
1404
|
background-color: #ffab00 !important;
|
1405
|
+
}
|
1406
|
+
.bg-amber-accent-4 {
|
1009
1407
|
color: #000000 !important;
|
1010
1408
|
}
|
1011
1409
|
|
1012
1410
|
.bg-orange {
|
1013
1411
|
background-color: #ff9800 !important;
|
1412
|
+
}
|
1413
|
+
.bg-orange {
|
1014
1414
|
color: #000000 !important;
|
1015
1415
|
}
|
1016
1416
|
|
1017
1417
|
.bg-orange-lighten-5 {
|
1018
1418
|
background-color: #fff3e0 !important;
|
1419
|
+
}
|
1420
|
+
.bg-orange-lighten-5 {
|
1019
1421
|
color: #000000 !important;
|
1020
1422
|
}
|
1021
1423
|
|
1022
1424
|
.bg-orange-lighten-4 {
|
1023
1425
|
background-color: #ffe0b2 !important;
|
1426
|
+
}
|
1427
|
+
.bg-orange-lighten-4 {
|
1024
1428
|
color: #000000 !important;
|
1025
1429
|
}
|
1026
1430
|
|
1027
1431
|
.bg-orange-lighten-3 {
|
1028
1432
|
background-color: #ffcc80 !important;
|
1433
|
+
}
|
1434
|
+
.bg-orange-lighten-3 {
|
1029
1435
|
color: #000000 !important;
|
1030
1436
|
}
|
1031
1437
|
|
1032
1438
|
.bg-orange-lighten-2 {
|
1033
1439
|
background-color: #ffb74d !important;
|
1440
|
+
}
|
1441
|
+
.bg-orange-lighten-2 {
|
1034
1442
|
color: #000000 !important;
|
1035
1443
|
}
|
1036
1444
|
|
1037
1445
|
.bg-orange-lighten-1 {
|
1038
1446
|
background-color: #ffa726 !important;
|
1447
|
+
}
|
1448
|
+
.bg-orange-lighten-1 {
|
1039
1449
|
color: #000000 !important;
|
1040
1450
|
}
|
1041
1451
|
|
1042
1452
|
.bg-orange-darken-1 {
|
1043
1453
|
background-color: #fb8c00 !important;
|
1454
|
+
}
|
1455
|
+
.bg-orange-darken-1 {
|
1044
1456
|
color: #FFFFFF !important;
|
1045
1457
|
}
|
1046
1458
|
|
1047
1459
|
.bg-orange-darken-2 {
|
1048
1460
|
background-color: #f57c00 !important;
|
1461
|
+
}
|
1462
|
+
.bg-orange-darken-2 {
|
1049
1463
|
color: #FFFFFF !important;
|
1050
1464
|
}
|
1051
1465
|
|
1052
1466
|
.bg-orange-darken-3 {
|
1053
1467
|
background-color: #ef6c00 !important;
|
1468
|
+
}
|
1469
|
+
.bg-orange-darken-3 {
|
1054
1470
|
color: #FFFFFF !important;
|
1055
1471
|
}
|
1056
1472
|
|
1057
1473
|
.bg-orange-darken-4 {
|
1058
1474
|
background-color: #e65100 !important;
|
1475
|
+
}
|
1476
|
+
.bg-orange-darken-4 {
|
1059
1477
|
color: #FFFFFF !important;
|
1060
1478
|
}
|
1061
1479
|
|
1062
1480
|
.bg-orange-accent-1 {
|
1063
1481
|
background-color: #ffd180 !important;
|
1482
|
+
}
|
1483
|
+
.bg-orange-accent-1 {
|
1064
1484
|
color: #000000 !important;
|
1065
1485
|
}
|
1066
1486
|
|
1067
1487
|
.bg-orange-accent-2 {
|
1068
1488
|
background-color: #ffab40 !important;
|
1489
|
+
}
|
1490
|
+
.bg-orange-accent-2 {
|
1069
1491
|
color: #000000 !important;
|
1070
1492
|
}
|
1071
1493
|
|
1072
1494
|
.bg-orange-accent-3 {
|
1073
1495
|
background-color: #ff9100 !important;
|
1496
|
+
}
|
1497
|
+
.bg-orange-accent-3 {
|
1074
1498
|
color: #000000 !important;
|
1075
1499
|
}
|
1076
1500
|
|
1077
1501
|
.bg-orange-accent-4 {
|
1078
1502
|
background-color: #ff6d00 !important;
|
1503
|
+
}
|
1504
|
+
.bg-orange-accent-4 {
|
1079
1505
|
color: #FFFFFF !important;
|
1080
1506
|
}
|
1081
1507
|
|
1082
1508
|
.bg-deep-orange {
|
1083
1509
|
background-color: #ff5722 !important;
|
1510
|
+
}
|
1511
|
+
.bg-deep-orange {
|
1084
1512
|
color: #FFFFFF !important;
|
1085
1513
|
}
|
1086
1514
|
|
1087
1515
|
.bg-deep-orange-lighten-5 {
|
1088
1516
|
background-color: #fbe9e7 !important;
|
1517
|
+
}
|
1518
|
+
.bg-deep-orange-lighten-5 {
|
1089
1519
|
color: #000000 !important;
|
1090
1520
|
}
|
1091
1521
|
|
1092
1522
|
.bg-deep-orange-lighten-4 {
|
1093
1523
|
background-color: #ffccbc !important;
|
1524
|
+
}
|
1525
|
+
.bg-deep-orange-lighten-4 {
|
1094
1526
|
color: #000000 !important;
|
1095
1527
|
}
|
1096
1528
|
|
1097
1529
|
.bg-deep-orange-lighten-3 {
|
1098
1530
|
background-color: #ffab91 !important;
|
1531
|
+
}
|
1532
|
+
.bg-deep-orange-lighten-3 {
|
1099
1533
|
color: #000000 !important;
|
1100
1534
|
}
|
1101
1535
|
|
1102
1536
|
.bg-deep-orange-lighten-2 {
|
1103
1537
|
background-color: #ff8a65 !important;
|
1538
|
+
}
|
1539
|
+
.bg-deep-orange-lighten-2 {
|
1104
1540
|
color: #000000 !important;
|
1105
1541
|
}
|
1106
1542
|
|
1107
1543
|
.bg-deep-orange-lighten-1 {
|
1108
1544
|
background-color: #ff7043 !important;
|
1545
|
+
}
|
1546
|
+
.bg-deep-orange-lighten-1 {
|
1109
1547
|
color: #FFFFFF !important;
|
1110
1548
|
}
|
1111
1549
|
|
1112
1550
|
.bg-deep-orange-darken-1 {
|
1113
1551
|
background-color: #f4511e !important;
|
1552
|
+
}
|
1553
|
+
.bg-deep-orange-darken-1 {
|
1114
1554
|
color: #FFFFFF !important;
|
1115
1555
|
}
|
1116
1556
|
|
1117
1557
|
.bg-deep-orange-darken-2 {
|
1118
1558
|
background-color: #e64a19 !important;
|
1559
|
+
}
|
1560
|
+
.bg-deep-orange-darken-2 {
|
1119
1561
|
color: #FFFFFF !important;
|
1120
1562
|
}
|
1121
1563
|
|
1122
1564
|
.bg-deep-orange-darken-3 {
|
1123
1565
|
background-color: #d84315 !important;
|
1566
|
+
}
|
1567
|
+
.bg-deep-orange-darken-3 {
|
1124
1568
|
color: #FFFFFF !important;
|
1125
1569
|
}
|
1126
1570
|
|
1127
1571
|
.bg-deep-orange-darken-4 {
|
1128
1572
|
background-color: #bf360c !important;
|
1573
|
+
}
|
1574
|
+
.bg-deep-orange-darken-4 {
|
1129
1575
|
color: #FFFFFF !important;
|
1130
1576
|
}
|
1131
1577
|
|
1132
1578
|
.bg-deep-orange-accent-1 {
|
1133
1579
|
background-color: #ff9e80 !important;
|
1580
|
+
}
|
1581
|
+
.bg-deep-orange-accent-1 {
|
1134
1582
|
color: #000000 !important;
|
1135
1583
|
}
|
1136
1584
|
|
1137
1585
|
.bg-deep-orange-accent-2 {
|
1138
1586
|
background-color: #ff6e40 !important;
|
1587
|
+
}
|
1588
|
+
.bg-deep-orange-accent-2 {
|
1139
1589
|
color: #FFFFFF !important;
|
1140
1590
|
}
|
1141
1591
|
|
1142
1592
|
.bg-deep-orange-accent-3 {
|
1143
1593
|
background-color: #ff3d00 !important;
|
1594
|
+
}
|
1595
|
+
.bg-deep-orange-accent-3 {
|
1144
1596
|
color: #FFFFFF !important;
|
1145
1597
|
}
|
1146
1598
|
|
1147
1599
|
.bg-deep-orange-accent-4 {
|
1148
1600
|
background-color: #dd2c00 !important;
|
1601
|
+
}
|
1602
|
+
.bg-deep-orange-accent-4 {
|
1149
1603
|
color: #FFFFFF !important;
|
1150
1604
|
}
|
1151
1605
|
|
1152
1606
|
.bg-brown {
|
1153
1607
|
background-color: #795548 !important;
|
1608
|
+
}
|
1609
|
+
.bg-brown {
|
1154
1610
|
color: #FFFFFF !important;
|
1155
1611
|
}
|
1156
1612
|
|
1157
1613
|
.bg-brown-lighten-5 {
|
1158
1614
|
background-color: #efebe9 !important;
|
1615
|
+
}
|
1616
|
+
.bg-brown-lighten-5 {
|
1159
1617
|
color: #000000 !important;
|
1160
1618
|
}
|
1161
1619
|
|
1162
1620
|
.bg-brown-lighten-4 {
|
1163
1621
|
background-color: #d7ccc8 !important;
|
1622
|
+
}
|
1623
|
+
.bg-brown-lighten-4 {
|
1164
1624
|
color: #000000 !important;
|
1165
1625
|
}
|
1166
1626
|
|
1167
1627
|
.bg-brown-lighten-3 {
|
1168
1628
|
background-color: #bcaaa4 !important;
|
1629
|
+
}
|
1630
|
+
.bg-brown-lighten-3 {
|
1169
1631
|
color: #000000 !important;
|
1170
1632
|
}
|
1171
1633
|
|
1172
1634
|
.bg-brown-lighten-2 {
|
1173
1635
|
background-color: #a1887f !important;
|
1636
|
+
}
|
1637
|
+
.bg-brown-lighten-2 {
|
1174
1638
|
color: #FFFFFF !important;
|
1175
1639
|
}
|
1176
1640
|
|
1177
1641
|
.bg-brown-lighten-1 {
|
1178
1642
|
background-color: #8d6e63 !important;
|
1643
|
+
}
|
1644
|
+
.bg-brown-lighten-1 {
|
1179
1645
|
color: #FFFFFF !important;
|
1180
1646
|
}
|
1181
1647
|
|
1182
1648
|
.bg-brown-darken-1 {
|
1183
1649
|
background-color: #6d4c41 !important;
|
1650
|
+
}
|
1651
|
+
.bg-brown-darken-1 {
|
1184
1652
|
color: #FFFFFF !important;
|
1185
1653
|
}
|
1186
1654
|
|
1187
1655
|
.bg-brown-darken-2 {
|
1188
1656
|
background-color: #5d4037 !important;
|
1657
|
+
}
|
1658
|
+
.bg-brown-darken-2 {
|
1189
1659
|
color: #FFFFFF !important;
|
1190
1660
|
}
|
1191
1661
|
|
1192
1662
|
.bg-brown-darken-3 {
|
1193
1663
|
background-color: #4e342e !important;
|
1664
|
+
}
|
1665
|
+
.bg-brown-darken-3 {
|
1194
1666
|
color: #FFFFFF !important;
|
1195
1667
|
}
|
1196
1668
|
|
1197
1669
|
.bg-brown-darken-4 {
|
1198
1670
|
background-color: #3e2723 !important;
|
1671
|
+
}
|
1672
|
+
.bg-brown-darken-4 {
|
1199
1673
|
color: #FFFFFF !important;
|
1200
1674
|
}
|
1201
1675
|
|
1202
1676
|
.bg-blue-grey {
|
1203
1677
|
background-color: #607d8b !important;
|
1678
|
+
}
|
1679
|
+
.bg-blue-grey {
|
1204
1680
|
color: #FFFFFF !important;
|
1205
1681
|
}
|
1206
1682
|
|
1207
1683
|
.bg-blue-grey-lighten-5 {
|
1208
1684
|
background-color: #eceff1 !important;
|
1685
|
+
}
|
1686
|
+
.bg-blue-grey-lighten-5 {
|
1209
1687
|
color: #000000 !important;
|
1210
1688
|
}
|
1211
1689
|
|
1212
1690
|
.bg-blue-grey-lighten-4 {
|
1213
1691
|
background-color: #cfd8dc !important;
|
1692
|
+
}
|
1693
|
+
.bg-blue-grey-lighten-4 {
|
1214
1694
|
color: #000000 !important;
|
1215
1695
|
}
|
1216
1696
|
|
1217
1697
|
.bg-blue-grey-lighten-3 {
|
1218
1698
|
background-color: #b0bec5 !important;
|
1699
|
+
}
|
1700
|
+
.bg-blue-grey-lighten-3 {
|
1219
1701
|
color: #000000 !important;
|
1220
1702
|
}
|
1221
1703
|
|
1222
1704
|
.bg-blue-grey-lighten-2 {
|
1223
1705
|
background-color: #90a4ae !important;
|
1706
|
+
}
|
1707
|
+
.bg-blue-grey-lighten-2 {
|
1224
1708
|
color: #FFFFFF !important;
|
1225
1709
|
}
|
1226
1710
|
|
1227
1711
|
.bg-blue-grey-lighten-1 {
|
1228
1712
|
background-color: #78909c !important;
|
1713
|
+
}
|
1714
|
+
.bg-blue-grey-lighten-1 {
|
1229
1715
|
color: #FFFFFF !important;
|
1230
1716
|
}
|
1231
1717
|
|
1232
1718
|
.bg-blue-grey-darken-1 {
|
1233
1719
|
background-color: #546e7a !important;
|
1720
|
+
}
|
1721
|
+
.bg-blue-grey-darken-1 {
|
1234
1722
|
color: #FFFFFF !important;
|
1235
1723
|
}
|
1236
1724
|
|
1237
1725
|
.bg-blue-grey-darken-2 {
|
1238
1726
|
background-color: #455a64 !important;
|
1727
|
+
}
|
1728
|
+
.bg-blue-grey-darken-2 {
|
1239
1729
|
color: #FFFFFF !important;
|
1240
1730
|
}
|
1241
1731
|
|
1242
1732
|
.bg-blue-grey-darken-3 {
|
1243
1733
|
background-color: #37474f !important;
|
1734
|
+
}
|
1735
|
+
.bg-blue-grey-darken-3 {
|
1244
1736
|
color: #FFFFFF !important;
|
1245
1737
|
}
|
1246
1738
|
|
1247
1739
|
.bg-blue-grey-darken-4 {
|
1248
1740
|
background-color: #263238 !important;
|
1741
|
+
}
|
1742
|
+
.bg-blue-grey-darken-4 {
|
1249
1743
|
color: #FFFFFF !important;
|
1250
1744
|
}
|
1251
1745
|
|
1252
1746
|
.bg-grey {
|
1253
1747
|
background-color: #9e9e9e !important;
|
1748
|
+
}
|
1749
|
+
.bg-grey {
|
1254
1750
|
color: #FFFFFF !important;
|
1255
1751
|
}
|
1256
1752
|
|
1257
1753
|
.bg-grey-lighten-5 {
|
1258
1754
|
background-color: #fafafa !important;
|
1755
|
+
}
|
1756
|
+
.bg-grey-lighten-5 {
|
1259
1757
|
color: #000000 !important;
|
1260
1758
|
}
|
1261
1759
|
|
1262
1760
|
.bg-grey-lighten-4 {
|
1263
1761
|
background-color: #f5f5f5 !important;
|
1762
|
+
}
|
1763
|
+
.bg-grey-lighten-4 {
|
1264
1764
|
color: #000000 !important;
|
1265
1765
|
}
|
1266
1766
|
|
1267
1767
|
.bg-grey-lighten-3 {
|
1268
1768
|
background-color: #eeeeee !important;
|
1769
|
+
}
|
1770
|
+
.bg-grey-lighten-3 {
|
1269
1771
|
color: #000000 !important;
|
1270
1772
|
}
|
1271
1773
|
|
1272
1774
|
.bg-grey-lighten-2 {
|
1273
1775
|
background-color: #e0e0e0 !important;
|
1776
|
+
}
|
1777
|
+
.bg-grey-lighten-2 {
|
1274
1778
|
color: #000000 !important;
|
1275
1779
|
}
|
1276
1780
|
|
1277
1781
|
.bg-grey-lighten-1 {
|
1278
1782
|
background-color: #bdbdbd !important;
|
1783
|
+
}
|
1784
|
+
.bg-grey-lighten-1 {
|
1279
1785
|
color: #000000 !important;
|
1280
1786
|
}
|
1281
1787
|
|
1282
1788
|
.bg-grey-darken-1 {
|
1283
1789
|
background-color: #757575 !important;
|
1790
|
+
}
|
1791
|
+
.bg-grey-darken-1 {
|
1284
1792
|
color: #FFFFFF !important;
|
1285
1793
|
}
|
1286
1794
|
|
1287
1795
|
.bg-grey-darken-2 {
|
1288
1796
|
background-color: #616161 !important;
|
1797
|
+
}
|
1798
|
+
.bg-grey-darken-2 {
|
1289
1799
|
color: #FFFFFF !important;
|
1290
1800
|
}
|
1291
1801
|
|
1292
1802
|
.bg-grey-darken-3 {
|
1293
1803
|
background-color: #424242 !important;
|
1804
|
+
}
|
1805
|
+
.bg-grey-darken-3 {
|
1294
1806
|
color: #FFFFFF !important;
|
1295
1807
|
}
|
1296
1808
|
|
1297
1809
|
.bg-grey-darken-4 {
|
1298
1810
|
background-color: #212121 !important;
|
1811
|
+
}
|
1812
|
+
.bg-grey-darken-4 {
|
1299
1813
|
color: #FFFFFF !important;
|
1300
1814
|
}
|
1301
1815
|
|
1302
1816
|
.bg-shades-black {
|
1303
1817
|
background-color: #000000 !important;
|
1818
|
+
}
|
1819
|
+
.bg-shades-black {
|
1304
1820
|
color: #FFFFFF !important;
|
1305
1821
|
}
|
1306
1822
|
|
1307
1823
|
.bg-shades-white {
|
1308
1824
|
background-color: #FFFFFF !important;
|
1825
|
+
}
|
1826
|
+
.bg-shades-white {
|
1309
1827
|
color: #000000 !important;
|
1310
1828
|
}
|
1311
1829
|
|
1312
1830
|
.bg-shades-transparent {
|
1313
1831
|
background-color: transparent !important;
|
1832
|
+
}
|
1833
|
+
.bg-shades-transparent {
|
1314
1834
|
color: currentColor !important;
|
1315
1835
|
}
|
1316
1836
|
|
@@ -17419,6 +17939,8 @@ html.overflow-y-hidden {
|
|
17419
17939
|
font-size: 85%;
|
17420
17940
|
font-weight: normal;
|
17421
17941
|
padding: 0.2em 0.4rem;
|
17942
|
+
}
|
17943
|
+
.v-kbd {
|
17422
17944
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17423
17945
|
}.v-ripple__container {
|
17424
17946
|
color: inherit;
|
@@ -17456,6 +17978,22 @@ html.overflow-y-hidden {
|
|
17456
17978
|
.v-ripple__animation--out {
|
17457
17979
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
17458
17980
|
opacity: 0;
|
17981
|
+
}.v-application {
|
17982
|
+
display: flex;
|
17983
|
+
background: rgb(var(--v-theme-background));
|
17984
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
17985
|
+
}
|
17986
|
+
|
17987
|
+
.v-application__wrap {
|
17988
|
+
-webkit-backface-visibility: hidden;
|
17989
|
+
backface-visibility: hidden;
|
17990
|
+
display: flex;
|
17991
|
+
flex-direction: column;
|
17992
|
+
flex: 1 1 auto;
|
17993
|
+
max-width: 100%;
|
17994
|
+
min-height: 100vh;
|
17995
|
+
min-height: 100dvh;
|
17996
|
+
position: relative;
|
17459
17997
|
}.v-alert {
|
17460
17998
|
display: grid;
|
17461
17999
|
flex: 1 1;
|
@@ -17465,7 +18003,6 @@ html.overflow-y-hidden {
|
|
17465
18003
|
padding: 16px;
|
17466
18004
|
overflow: hidden;
|
17467
18005
|
--v-border-color: currentColor;
|
17468
|
-
border-radius: 4px;
|
17469
18006
|
}
|
17470
18007
|
.v-alert--absolute {
|
17471
18008
|
position: absolute;
|
@@ -17476,6 +18013,9 @@ html.overflow-y-hidden {
|
|
17476
18013
|
.v-alert--sticky {
|
17477
18014
|
position: sticky;
|
17478
18015
|
}
|
18016
|
+
.v-alert {
|
18017
|
+
border-radius: 4px;
|
18018
|
+
}
|
17479
18019
|
.v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
|
17480
18020
|
background: transparent;
|
17481
18021
|
color: inherit;
|
@@ -17576,6 +18116,8 @@ html.overflow-y-hidden {
|
|
17576
18116
|
right: 0;
|
17577
18117
|
top: 0;
|
17578
18118
|
width: 100%;
|
18119
|
+
}
|
18120
|
+
.v-alert__border {
|
17579
18121
|
border-color: currentColor;
|
17580
18122
|
border-style: solid;
|
17581
18123
|
border-width: 0;
|
@@ -17668,22 +18210,6 @@ html.overflow-y-hidden {
|
|
17668
18210
|
text-transform: none;
|
17669
18211
|
word-break: normal;
|
17670
18212
|
word-wrap: break-word;
|
17671
|
-
}.v-application {
|
17672
|
-
display: flex;
|
17673
|
-
background: rgb(var(--v-theme-background));
|
17674
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
17675
|
-
}
|
17676
|
-
|
17677
|
-
.v-application__wrap {
|
17678
|
-
-webkit-backface-visibility: hidden;
|
17679
|
-
backface-visibility: hidden;
|
17680
|
-
display: flex;
|
17681
|
-
flex-direction: column;
|
17682
|
-
flex: 1 1 auto;
|
17683
|
-
max-width: 100%;
|
17684
|
-
min-height: 100vh;
|
17685
|
-
min-height: 100dvh;
|
17686
|
-
position: relative;
|
17687
18213
|
}.v-app-bar {
|
17688
18214
|
display: flex;
|
17689
18215
|
}
|
@@ -17721,7 +18247,11 @@ html.overflow-y-hidden {
|
|
17721
18247
|
|
17722
18248
|
.v-autocomplete__content {
|
17723
18249
|
overflow: hidden;
|
18250
|
+
}
|
18251
|
+
.v-autocomplete__content {
|
17724
18252
|
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18253
|
+
}
|
18254
|
+
.v-autocomplete__content {
|
17725
18255
|
border-radius: 4px;
|
17726
18256
|
}
|
17727
18257
|
.v-autocomplete__mask {
|
@@ -17777,6 +18307,79 @@ html.overflow-y-hidden {
|
|
17777
18307
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
17778
18308
|
opacity: var(--v-high-emphasis-opacity);
|
17779
18309
|
transform: rotate(180deg);
|
18310
|
+
}.v-badge {
|
18311
|
+
display: inline-block;
|
18312
|
+
line-height: 1;
|
18313
|
+
}
|
18314
|
+
|
18315
|
+
.v-badge__badge {
|
18316
|
+
align-items: center;
|
18317
|
+
display: inline-flex;
|
18318
|
+
border-radius: 10px;
|
18319
|
+
font-size: 0.75rem;
|
18320
|
+
font-weight: 500;
|
18321
|
+
height: 1.25rem;
|
18322
|
+
justify-content: center;
|
18323
|
+
min-width: 20px;
|
18324
|
+
padding: 4px 6px;
|
18325
|
+
pointer-events: auto;
|
18326
|
+
position: absolute;
|
18327
|
+
text-align: center;
|
18328
|
+
text-indent: 0;
|
18329
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18330
|
+
white-space: nowrap;
|
18331
|
+
}
|
18332
|
+
.v-badge__badge {
|
18333
|
+
background: rgb(var(--v-theme-surface-variant));
|
18334
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18335
|
+
}
|
18336
|
+
.v-badge--bordered .v-badge__badge::after {
|
18337
|
+
border-radius: inherit;
|
18338
|
+
border-style: solid;
|
18339
|
+
border-width: 2px;
|
18340
|
+
bottom: 0;
|
18341
|
+
color: rgb(var(--v-theme-background));
|
18342
|
+
content: "";
|
18343
|
+
left: 0;
|
18344
|
+
position: absolute;
|
18345
|
+
right: 0;
|
18346
|
+
top: 0;
|
18347
|
+
transform: scale(1.05);
|
18348
|
+
}
|
18349
|
+
.v-badge--dot .v-badge__badge {
|
18350
|
+
border-radius: 4.5px;
|
18351
|
+
height: 9px;
|
18352
|
+
min-width: 0;
|
18353
|
+
padding: 0;
|
18354
|
+
width: 9px;
|
18355
|
+
}
|
18356
|
+
.v-badge--dot .v-badge__badge::after {
|
18357
|
+
border-width: 1.5px;
|
18358
|
+
}
|
18359
|
+
.v-badge--inline .v-badge__badge {
|
18360
|
+
position: relative;
|
18361
|
+
vertical-align: middle;
|
18362
|
+
}
|
18363
|
+
.v-badge__badge .v-icon {
|
18364
|
+
color: inherit;
|
18365
|
+
font-size: 0.75rem;
|
18366
|
+
margin: 0 -2px;
|
18367
|
+
}
|
18368
|
+
.v-badge__badge img,
|
18369
|
+
.v-badge__badge .v-img {
|
18370
|
+
height: 100%;
|
18371
|
+
width: 100%;
|
18372
|
+
}
|
18373
|
+
|
18374
|
+
.v-badge__wrapper {
|
18375
|
+
display: flex;
|
18376
|
+
position: relative;
|
18377
|
+
}
|
18378
|
+
.v-badge--inline .v-badge__wrapper {
|
18379
|
+
align-items: center;
|
18380
|
+
display: inline-flex;
|
18381
|
+
justify-content: center;
|
18382
|
+
margin: 0 4px;
|
17780
18383
|
}.v-avatar {
|
17781
18384
|
flex: none;
|
17782
18385
|
align-items: center;
|
@@ -17789,10 +18392,6 @@ html.overflow-y-hidden {
|
|
17789
18392
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
17790
18393
|
transition-property: width, height;
|
17791
18394
|
vertical-align: middle;
|
17792
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
17793
|
-
border-style: solid;
|
17794
|
-
border-width: thin;
|
17795
|
-
border-radius: 50%;
|
17796
18395
|
}
|
17797
18396
|
.v-avatar.v-avatar--size-x-small {
|
17798
18397
|
--v-avatar-height: 24px;
|
@@ -17821,9 +18420,8 @@ html.overflow-y-hidden {
|
|
17821
18420
|
height: calc(var(--v-avatar-height) + -8px);
|
17822
18421
|
width: calc(var(--v-avatar-height) + -8px);
|
17823
18422
|
}
|
17824
|
-
.v-avatar
|
17825
|
-
border-
|
17826
|
-
box-shadow: none;
|
18423
|
+
.v-avatar {
|
18424
|
+
border-radius: 50%;
|
17827
18425
|
}
|
17828
18426
|
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
17829
18427
|
background: transparent;
|
@@ -17893,18 +18491,19 @@ html.overflow-y-hidden {
|
|
17893
18491
|
padding-bottom: 16px;
|
17894
18492
|
position: relative;
|
17895
18493
|
width: 100%;
|
18494
|
+
}
|
18495
|
+
.v-banner {
|
17896
18496
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
17897
18497
|
border-style: solid;
|
17898
18498
|
border-width: 0 0 thin 0;
|
17899
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17900
|
-
border-radius: 0;
|
17901
|
-
background: rgb(var(--v-theme-surface));
|
17902
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
17903
18499
|
}
|
17904
18500
|
.v-banner--border {
|
17905
18501
|
border-width: thin;
|
17906
18502
|
box-shadow: none;
|
17907
18503
|
}
|
18504
|
+
.v-banner {
|
18505
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18506
|
+
}
|
17908
18507
|
.v-banner--absolute {
|
17909
18508
|
position: absolute;
|
17910
18509
|
}
|
@@ -17914,6 +18513,13 @@ html.overflow-y-hidden {
|
|
17914
18513
|
.v-banner--sticky {
|
17915
18514
|
position: sticky;
|
17916
18515
|
}
|
18516
|
+
.v-banner {
|
18517
|
+
border-radius: 0;
|
18518
|
+
}
|
18519
|
+
.v-banner {
|
18520
|
+
background: rgb(var(--v-theme-surface));
|
18521
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18522
|
+
}
|
17917
18523
|
.v-banner--rounded {
|
17918
18524
|
border-radius: 4px;
|
17919
18525
|
}
|
@@ -18043,17 +18649,23 @@ html.overflow-y-hidden {
|
|
18043
18649
|
overflow: hidden;
|
18044
18650
|
position: absolute;
|
18045
18651
|
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18652
|
+
}
|
18653
|
+
.v-bottom-navigation {
|
18046
18654
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18047
18655
|
border-style: solid;
|
18048
18656
|
border-width: 0;
|
18049
|
-
border-radius: 0;
|
18050
|
-
background: rgb(var(--v-theme-surface));
|
18051
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18052
18657
|
}
|
18053
18658
|
.v-bottom-navigation--border {
|
18054
18659
|
border-width: thin;
|
18055
18660
|
box-shadow: none;
|
18056
18661
|
}
|
18662
|
+
.v-bottom-navigation {
|
18663
|
+
border-radius: 0;
|
18664
|
+
}
|
18665
|
+
.v-bottom-navigation {
|
18666
|
+
background: rgb(var(--v-theme-surface));
|
18667
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18668
|
+
}
|
18057
18669
|
.v-bottom-navigation--active {
|
18058
18670
|
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18059
18671
|
}
|
@@ -18074,6 +18686,8 @@ html.overflow-y-hidden {
|
|
18074
18686
|
text-transform: none;
|
18075
18687
|
transition: inherit;
|
18076
18688
|
width: auto;
|
18689
|
+
}
|
18690
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18077
18691
|
border-radius: 0;
|
18078
18692
|
}
|
18079
18693
|
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
@@ -18092,77 +18706,6 @@ html.overflow-y-hidden {
|
|
18092
18706
|
}
|
18093
18707
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18094
18708
|
transform: translateY(0.5rem);
|
18095
|
-
}.v-badge {
|
18096
|
-
display: inline-block;
|
18097
|
-
line-height: 1;
|
18098
|
-
}
|
18099
|
-
|
18100
|
-
.v-badge__badge {
|
18101
|
-
align-items: center;
|
18102
|
-
display: inline-flex;
|
18103
|
-
border-radius: 10px;
|
18104
|
-
font-size: 0.75rem;
|
18105
|
-
font-weight: 500;
|
18106
|
-
height: 1.25rem;
|
18107
|
-
justify-content: center;
|
18108
|
-
min-width: 20px;
|
18109
|
-
padding: 4px 6px;
|
18110
|
-
pointer-events: auto;
|
18111
|
-
position: absolute;
|
18112
|
-
text-align: center;
|
18113
|
-
text-indent: 0;
|
18114
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18115
|
-
white-space: nowrap;
|
18116
|
-
background: rgb(var(--v-theme-surface-variant));
|
18117
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18118
|
-
}
|
18119
|
-
.v-badge--bordered .v-badge__badge::after {
|
18120
|
-
border-radius: inherit;
|
18121
|
-
border-style: solid;
|
18122
|
-
border-width: 2px;
|
18123
|
-
bottom: 0;
|
18124
|
-
color: rgb(var(--v-theme-background));
|
18125
|
-
content: "";
|
18126
|
-
left: 0;
|
18127
|
-
position: absolute;
|
18128
|
-
right: 0;
|
18129
|
-
top: 0;
|
18130
|
-
transform: scale(1.05);
|
18131
|
-
}
|
18132
|
-
.v-badge--dot .v-badge__badge {
|
18133
|
-
border-radius: 4.5px;
|
18134
|
-
height: 9px;
|
18135
|
-
min-width: 0;
|
18136
|
-
padding: 0;
|
18137
|
-
width: 9px;
|
18138
|
-
}
|
18139
|
-
.v-badge--dot .v-badge__badge::after {
|
18140
|
-
border-width: 1.5px;
|
18141
|
-
}
|
18142
|
-
.v-badge--inline .v-badge__badge {
|
18143
|
-
position: relative;
|
18144
|
-
vertical-align: middle;
|
18145
|
-
}
|
18146
|
-
.v-badge__badge .v-icon {
|
18147
|
-
color: inherit;
|
18148
|
-
font-size: 0.75rem;
|
18149
|
-
margin: 0 -2px;
|
18150
|
-
}
|
18151
|
-
.v-badge__badge img,
|
18152
|
-
.v-badge__badge .v-img {
|
18153
|
-
height: 100%;
|
18154
|
-
width: 100%;
|
18155
|
-
}
|
18156
|
-
|
18157
|
-
.v-badge__wrapper {
|
18158
|
-
display: flex;
|
18159
|
-
position: relative;
|
18160
|
-
}
|
18161
|
-
.v-badge--inline .v-badge__wrapper {
|
18162
|
-
align-items: center;
|
18163
|
-
display: inline-flex;
|
18164
|
-
justify-content: center;
|
18165
|
-
margin: 0 4px;
|
18166
18709
|
}.bottom-sheet-transition-enter-from {
|
18167
18710
|
transform: translateY(100%);
|
18168
18711
|
}
|
@@ -18182,6 +18725,8 @@ html.overflow-y-hidden {
|
|
18182
18725
|
width: 100%;
|
18183
18726
|
max-width: 100%;
|
18184
18727
|
overflow: visible;
|
18728
|
+
}
|
18729
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18185
18730
|
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18186
18731
|
}
|
18187
18732
|
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
@@ -18275,9 +18820,6 @@ html.overflow-y-hidden {
|
|
18275
18820
|
user-select: none;
|
18276
18821
|
vertical-align: middle;
|
18277
18822
|
flex-shrink: 0;
|
18278
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18279
|
-
border-style: solid;
|
18280
|
-
border-width: 0;
|
18281
18823
|
}
|
18282
18824
|
.v-btn--size-x-small {
|
18283
18825
|
--v-btn-size: 0.625rem;
|
@@ -18331,6 +18873,11 @@ html.overflow-y-hidden {
|
|
18331
18873
|
height: calc(var(--v-btn-height) + -12px);
|
18332
18874
|
}
|
18333
18875
|
|
18876
|
+
.v-btn {
|
18877
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18878
|
+
border-style: solid;
|
18879
|
+
border-width: 0;
|
18880
|
+
}
|
18334
18881
|
.v-btn--border {
|
18335
18882
|
border-width: thin;
|
18336
18883
|
box-shadow: none;
|
@@ -18409,6 +18956,13 @@ html.overflow-y-hidden {
|
|
18409
18956
|
position: absolute;
|
18410
18957
|
}
|
18411
18958
|
@supports selector(:focus-visible) {
|
18959
|
+
.v-btn::after {
|
18960
|
+
pointer-events: none;
|
18961
|
+
border: 2px solid currentColor;
|
18962
|
+
border-radius: inherit;
|
18963
|
+
opacity: 0;
|
18964
|
+
transition: opacity 0.2s ease-in-out;
|
18965
|
+
}
|
18412
18966
|
.v-btn::after {
|
18413
18967
|
content: "";
|
18414
18968
|
position: absolute;
|
@@ -18416,11 +18970,6 @@ html.overflow-y-hidden {
|
|
18416
18970
|
left: 0;
|
18417
18971
|
width: 100%;
|
18418
18972
|
height: 100%;
|
18419
|
-
pointer-events: none;
|
18420
|
-
border: 2px solid currentColor;
|
18421
|
-
border-radius: inherit;
|
18422
|
-
opacity: 0;
|
18423
|
-
transition: opacity 0.2s ease-in-out;
|
18424
18973
|
}
|
18425
18974
|
.v-btn:focus-visible::after {
|
18426
18975
|
opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
|
@@ -18648,6 +19197,10 @@ html.overflow-y-hidden {
|
|
18648
19197
|
transition: opacity 0.2s ease-in-out;
|
18649
19198
|
}
|
18650
19199
|
|
19200
|
+
.v-btn__overlay,
|
19201
|
+
.v-btn__underlay {
|
19202
|
+
pointer-events: none;
|
19203
|
+
}
|
18651
19204
|
.v-btn__overlay,
|
18652
19205
|
.v-btn__underlay {
|
18653
19206
|
position: absolute;
|
@@ -18655,7 +19208,6 @@ html.overflow-y-hidden {
|
|
18655
19208
|
left: 0;
|
18656
19209
|
width: 100%;
|
18657
19210
|
height: 100%;
|
18658
|
-
pointer-events: none;
|
18659
19211
|
}
|
18660
19212
|
|
18661
19213
|
.v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
|
@@ -18680,19 +19232,27 @@ html.overflow-y-hidden {
|
|
18680
19232
|
min-width: 0;
|
18681
19233
|
overflow: hidden;
|
18682
19234
|
vertical-align: middle;
|
19235
|
+
}
|
19236
|
+
.v-btn-group {
|
18683
19237
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18684
19238
|
border-style: solid;
|
18685
19239
|
border-width: 0;
|
18686
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18687
|
-
border-radius: 4px;
|
18688
|
-
background: transparent;
|
18689
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18690
19240
|
}
|
18691
19241
|
.v-btn-group--border {
|
18692
19242
|
border-width: thin;
|
18693
19243
|
box-shadow: none;
|
18694
19244
|
}
|
18695
|
-
.v-btn-group
|
19245
|
+
.v-btn-group {
|
19246
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19247
|
+
}
|
19248
|
+
.v-btn-group {
|
19249
|
+
border-radius: 4px;
|
19250
|
+
}
|
19251
|
+
.v-btn-group {
|
19252
|
+
background: transparent;
|
19253
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19254
|
+
}
|
19255
|
+
.v-btn-group--density-default.v-btn-group {
|
18696
19256
|
height: 48px;
|
18697
19257
|
}
|
18698
19258
|
|
@@ -18740,10 +19300,11 @@ html.overflow-y-hidden {
|
|
18740
19300
|
transition-property: box-shadow, opacity, background;
|
18741
19301
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18742
19302
|
z-index: 0;
|
19303
|
+
}
|
19304
|
+
.v-card {
|
18743
19305
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18744
19306
|
border-style: solid;
|
18745
19307
|
border-width: 0;
|
18746
|
-
border-radius: 4px;
|
18747
19308
|
}
|
18748
19309
|
.v-card--border {
|
18749
19310
|
border-width: thin;
|
@@ -18755,6 +19316,9 @@ html.overflow-y-hidden {
|
|
18755
19316
|
.v-card--fixed {
|
18756
19317
|
position: fixed;
|
18757
19318
|
}
|
19319
|
+
.v-card {
|
19320
|
+
border-radius: 4px;
|
19321
|
+
}
|
18758
19322
|
.v-card:hover > .v-card__overlay {
|
18759
19323
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
18760
19324
|
}
|
@@ -18851,11 +19415,15 @@ html.overflow-y-hidden {
|
|
18851
19415
|
.v-card--hover::before {
|
18852
19416
|
opacity: 1;
|
18853
19417
|
z-index: -1;
|
19418
|
+
}
|
19419
|
+
.v-card--hover::before {
|
18854
19420
|
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18855
19421
|
}
|
18856
19422
|
.v-card--hover::after {
|
18857
19423
|
z-index: 1;
|
18858
19424
|
opacity: 0;
|
19425
|
+
}
|
19426
|
+
.v-card--hover::after {
|
18859
19427
|
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18860
19428
|
}
|
18861
19429
|
.v-card--hover:hover::after {
|
@@ -19041,6 +19609,11 @@ html.overflow-y-hidden {
|
|
19041
19609
|
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19042
19610
|
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19043
19611
|
}
|
19612
|
+
}.v-checkbox.v-input {
|
19613
|
+
flex: 0 1 auto;
|
19614
|
+
}
|
19615
|
+
.v-checkbox .v-selection-control {
|
19616
|
+
min-height: var(--v-input-control-height);
|
19044
19617
|
}.v-carousel {
|
19045
19618
|
overflow: hidden;
|
19046
19619
|
position: relative;
|
@@ -19056,6 +19629,8 @@ html.overflow-y-hidden {
|
|
19056
19629
|
position: absolute;
|
19057
19630
|
width: 100%;
|
19058
19631
|
z-index: 1;
|
19632
|
+
}
|
19633
|
+
.v-carousel__controls {
|
19059
19634
|
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19060
19635
|
color: rgb(var(--v-theme-on-surface-variant));
|
19061
19636
|
}
|
@@ -19104,11 +19679,6 @@ html.overflow-y-hidden {
|
|
19104
19679
|
flex-direction: column;
|
19105
19680
|
height: 100% !important;
|
19106
19681
|
width: 50px;
|
19107
|
-
}.v-checkbox.v-input {
|
19108
|
-
flex: 0 1 auto;
|
19109
|
-
}
|
19110
|
-
.v-checkbox .v-selection-control {
|
19111
|
-
min-height: var(--v-input-control-height);
|
19112
19682
|
}.v-chip {
|
19113
19683
|
align-items: center;
|
19114
19684
|
display: inline-flex;
|
@@ -19120,10 +19690,6 @@ html.overflow-y-hidden {
|
|
19120
19690
|
text-decoration: none;
|
19121
19691
|
white-space: nowrap;
|
19122
19692
|
vertical-align: middle;
|
19123
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19124
|
-
border-style: solid;
|
19125
|
-
border-width: 0;
|
19126
|
-
border-radius: 9999px;
|
19127
19693
|
}
|
19128
19694
|
.v-chip .v-icon {
|
19129
19695
|
--v-icon-size-multiplier: 0.8571428571;
|
@@ -19385,6 +19951,11 @@ html.overflow-y-hidden {
|
|
19385
19951
|
height: calc(var(--v-chip-height) + -8px);
|
19386
19952
|
}
|
19387
19953
|
|
19954
|
+
.v-chip {
|
19955
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19956
|
+
border-style: solid;
|
19957
|
+
border-width: 0;
|
19958
|
+
}
|
19388
19959
|
.v-chip:hover > .v-chip__overlay {
|
19389
19960
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
19390
19961
|
}
|
@@ -19410,6 +19981,9 @@ html.overflow-y-hidden {
|
|
19410
19981
|
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19411
19982
|
}
|
19412
19983
|
}
|
19984
|
+
.v-chip {
|
19985
|
+
border-radius: 9999px;
|
19986
|
+
}
|
19413
19987
|
.v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
|
19414
19988
|
background: transparent;
|
19415
19989
|
color: inherit;
|
@@ -19500,17 +20074,19 @@ html.overflow-y-hidden {
|
|
19500
20074
|
}
|
19501
20075
|
|
19502
20076
|
.v-chip__overlay {
|
19503
|
-
position: absolute;
|
19504
|
-
top: 0;
|
19505
|
-
left: 0;
|
19506
|
-
width: 100%;
|
19507
|
-
height: 100%;
|
19508
20077
|
background-color: currentColor;
|
19509
20078
|
border-radius: inherit;
|
19510
20079
|
pointer-events: none;
|
19511
20080
|
opacity: 0;
|
19512
20081
|
transition: opacity 0.2s ease-in-out;
|
19513
20082
|
}
|
20083
|
+
.v-chip__overlay {
|
20084
|
+
position: absolute;
|
20085
|
+
top: 0;
|
20086
|
+
left: 0;
|
20087
|
+
width: 100%;
|
20088
|
+
height: 100%;
|
20089
|
+
}
|
19514
20090
|
|
19515
20091
|
.v-chip--disabled {
|
19516
20092
|
opacity: 0.3;
|
@@ -19545,6 +20121,8 @@ html.overflow-y-hidden {
|
|
19545
20121
|
}
|
19546
20122
|
.v-color-picker.v-sheet {
|
19547
20123
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20124
|
+
}
|
20125
|
+
.v-color-picker.v-sheet {
|
19548
20126
|
border-radius: 4px;
|
19549
20127
|
}
|
19550
20128
|
|
@@ -19584,7 +20162,11 @@ html.overflow-y-hidden {
|
|
19584
20162
|
|
19585
20163
|
.v-combobox__content {
|
19586
20164
|
overflow: hidden;
|
20165
|
+
}
|
20166
|
+
.v-combobox__content {
|
19587
20167
|
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20168
|
+
}
|
20169
|
+
.v-combobox__content {
|
19588
20170
|
border-radius: 4px;
|
19589
20171
|
}
|
19590
20172
|
.v-combobox__mask {
|
@@ -19640,6 +20222,11 @@ html.overflow-y-hidden {
|
|
19640
20222
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
19641
20223
|
opacity: var(--v-high-emphasis-opacity);
|
19642
20224
|
transform: rotate(180deg);
|
20225
|
+
}.v-counter {
|
20226
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20227
|
+
flex: 0 1 auto;
|
20228
|
+
font-size: 12px;
|
20229
|
+
transition-duration: 150ms;
|
19643
20230
|
}.v-data-table {
|
19644
20231
|
width: 100%;
|
19645
20232
|
}
|
@@ -19864,6 +20451,62 @@ html.overflow-y-hidden {
|
|
19864
20451
|
}
|
19865
20452
|
.v-date-picker--show-week {
|
19866
20453
|
width: 368px;
|
20454
|
+
}.v-date-picker-controls {
|
20455
|
+
display: flex;
|
20456
|
+
align-items: center;
|
20457
|
+
justify-content: space-between;
|
20458
|
+
font-size: 0.875rem;
|
20459
|
+
padding-top: 4px;
|
20460
|
+
padding-bottom: 4px;
|
20461
|
+
padding-inline-start: 6px;
|
20462
|
+
padding-inline-end: 12px;
|
20463
|
+
}
|
20464
|
+
.v-date-picker-controls > .v-btn:first-child {
|
20465
|
+
text-transform: none;
|
20466
|
+
font-weight: 400;
|
20467
|
+
line-height: initial;
|
20468
|
+
letter-spacing: initial;
|
20469
|
+
}
|
20470
|
+
.v-date-picker-controls--variant-classic {
|
20471
|
+
padding-inline-start: 12px;
|
20472
|
+
}
|
20473
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20474
|
+
opacity: 0.7;
|
20475
|
+
}
|
20476
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20477
|
+
cursor: pointer;
|
20478
|
+
}
|
20479
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20480
|
+
opacity: 1;
|
20481
|
+
}
|
20482
|
+
.v-date-picker-controls .v-btn:last-child {
|
20483
|
+
margin-inline-start: 4px;
|
20484
|
+
}
|
20485
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20486
|
+
transform: rotate(180deg);
|
20487
|
+
}
|
20488
|
+
|
20489
|
+
.v-date-picker-controls__date {
|
20490
|
+
margin-inline-end: 4px;
|
20491
|
+
}
|
20492
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20493
|
+
margin: auto;
|
20494
|
+
text-align: center;
|
20495
|
+
}
|
20496
|
+
|
20497
|
+
.v-date-picker-controls__month {
|
20498
|
+
display: flex;
|
20499
|
+
}
|
20500
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20501
|
+
flex-direction: row-reverse;
|
20502
|
+
}
|
20503
|
+
|
20504
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20505
|
+
flex: 1 0 auto;
|
20506
|
+
}
|
20507
|
+
|
20508
|
+
.v-date-picker__title {
|
20509
|
+
display: inline-block;
|
19867
20510
|
}.v-date-picker-month {
|
19868
20511
|
display: flex;
|
19869
20512
|
justify-content: center;
|
@@ -19998,62 +20641,6 @@ html.overflow-y-hidden {
|
|
19998
20641
|
.date-picker-header-reverse-transition-leave-to {
|
19999
20642
|
opacity: 0;
|
20000
20643
|
transform: translate(0, 100%);
|
20001
|
-
}.v-date-picker-controls {
|
20002
|
-
display: flex;
|
20003
|
-
align-items: center;
|
20004
|
-
justify-content: space-between;
|
20005
|
-
font-size: 0.875rem;
|
20006
|
-
padding-top: 4px;
|
20007
|
-
padding-bottom: 4px;
|
20008
|
-
padding-inline-start: 6px;
|
20009
|
-
padding-inline-end: 12px;
|
20010
|
-
}
|
20011
|
-
.v-date-picker-controls > .v-btn:first-child {
|
20012
|
-
text-transform: none;
|
20013
|
-
font-weight: 400;
|
20014
|
-
line-height: initial;
|
20015
|
-
letter-spacing: initial;
|
20016
|
-
}
|
20017
|
-
.v-date-picker-controls--variant-classic {
|
20018
|
-
padding-inline-start: 12px;
|
20019
|
-
}
|
20020
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20021
|
-
opacity: 0.7;
|
20022
|
-
}
|
20023
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20024
|
-
cursor: pointer;
|
20025
|
-
}
|
20026
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20027
|
-
opacity: 1;
|
20028
|
-
}
|
20029
|
-
.v-date-picker-controls .v-btn:last-child {
|
20030
|
-
margin-inline-start: 4px;
|
20031
|
-
}
|
20032
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20033
|
-
transform: rotate(180deg);
|
20034
|
-
}
|
20035
|
-
|
20036
|
-
.v-date-picker-controls__date {
|
20037
|
-
margin-inline-end: 4px;
|
20038
|
-
}
|
20039
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20040
|
-
margin: auto;
|
20041
|
-
text-align: center;
|
20042
|
-
}
|
20043
|
-
|
20044
|
-
.v-date-picker-controls__month {
|
20045
|
-
display: flex;
|
20046
|
-
}
|
20047
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20048
|
-
flex-direction: row-reverse;
|
20049
|
-
}
|
20050
|
-
|
20051
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20052
|
-
flex: 1 0 auto;
|
20053
|
-
}
|
20054
|
-
|
20055
|
-
.v-date-picker__title {
|
20056
|
-
display: inline-block;
|
20057
20644
|
}.v-date-picker-years {
|
20058
20645
|
height: 288px;
|
20059
20646
|
overflow-y: scroll;
|
@@ -20093,6 +20680,11 @@ html.overflow-y-hidden {
|
|
20093
20680
|
--v-scrollbar-offset: 0px;
|
20094
20681
|
border-radius: 4px;
|
20095
20682
|
overflow-y: auto;
|
20683
|
+
}
|
20684
|
+
.v-dialog > .v-overlay__content > .v-card,
|
20685
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
20686
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
20687
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
20096
20688
|
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20097
20689
|
}
|
20098
20690
|
.v-dialog > .v-overlay__content > .v-card,
|
@@ -20168,6 +20760,8 @@ html.overflow-y-hidden {
|
|
20168
20760
|
max-height: 0px;
|
20169
20761
|
opacity: var(--v-border-opacity);
|
20170
20762
|
transition: inherit;
|
20763
|
+
}
|
20764
|
+
.v-divider {
|
20171
20765
|
border-style: solid;
|
20172
20766
|
border-width: thin 0 0 0;
|
20173
20767
|
}
|
@@ -20278,6 +20872,75 @@ html.overflow-y-hidden {
|
|
20278
20872
|
.v-empty-state__action-btn.v-btn {
|
20279
20873
|
background-color: initial;
|
20280
20874
|
color: initial;
|
20875
|
+
}.v-fab {
|
20876
|
+
align-items: center;
|
20877
|
+
display: inline-flex;
|
20878
|
+
flex: 1 1 auto;
|
20879
|
+
pointer-events: none;
|
20880
|
+
position: relative;
|
20881
|
+
transition-duration: 0.2s;
|
20882
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20883
|
+
vertical-align: middle;
|
20884
|
+
}
|
20885
|
+
.v-fab .v-btn {
|
20886
|
+
pointer-events: auto;
|
20887
|
+
}
|
20888
|
+
.v-fab .v-btn--variant-elevated {
|
20889
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20890
|
+
}
|
20891
|
+
.v-fab--app, .v-fab--absolute {
|
20892
|
+
display: flex;
|
20893
|
+
}
|
20894
|
+
.v-fab--start, .v-fab--left {
|
20895
|
+
justify-content: flex-start;
|
20896
|
+
}
|
20897
|
+
.v-fab--center {
|
20898
|
+
align-items: center;
|
20899
|
+
justify-content: center;
|
20900
|
+
}
|
20901
|
+
.v-fab--end, .v-fab--right {
|
20902
|
+
justify-content: flex-end;
|
20903
|
+
}
|
20904
|
+
.v-fab--bottom {
|
20905
|
+
align-items: flex-end;
|
20906
|
+
}
|
20907
|
+
.v-fab--top {
|
20908
|
+
align-items: flex-start;
|
20909
|
+
}
|
20910
|
+
.v-fab--extended .v-btn {
|
20911
|
+
border-radius: 9999px !important;
|
20912
|
+
}
|
20913
|
+
|
20914
|
+
.v-fab__container {
|
20915
|
+
align-self: center;
|
20916
|
+
display: inline-flex;
|
20917
|
+
position: absolute;
|
20918
|
+
vertical-align: middle;
|
20919
|
+
}
|
20920
|
+
.v-fab--app .v-fab__container {
|
20921
|
+
margin: 12px;
|
20922
|
+
}
|
20923
|
+
.v-fab--absolute .v-fab__container {
|
20924
|
+
position: absolute;
|
20925
|
+
z-index: 4;
|
20926
|
+
}
|
20927
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
20928
|
+
transform: translateY(-50%);
|
20929
|
+
}
|
20930
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
20931
|
+
transform: translateY(50%);
|
20932
|
+
}
|
20933
|
+
.v-fab--top .v-fab__container {
|
20934
|
+
top: 0;
|
20935
|
+
}
|
20936
|
+
.v-fab--bottom .v-fab__container {
|
20937
|
+
bottom: 0;
|
20938
|
+
}
|
20939
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
20940
|
+
left: 0;
|
20941
|
+
}
|
20942
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20943
|
+
right: 0;
|
20281
20944
|
}.v-expansion-panel {
|
20282
20945
|
background-color: rgb(var(--v-theme-surface));
|
20283
20946
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -20374,15 +21037,19 @@ html.overflow-y-hidden {
|
|
20374
21037
|
min-height: 64px;
|
20375
21038
|
}
|
20376
21039
|
|
21040
|
+
.v-expansion-panel__shadow {
|
21041
|
+
border-radius: inherit;
|
21042
|
+
z-index: -1;
|
21043
|
+
}
|
20377
21044
|
.v-expansion-panel__shadow {
|
20378
21045
|
position: absolute;
|
20379
21046
|
top: 0;
|
20380
21047
|
left: 0;
|
20381
21048
|
width: 100%;
|
20382
21049
|
height: 100%;
|
21050
|
+
}
|
21051
|
+
.v-expansion-panel__shadow {
|
20383
21052
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20384
|
-
border-radius: inherit;
|
20385
|
-
z-index: -1;
|
20386
21053
|
}
|
20387
21054
|
|
20388
21055
|
.v-expansion-panel-title {
|
@@ -20426,15 +21093,17 @@ html.overflow-y-hidden {
|
|
20426
21093
|
}
|
20427
21094
|
}
|
20428
21095
|
|
21096
|
+
.v-expansion-panel-title__overlay {
|
21097
|
+
background-color: currentColor;
|
21098
|
+
border-radius: inherit;
|
21099
|
+
opacity: 0;
|
21100
|
+
}
|
20429
21101
|
.v-expansion-panel-title__overlay {
|
20430
21102
|
position: absolute;
|
20431
21103
|
top: 0;
|
20432
21104
|
left: 0;
|
20433
21105
|
width: 100%;
|
20434
21106
|
height: 100%;
|
20435
|
-
background-color: currentColor;
|
20436
|
-
border-radius: inherit;
|
20437
|
-
opacity: 0;
|
20438
21107
|
}
|
20439
21108
|
|
20440
21109
|
.v-expansion-panel-title__icon {
|
@@ -20488,107 +21157,8 @@ html.overflow-y-hidden {
|
|
20488
21157
|
}
|
20489
21158
|
.v-expansion-panels--tile > .v-expansion-panel {
|
20490
21159
|
border-radius: 0;
|
20491
|
-
}.v-fab {
|
20492
|
-
align-items: center;
|
20493
|
-
display: inline-flex;
|
20494
|
-
flex: 1 1 auto;
|
20495
|
-
pointer-events: none;
|
20496
|
-
position: relative;
|
20497
|
-
transition-duration: 0.2s;
|
20498
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20499
|
-
vertical-align: middle;
|
20500
|
-
}
|
20501
|
-
.v-fab .v-btn {
|
20502
|
-
pointer-events: auto;
|
20503
|
-
}
|
20504
|
-
.v-fab .v-btn--variant-elevated {
|
20505
|
-
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20506
|
-
}
|
20507
|
-
.v-fab--app, .v-fab--absolute {
|
20508
|
-
display: flex;
|
20509
|
-
}
|
20510
|
-
.v-fab--start, .v-fab--left {
|
20511
|
-
justify-content: flex-start;
|
20512
|
-
}
|
20513
|
-
.v-fab--center {
|
20514
|
-
align-items: center;
|
20515
|
-
justify-content: center;
|
20516
|
-
}
|
20517
|
-
.v-fab--end, .v-fab--right {
|
20518
|
-
justify-content: flex-end;
|
20519
|
-
}
|
20520
|
-
.v-fab--bottom {
|
20521
|
-
align-items: flex-end;
|
20522
|
-
}
|
20523
|
-
.v-fab--top {
|
20524
|
-
align-items: flex-start;
|
20525
|
-
}
|
20526
|
-
.v-fab--extended .v-btn {
|
20527
|
-
border-radius: 9999px !important;
|
20528
|
-
}
|
20529
|
-
|
20530
|
-
.v-fab__container {
|
20531
|
-
align-self: center;
|
20532
|
-
display: inline-flex;
|
20533
|
-
position: absolute;
|
20534
|
-
vertical-align: middle;
|
20535
|
-
}
|
20536
|
-
.v-fab--app .v-fab__container {
|
20537
|
-
margin: 12px;
|
20538
|
-
}
|
20539
|
-
.v-fab--absolute .v-fab__container {
|
20540
|
-
position: absolute;
|
20541
|
-
z-index: 4;
|
20542
|
-
}
|
20543
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
20544
|
-
transform: translateY(-50%);
|
20545
|
-
}
|
20546
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
20547
|
-
transform: translateY(50%);
|
20548
|
-
}
|
20549
|
-
.v-fab--top .v-fab__container {
|
20550
|
-
top: 0;
|
20551
|
-
}
|
20552
|
-
.v-fab--bottom .v-fab__container {
|
20553
|
-
bottom: 0;
|
20554
|
-
}
|
20555
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
20556
|
-
left: 0;
|
20557
|
-
}
|
20558
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20559
|
-
right: 0;
|
20560
|
-
}.v-file-input--hide.v-input .v-field,
|
20561
|
-
.v-file-input--hide.v-input .v-input__control,
|
20562
|
-
.v-file-input--hide.v-input .v-input__details {
|
20563
|
-
display: none;
|
20564
|
-
}
|
20565
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
20566
|
-
grid-area: control;
|
20567
|
-
margin: 0 auto;
|
20568
|
-
}
|
20569
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20570
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20571
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20572
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20573
|
-
top: 0px;
|
20574
|
-
}
|
20575
|
-
.v-file-input input[type=file] {
|
20576
|
-
height: 100%;
|
20577
|
-
left: 0;
|
20578
|
-
opacity: 0;
|
20579
|
-
position: absolute;
|
20580
|
-
top: 0;
|
20581
|
-
width: 100%;
|
20582
|
-
z-index: 1;
|
20583
|
-
}
|
20584
|
-
.v-file-input .v-input__details {
|
20585
|
-
padding-inline: 16px;
|
20586
|
-
}
|
20587
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
20588
|
-
padding-inline: 0;
|
20589
21160
|
}/* region INPUT */
|
20590
21161
|
.v-field {
|
20591
|
-
--v-theme-overlay-multiplier: 1;
|
20592
21162
|
display: grid;
|
20593
21163
|
grid-template-areas: "prepend-inner field clear append-inner";
|
20594
21164
|
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
@@ -20600,6 +21170,7 @@ html.overflow-y-hidden {
|
|
20600
21170
|
flex: 1 0;
|
20601
21171
|
grid-area: control;
|
20602
21172
|
position: relative;
|
21173
|
+
--v-theme-overlay-multiplier: 1;
|
20603
21174
|
--v-field-padding-start: 16px;
|
20604
21175
|
--v-field-padding-end: 16px;
|
20605
21176
|
--v-field-padding-top: 8px;
|
@@ -20627,12 +21198,16 @@ html.overflow-y-hidden {
|
|
20627
21198
|
background: rgb(var(--v-theme-surface));
|
20628
21199
|
border-color: transparent;
|
20629
21200
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21201
|
+
}
|
21202
|
+
.v-field--variant-solo, .v-field--variant-solo-filled {
|
20630
21203
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20631
21204
|
}
|
20632
21205
|
.v-field--variant-solo-inverted {
|
20633
21206
|
background: rgb(var(--v-theme-surface));
|
20634
21207
|
border-color: transparent;
|
20635
21208
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21209
|
+
}
|
21210
|
+
.v-field--variant-solo-inverted {
|
20636
21211
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20637
21212
|
}
|
20638
21213
|
.v-field--variant-solo-inverted.v-field--focused {
|
@@ -20955,6 +21530,8 @@ textarea.v-field__input::placeholder {
|
|
20955
21530
|
border-width: 0 0 var(--v-field-border-width);
|
20956
21531
|
opacity: var(--v-field-border-opacity);
|
20957
21532
|
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
21533
|
+
}
|
21534
|
+
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
|
20958
21535
|
content: "";
|
20959
21536
|
position: absolute;
|
20960
21537
|
top: 0;
|
@@ -20968,6 +21545,8 @@ textarea.v-field__input::placeholder {
|
|
20968
21545
|
border-width: 0 0 2px;
|
20969
21546
|
transform: scaleX(0);
|
20970
21547
|
transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
21548
|
+
}
|
21549
|
+
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
|
20971
21550
|
content: "";
|
20972
21551
|
position: absolute;
|
20973
21552
|
top: 0;
|
@@ -21020,6 +21599,8 @@ textarea.v-field__input::placeholder {
|
|
21020
21599
|
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
21021
21600
|
opacity: var(--v-field-border-opacity);
|
21022
21601
|
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
21602
|
+
}
|
21603
|
+
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
21023
21604
|
content: "";
|
21024
21605
|
position: absolute;
|
21025
21606
|
top: 0;
|
@@ -21082,6 +21663,8 @@ textarea.v-field__input::placeholder {
|
|
21082
21663
|
.v-field__overlay {
|
21083
21664
|
border-radius: inherit;
|
21084
21665
|
pointer-events: none;
|
21666
|
+
}
|
21667
|
+
.v-field__overlay {
|
21085
21668
|
position: absolute;
|
21086
21669
|
top: 0;
|
21087
21670
|
left: 0;
|
@@ -21157,7 +21740,36 @@ textarea.v-field__input::placeholder {
|
|
21157
21740
|
opacity: 0;
|
21158
21741
|
}
|
21159
21742
|
|
21160
|
-
/* endregion */.v-
|
21743
|
+
/* endregion */.v-file-input--hide.v-input .v-field,
|
21744
|
+
.v-file-input--hide.v-input .v-input__control,
|
21745
|
+
.v-file-input--hide.v-input .v-input__details {
|
21746
|
+
display: none;
|
21747
|
+
}
|
21748
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
21749
|
+
grid-area: control;
|
21750
|
+
margin: 0 auto;
|
21751
|
+
}
|
21752
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21753
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
21754
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
21755
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
21756
|
+
top: 0px;
|
21757
|
+
}
|
21758
|
+
.v-file-input input[type=file] {
|
21759
|
+
height: 100%;
|
21760
|
+
left: 0;
|
21761
|
+
opacity: 0;
|
21762
|
+
position: absolute;
|
21763
|
+
top: 0;
|
21764
|
+
width: 100%;
|
21765
|
+
z-index: 1;
|
21766
|
+
}
|
21767
|
+
.v-file-input .v-input__details {
|
21768
|
+
padding-inline: 16px;
|
21769
|
+
}
|
21770
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
21771
|
+
padding-inline: 0;
|
21772
|
+
}.v-footer {
|
21161
21773
|
align-items: center;
|
21162
21774
|
display: flex;
|
21163
21775
|
flex: 1 1 auto;
|
@@ -21165,24 +21777,32 @@ textarea.v-field__input::placeholder {
|
|
21165
21777
|
position: relative;
|
21166
21778
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21167
21779
|
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21780
|
+
}
|
21781
|
+
.v-footer {
|
21168
21782
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21169
21783
|
border-style: solid;
|
21170
21784
|
border-width: 0;
|
21171
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21172
|
-
border-radius: 0;
|
21173
|
-
background: rgb(var(--v-theme-surface));
|
21174
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21175
21785
|
}
|
21176
21786
|
.v-footer--border {
|
21177
21787
|
border-width: thin;
|
21178
21788
|
box-shadow: none;
|
21179
21789
|
}
|
21790
|
+
.v-footer {
|
21791
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21792
|
+
}
|
21180
21793
|
.v-footer--absolute {
|
21181
21794
|
position: absolute;
|
21182
21795
|
}
|
21183
21796
|
.v-footer--fixed {
|
21184
21797
|
position: fixed;
|
21185
21798
|
}
|
21799
|
+
.v-footer {
|
21800
|
+
border-radius: 0;
|
21801
|
+
}
|
21802
|
+
.v-footer {
|
21803
|
+
background: rgb(var(--v-theme-surface));
|
21804
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21805
|
+
}
|
21186
21806
|
.v-footer--rounded {
|
21187
21807
|
border-radius: 4px;
|
21188
21808
|
}.v-container {
|
@@ -21914,15 +22534,6 @@ textarea.v-field__input::placeholder {
|
|
21914
22534
|
--v-theme-overlay-multiplier: 3;
|
21915
22535
|
z-index: 0;
|
21916
22536
|
}
|
21917
|
-
.v-img.v-img--absolute {
|
21918
|
-
height: 100%;
|
21919
|
-
left: 0;
|
21920
|
-
overflow: hidden;
|
21921
|
-
position: absolute;
|
21922
|
-
top: 0;
|
21923
|
-
width: 100%;
|
21924
|
-
z-index: -1;
|
21925
|
-
}
|
21926
22537
|
.v-img--booting .v-responsive__sizer {
|
21927
22538
|
transition: none;
|
21928
22539
|
}
|
@@ -21936,6 +22547,12 @@ textarea.v-field__input::placeholder {
|
|
21936
22547
|
.v-img__placeholder,
|
21937
22548
|
.v-img__error {
|
21938
22549
|
z-index: -1;
|
22550
|
+
}
|
22551
|
+
.v-img__img,
|
22552
|
+
.v-img__picture,
|
22553
|
+
.v-img__gradient,
|
22554
|
+
.v-img__placeholder,
|
22555
|
+
.v-img__error {
|
21939
22556
|
position: absolute;
|
21940
22557
|
top: 0;
|
21941
22558
|
left: 0;
|
@@ -21980,6 +22597,11 @@ textarea.v-field__input::placeholder {
|
|
21980
22597
|
display: flex;
|
21981
22598
|
justify-content: center;
|
21982
22599
|
padding: 8px;
|
22600
|
+
}.v-item-group {
|
22601
|
+
flex: 0 1 auto;
|
22602
|
+
max-width: 100%;
|
22603
|
+
position: relative;
|
22604
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21983
22605
|
}.v-input {
|
21984
22606
|
display: grid;
|
21985
22607
|
flex: 1 1 auto;
|
@@ -22122,11 +22744,6 @@ textarea.v-field__input::placeholder {
|
|
22122
22744
|
|
22123
22745
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22124
22746
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22125
|
-
}.v-item-group {
|
22126
|
-
flex: 0 1 auto;
|
22127
|
-
max-width: 100%;
|
22128
|
-
position: relative;
|
22129
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22130
22747
|
}.v-label {
|
22131
22748
|
align-items: center;
|
22132
22749
|
color: inherit;
|
@@ -22168,10 +22785,11 @@ textarea.v-field__input::placeholder {
|
|
22168
22785
|
padding: 4px 16px;
|
22169
22786
|
position: relative;
|
22170
22787
|
text-decoration: none;
|
22788
|
+
}
|
22789
|
+
.v-list-item {
|
22171
22790
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22172
22791
|
border-style: solid;
|
22173
22792
|
border-width: 0;
|
22174
|
-
border-radius: 0;
|
22175
22793
|
}
|
22176
22794
|
.v-list-item--border {
|
22177
22795
|
border-width: thin;
|
@@ -22202,6 +22820,9 @@ textarea.v-field__input::placeholder {
|
|
22202
22820
|
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22203
22821
|
}
|
22204
22822
|
}
|
22823
|
+
.v-list-item {
|
22824
|
+
border-radius: 0;
|
22825
|
+
}
|
22205
22826
|
.v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
|
22206
22827
|
background: transparent;
|
22207
22828
|
color: inherit;
|
@@ -22245,6 +22866,13 @@ textarea.v-field__input::placeholder {
|
|
22245
22866
|
position: absolute;
|
22246
22867
|
}
|
22247
22868
|
@supports selector(:focus-visible) {
|
22869
|
+
.v-list-item::after {
|
22870
|
+
pointer-events: none;
|
22871
|
+
border: 2px solid currentColor;
|
22872
|
+
border-radius: 4px;
|
22873
|
+
opacity: 0;
|
22874
|
+
transition: opacity 0.2s ease-in-out;
|
22875
|
+
}
|
22248
22876
|
.v-list-item::after {
|
22249
22877
|
content: "";
|
22250
22878
|
position: absolute;
|
@@ -22252,11 +22880,6 @@ textarea.v-field__input::placeholder {
|
|
22252
22880
|
left: 0;
|
22253
22881
|
width: 100%;
|
22254
22882
|
height: 100%;
|
22255
|
-
pointer-events: none;
|
22256
|
-
border: 2px solid currentColor;
|
22257
|
-
border-radius: 4px;
|
22258
|
-
opacity: 0;
|
22259
|
-
transition: opacity 0.2s ease-in-out;
|
22260
22883
|
}
|
22261
22884
|
.v-list-item:focus-visible::after {
|
22262
22885
|
opacity: calc(0.15 * var(--v-theme-overlay-multiplier));
|
@@ -22411,11 +23034,6 @@ textarea.v-field__input::placeholder {
|
|
22411
23034
|
text-overflow: ellipsis;
|
22412
23035
|
overflow-wrap: break-word;
|
22413
23036
|
word-break: initial;
|
22414
|
-
font-size: 0.875rem;
|
22415
|
-
font-weight: 400;
|
22416
|
-
letter-spacing: 0.0178571429em;
|
22417
|
-
line-height: 1rem;
|
22418
|
-
text-transform: none;
|
22419
23037
|
}
|
22420
23038
|
.v-list-item--one-line .v-list-item-subtitle {
|
22421
23039
|
-webkit-line-clamp: 1;
|
@@ -22426,6 +23044,13 @@ textarea.v-field__input::placeholder {
|
|
22426
23044
|
.v-list-item--three-line .v-list-item-subtitle {
|
22427
23045
|
-webkit-line-clamp: 3;
|
22428
23046
|
}
|
23047
|
+
.v-list-item-subtitle {
|
23048
|
+
font-size: 0.875rem;
|
23049
|
+
font-weight: 400;
|
23050
|
+
letter-spacing: 0.0178571429em;
|
23051
|
+
line-height: 1rem;
|
23052
|
+
text-transform: none;
|
23053
|
+
}
|
22429
23054
|
.v-list-item--nav .v-list-item-subtitle {
|
22430
23055
|
font-size: 0.75rem;
|
22431
23056
|
font-weight: 400;
|
@@ -22443,6 +23068,8 @@ textarea.v-field__input::placeholder {
|
|
22443
23068
|
text-overflow: ellipsis;
|
22444
23069
|
word-break: normal;
|
22445
23070
|
word-wrap: break-word;
|
23071
|
+
}
|
23072
|
+
.v-list-item-title {
|
22446
23073
|
font-size: 1rem;
|
22447
23074
|
font-weight: 400;
|
22448
23075
|
letter-spacing: 0.009375em;
|
@@ -22608,28 +23235,36 @@ textarea.v-field__input::placeholder {
|
|
22608
23235
|
padding-inline-start: calc(16px + var(--indent-padding)) !important;
|
22609
23236
|
}
|
22610
23237
|
|
22611
|
-
.v-list-group__header:not(.v-treeview-item--
|
23238
|
+
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
22612
23239
|
opacity: 0;
|
22613
23240
|
}
|
22614
|
-
.v-list-group__header:not(.v-treeview-item--
|
23241
|
+
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
22615
23242
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22616
23243
|
}.v-list {
|
22617
23244
|
overflow: auto;
|
22618
23245
|
padding: 8px 0;
|
22619
23246
|
position: relative;
|
22620
23247
|
outline: none;
|
23248
|
+
}
|
23249
|
+
.v-list {
|
22621
23250
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22622
23251
|
border-style: solid;
|
22623
23252
|
border-width: 0;
|
22624
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22625
|
-
border-radius: 0;
|
22626
|
-
background: rgba(var(--v-theme-surface));
|
22627
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22628
23253
|
}
|
22629
23254
|
.v-list--border {
|
22630
23255
|
border-width: thin;
|
22631
23256
|
box-shadow: none;
|
22632
23257
|
}
|
23258
|
+
.v-list {
|
23259
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23260
|
+
}
|
23261
|
+
.v-list {
|
23262
|
+
border-radius: 0;
|
23263
|
+
}
|
23264
|
+
.v-list {
|
23265
|
+
background: rgba(var(--v-theme-surface));
|
23266
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23267
|
+
}
|
22633
23268
|
.v-list--disabled {
|
22634
23269
|
pointer-events: none;
|
22635
23270
|
-webkit-user-select: none;
|
@@ -22731,6 +23366,8 @@ textarea.v-field__input::placeholder {
|
|
22731
23366
|
}
|
22732
23367
|
.v-main--scrollable {
|
22733
23368
|
display: flex;
|
23369
|
+
}
|
23370
|
+
.v-main--scrollable {
|
22734
23371
|
position: absolute;
|
22735
23372
|
top: 0;
|
22736
23373
|
left: 0;
|
@@ -22747,6 +23384,8 @@ textarea.v-field__input::placeholder {
|
|
22747
23384
|
}.v-menu > .v-overlay__content {
|
22748
23385
|
display: flex;
|
22749
23386
|
flex-direction: column;
|
23387
|
+
}
|
23388
|
+
.v-menu > .v-overlay__content {
|
22750
23389
|
border-radius: 4px;
|
22751
23390
|
}
|
22752
23391
|
.v-menu > .v-overlay__content > .v-card,
|
@@ -22756,6 +23395,10 @@ textarea.v-field__input::placeholder {
|
|
22756
23395
|
border-radius: inherit;
|
22757
23396
|
overflow: auto;
|
22758
23397
|
height: 100%;
|
23398
|
+
}
|
23399
|
+
.v-menu > .v-overlay__content > .v-card,
|
23400
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23401
|
+
.v-menu > .v-overlay__content > .v-list {
|
22759
23402
|
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22760
23403
|
}.v-messages {
|
22761
23404
|
flex: 1 1 auto;
|
@@ -22773,29 +23416,93 @@ textarea.v-field__input::placeholder {
|
|
22773
23416
|
-webkit-hyphens: auto;
|
22774
23417
|
hyphens: auto;
|
22775
23418
|
transition-duration: 150ms;
|
22776
|
-
}.v-
|
22777
|
-
-
|
22778
|
-
background: rgb(var(--v-theme-surface));
|
23419
|
+
}.v-otp-input {
|
23420
|
+
align-items: center;
|
22779
23421
|
display: flex;
|
22780
|
-
|
23422
|
+
justify-content: center;
|
23423
|
+
padding: 0.5rem 0;
|
23424
|
+
position: relative;
|
23425
|
+
}
|
23426
|
+
.v-otp-input {
|
23427
|
+
border-radius: 4px;
|
23428
|
+
}
|
23429
|
+
.v-otp-input .v-field {
|
22781
23430
|
height: 100%;
|
22782
|
-
|
22783
|
-
|
22784
|
-
|
22785
|
-
|
22786
|
-
|
22787
|
-
|
22788
|
-
|
23431
|
+
}
|
23432
|
+
|
23433
|
+
.v-otp-input__divider {
|
23434
|
+
margin: 0 8px;
|
23435
|
+
}
|
23436
|
+
|
23437
|
+
.v-otp-input__content {
|
23438
|
+
align-items: center;
|
23439
|
+
display: flex;
|
23440
|
+
gap: 0.5rem;
|
23441
|
+
height: 64px;
|
23442
|
+
padding: 0.5rem;
|
23443
|
+
justify-content: center;
|
23444
|
+
max-width: 320px;
|
23445
|
+
position: relative;
|
23446
|
+
border-radius: inherit;
|
23447
|
+
}
|
23448
|
+
.v-otp-input--divided .v-otp-input__content {
|
23449
|
+
max-width: 360px;
|
23450
|
+
}
|
23451
|
+
|
23452
|
+
.v-otp-input__field {
|
23453
|
+
color: inherit;
|
23454
|
+
font-size: 1.25rem;
|
23455
|
+
height: 100%;
|
23456
|
+
outline: none;
|
23457
|
+
text-align: center;
|
23458
|
+
width: 100%;
|
23459
|
+
}
|
23460
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
23461
|
+
-webkit-appearance: none;
|
23462
|
+
margin: 0;
|
23463
|
+
}
|
23464
|
+
.v-otp-input__field[type=number] {
|
23465
|
+
-moz-appearance: textfield;
|
23466
|
+
}
|
23467
|
+
|
23468
|
+
.v-otp-input__loader {
|
23469
|
+
align-items: center;
|
23470
|
+
display: flex;
|
23471
|
+
height: 100%;
|
23472
|
+
justify-content: center;
|
23473
|
+
width: 100%;
|
23474
|
+
}
|
23475
|
+
.v-otp-input__loader .v-progress-linear {
|
23476
|
+
position: absolute;
|
23477
|
+
}.v-navigation-drawer {
|
23478
|
+
-webkit-overflow-scrolling: touch;
|
23479
|
+
background: rgb(var(--v-theme-surface));
|
23480
|
+
display: flex;
|
23481
|
+
flex-direction: column;
|
23482
|
+
height: 100%;
|
23483
|
+
max-width: 100%;
|
23484
|
+
pointer-events: auto;
|
23485
|
+
transition-duration: 0.2s;
|
23486
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
23487
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
23488
|
+
position: absolute;
|
23489
|
+
}
|
23490
|
+
.v-navigation-drawer {
|
23491
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22789
23492
|
border-style: solid;
|
22790
23493
|
border-width: 0;
|
22791
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22792
|
-
background: rgb(var(--v-theme-surface));
|
22793
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22794
23494
|
}
|
22795
23495
|
.v-navigation-drawer--border {
|
22796
23496
|
border-width: thin;
|
22797
23497
|
box-shadow: none;
|
22798
23498
|
}
|
23499
|
+
.v-navigation-drawer {
|
23500
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23501
|
+
}
|
23502
|
+
.v-navigation-drawer {
|
23503
|
+
background: rgb(var(--v-theme-surface));
|
23504
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23505
|
+
}
|
22799
23506
|
.v-navigation-drawer--rounded {
|
22800
23507
|
border-radius: 4px;
|
22801
23508
|
}
|
@@ -22875,62 +23582,6 @@ textarea.v-field__input::placeholder {
|
|
22875
23582
|
.v-navigation-drawer__append {
|
22876
23583
|
flex: none;
|
22877
23584
|
overflow: hidden;
|
22878
|
-
}.v-otp-input {
|
22879
|
-
border-radius: 4px;
|
22880
|
-
align-items: center;
|
22881
|
-
display: flex;
|
22882
|
-
justify-content: center;
|
22883
|
-
padding: 0.5rem 0;
|
22884
|
-
position: relative;
|
22885
|
-
}
|
22886
|
-
.v-otp-input .v-field {
|
22887
|
-
height: 100%;
|
22888
|
-
}
|
22889
|
-
|
22890
|
-
.v-otp-input__divider {
|
22891
|
-
margin: 0 8px;
|
22892
|
-
}
|
22893
|
-
|
22894
|
-
.v-otp-input__content {
|
22895
|
-
align-items: center;
|
22896
|
-
display: flex;
|
22897
|
-
gap: 0.5rem;
|
22898
|
-
height: 64px;
|
22899
|
-
padding: 0.5rem;
|
22900
|
-
justify-content: center;
|
22901
|
-
max-width: 320px;
|
22902
|
-
position: relative;
|
22903
|
-
border-radius: inherit;
|
22904
|
-
}
|
22905
|
-
.v-otp-input--divided .v-otp-input__content {
|
22906
|
-
max-width: 360px;
|
22907
|
-
}
|
22908
|
-
|
22909
|
-
.v-otp-input__field {
|
22910
|
-
color: inherit;
|
22911
|
-
font-size: 1.25rem;
|
22912
|
-
height: 100%;
|
22913
|
-
outline: none;
|
22914
|
-
text-align: center;
|
22915
|
-
width: 100%;
|
22916
|
-
}
|
22917
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
22918
|
-
-webkit-appearance: none;
|
22919
|
-
margin: 0;
|
22920
|
-
}
|
22921
|
-
.v-otp-input__field[type=number] {
|
22922
|
-
-moz-appearance: textfield;
|
22923
|
-
}
|
22924
|
-
|
22925
|
-
.v-otp-input__loader {
|
22926
|
-
align-items: center;
|
22927
|
-
display: flex;
|
22928
|
-
height: 100%;
|
22929
|
-
justify-content: center;
|
22930
|
-
width: 100%;
|
22931
|
-
}
|
22932
|
-
.v-otp-input__loader .v-progress-linear {
|
22933
|
-
position: absolute;
|
22934
23585
|
}.v-overlay-container {
|
22935
23586
|
contain: layout;
|
22936
23587
|
left: 0;
|
@@ -23512,7 +24163,11 @@ html.v-overlay-scroll-blocked {
|
|
23512
24163
|
}
|
23513
24164
|
.v-select__content {
|
23514
24165
|
overflow: hidden;
|
24166
|
+
}
|
24167
|
+
.v-select__content {
|
23515
24168
|
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24169
|
+
}
|
24170
|
+
.v-select__content {
|
23516
24171
|
border-radius: 4px;
|
23517
24172
|
}
|
23518
24173
|
.v-select__selection {
|
@@ -23610,6 +24265,12 @@ html.v-overlay-scroll-blocked {
|
|
23610
24265
|
height: 100%;
|
23611
24266
|
opacity: 0;
|
23612
24267
|
}
|
24268
|
+
.v-selection-control__input::before {
|
24269
|
+
border-radius: 100%;
|
24270
|
+
background-color: currentColor;
|
24271
|
+
opacity: 0;
|
24272
|
+
pointer-events: none;
|
24273
|
+
}
|
23613
24274
|
.v-selection-control__input::before {
|
23614
24275
|
content: "";
|
23615
24276
|
position: absolute;
|
@@ -23617,10 +24278,6 @@ html.v-overlay-scroll-blocked {
|
|
23617
24278
|
left: 0;
|
23618
24279
|
width: 100%;
|
23619
24280
|
height: 100%;
|
23620
|
-
border-radius: 100%;
|
23621
|
-
background-color: currentColor;
|
23622
|
-
opacity: 0;
|
23623
|
-
pointer-events: none;
|
23624
24281
|
}
|
23625
24282
|
.v-selection-control__input:hover::before {
|
23626
24283
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
@@ -23636,20 +24293,29 @@ html.v-overlay-scroll-blocked {
|
|
23636
24293
|
}
|
23637
24294
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
23638
24295
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24296
|
+
}.v-selection-control-group {
|
24297
|
+
grid-area: control;
|
24298
|
+
display: flex;
|
24299
|
+
flex-direction: column;
|
24300
|
+
}
|
24301
|
+
.v-selection-control-group--inline {
|
24302
|
+
flex-direction: row;
|
24303
|
+
flex-wrap: wrap;
|
23639
24304
|
}.v-sheet {
|
23640
24305
|
display: block;
|
24306
|
+
}
|
24307
|
+
.v-sheet {
|
23641
24308
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23642
24309
|
border-style: solid;
|
23643
24310
|
border-width: 0;
|
23644
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23645
|
-
border-radius: 0;
|
23646
|
-
background: rgb(var(--v-theme-surface));
|
23647
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23648
24311
|
}
|
23649
24312
|
.v-sheet--border {
|
23650
24313
|
border-width: thin;
|
23651
24314
|
box-shadow: none;
|
23652
24315
|
}
|
24316
|
+
.v-sheet {
|
24317
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24318
|
+
}
|
23653
24319
|
.v-sheet--absolute {
|
23654
24320
|
position: absolute;
|
23655
24321
|
}
|
@@ -23662,71 +24328,15 @@ html.v-overlay-scroll-blocked {
|
|
23662
24328
|
.v-sheet--sticky {
|
23663
24329
|
position: sticky;
|
23664
24330
|
}
|
23665
|
-
.v-sheet
|
23666
|
-
border-radius:
|
23667
|
-
}.v-slide-group {
|
23668
|
-
display: flex;
|
23669
|
-
overflow: hidden;
|
23670
|
-
}
|
23671
|
-
|
23672
|
-
.v-slide-group__next,
|
23673
|
-
.v-slide-group__prev {
|
23674
|
-
align-items: center;
|
23675
|
-
display: flex;
|
23676
|
-
flex: 0 1 52px;
|
23677
|
-
justify-content: center;
|
23678
|
-
min-width: 52px;
|
23679
|
-
cursor: pointer;
|
23680
|
-
}
|
23681
|
-
.v-slide-group__next--disabled,
|
23682
|
-
.v-slide-group__prev--disabled {
|
23683
|
-
pointer-events: none;
|
23684
|
-
opacity: var(--v-disabled-opacity);
|
23685
|
-
}
|
23686
|
-
|
23687
|
-
.v-slide-group__content {
|
23688
|
-
display: flex;
|
23689
|
-
flex: 1 0 auto;
|
23690
|
-
position: relative;
|
23691
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
23692
|
-
white-space: nowrap;
|
23693
|
-
}
|
23694
|
-
.v-slide-group__content > * {
|
23695
|
-
white-space: initial;
|
23696
|
-
}
|
23697
|
-
|
23698
|
-
.v-slide-group__container {
|
23699
|
-
contain: content;
|
23700
|
-
display: flex;
|
23701
|
-
flex: 1 1 auto;
|
23702
|
-
overflow-x: auto;
|
23703
|
-
overflow-y: hidden;
|
23704
|
-
scrollbar-width: none;
|
23705
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
23706
|
-
}
|
23707
|
-
.v-slide-group__container::-webkit-scrollbar {
|
23708
|
-
display: none;
|
23709
|
-
}
|
23710
|
-
|
23711
|
-
.v-slide-group--vertical {
|
23712
|
-
max-height: inherit;
|
23713
|
-
}
|
23714
|
-
.v-slide-group--vertical,
|
23715
|
-
.v-slide-group--vertical .v-slide-group__container,
|
23716
|
-
.v-slide-group--vertical .v-slide-group__content {
|
23717
|
-
flex-direction: column;
|
24331
|
+
.v-sheet {
|
24332
|
+
border-radius: 0;
|
23718
24333
|
}
|
23719
|
-
.v-
|
23720
|
-
|
23721
|
-
|
23722
|
-
}.v-selection-control-group {
|
23723
|
-
grid-area: control;
|
23724
|
-
display: flex;
|
23725
|
-
flex-direction: column;
|
24334
|
+
.v-sheet {
|
24335
|
+
background: rgb(var(--v-theme-surface));
|
24336
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23726
24337
|
}
|
23727
|
-
.v-
|
23728
|
-
|
23729
|
-
flex-wrap: wrap;
|
24338
|
+
.v-sheet--rounded {
|
24339
|
+
border-radius: 4px;
|
23730
24340
|
}.v-skeleton-loader {
|
23731
24341
|
align-items: center;
|
23732
24342
|
background: rgb(var(--v-theme-surface));
|
@@ -23770,6 +24380,12 @@ html.v-overlay-scroll-blocked {
|
|
23770
24380
|
overflow: hidden;
|
23771
24381
|
position: relative;
|
23772
24382
|
}
|
24383
|
+
.v-skeleton-loader__bone::after {
|
24384
|
+
animation: loading 1.5s infinite;
|
24385
|
+
background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
|
24386
|
+
transform: translateX(-100%);
|
24387
|
+
z-index: 1;
|
24388
|
+
}
|
23773
24389
|
.v-skeleton-loader__bone::after {
|
23774
24390
|
content: "";
|
23775
24391
|
position: absolute;
|
@@ -23777,10 +24393,6 @@ html.v-overlay-scroll-blocked {
|
|
23777
24393
|
left: 0;
|
23778
24394
|
width: 100%;
|
23779
24395
|
height: 100%;
|
23780
|
-
animation: loading 1.5s infinite;
|
23781
|
-
background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
|
23782
|
-
transform: translateX(-100%);
|
23783
|
-
z-index: 1;
|
23784
24396
|
}
|
23785
24397
|
.v-skeleton-loader__avatar {
|
23786
24398
|
border-radius: 50%;
|
@@ -23950,32 +24562,89 @@ html.v-overlay-scroll-blocked {
|
|
23950
24562
|
100% {
|
23951
24563
|
transform: translateX(100%);
|
23952
24564
|
}
|
23953
|
-
}.v-
|
23954
|
-
justify-content: center;
|
23955
|
-
z-index: 10000;
|
23956
|
-
margin: 8px;
|
23957
|
-
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
23958
|
-
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
23959
|
-
}
|
23960
|
-
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
23961
|
-
align-items: flex-end;
|
23962
|
-
}
|
23963
|
-
.v-snackbar__wrapper {
|
23964
|
-
align-items: center;
|
24565
|
+
}.v-slide-group {
|
23965
24566
|
display: flex;
|
23966
|
-
max-width: 672px;
|
23967
|
-
min-height: 48px;
|
23968
|
-
min-width: 344px;
|
23969
24567
|
overflow: hidden;
|
23970
|
-
|
23971
|
-
|
23972
|
-
|
23973
|
-
.v-
|
23974
|
-
|
23975
|
-
|
23976
|
-
|
23977
|
-
|
23978
|
-
|
24568
|
+
}
|
24569
|
+
|
24570
|
+
.v-slide-group__next,
|
24571
|
+
.v-slide-group__prev {
|
24572
|
+
align-items: center;
|
24573
|
+
display: flex;
|
24574
|
+
flex: 0 1 52px;
|
24575
|
+
justify-content: center;
|
24576
|
+
min-width: 52px;
|
24577
|
+
cursor: pointer;
|
24578
|
+
}
|
24579
|
+
.v-slide-group__next--disabled,
|
24580
|
+
.v-slide-group__prev--disabled {
|
24581
|
+
pointer-events: none;
|
24582
|
+
opacity: var(--v-disabled-opacity);
|
24583
|
+
}
|
24584
|
+
|
24585
|
+
.v-slide-group__content {
|
24586
|
+
display: flex;
|
24587
|
+
flex: 1 0 auto;
|
24588
|
+
position: relative;
|
24589
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24590
|
+
white-space: nowrap;
|
24591
|
+
}
|
24592
|
+
.v-slide-group__content > * {
|
24593
|
+
white-space: initial;
|
24594
|
+
}
|
24595
|
+
|
24596
|
+
.v-slide-group__container {
|
24597
|
+
contain: content;
|
24598
|
+
display: flex;
|
24599
|
+
flex: 1 1 auto;
|
24600
|
+
overflow-x: auto;
|
24601
|
+
overflow-y: hidden;
|
24602
|
+
scrollbar-width: none;
|
24603
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
24604
|
+
}
|
24605
|
+
.v-slide-group__container::-webkit-scrollbar {
|
24606
|
+
display: none;
|
24607
|
+
}
|
24608
|
+
|
24609
|
+
.v-slide-group--vertical {
|
24610
|
+
max-height: inherit;
|
24611
|
+
}
|
24612
|
+
.v-slide-group--vertical,
|
24613
|
+
.v-slide-group--vertical .v-slide-group__container,
|
24614
|
+
.v-slide-group--vertical .v-slide-group__content {
|
24615
|
+
flex-direction: column;
|
24616
|
+
}
|
24617
|
+
.v-slide-group--vertical .v-slide-group__container {
|
24618
|
+
overflow-x: hidden;
|
24619
|
+
overflow-y: auto;
|
24620
|
+
}.v-snackbar {
|
24621
|
+
justify-content: center;
|
24622
|
+
z-index: 10000;
|
24623
|
+
margin: 8px;
|
24624
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
24625
|
+
padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
|
24626
|
+
}
|
24627
|
+
.v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
|
24628
|
+
align-items: flex-end;
|
24629
|
+
}
|
24630
|
+
.v-snackbar__wrapper {
|
24631
|
+
align-items: center;
|
24632
|
+
display: flex;
|
24633
|
+
max-width: 672px;
|
24634
|
+
min-height: 48px;
|
24635
|
+
min-width: 344px;
|
24636
|
+
overflow: hidden;
|
24637
|
+
padding: 0;
|
24638
|
+
}
|
24639
|
+
.v-snackbar__wrapper {
|
24640
|
+
border-radius: 4px;
|
24641
|
+
}
|
24642
|
+
.v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
|
24643
|
+
background: transparent;
|
24644
|
+
color: inherit;
|
24645
|
+
}
|
24646
|
+
.v-snackbar--variant-plain {
|
24647
|
+
opacity: 0.62;
|
23979
24648
|
}
|
23980
24649
|
.v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
|
23981
24650
|
opacity: 1;
|
@@ -24130,16 +24799,19 @@ html.v-overlay-scroll-blocked {
|
|
24130
24799
|
.v-speed-dial__content > *:nth-child(10) {
|
24131
24800
|
transition-delay: 0.45s;
|
24132
24801
|
}.v-stepper.v-sheet {
|
24802
|
+
overflow: hidden;
|
24803
|
+
}
|
24804
|
+
.v-stepper.v-sheet {
|
24133
24805
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24806
|
+
}
|
24807
|
+
.v-stepper.v-sheet {
|
24134
24808
|
border-radius: 4px;
|
24135
|
-
overflow: hidden;
|
24136
24809
|
}
|
24137
24810
|
.v-stepper.v-sheet.v-stepper--flat {
|
24138
24811
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24139
24812
|
}
|
24140
24813
|
|
24141
24814
|
.v-stepper-header {
|
24142
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24143
24815
|
align-items: center;
|
24144
24816
|
display: flex;
|
24145
24817
|
position: relative;
|
@@ -24147,6 +24819,9 @@ html.v-overlay-scroll-blocked {
|
|
24147
24819
|
justify-content: space-between;
|
24148
24820
|
z-index: 1;
|
24149
24821
|
}
|
24822
|
+
.v-stepper-header {
|
24823
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24824
|
+
}
|
24150
24825
|
.v-stepper-header .v-divider {
|
24151
24826
|
margin: 0 -16px;
|
24152
24827
|
}
|
@@ -24287,6 +24962,10 @@ html.v-overlay-scroll-blocked {
|
|
24287
24962
|
transition: opacity 0.2s ease-in-out;
|
24288
24963
|
}
|
24289
24964
|
|
24965
|
+
.v-stepper-item__overlay,
|
24966
|
+
.v-stepper-item__underlay {
|
24967
|
+
pointer-events: none;
|
24968
|
+
}
|
24290
24969
|
.v-stepper-item__overlay,
|
24291
24970
|
.v-stepper-item__underlay {
|
24292
24971
|
position: absolute;
|
@@ -24294,7 +24973,6 @@ html.v-overlay-scroll-blocked {
|
|
24294
24973
|
left: 0;
|
24295
24974
|
width: 100%;
|
24296
24975
|
height: 100%;
|
24297
|
-
pointer-events: none;
|
24298
24976
|
}.v-switch .v-label {
|
24299
24977
|
padding-inline-start: 10px;
|
24300
24978
|
}
|
@@ -24371,6 +25049,8 @@ html.v-overlay-scroll-blocked {
|
|
24371
25049
|
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24372
25050
|
background: rgb(var(--v-theme-surface-variant));
|
24373
25051
|
color: rgb(var(--v-theme-on-surface-variant));
|
25052
|
+
}
|
25053
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24374
25054
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24375
25055
|
}
|
24376
25056
|
.v-switch--inset .v-switch__thumb {
|
@@ -24475,6 +25155,49 @@ html.v-overlay-scroll-blocked {
|
|
24475
25155
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24476
25156
|
border-width: 0;
|
24477
25157
|
}
|
25158
|
+
}.v-system-bar {
|
25159
|
+
align-items: center;
|
25160
|
+
display: flex;
|
25161
|
+
flex: 1 1 auto;
|
25162
|
+
height: 24px;
|
25163
|
+
justify-content: flex-end;
|
25164
|
+
max-width: 100%;
|
25165
|
+
padding-inline: 8px;
|
25166
|
+
position: relative;
|
25167
|
+
text-align: end;
|
25168
|
+
width: 100%;
|
25169
|
+
}
|
25170
|
+
.v-system-bar .v-icon {
|
25171
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25172
|
+
}
|
25173
|
+
.v-system-bar {
|
25174
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25175
|
+
}
|
25176
|
+
.v-system-bar--absolute {
|
25177
|
+
position: absolute;
|
25178
|
+
}
|
25179
|
+
.v-system-bar--fixed {
|
25180
|
+
position: fixed;
|
25181
|
+
}
|
25182
|
+
.v-system-bar {
|
25183
|
+
background: rgba(var(--v-theme-surface-light));
|
25184
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25185
|
+
}
|
25186
|
+
.v-system-bar {
|
25187
|
+
font-size: 0.75rem;
|
25188
|
+
font-weight: 400;
|
25189
|
+
letter-spacing: 0.0333333333em;
|
25190
|
+
line-height: 1.667;
|
25191
|
+
text-transform: none;
|
25192
|
+
}
|
25193
|
+
.v-system-bar--rounded {
|
25194
|
+
border-radius: 0;
|
25195
|
+
}
|
25196
|
+
.v-system-bar--window {
|
25197
|
+
height: 32px;
|
25198
|
+
}
|
25199
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25200
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24478
25201
|
}.v-tab.v-tab.v-btn {
|
24479
25202
|
height: var(--v-tabs-height);
|
24480
25203
|
border-radius: 0;
|
@@ -24570,51 +25293,16 @@ html.v-overlay-scroll-blocked {
|
|
24570
25293
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
24571
25294
|
margin-inline-end: 52px;
|
24572
25295
|
}
|
24573
|
-
}.v-system-bar {
|
24574
|
-
align-items: center;
|
24575
|
-
display: flex;
|
24576
|
-
flex: 1 1 auto;
|
24577
|
-
height: 24px;
|
24578
|
-
justify-content: flex-end;
|
24579
|
-
max-width: 100%;
|
24580
|
-
padding-inline: 8px;
|
24581
|
-
position: relative;
|
24582
|
-
text-align: end;
|
24583
|
-
width: 100%;
|
24584
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24585
|
-
background: rgba(var(--v-theme-surface-light));
|
24586
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24587
|
-
font-size: 0.75rem;
|
24588
|
-
font-weight: 400;
|
24589
|
-
letter-spacing: 0.0333333333em;
|
24590
|
-
line-height: 1.667;
|
24591
|
-
text-transform: none;
|
24592
|
-
}
|
24593
|
-
.v-system-bar .v-icon {
|
24594
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24595
|
-
}
|
24596
|
-
.v-system-bar--absolute {
|
24597
|
-
position: absolute;
|
24598
|
-
}
|
24599
|
-
.v-system-bar--fixed {
|
24600
|
-
position: fixed;
|
24601
|
-
}
|
24602
|
-
.v-system-bar--rounded {
|
24603
|
-
border-radius: 0;
|
24604
|
-
}
|
24605
|
-
.v-system-bar--window {
|
24606
|
-
height: 32px;
|
24607
|
-
}
|
24608
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
24609
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24610
25296
|
}.v-table {
|
24611
|
-
background: rgb(var(--v-theme-surface));
|
24612
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24613
25297
|
font-size: 0.875rem;
|
24614
25298
|
transition-duration: 0.28s;
|
24615
25299
|
transition-property: box-shadow, opacity, background, height;
|
24616
25300
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
24617
25301
|
}
|
25302
|
+
.v-table {
|
25303
|
+
background: rgb(var(--v-theme-surface));
|
25304
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25305
|
+
}
|
24618
25306
|
.v-table .v-table-divider {
|
24619
25307
|
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
24620
25308
|
}
|
@@ -24632,6 +25320,10 @@ html.v-overlay-scroll-blocked {
|
|
24632
25320
|
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
24633
25321
|
position: relative;
|
24634
25322
|
}
|
25323
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25324
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
25325
|
+
pointer-events: none;
|
25326
|
+
}
|
24635
25327
|
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
24636
25328
|
content: "";
|
24637
25329
|
position: absolute;
|
@@ -24639,8 +25331,6 @@ html.v-overlay-scroll-blocked {
|
|
24639
25331
|
left: 0;
|
24640
25332
|
width: 100%;
|
24641
25333
|
height: 100%;
|
24642
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
24643
|
-
pointer-events: none;
|
24644
25334
|
}
|
24645
25335
|
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
24646
25336
|
background: rgb(var(--v-theme-surface));
|
@@ -24851,277 +25541,39 @@ html.v-overlay-scroll-blocked {
|
|
24851
25541
|
}
|
24852
25542
|
.v-textarea textarea:invalid {
|
24853
25543
|
box-shadow: none;
|
24854
|
-
}.v-
|
24855
|
-
background: rgb(var(--v-theme-background));
|
24856
|
-
color: rgb(var(--v-theme-on-background));
|
24857
|
-
}.v-toolbar {
|
24858
|
-
align-items: flex-start;
|
24859
|
-
display: flex;
|
24860
|
-
flex: none;
|
24861
|
-
flex-direction: column;
|
24862
|
-
justify-content: space-between;
|
24863
|
-
max-width: 100%;
|
24864
|
-
position: relative;
|
24865
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24866
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
24867
|
-
width: 100%;
|
24868
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24869
|
-
border-style: solid;
|
24870
|
-
border-width: 0;
|
24871
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24872
|
-
border-radius: 0;
|
25544
|
+
}.v-timeline .v-timeline-divider__dot {
|
24873
25545
|
background: rgb(var(--v-theme-surface-light));
|
24874
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24875
|
-
}
|
24876
|
-
.v-toolbar--border {
|
24877
|
-
border-width: thin;
|
24878
|
-
box-shadow: none;
|
24879
25546
|
}
|
24880
|
-
.v-
|
24881
|
-
|
25547
|
+
.v-timeline .v-timeline-divider__inner-dot {
|
25548
|
+
background: rgb(var(--v-theme-on-surface));
|
24882
25549
|
}
|
24883
|
-
|
24884
|
-
|
24885
|
-
|
24886
|
-
|
25550
|
+
|
25551
|
+
.v-timeline {
|
25552
|
+
display: grid;
|
25553
|
+
grid-auto-flow: dense;
|
25554
|
+
position: relative;
|
24887
25555
|
}
|
24888
|
-
.v-
|
24889
|
-
|
25556
|
+
.v-timeline--horizontal.v-timeline {
|
25557
|
+
grid-column-gap: 24px;
|
25558
|
+
width: 100%;
|
24890
25559
|
}
|
24891
|
-
.v-
|
24892
|
-
|
25560
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
25561
|
+
grid-row: 3;
|
25562
|
+
padding-block-start: 24px;
|
24893
25563
|
}
|
24894
|
-
.v-
|
24895
|
-
|
25564
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
|
25565
|
+
grid-row: 1;
|
25566
|
+
padding-block-end: 24px;
|
25567
|
+
align-self: flex-end;
|
24896
25568
|
}
|
24897
|
-
.v-
|
24898
|
-
|
25569
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
|
25570
|
+
grid-row: 1;
|
25571
|
+
padding-block-end: 24px;
|
25572
|
+
align-self: flex-end;
|
24899
25573
|
}
|
24900
|
-
|
24901
|
-
|
24902
|
-
|
24903
|
-
align-items: center;
|
24904
|
-
display: flex;
|
24905
|
-
flex: 0 0 auto;
|
24906
|
-
position: relative;
|
24907
|
-
transition: inherit;
|
24908
|
-
width: 100%;
|
24909
|
-
}
|
24910
|
-
|
24911
|
-
.v-toolbar__content {
|
24912
|
-
overflow: hidden;
|
24913
|
-
}
|
24914
|
-
.v-toolbar__content > .v-btn:first-child {
|
24915
|
-
margin-inline-start: 4px;
|
24916
|
-
}
|
24917
|
-
.v-toolbar__content > .v-btn:last-child {
|
24918
|
-
margin-inline-end: 4px;
|
24919
|
-
}
|
24920
|
-
.v-toolbar__content > .v-toolbar-title {
|
24921
|
-
margin-inline-start: 20px;
|
24922
|
-
}
|
24923
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
24924
|
-
align-items: flex-start;
|
24925
|
-
}
|
24926
|
-
|
24927
|
-
.v-toolbar__image {
|
24928
|
-
position: absolute;
|
24929
|
-
top: 0;
|
24930
|
-
left: 0;
|
24931
|
-
width: 100%;
|
24932
|
-
height: 100%;
|
24933
|
-
display: flex;
|
24934
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
24935
|
-
transition-property: opacity;
|
24936
|
-
}
|
24937
|
-
|
24938
|
-
.v-toolbar__prepend,
|
24939
|
-
.v-toolbar__append {
|
24940
|
-
align-items: center;
|
24941
|
-
align-self: stretch;
|
24942
|
-
display: flex;
|
24943
|
-
}
|
24944
|
-
|
24945
|
-
.v-toolbar__prepend {
|
24946
|
-
margin-inline: 4px auto;
|
24947
|
-
}
|
24948
|
-
|
24949
|
-
.v-toolbar__append {
|
24950
|
-
margin-inline: auto 4px;
|
24951
|
-
}
|
24952
|
-
|
24953
|
-
.v-toolbar-title {
|
24954
|
-
flex: 1 1;
|
24955
|
-
font-size: 1.25rem;
|
24956
|
-
min-width: 0;
|
24957
|
-
font-size: 1.25rem;
|
24958
|
-
font-weight: 400;
|
24959
|
-
letter-spacing: 0;
|
24960
|
-
line-height: 1.75rem;
|
24961
|
-
text-transform: none;
|
24962
|
-
}
|
24963
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
24964
|
-
align-self: flex-end;
|
24965
|
-
padding-bottom: 6px;
|
24966
|
-
font-size: 1.5rem;
|
24967
|
-
font-weight: 400;
|
24968
|
-
letter-spacing: 0;
|
24969
|
-
line-height: 2.25rem;
|
24970
|
-
text-transform: none;
|
24971
|
-
}
|
24972
|
-
|
24973
|
-
.v-toolbar-title__placeholder {
|
24974
|
-
overflow: hidden;
|
24975
|
-
text-overflow: ellipsis;
|
24976
|
-
white-space: nowrap;
|
24977
|
-
}
|
24978
|
-
|
24979
|
-
.v-toolbar-items {
|
24980
|
-
display: flex;
|
24981
|
-
height: inherit;
|
24982
|
-
align-self: stretch;
|
24983
|
-
}
|
24984
|
-
.v-toolbar-items > .v-btn {
|
24985
|
-
border-radius: 0;
|
24986
|
-
}.v-tooltip > .v-overlay__content {
|
24987
|
-
background: rgb(var(--v-theme-surface-variant));
|
24988
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24989
|
-
border-radius: 4px;
|
24990
|
-
font-size: 0.875rem;
|
24991
|
-
line-height: 1.6;
|
24992
|
-
display: inline-block;
|
24993
|
-
padding: 5px 16px;
|
24994
|
-
text-transform: initial;
|
24995
|
-
width: auto;
|
24996
|
-
opacity: 1;
|
24997
|
-
pointer-events: none;
|
24998
|
-
transition-property: opacity, transform;
|
24999
|
-
overflow-wrap: break-word;
|
25000
|
-
}
|
25001
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
25002
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
25003
|
-
transition-duration: 150ms;
|
25004
|
-
}
|
25005
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25006
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25007
|
-
transition-duration: 75ms;
|
25008
|
-
}.v-virtual-scroll {
|
25009
|
-
display: block;
|
25010
|
-
flex: 1 1 auto;
|
25011
|
-
max-width: 100%;
|
25012
|
-
overflow: auto;
|
25013
|
-
position: relative;
|
25014
|
-
}
|
25015
|
-
.v-virtual-scroll__container {
|
25016
|
-
display: block;
|
25017
|
-
}.v-window {
|
25018
|
-
overflow: hidden;
|
25019
|
-
}
|
25020
|
-
.v-window__container {
|
25021
|
-
display: flex;
|
25022
|
-
flex-direction: column;
|
25023
|
-
height: inherit;
|
25024
|
-
position: relative;
|
25025
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25026
|
-
}
|
25027
|
-
.v-window__controls {
|
25028
|
-
position: absolute;
|
25029
|
-
left: 0;
|
25030
|
-
top: 0;
|
25031
|
-
width: 100%;
|
25032
|
-
height: 100%;
|
25033
|
-
display: flex;
|
25034
|
-
align-items: center;
|
25035
|
-
justify-content: space-between;
|
25036
|
-
padding: 0 16px;
|
25037
|
-
pointer-events: none;
|
25038
|
-
}
|
25039
|
-
.v-window__controls > * {
|
25040
|
-
pointer-events: auto;
|
25041
|
-
}
|
25042
|
-
.v-window--show-arrows-on-hover {
|
25043
|
-
overflow: hidden;
|
25044
|
-
}
|
25045
|
-
.v-window--show-arrows-on-hover .v-window__left {
|
25046
|
-
transform: translateX(-200%);
|
25047
|
-
}
|
25048
|
-
.v-window--show-arrows-on-hover .v-window__right {
|
25049
|
-
transform: translateX(200%);
|
25050
|
-
}
|
25051
|
-
.v-window--show-arrows-on-hover:hover .v-window__left,
|
25052
|
-
.v-window--show-arrows-on-hover:hover .v-window__right {
|
25053
|
-
transform: translateX(0);
|
25054
|
-
}
|
25055
|
-
|
25056
|
-
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
25057
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25058
|
-
}
|
25059
|
-
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
25060
|
-
position: absolute !important;
|
25061
|
-
top: 0;
|
25062
|
-
width: 100%;
|
25063
|
-
}
|
25064
|
-
.v-window-x-transition-enter-from {
|
25065
|
-
transform: translateX(100%);
|
25066
|
-
}
|
25067
|
-
.v-window-x-transition-leave-to {
|
25068
|
-
transform: translateX(-100%);
|
25069
|
-
}
|
25070
|
-
.v-window-x-reverse-transition-enter-from {
|
25071
|
-
transform: translateX(-100%);
|
25072
|
-
}
|
25073
|
-
.v-window-x-reverse-transition-leave-to {
|
25074
|
-
transform: translateX(100%);
|
25075
|
-
}
|
25076
|
-
.v-window-y-transition-enter-from {
|
25077
|
-
transform: translateY(100%);
|
25078
|
-
}
|
25079
|
-
.v-window-y-transition-leave-to {
|
25080
|
-
transform: translateY(-100%);
|
25081
|
-
}
|
25082
|
-
.v-window-y-reverse-transition-enter-from {
|
25083
|
-
transform: translateY(-100%);
|
25084
|
-
}
|
25085
|
-
.v-window-y-reverse-transition-leave-to {
|
25086
|
-
transform: translateY(100%);
|
25087
|
-
}.v-counter {
|
25088
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25089
|
-
flex: 0 1 auto;
|
25090
|
-
font-size: 12px;
|
25091
|
-
transition-duration: 150ms;
|
25092
|
-
}.v-timeline .v-timeline-divider__dot {
|
25093
|
-
background: rgb(var(--v-theme-surface-light));
|
25094
|
-
}
|
25095
|
-
.v-timeline .v-timeline-divider__inner-dot {
|
25096
|
-
background: rgb(var(--v-theme-on-surface));
|
25097
|
-
}
|
25098
|
-
|
25099
|
-
.v-timeline {
|
25100
|
-
display: grid;
|
25101
|
-
grid-auto-flow: dense;
|
25102
|
-
position: relative;
|
25103
|
-
}
|
25104
|
-
.v-timeline--horizontal.v-timeline {
|
25105
|
-
grid-column-gap: 24px;
|
25106
|
-
width: 100%;
|
25107
|
-
}
|
25108
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
25109
|
-
grid-row: 3;
|
25110
|
-
padding-block-start: 24px;
|
25111
|
-
}
|
25112
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
|
25113
|
-
grid-row: 1;
|
25114
|
-
padding-block-end: 24px;
|
25115
|
-
align-self: flex-end;
|
25116
|
-
}
|
25117
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
|
25118
|
-
grid-row: 1;
|
25119
|
-
padding-block-end: 24px;
|
25120
|
-
align-self: flex-end;
|
25121
|
-
}
|
25122
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
|
25123
|
-
grid-row: 3;
|
25124
|
-
padding-block-start: 24px;
|
25574
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
|
25575
|
+
grid-row: 3;
|
25576
|
+
padding-block-start: 24px;
|
25125
25577
|
}
|
25126
25578
|
|
25127
25579
|
.v-timeline--vertical.v-timeline {
|
@@ -25258,6 +25710,8 @@ html.v-overlay-scroll-blocked {
|
|
25258
25710
|
display: flex;
|
25259
25711
|
justify-content: center;
|
25260
25712
|
align-items: center;
|
25713
|
+
}
|
25714
|
+
.v-timeline-divider__dot {
|
25261
25715
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25262
25716
|
}
|
25263
25717
|
.v-timeline-divider__dot--size-x-small {
|
@@ -25505,34 +25959,281 @@ html.v-overlay-scroll-blocked {
|
|
25505
25959
|
|
25506
25960
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25507
25961
|
padding-inline-end: 0;
|
25508
|
-
}.v-
|
25962
|
+
}.v-toolbar {
|
25963
|
+
align-items: flex-start;
|
25509
25964
|
display: flex;
|
25965
|
+
flex: none;
|
25966
|
+
flex-direction: column;
|
25967
|
+
justify-content: space-between;
|
25968
|
+
max-width: 100%;
|
25510
25969
|
position: relative;
|
25511
|
-
|
25512
|
-
|
25513
|
-
|
25970
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25971
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25972
|
+
width: 100%;
|
25514
25973
|
}
|
25515
|
-
.v-
|
25516
|
-
|
25517
|
-
|
25518
|
-
|
25519
|
-
width: 15px;
|
25520
|
-
height: 15px;
|
25521
|
-
background: transparent;
|
25522
|
-
border-radius: 50%;
|
25523
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
25974
|
+
.v-toolbar {
|
25975
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25976
|
+
border-style: solid;
|
25977
|
+
border-width: 0;
|
25524
25978
|
}
|
25525
|
-
.v-
|
25526
|
-
|
25979
|
+
.v-toolbar--border {
|
25980
|
+
border-width: thin;
|
25981
|
+
box-shadow: none;
|
25527
25982
|
}
|
25528
|
-
.v-
|
25529
|
-
|
25530
|
-
}.v-color-picker-edit {
|
25531
|
-
display: flex;
|
25532
|
-
margin-top: 24px;
|
25983
|
+
.v-toolbar {
|
25984
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25533
25985
|
}
|
25534
|
-
|
25535
|
-
|
25986
|
+
.v-toolbar {
|
25987
|
+
border-radius: 0;
|
25988
|
+
}
|
25989
|
+
.v-toolbar {
|
25990
|
+
background: rgb(var(--v-theme-surface-light));
|
25991
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25992
|
+
}
|
25993
|
+
.v-toolbar--absolute {
|
25994
|
+
position: absolute;
|
25995
|
+
}
|
25996
|
+
.v-toolbar--collapse {
|
25997
|
+
max-width: 112px;
|
25998
|
+
overflow: hidden;
|
25999
|
+
border-end-end-radius: 24px;
|
26000
|
+
}
|
26001
|
+
.v-toolbar--collapse .v-toolbar-title {
|
26002
|
+
display: none;
|
26003
|
+
}
|
26004
|
+
.v-toolbar--flat {
|
26005
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
26006
|
+
}
|
26007
|
+
.v-toolbar--floating {
|
26008
|
+
display: inline-flex;
|
26009
|
+
}
|
26010
|
+
.v-toolbar--rounded {
|
26011
|
+
border-radius: 4px;
|
26012
|
+
}
|
26013
|
+
|
26014
|
+
.v-toolbar__content,
|
26015
|
+
.v-toolbar__extension {
|
26016
|
+
align-items: center;
|
26017
|
+
display: flex;
|
26018
|
+
flex: 0 0 auto;
|
26019
|
+
position: relative;
|
26020
|
+
transition: inherit;
|
26021
|
+
width: 100%;
|
26022
|
+
}
|
26023
|
+
|
26024
|
+
.v-toolbar__content {
|
26025
|
+
overflow: hidden;
|
26026
|
+
}
|
26027
|
+
.v-toolbar__content > .v-btn:first-child {
|
26028
|
+
margin-inline-start: 4px;
|
26029
|
+
}
|
26030
|
+
.v-toolbar__content > .v-btn:last-child {
|
26031
|
+
margin-inline-end: 4px;
|
26032
|
+
}
|
26033
|
+
.v-toolbar__content > .v-toolbar-title {
|
26034
|
+
margin-inline-start: 20px;
|
26035
|
+
}
|
26036
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
26037
|
+
align-items: flex-start;
|
26038
|
+
}
|
26039
|
+
|
26040
|
+
.v-toolbar__image {
|
26041
|
+
display: flex;
|
26042
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
26043
|
+
transition-property: opacity;
|
26044
|
+
}
|
26045
|
+
.v-toolbar__image {
|
26046
|
+
position: absolute;
|
26047
|
+
top: 0;
|
26048
|
+
left: 0;
|
26049
|
+
width: 100%;
|
26050
|
+
height: 100%;
|
26051
|
+
}
|
26052
|
+
|
26053
|
+
.v-toolbar__prepend,
|
26054
|
+
.v-toolbar__append {
|
26055
|
+
align-items: center;
|
26056
|
+
align-self: stretch;
|
26057
|
+
display: flex;
|
26058
|
+
}
|
26059
|
+
|
26060
|
+
.v-toolbar__prepend {
|
26061
|
+
margin-inline: 4px auto;
|
26062
|
+
}
|
26063
|
+
|
26064
|
+
.v-toolbar__append {
|
26065
|
+
margin-inline: auto 4px;
|
26066
|
+
}
|
26067
|
+
|
26068
|
+
.v-toolbar-title {
|
26069
|
+
flex: 1 1;
|
26070
|
+
font-size: 1.25rem;
|
26071
|
+
min-width: 0;
|
26072
|
+
}
|
26073
|
+
.v-toolbar-title {
|
26074
|
+
font-size: 1.25rem;
|
26075
|
+
font-weight: 400;
|
26076
|
+
letter-spacing: 0;
|
26077
|
+
line-height: 1.75rem;
|
26078
|
+
text-transform: none;
|
26079
|
+
}
|
26080
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
26081
|
+
align-self: flex-end;
|
26082
|
+
padding-bottom: 6px;
|
26083
|
+
}
|
26084
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
26085
|
+
font-size: 1.5rem;
|
26086
|
+
font-weight: 400;
|
26087
|
+
letter-spacing: 0;
|
26088
|
+
line-height: 2.25rem;
|
26089
|
+
text-transform: none;
|
26090
|
+
}
|
26091
|
+
|
26092
|
+
.v-toolbar-title__placeholder {
|
26093
|
+
overflow: hidden;
|
26094
|
+
text-overflow: ellipsis;
|
26095
|
+
white-space: nowrap;
|
26096
|
+
}
|
26097
|
+
|
26098
|
+
.v-toolbar-items {
|
26099
|
+
display: flex;
|
26100
|
+
height: inherit;
|
26101
|
+
align-self: stretch;
|
26102
|
+
}
|
26103
|
+
.v-toolbar-items > .v-btn {
|
26104
|
+
border-radius: 0;
|
26105
|
+
}.v-theme-provider {
|
26106
|
+
background: rgb(var(--v-theme-background));
|
26107
|
+
color: rgb(var(--v-theme-on-background));
|
26108
|
+
}.v-tooltip > .v-overlay__content {
|
26109
|
+
background: rgb(var(--v-theme-surface-variant));
|
26110
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26111
|
+
border-radius: 4px;
|
26112
|
+
font-size: 0.875rem;
|
26113
|
+
line-height: 1.6;
|
26114
|
+
display: inline-block;
|
26115
|
+
padding: 5px 16px;
|
26116
|
+
text-transform: initial;
|
26117
|
+
width: auto;
|
26118
|
+
opacity: 1;
|
26119
|
+
pointer-events: none;
|
26120
|
+
transition-property: opacity, transform;
|
26121
|
+
overflow-wrap: break-word;
|
26122
|
+
}
|
26123
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26124
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26125
|
+
transition-duration: 150ms;
|
26126
|
+
}
|
26127
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26128
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26129
|
+
transition-duration: 75ms;
|
26130
|
+
}.v-virtual-scroll {
|
26131
|
+
display: block;
|
26132
|
+
flex: 1 1 auto;
|
26133
|
+
max-width: 100%;
|
26134
|
+
overflow: auto;
|
26135
|
+
position: relative;
|
26136
|
+
}
|
26137
|
+
.v-virtual-scroll__container {
|
26138
|
+
display: block;
|
26139
|
+
}.v-window {
|
26140
|
+
overflow: hidden;
|
26141
|
+
}
|
26142
|
+
.v-window__container {
|
26143
|
+
display: flex;
|
26144
|
+
flex-direction: column;
|
26145
|
+
height: inherit;
|
26146
|
+
position: relative;
|
26147
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26148
|
+
}
|
26149
|
+
.v-window__controls {
|
26150
|
+
position: absolute;
|
26151
|
+
left: 0;
|
26152
|
+
top: 0;
|
26153
|
+
width: 100%;
|
26154
|
+
height: 100%;
|
26155
|
+
display: flex;
|
26156
|
+
align-items: center;
|
26157
|
+
justify-content: space-between;
|
26158
|
+
padding: 0 16px;
|
26159
|
+
pointer-events: none;
|
26160
|
+
}
|
26161
|
+
.v-window__controls > * {
|
26162
|
+
pointer-events: auto;
|
26163
|
+
}
|
26164
|
+
.v-window--show-arrows-on-hover {
|
26165
|
+
overflow: hidden;
|
26166
|
+
}
|
26167
|
+
.v-window--show-arrows-on-hover .v-window__left {
|
26168
|
+
transform: translateX(-200%);
|
26169
|
+
}
|
26170
|
+
.v-window--show-arrows-on-hover .v-window__right {
|
26171
|
+
transform: translateX(200%);
|
26172
|
+
}
|
26173
|
+
.v-window--show-arrows-on-hover:hover .v-window__left,
|
26174
|
+
.v-window--show-arrows-on-hover:hover .v-window__right {
|
26175
|
+
transform: translateX(0);
|
26176
|
+
}
|
26177
|
+
|
26178
|
+
.v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
|
26179
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26180
|
+
}
|
26181
|
+
.v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
|
26182
|
+
position: absolute !important;
|
26183
|
+
top: 0;
|
26184
|
+
width: 100%;
|
26185
|
+
}
|
26186
|
+
.v-window-x-transition-enter-from {
|
26187
|
+
transform: translateX(100%);
|
26188
|
+
}
|
26189
|
+
.v-window-x-transition-leave-to {
|
26190
|
+
transform: translateX(-100%);
|
26191
|
+
}
|
26192
|
+
.v-window-x-reverse-transition-enter-from {
|
26193
|
+
transform: translateX(-100%);
|
26194
|
+
}
|
26195
|
+
.v-window-x-reverse-transition-leave-to {
|
26196
|
+
transform: translateX(100%);
|
26197
|
+
}
|
26198
|
+
.v-window-y-transition-enter-from {
|
26199
|
+
transform: translateY(100%);
|
26200
|
+
}
|
26201
|
+
.v-window-y-transition-leave-to {
|
26202
|
+
transform: translateY(-100%);
|
26203
|
+
}
|
26204
|
+
.v-window-y-reverse-transition-enter-from {
|
26205
|
+
transform: translateY(-100%);
|
26206
|
+
}
|
26207
|
+
.v-window-y-reverse-transition-leave-to {
|
26208
|
+
transform: translateY(100%);
|
26209
|
+
}.v-color-picker-canvas {
|
26210
|
+
display: flex;
|
26211
|
+
position: relative;
|
26212
|
+
overflow: hidden;
|
26213
|
+
contain: content;
|
26214
|
+
touch-action: none;
|
26215
|
+
}
|
26216
|
+
.v-color-picker-canvas__dot {
|
26217
|
+
position: absolute;
|
26218
|
+
top: 0;
|
26219
|
+
left: 0;
|
26220
|
+
width: 15px;
|
26221
|
+
height: 15px;
|
26222
|
+
background: transparent;
|
26223
|
+
border-radius: 50%;
|
26224
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26225
|
+
}
|
26226
|
+
.v-color-picker-canvas__dot--disabled {
|
26227
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
26228
|
+
}
|
26229
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
26230
|
+
will-change: transform;
|
26231
|
+
}.v-color-picker-edit {
|
26232
|
+
display: flex;
|
26233
|
+
margin-top: 24px;
|
26234
|
+
}
|
26235
|
+
|
26236
|
+
.v-color-picker-edit__input {
|
25536
26237
|
width: 100%;
|
25537
26238
|
display: flex;
|
25538
26239
|
flex-wrap: wrap;
|
@@ -25555,6 +26256,41 @@ html.v-overlay-scroll-blocked {
|
|
25555
26256
|
}
|
25556
26257
|
.v-color-picker-edit__input span {
|
25557
26258
|
font-size: 0.75rem;
|
26259
|
+
}.v-color-picker-swatches {
|
26260
|
+
overflow-y: auto;
|
26261
|
+
}
|
26262
|
+
.v-color-picker-swatches > div {
|
26263
|
+
display: flex;
|
26264
|
+
flex-wrap: wrap;
|
26265
|
+
justify-content: center;
|
26266
|
+
padding: 8px;
|
26267
|
+
}
|
26268
|
+
|
26269
|
+
.v-color-picker-swatches__swatch {
|
26270
|
+
display: flex;
|
26271
|
+
flex-direction: column;
|
26272
|
+
margin-bottom: 10px;
|
26273
|
+
}
|
26274
|
+
|
26275
|
+
.v-color-picker-swatches__color {
|
26276
|
+
position: relative;
|
26277
|
+
height: 18px;
|
26278
|
+
max-height: 18px;
|
26279
|
+
width: 45px;
|
26280
|
+
margin: 2px 4px;
|
26281
|
+
border-radius: 2px;
|
26282
|
+
-webkit-user-select: none;
|
26283
|
+
user-select: none;
|
26284
|
+
overflow: hidden;
|
26285
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26286
|
+
cursor: pointer;
|
26287
|
+
}
|
26288
|
+
.v-color-picker-swatches__color > div {
|
26289
|
+
display: flex;
|
26290
|
+
align-items: center;
|
26291
|
+
justify-content: center;
|
26292
|
+
width: 100%;
|
26293
|
+
height: 100%;
|
25558
26294
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
25559
26295
|
background-color: transparent !important;
|
25560
26296
|
}
|
@@ -25625,94 +26361,222 @@ html.v-overlay-scroll-blocked {
|
|
25625
26361
|
.v-color-picker-preview__eye-dropper {
|
25626
26362
|
position: relative;
|
25627
26363
|
margin-right: 12px;
|
25628
|
-
}.v-
|
25629
|
-
|
26364
|
+
}.v-picker.v-sheet {
|
26365
|
+
display: grid;
|
26366
|
+
grid-auto-rows: min-content;
|
26367
|
+
grid-template-areas: "title" "header" "body";
|
26368
|
+
overflow: hidden;
|
25630
26369
|
}
|
25631
|
-
.v-
|
25632
|
-
|
25633
|
-
|
25634
|
-
|
25635
|
-
|
26370
|
+
.v-picker.v-sheet {
|
26371
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
26372
|
+
}
|
26373
|
+
.v-picker.v-sheet {
|
26374
|
+
border-radius: 4px;
|
26375
|
+
}
|
26376
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
26377
|
+
grid-template-areas: "title" "header" "body" "actions";
|
25636
26378
|
}
|
25637
26379
|
|
25638
|
-
.v-
|
26380
|
+
.v-picker__body {
|
26381
|
+
grid-area: body;
|
26382
|
+
overflow: hidden;
|
26383
|
+
position: relative;
|
26384
|
+
}
|
26385
|
+
|
26386
|
+
.v-picker__header {
|
26387
|
+
grid-area: header;
|
26388
|
+
}
|
26389
|
+
|
26390
|
+
.v-picker__actions {
|
26391
|
+
grid-area: actions;
|
26392
|
+
padding: 0 12px 12px;
|
25639
26393
|
display: flex;
|
25640
|
-
|
25641
|
-
|
26394
|
+
align-items: center;
|
26395
|
+
justify-content: flex-end;
|
26396
|
+
}
|
26397
|
+
.v-picker__actions .v-btn {
|
26398
|
+
min-width: 48px;
|
26399
|
+
}
|
26400
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
26401
|
+
margin-inline-end: 8px;
|
25642
26402
|
}
|
25643
26403
|
|
25644
|
-
.v-
|
25645
|
-
|
25646
|
-
|
25647
|
-
|
25648
|
-
|
25649
|
-
|
25650
|
-
|
26404
|
+
.v-picker--landscape {
|
26405
|
+
grid-template-areas: "title" "header body" "header body";
|
26406
|
+
}
|
26407
|
+
|
26408
|
+
.v-picker--landscape.v-picker--with-actions {
|
26409
|
+
grid-template-areas: "title" "header body" "header actions";
|
26410
|
+
}
|
26411
|
+
|
26412
|
+
.v-picker-title {
|
26413
|
+
text-transform: uppercase;
|
26414
|
+
font-size: 0.75rem;
|
26415
|
+
grid-area: title;
|
26416
|
+
padding-inline: 24px 12px;
|
26417
|
+
padding-top: 16px;
|
26418
|
+
padding-bottom: 16px;
|
26419
|
+
font-weight: 400;
|
26420
|
+
letter-spacing: 0.1666666667em;
|
26421
|
+
}.v-slider-thumb {
|
26422
|
+
touch-action: none;
|
26423
|
+
color: rgb(var(--v-theme-surface-variant));
|
26424
|
+
}
|
26425
|
+
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
26426
|
+
color: inherit;
|
26427
|
+
}
|
26428
|
+
|
26429
|
+
.v-slider-thumb__label {
|
26430
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
26431
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26432
|
+
}
|
26433
|
+
.v-slider-thumb__label::before {
|
26434
|
+
color: rgba(var(--v-theme-surface-variant), 0.7);
|
26435
|
+
}
|
26436
|
+
|
26437
|
+
.v-slider-thumb {
|
26438
|
+
outline: none;
|
26439
|
+
position: absolute;
|
26440
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26441
|
+
}
|
26442
|
+
|
26443
|
+
.v-slider-thumb__surface {
|
26444
|
+
cursor: pointer;
|
26445
|
+
width: var(--v-slider-thumb-size);
|
26446
|
+
height: var(--v-slider-thumb-size);
|
26447
|
+
border-radius: 50%;
|
25651
26448
|
-webkit-user-select: none;
|
25652
26449
|
user-select: none;
|
25653
|
-
|
25654
|
-
|
25655
|
-
|
26450
|
+
background-color: currentColor;
|
26451
|
+
}
|
26452
|
+
@media (forced-colors: active) {
|
26453
|
+
.v-slider-thumb__surface {
|
26454
|
+
background-color: highlight;
|
26455
|
+
}
|
26456
|
+
}
|
26457
|
+
.v-slider-thumb__surface::before {
|
26458
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
26459
|
+
content: "";
|
26460
|
+
color: inherit;
|
26461
|
+
top: 0;
|
26462
|
+
left: 0;
|
26463
|
+
width: 100%;
|
26464
|
+
height: 100%;
|
26465
|
+
border-radius: 50%;
|
26466
|
+
background: currentColor;
|
26467
|
+
position: absolute;
|
26468
|
+
pointer-events: none;
|
26469
|
+
opacity: 0;
|
26470
|
+
}
|
26471
|
+
.v-slider-thumb__surface::after {
|
26472
|
+
content: "";
|
26473
|
+
width: 42px;
|
26474
|
+
height: 42px;
|
26475
|
+
position: absolute;
|
26476
|
+
top: 50%;
|
26477
|
+
left: 50%;
|
26478
|
+
transform: translate(-50%, -50%);
|
26479
|
+
}
|
26480
|
+
|
26481
|
+
.v-slider-thumb__label-container {
|
26482
|
+
position: absolute;
|
26483
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
26484
|
+
}
|
26485
|
+
|
26486
|
+
.v-slider-thumb__label {
|
26487
|
+
display: flex;
|
26488
|
+
align-items: center;
|
26489
|
+
justify-content: center;
|
26490
|
+
font-size: 0.75rem;
|
26491
|
+
min-width: 35px;
|
26492
|
+
height: 25px;
|
26493
|
+
border-radius: 4px;
|
26494
|
+
padding: 6px;
|
26495
|
+
position: absolute;
|
26496
|
+
-webkit-user-select: none;
|
26497
|
+
user-select: none;
|
26498
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
26499
|
+
}
|
26500
|
+
.v-slider-thumb__label::before {
|
26501
|
+
content: "";
|
26502
|
+
width: 0;
|
26503
|
+
height: 0;
|
26504
|
+
position: absolute;
|
26505
|
+
}
|
26506
|
+
|
26507
|
+
.v-slider-thumb__ripple {
|
26508
|
+
position: absolute;
|
26509
|
+
left: calc(var(--v-slider-thumb-size) / -2);
|
26510
|
+
top: calc(var(--v-slider-thumb-size) / -2);
|
26511
|
+
width: calc(var(--v-slider-thumb-size) * 2);
|
26512
|
+
height: calc(var(--v-slider-thumb-size) * 2);
|
26513
|
+
background: inherit;
|
25656
26514
|
}
|
25657
|
-
|
25658
|
-
|
25659
|
-
|
25660
|
-
|
25661
|
-
|
25662
|
-
height: 100%;
|
25663
|
-
}.v-picker.v-sheet {
|
25664
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25665
|
-
border-radius: 4px;
|
25666
|
-
display: grid;
|
25667
|
-
grid-auto-rows: min-content;
|
25668
|
-
grid-template-areas: "title" "header" "body";
|
25669
|
-
overflow: hidden;
|
26515
|
+
|
26516
|
+
.v-slider.v-input--horizontal .v-slider-thumb {
|
26517
|
+
top: 50%;
|
26518
|
+
transform: translateY(-50%);
|
26519
|
+
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
25670
26520
|
}
|
25671
|
-
.v-
|
25672
|
-
|
26521
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
26522
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
26523
|
+
top: 0;
|
26524
|
+
}
|
26525
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
26526
|
+
bottom: calc(var(--v-slider-thumb-size) / 2);
|
26527
|
+
}
|
26528
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26529
|
+
transform: translateX(-50%);
|
25673
26530
|
}
|
25674
26531
|
|
25675
|
-
.v-
|
25676
|
-
|
25677
|
-
overflow: hidden;
|
25678
|
-
position: relative;
|
26532
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26533
|
+
transform: translateX(50%);
|
25679
26534
|
}
|
25680
26535
|
|
25681
|
-
.v-
|
25682
|
-
|
26536
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
26537
|
+
border-left: 6px solid transparent;
|
26538
|
+
border-right: 6px solid transparent;
|
26539
|
+
border-top: 6px solid currentColor;
|
26540
|
+
bottom: -6px;
|
25683
26541
|
}
|
25684
26542
|
|
25685
|
-
.v-
|
25686
|
-
|
25687
|
-
padding: 0 12px 12px;
|
25688
|
-
display: flex;
|
25689
|
-
align-items: center;
|
25690
|
-
justify-content: flex-end;
|
26543
|
+
.v-slider.v-input--vertical .v-slider-thumb {
|
26544
|
+
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
25691
26545
|
}
|
25692
|
-
.v-
|
25693
|
-
|
26546
|
+
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
26547
|
+
top: calc(var(--v-slider-thumb-size) / 2);
|
26548
|
+
right: 0;
|
25694
26549
|
}
|
25695
|
-
.v-
|
25696
|
-
|
26550
|
+
.v-slider.v-input--vertical .v-slider-thumb__label {
|
26551
|
+
top: -12.5px;
|
26552
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
26553
|
+
}
|
26554
|
+
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
26555
|
+
border-right: 6px solid currentColor;
|
26556
|
+
border-top: 6px solid transparent;
|
26557
|
+
border-bottom: 6px solid transparent;
|
26558
|
+
left: -6px;
|
25697
26559
|
}
|
25698
26560
|
|
25699
|
-
.v-
|
25700
|
-
|
26561
|
+
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
26562
|
+
transform: scale(2);
|
26563
|
+
opacity: var(--v-focus-opacity);
|
25701
26564
|
}
|
25702
26565
|
|
25703
|
-
.v-
|
25704
|
-
|
26566
|
+
.v-slider-thumb--pressed {
|
26567
|
+
transition: none;
|
26568
|
+
}
|
26569
|
+
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
26570
|
+
opacity: var(--v-pressed-opacity);
|
25705
26571
|
}
|
25706
26572
|
|
25707
|
-
|
25708
|
-
|
25709
|
-
|
25710
|
-
|
25711
|
-
|
25712
|
-
|
25713
|
-
|
25714
|
-
font-weight: 400;
|
25715
|
-
letter-spacing: 0.1666666667em;
|
26573
|
+
@media (hover: hover) {
|
26574
|
+
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
26575
|
+
transform: scale(2);
|
26576
|
+
}
|
26577
|
+
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
26578
|
+
opacity: var(--v-hover-opacity);
|
26579
|
+
}
|
25716
26580
|
}.v-slider-track__background {
|
25717
26581
|
background-color: rgb(var(--v-theme-surface-variant));
|
25718
26582
|
}
|
@@ -25891,163 +26755,4 @@ html.v-overlay-scroll-blocked {
|
|
25891
26755
|
|
25892
26756
|
.v-slider-track__background--opacity {
|
25893
26757
|
opacity: 0.38;
|
25894
|
-
}.v-slider-thumb {
|
25895
|
-
touch-action: none;
|
25896
|
-
color: rgb(var(--v-theme-surface-variant));
|
25897
|
-
}
|
25898
|
-
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
25899
|
-
color: inherit;
|
25900
|
-
}
|
25901
|
-
|
25902
|
-
.v-slider-thumb__label {
|
25903
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
25904
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25905
|
-
}
|
25906
|
-
.v-slider-thumb__label::before {
|
25907
|
-
color: rgba(var(--v-theme-surface-variant), 0.7);
|
25908
|
-
}
|
25909
|
-
|
25910
|
-
.v-slider-thumb {
|
25911
|
-
outline: none;
|
25912
|
-
position: absolute;
|
25913
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25914
|
-
}
|
25915
|
-
|
25916
|
-
.v-slider-thumb__surface {
|
25917
|
-
cursor: pointer;
|
25918
|
-
width: var(--v-slider-thumb-size);
|
25919
|
-
height: var(--v-slider-thumb-size);
|
25920
|
-
border-radius: 50%;
|
25921
|
-
-webkit-user-select: none;
|
25922
|
-
user-select: none;
|
25923
|
-
background-color: currentColor;
|
25924
|
-
}
|
25925
|
-
@media (forced-colors: active) {
|
25926
|
-
.v-slider-thumb__surface {
|
25927
|
-
background-color: highlight;
|
25928
|
-
}
|
25929
|
-
}
|
25930
|
-
.v-slider-thumb__surface::before {
|
25931
|
-
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
25932
|
-
content: "";
|
25933
|
-
color: inherit;
|
25934
|
-
top: 0;
|
25935
|
-
left: 0;
|
25936
|
-
width: 100%;
|
25937
|
-
height: 100%;
|
25938
|
-
border-radius: 50%;
|
25939
|
-
background: currentColor;
|
25940
|
-
position: absolute;
|
25941
|
-
pointer-events: none;
|
25942
|
-
opacity: 0;
|
25943
|
-
}
|
25944
|
-
.v-slider-thumb__surface::after {
|
25945
|
-
content: "";
|
25946
|
-
width: 42px;
|
25947
|
-
height: 42px;
|
25948
|
-
position: absolute;
|
25949
|
-
top: 50%;
|
25950
|
-
left: 50%;
|
25951
|
-
transform: translate(-50%, -50%);
|
25952
|
-
}
|
25953
|
-
|
25954
|
-
.v-slider-thumb__label-container {
|
25955
|
-
position: absolute;
|
25956
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
25957
|
-
}
|
25958
|
-
|
25959
|
-
.v-slider-thumb__label {
|
25960
|
-
display: flex;
|
25961
|
-
align-items: center;
|
25962
|
-
justify-content: center;
|
25963
|
-
font-size: 0.75rem;
|
25964
|
-
min-width: 35px;
|
25965
|
-
height: 25px;
|
25966
|
-
border-radius: 4px;
|
25967
|
-
padding: 6px;
|
25968
|
-
position: absolute;
|
25969
|
-
-webkit-user-select: none;
|
25970
|
-
user-select: none;
|
25971
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
25972
|
-
}
|
25973
|
-
.v-slider-thumb__label::before {
|
25974
|
-
content: "";
|
25975
|
-
width: 0;
|
25976
|
-
height: 0;
|
25977
|
-
position: absolute;
|
25978
|
-
}
|
25979
|
-
|
25980
|
-
.v-slider-thumb__ripple {
|
25981
|
-
position: absolute;
|
25982
|
-
left: calc(var(--v-slider-thumb-size) / -2);
|
25983
|
-
top: calc(var(--v-slider-thumb-size) / -2);
|
25984
|
-
width: calc(var(--v-slider-thumb-size) * 2);
|
25985
|
-
height: calc(var(--v-slider-thumb-size) * 2);
|
25986
|
-
background: inherit;
|
25987
|
-
}
|
25988
|
-
|
25989
|
-
.v-slider.v-input--horizontal .v-slider-thumb {
|
25990
|
-
top: 50%;
|
25991
|
-
transform: translateY(-50%);
|
25992
|
-
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
25993
|
-
}
|
25994
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
25995
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
25996
|
-
top: 0;
|
25997
|
-
}
|
25998
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
25999
|
-
bottom: calc(var(--v-slider-thumb-size) / 2);
|
26000
|
-
}
|
26001
|
-
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26002
|
-
transform: translateX(-50%);
|
26003
|
-
}
|
26004
|
-
|
26005
|
-
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
26006
|
-
transform: translateX(50%);
|
26007
|
-
}
|
26008
|
-
|
26009
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
26010
|
-
border-left: 6px solid transparent;
|
26011
|
-
border-right: 6px solid transparent;
|
26012
|
-
border-top: 6px solid currentColor;
|
26013
|
-
bottom: -6px;
|
26014
|
-
}
|
26015
|
-
|
26016
|
-
.v-slider.v-input--vertical .v-slider-thumb {
|
26017
|
-
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
26018
|
-
}
|
26019
|
-
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
26020
|
-
top: calc(var(--v-slider-thumb-size) / 2);
|
26021
|
-
right: 0;
|
26022
|
-
}
|
26023
|
-
.v-slider.v-input--vertical .v-slider-thumb__label {
|
26024
|
-
top: -12.5px;
|
26025
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
26026
|
-
}
|
26027
|
-
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
26028
|
-
border-right: 6px solid currentColor;
|
26029
|
-
border-top: 6px solid transparent;
|
26030
|
-
border-bottom: 6px solid transparent;
|
26031
|
-
left: -6px;
|
26032
|
-
}
|
26033
|
-
|
26034
|
-
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
26035
|
-
transform: scale(2);
|
26036
|
-
opacity: var(--v-focus-opacity);
|
26037
|
-
}
|
26038
|
-
|
26039
|
-
.v-slider-thumb--pressed {
|
26040
|
-
transition: none;
|
26041
|
-
}
|
26042
|
-
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
26043
|
-
opacity: var(--v-pressed-opacity);
|
26044
|
-
}
|
26045
|
-
|
26046
|
-
@media (hover: hover) {
|
26047
|
-
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
26048
|
-
transform: scale(2);
|
26049
|
-
}
|
26050
|
-
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
26051
|
-
opacity: var(--v-hover-opacity);
|
26052
|
-
}
|
26053
26758
|
}
|