vuetify 3.3.13 → 3.3.15
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 +70 -66
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +5 -4
- package/dist/json/web-types.json +274 -185
- package/dist/vuetify-labs.css +565 -486
- package/dist/vuetify-labs.d.ts +831 -462
- package/dist/vuetify-labs.esm.js +453 -310
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +452 -309
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +318 -239
- package/dist/vuetify.d.ts +678 -301
- package/dist/vuetify.esm.js +253 -173
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +252 -172
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +842 -830
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs +12 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +1 -1
- package/lib/components/VBadge/_variables.scss +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.css +13 -2
- package/lib/components/VBtnToggle/VBtnToggle.sass +3 -3
- package/lib/components/VBtnToggle/_variables.scss +2 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +14 -11
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +203 -87
- package/lib/components/VColorPicker/VColorPickerEdit.css +4 -2
- package/lib/components/VColorPicker/VColorPickerPreview.css +11 -6
- package/lib/components/VCombobox/VCombobox.mjs +11 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VField/VField.css +25 -7
- package/lib/components/VField/VField.sass +15 -1
- package/lib/components/VGrid/VGrid.css +153 -142
- package/lib/components/VIcon/VIcon.css +1 -0
- package/lib/components/VIcon/VIcon.sass +1 -0
- package/lib/components/VOverlay/useActivator.mjs +1 -1
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -2
- package/lib/components/VRadio/index.d.mts +82 -23
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +75 -109
- package/lib/components/VRangeSlider/index.d.mts +114 -33
- package/lib/components/VSelect/VSelect.mjs +12 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +19 -3
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +19 -5
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +8 -4
- package/lib/components/VSlider/VSliderTrack.css +22 -12
- package/lib/components/VSlider/index.d.mts +114 -33
- package/lib/components/VSwitch/VSwitch.css +7 -5
- package/lib/components/VSwitch/VSwitch.mjs +26 -16
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +6 -4
- package/lib/components/VSwitch/_variables.scss +5 -3
- package/lib/components/VSwitch/index.d.mts +82 -23
- package/lib/components/VTable/VTable.css +3 -0
- package/lib/components/VTable/VTable.sass +4 -0
- package/lib/components/VTable/_variables.scss +3 -0
- package/lib/components/VTabs/VTab.mjs +2 -2
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +1 -0
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +19 -10
- package/lib/components/VTimeline/VTimeline.sass +5 -0
- package/lib/components/VToolbar/VToolbar.css +4 -2
- package/lib/components/index.d.mts +676 -299
- package/lib/composables/color.mjs +6 -1
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/defaults.mjs +9 -9
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/theme.mjs +8 -7
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +3 -3
- package/lib/labs/VDateInput/index.d.mts +2 -2
- package/lib/labs/VDatePicker/VDateCard.mjs +3 -0
- package/lib/labs/VDatePicker/VDateCard.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePicker.mjs +51 -21
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.css +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.mjs +53 -35
- package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs +37 -28
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerYears.mjs +19 -17
- package/lib/labs/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +148 -156
- package/lib/labs/VDateRangePicker/VDateRangeCard.mjs +3 -0
- package/lib/labs/VDateRangePicker/VDateRangeCard.mjs.map +1 -1
- package/lib/labs/VDateRangePicker/index.d.mts +59 -52
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.mts +8 -8
- package/lib/labs/components.d.mts +156 -164
- package/lib/locale/bg.mjs +23 -23
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/fa.mjs +16 -16
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/styles/tools/_rtl.sass +4 -2
- package/lib/styles/tools/_states.sass +5 -5
- package/lib/util/colorUtils.mjs +6 -0
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/helpers.mjs +10 -4
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +2 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.15
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16398,7 +16398,7 @@ html.overflow-y-hidden {
|
|
|
16398
16398
|
position: absolute;
|
|
16399
16399
|
right: 0;
|
|
16400
16400
|
top: 0;
|
|
16401
|
-
transform: scale(1.
|
|
16401
|
+
transform: scale(1.05);
|
|
16402
16402
|
}
|
|
16403
16403
|
.v-badge--dot .v-badge__badge {
|
|
16404
16404
|
border-radius: 4.5px;
|
|
@@ -17176,8 +17176,19 @@ html.overflow-y-hidden {
|
|
|
17176
17176
|
}
|
|
17177
17177
|
.v-btn-group--tile {
|
|
17178
17178
|
border-radius: 0;
|
|
17179
|
-
}.v-btn-toggle .v-btn.v-btn--
|
|
17180
|
-
opacity: var(--v-activated-opacity);
|
|
17179
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
17180
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
17181
|
+
}
|
|
17182
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
17183
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
17184
|
+
}
|
|
17185
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
17186
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
17187
|
+
}
|
|
17188
|
+
@supports not selector(:focus-visible) {
|
|
17189
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
17190
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
17191
|
+
}
|
|
17181
17192
|
}.v-card {
|
|
17182
17193
|
display: block;
|
|
17183
17194
|
overflow: hidden;
|
|
@@ -17958,6 +17969,26 @@ html.overflow-y-hidden {
|
|
|
17958
17969
|
.v-chip-group--column {
|
|
17959
17970
|
flex-wrap: wrap;
|
|
17960
17971
|
white-space: normal;
|
|
17972
|
+
}.v-color-picker {
|
|
17973
|
+
align-self: flex-start;
|
|
17974
|
+
contain: content;
|
|
17975
|
+
}
|
|
17976
|
+
.v-color-picker.v-sheet {
|
|
17977
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17978
|
+
border-radius: 4px;
|
|
17979
|
+
}
|
|
17980
|
+
|
|
17981
|
+
.v-color-picker__controls {
|
|
17982
|
+
display: flex;
|
|
17983
|
+
flex-direction: column;
|
|
17984
|
+
padding: 16px;
|
|
17985
|
+
}
|
|
17986
|
+
|
|
17987
|
+
.v-color-picker--flat {
|
|
17988
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17989
|
+
}
|
|
17990
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
17991
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17961
17992
|
}.v-container {
|
|
17962
17993
|
width: 100%;
|
|
17963
17994
|
padding: 16px;
|
|
@@ -18107,80 +18138,91 @@ html.overflow-y-hidden {
|
|
|
18107
18138
|
max-width: 100%;
|
|
18108
18139
|
}
|
|
18109
18140
|
|
|
18110
|
-
.
|
|
18141
|
+
.v-locale--is-ltr.offset-1, .v-locale--is-ltr .offset-1 {
|
|
18111
18142
|
margin-left: 8.3333333333%;
|
|
18112
18143
|
}
|
|
18113
|
-
|
|
18144
|
+
|
|
18145
|
+
.v-locale--is-rtl.offset-1, .v-locale--is-rtl .offset-1 {
|
|
18114
18146
|
margin-right: 8.3333333333%;
|
|
18115
18147
|
}
|
|
18116
18148
|
|
|
18117
|
-
.
|
|
18149
|
+
.v-locale--is-ltr.offset-2, .v-locale--is-ltr .offset-2 {
|
|
18118
18150
|
margin-left: 16.6666666667%;
|
|
18119
18151
|
}
|
|
18120
|
-
|
|
18152
|
+
|
|
18153
|
+
.v-locale--is-rtl.offset-2, .v-locale--is-rtl .offset-2 {
|
|
18121
18154
|
margin-right: 16.6666666667%;
|
|
18122
18155
|
}
|
|
18123
18156
|
|
|
18124
|
-
.
|
|
18157
|
+
.v-locale--is-ltr.offset-3, .v-locale--is-ltr .offset-3 {
|
|
18125
18158
|
margin-left: 25%;
|
|
18126
18159
|
}
|
|
18127
|
-
|
|
18160
|
+
|
|
18161
|
+
.v-locale--is-rtl.offset-3, .v-locale--is-rtl .offset-3 {
|
|
18128
18162
|
margin-right: 25%;
|
|
18129
18163
|
}
|
|
18130
18164
|
|
|
18131
|
-
.
|
|
18165
|
+
.v-locale--is-ltr.offset-4, .v-locale--is-ltr .offset-4 {
|
|
18132
18166
|
margin-left: 33.3333333333%;
|
|
18133
18167
|
}
|
|
18134
|
-
|
|
18168
|
+
|
|
18169
|
+
.v-locale--is-rtl.offset-4, .v-locale--is-rtl .offset-4 {
|
|
18135
18170
|
margin-right: 33.3333333333%;
|
|
18136
18171
|
}
|
|
18137
18172
|
|
|
18138
|
-
.
|
|
18173
|
+
.v-locale--is-ltr.offset-5, .v-locale--is-ltr .offset-5 {
|
|
18139
18174
|
margin-left: 41.6666666667%;
|
|
18140
18175
|
}
|
|
18141
|
-
|
|
18176
|
+
|
|
18177
|
+
.v-locale--is-rtl.offset-5, .v-locale--is-rtl .offset-5 {
|
|
18142
18178
|
margin-right: 41.6666666667%;
|
|
18143
18179
|
}
|
|
18144
18180
|
|
|
18145
|
-
.
|
|
18181
|
+
.v-locale--is-ltr.offset-6, .v-locale--is-ltr .offset-6 {
|
|
18146
18182
|
margin-left: 50%;
|
|
18147
18183
|
}
|
|
18148
|
-
|
|
18184
|
+
|
|
18185
|
+
.v-locale--is-rtl.offset-6, .v-locale--is-rtl .offset-6 {
|
|
18149
18186
|
margin-right: 50%;
|
|
18150
18187
|
}
|
|
18151
18188
|
|
|
18152
|
-
.
|
|
18189
|
+
.v-locale--is-ltr.offset-7, .v-locale--is-ltr .offset-7 {
|
|
18153
18190
|
margin-left: 58.3333333333%;
|
|
18154
18191
|
}
|
|
18155
|
-
|
|
18192
|
+
|
|
18193
|
+
.v-locale--is-rtl.offset-7, .v-locale--is-rtl .offset-7 {
|
|
18156
18194
|
margin-right: 58.3333333333%;
|
|
18157
18195
|
}
|
|
18158
18196
|
|
|
18159
|
-
.
|
|
18197
|
+
.v-locale--is-ltr.offset-8, .v-locale--is-ltr .offset-8 {
|
|
18160
18198
|
margin-left: 66.6666666667%;
|
|
18161
18199
|
}
|
|
18162
|
-
|
|
18200
|
+
|
|
18201
|
+
.v-locale--is-rtl.offset-8, .v-locale--is-rtl .offset-8 {
|
|
18163
18202
|
margin-right: 66.6666666667%;
|
|
18164
18203
|
}
|
|
18165
18204
|
|
|
18166
|
-
.
|
|
18205
|
+
.v-locale--is-ltr.offset-9, .v-locale--is-ltr .offset-9 {
|
|
18167
18206
|
margin-left: 75%;
|
|
18168
18207
|
}
|
|
18169
|
-
|
|
18208
|
+
|
|
18209
|
+
.v-locale--is-rtl.offset-9, .v-locale--is-rtl .offset-9 {
|
|
18170
18210
|
margin-right: 75%;
|
|
18171
18211
|
}
|
|
18172
18212
|
|
|
18173
|
-
.
|
|
18213
|
+
.v-locale--is-ltr.offset-10, .v-locale--is-ltr .offset-10 {
|
|
18174
18214
|
margin-left: 83.3333333333%;
|
|
18175
18215
|
}
|
|
18176
|
-
|
|
18216
|
+
|
|
18217
|
+
.v-locale--is-rtl.offset-10, .v-locale--is-rtl .offset-10 {
|
|
18177
18218
|
margin-right: 83.3333333333%;
|
|
18178
18219
|
}
|
|
18179
18220
|
|
|
18180
|
-
.
|
|
18221
|
+
.v-locale--is-ltr.offset-11, .v-locale--is-ltr .offset-11 {
|
|
18181
18222
|
margin-left: 91.6666666667%;
|
|
18182
18223
|
}
|
|
18183
|
-
|
|
18224
|
+
|
|
18225
|
+
.v-locale--is-rtl.offset-11, .v-locale--is-rtl .offset-11 {
|
|
18184
18226
|
margin-right: 91.6666666667%;
|
|
18185
18227
|
}
|
|
18186
18228
|
|
|
@@ -18243,76 +18285,76 @@ html.overflow-y-hidden {
|
|
|
18243
18285
|
flex: 0 0 100%;
|
|
18244
18286
|
max-width: 100%;
|
|
18245
18287
|
}
|
|
18246
|
-
.
|
|
18288
|
+
.v-locale--is-ltr.offset-sm-0, .v-locale--is-ltr .offset-sm-0 {
|
|
18247
18289
|
margin-left: 0;
|
|
18248
18290
|
}
|
|
18249
|
-
.
|
|
18291
|
+
.v-locale--is-rtl.offset-sm-0, .v-locale--is-rtl .offset-sm-0 {
|
|
18250
18292
|
margin-right: 0;
|
|
18251
18293
|
}
|
|
18252
|
-
.
|
|
18294
|
+
.v-locale--is-ltr.offset-sm-1, .v-locale--is-ltr .offset-sm-1 {
|
|
18253
18295
|
margin-left: 8.3333333333%;
|
|
18254
18296
|
}
|
|
18255
|
-
.
|
|
18297
|
+
.v-locale--is-rtl.offset-sm-1, .v-locale--is-rtl .offset-sm-1 {
|
|
18256
18298
|
margin-right: 8.3333333333%;
|
|
18257
18299
|
}
|
|
18258
|
-
.
|
|
18300
|
+
.v-locale--is-ltr.offset-sm-2, .v-locale--is-ltr .offset-sm-2 {
|
|
18259
18301
|
margin-left: 16.6666666667%;
|
|
18260
18302
|
}
|
|
18261
|
-
.
|
|
18303
|
+
.v-locale--is-rtl.offset-sm-2, .v-locale--is-rtl .offset-sm-2 {
|
|
18262
18304
|
margin-right: 16.6666666667%;
|
|
18263
18305
|
}
|
|
18264
|
-
.
|
|
18306
|
+
.v-locale--is-ltr.offset-sm-3, .v-locale--is-ltr .offset-sm-3 {
|
|
18265
18307
|
margin-left: 25%;
|
|
18266
18308
|
}
|
|
18267
|
-
.
|
|
18309
|
+
.v-locale--is-rtl.offset-sm-3, .v-locale--is-rtl .offset-sm-3 {
|
|
18268
18310
|
margin-right: 25%;
|
|
18269
18311
|
}
|
|
18270
|
-
.
|
|
18312
|
+
.v-locale--is-ltr.offset-sm-4, .v-locale--is-ltr .offset-sm-4 {
|
|
18271
18313
|
margin-left: 33.3333333333%;
|
|
18272
18314
|
}
|
|
18273
|
-
.
|
|
18315
|
+
.v-locale--is-rtl.offset-sm-4, .v-locale--is-rtl .offset-sm-4 {
|
|
18274
18316
|
margin-right: 33.3333333333%;
|
|
18275
18317
|
}
|
|
18276
|
-
.
|
|
18318
|
+
.v-locale--is-ltr.offset-sm-5, .v-locale--is-ltr .offset-sm-5 {
|
|
18277
18319
|
margin-left: 41.6666666667%;
|
|
18278
18320
|
}
|
|
18279
|
-
.
|
|
18321
|
+
.v-locale--is-rtl.offset-sm-5, .v-locale--is-rtl .offset-sm-5 {
|
|
18280
18322
|
margin-right: 41.6666666667%;
|
|
18281
18323
|
}
|
|
18282
|
-
.
|
|
18324
|
+
.v-locale--is-ltr.offset-sm-6, .v-locale--is-ltr .offset-sm-6 {
|
|
18283
18325
|
margin-left: 50%;
|
|
18284
18326
|
}
|
|
18285
|
-
.
|
|
18327
|
+
.v-locale--is-rtl.offset-sm-6, .v-locale--is-rtl .offset-sm-6 {
|
|
18286
18328
|
margin-right: 50%;
|
|
18287
18329
|
}
|
|
18288
|
-
.
|
|
18330
|
+
.v-locale--is-ltr.offset-sm-7, .v-locale--is-ltr .offset-sm-7 {
|
|
18289
18331
|
margin-left: 58.3333333333%;
|
|
18290
18332
|
}
|
|
18291
|
-
.
|
|
18333
|
+
.v-locale--is-rtl.offset-sm-7, .v-locale--is-rtl .offset-sm-7 {
|
|
18292
18334
|
margin-right: 58.3333333333%;
|
|
18293
18335
|
}
|
|
18294
|
-
.
|
|
18336
|
+
.v-locale--is-ltr.offset-sm-8, .v-locale--is-ltr .offset-sm-8 {
|
|
18295
18337
|
margin-left: 66.6666666667%;
|
|
18296
18338
|
}
|
|
18297
|
-
.
|
|
18339
|
+
.v-locale--is-rtl.offset-sm-8, .v-locale--is-rtl .offset-sm-8 {
|
|
18298
18340
|
margin-right: 66.6666666667%;
|
|
18299
18341
|
}
|
|
18300
|
-
.
|
|
18342
|
+
.v-locale--is-ltr.offset-sm-9, .v-locale--is-ltr .offset-sm-9 {
|
|
18301
18343
|
margin-left: 75%;
|
|
18302
18344
|
}
|
|
18303
|
-
.
|
|
18345
|
+
.v-locale--is-rtl.offset-sm-9, .v-locale--is-rtl .offset-sm-9 {
|
|
18304
18346
|
margin-right: 75%;
|
|
18305
18347
|
}
|
|
18306
|
-
.
|
|
18348
|
+
.v-locale--is-ltr.offset-sm-10, .v-locale--is-ltr .offset-sm-10 {
|
|
18307
18349
|
margin-left: 83.3333333333%;
|
|
18308
18350
|
}
|
|
18309
|
-
.
|
|
18351
|
+
.v-locale--is-rtl.offset-sm-10, .v-locale--is-rtl .offset-sm-10 {
|
|
18310
18352
|
margin-right: 83.3333333333%;
|
|
18311
18353
|
}
|
|
18312
|
-
.
|
|
18354
|
+
.v-locale--is-ltr.offset-sm-11, .v-locale--is-ltr .offset-sm-11 {
|
|
18313
18355
|
margin-left: 91.6666666667%;
|
|
18314
18356
|
}
|
|
18315
|
-
.
|
|
18357
|
+
.v-locale--is-rtl.offset-sm-11, .v-locale--is-rtl .offset-sm-11 {
|
|
18316
18358
|
margin-right: 91.6666666667%;
|
|
18317
18359
|
}
|
|
18318
18360
|
}
|
|
@@ -18375,76 +18417,76 @@ html.overflow-y-hidden {
|
|
|
18375
18417
|
flex: 0 0 100%;
|
|
18376
18418
|
max-width: 100%;
|
|
18377
18419
|
}
|
|
18378
|
-
.
|
|
18420
|
+
.v-locale--is-ltr.offset-md-0, .v-locale--is-ltr .offset-md-0 {
|
|
18379
18421
|
margin-left: 0;
|
|
18380
18422
|
}
|
|
18381
|
-
.
|
|
18423
|
+
.v-locale--is-rtl.offset-md-0, .v-locale--is-rtl .offset-md-0 {
|
|
18382
18424
|
margin-right: 0;
|
|
18383
18425
|
}
|
|
18384
|
-
.
|
|
18426
|
+
.v-locale--is-ltr.offset-md-1, .v-locale--is-ltr .offset-md-1 {
|
|
18385
18427
|
margin-left: 8.3333333333%;
|
|
18386
18428
|
}
|
|
18387
|
-
.
|
|
18429
|
+
.v-locale--is-rtl.offset-md-1, .v-locale--is-rtl .offset-md-1 {
|
|
18388
18430
|
margin-right: 8.3333333333%;
|
|
18389
18431
|
}
|
|
18390
|
-
.
|
|
18432
|
+
.v-locale--is-ltr.offset-md-2, .v-locale--is-ltr .offset-md-2 {
|
|
18391
18433
|
margin-left: 16.6666666667%;
|
|
18392
18434
|
}
|
|
18393
|
-
.
|
|
18435
|
+
.v-locale--is-rtl.offset-md-2, .v-locale--is-rtl .offset-md-2 {
|
|
18394
18436
|
margin-right: 16.6666666667%;
|
|
18395
18437
|
}
|
|
18396
|
-
.
|
|
18438
|
+
.v-locale--is-ltr.offset-md-3, .v-locale--is-ltr .offset-md-3 {
|
|
18397
18439
|
margin-left: 25%;
|
|
18398
18440
|
}
|
|
18399
|
-
.
|
|
18441
|
+
.v-locale--is-rtl.offset-md-3, .v-locale--is-rtl .offset-md-3 {
|
|
18400
18442
|
margin-right: 25%;
|
|
18401
18443
|
}
|
|
18402
|
-
.
|
|
18444
|
+
.v-locale--is-ltr.offset-md-4, .v-locale--is-ltr .offset-md-4 {
|
|
18403
18445
|
margin-left: 33.3333333333%;
|
|
18404
18446
|
}
|
|
18405
|
-
.
|
|
18447
|
+
.v-locale--is-rtl.offset-md-4, .v-locale--is-rtl .offset-md-4 {
|
|
18406
18448
|
margin-right: 33.3333333333%;
|
|
18407
18449
|
}
|
|
18408
|
-
.
|
|
18450
|
+
.v-locale--is-ltr.offset-md-5, .v-locale--is-ltr .offset-md-5 {
|
|
18409
18451
|
margin-left: 41.6666666667%;
|
|
18410
18452
|
}
|
|
18411
|
-
.
|
|
18453
|
+
.v-locale--is-rtl.offset-md-5, .v-locale--is-rtl .offset-md-5 {
|
|
18412
18454
|
margin-right: 41.6666666667%;
|
|
18413
18455
|
}
|
|
18414
|
-
.
|
|
18456
|
+
.v-locale--is-ltr.offset-md-6, .v-locale--is-ltr .offset-md-6 {
|
|
18415
18457
|
margin-left: 50%;
|
|
18416
18458
|
}
|
|
18417
|
-
.
|
|
18459
|
+
.v-locale--is-rtl.offset-md-6, .v-locale--is-rtl .offset-md-6 {
|
|
18418
18460
|
margin-right: 50%;
|
|
18419
18461
|
}
|
|
18420
|
-
.
|
|
18462
|
+
.v-locale--is-ltr.offset-md-7, .v-locale--is-ltr .offset-md-7 {
|
|
18421
18463
|
margin-left: 58.3333333333%;
|
|
18422
18464
|
}
|
|
18423
|
-
.
|
|
18465
|
+
.v-locale--is-rtl.offset-md-7, .v-locale--is-rtl .offset-md-7 {
|
|
18424
18466
|
margin-right: 58.3333333333%;
|
|
18425
18467
|
}
|
|
18426
|
-
.
|
|
18468
|
+
.v-locale--is-ltr.offset-md-8, .v-locale--is-ltr .offset-md-8 {
|
|
18427
18469
|
margin-left: 66.6666666667%;
|
|
18428
18470
|
}
|
|
18429
|
-
.
|
|
18471
|
+
.v-locale--is-rtl.offset-md-8, .v-locale--is-rtl .offset-md-8 {
|
|
18430
18472
|
margin-right: 66.6666666667%;
|
|
18431
18473
|
}
|
|
18432
|
-
.
|
|
18474
|
+
.v-locale--is-ltr.offset-md-9, .v-locale--is-ltr .offset-md-9 {
|
|
18433
18475
|
margin-left: 75%;
|
|
18434
18476
|
}
|
|
18435
|
-
.
|
|
18477
|
+
.v-locale--is-rtl.offset-md-9, .v-locale--is-rtl .offset-md-9 {
|
|
18436
18478
|
margin-right: 75%;
|
|
18437
18479
|
}
|
|
18438
|
-
.
|
|
18480
|
+
.v-locale--is-ltr.offset-md-10, .v-locale--is-ltr .offset-md-10 {
|
|
18439
18481
|
margin-left: 83.3333333333%;
|
|
18440
18482
|
}
|
|
18441
|
-
.
|
|
18483
|
+
.v-locale--is-rtl.offset-md-10, .v-locale--is-rtl .offset-md-10 {
|
|
18442
18484
|
margin-right: 83.3333333333%;
|
|
18443
18485
|
}
|
|
18444
|
-
.
|
|
18486
|
+
.v-locale--is-ltr.offset-md-11, .v-locale--is-ltr .offset-md-11 {
|
|
18445
18487
|
margin-left: 91.6666666667%;
|
|
18446
18488
|
}
|
|
18447
|
-
.
|
|
18489
|
+
.v-locale--is-rtl.offset-md-11, .v-locale--is-rtl .offset-md-11 {
|
|
18448
18490
|
margin-right: 91.6666666667%;
|
|
18449
18491
|
}
|
|
18450
18492
|
}
|
|
@@ -18507,76 +18549,76 @@ html.overflow-y-hidden {
|
|
|
18507
18549
|
flex: 0 0 100%;
|
|
18508
18550
|
max-width: 100%;
|
|
18509
18551
|
}
|
|
18510
|
-
.
|
|
18552
|
+
.v-locale--is-ltr.offset-lg-0, .v-locale--is-ltr .offset-lg-0 {
|
|
18511
18553
|
margin-left: 0;
|
|
18512
18554
|
}
|
|
18513
|
-
.
|
|
18555
|
+
.v-locale--is-rtl.offset-lg-0, .v-locale--is-rtl .offset-lg-0 {
|
|
18514
18556
|
margin-right: 0;
|
|
18515
18557
|
}
|
|
18516
|
-
.
|
|
18558
|
+
.v-locale--is-ltr.offset-lg-1, .v-locale--is-ltr .offset-lg-1 {
|
|
18517
18559
|
margin-left: 8.3333333333%;
|
|
18518
18560
|
}
|
|
18519
|
-
.
|
|
18561
|
+
.v-locale--is-rtl.offset-lg-1, .v-locale--is-rtl .offset-lg-1 {
|
|
18520
18562
|
margin-right: 8.3333333333%;
|
|
18521
18563
|
}
|
|
18522
|
-
.
|
|
18564
|
+
.v-locale--is-ltr.offset-lg-2, .v-locale--is-ltr .offset-lg-2 {
|
|
18523
18565
|
margin-left: 16.6666666667%;
|
|
18524
18566
|
}
|
|
18525
|
-
.
|
|
18567
|
+
.v-locale--is-rtl.offset-lg-2, .v-locale--is-rtl .offset-lg-2 {
|
|
18526
18568
|
margin-right: 16.6666666667%;
|
|
18527
18569
|
}
|
|
18528
|
-
.
|
|
18570
|
+
.v-locale--is-ltr.offset-lg-3, .v-locale--is-ltr .offset-lg-3 {
|
|
18529
18571
|
margin-left: 25%;
|
|
18530
18572
|
}
|
|
18531
|
-
.
|
|
18573
|
+
.v-locale--is-rtl.offset-lg-3, .v-locale--is-rtl .offset-lg-3 {
|
|
18532
18574
|
margin-right: 25%;
|
|
18533
18575
|
}
|
|
18534
|
-
.
|
|
18576
|
+
.v-locale--is-ltr.offset-lg-4, .v-locale--is-ltr .offset-lg-4 {
|
|
18535
18577
|
margin-left: 33.3333333333%;
|
|
18536
18578
|
}
|
|
18537
|
-
.
|
|
18579
|
+
.v-locale--is-rtl.offset-lg-4, .v-locale--is-rtl .offset-lg-4 {
|
|
18538
18580
|
margin-right: 33.3333333333%;
|
|
18539
18581
|
}
|
|
18540
|
-
.
|
|
18582
|
+
.v-locale--is-ltr.offset-lg-5, .v-locale--is-ltr .offset-lg-5 {
|
|
18541
18583
|
margin-left: 41.6666666667%;
|
|
18542
18584
|
}
|
|
18543
|
-
.
|
|
18585
|
+
.v-locale--is-rtl.offset-lg-5, .v-locale--is-rtl .offset-lg-5 {
|
|
18544
18586
|
margin-right: 41.6666666667%;
|
|
18545
18587
|
}
|
|
18546
|
-
.
|
|
18588
|
+
.v-locale--is-ltr.offset-lg-6, .v-locale--is-ltr .offset-lg-6 {
|
|
18547
18589
|
margin-left: 50%;
|
|
18548
18590
|
}
|
|
18549
|
-
.
|
|
18591
|
+
.v-locale--is-rtl.offset-lg-6, .v-locale--is-rtl .offset-lg-6 {
|
|
18550
18592
|
margin-right: 50%;
|
|
18551
18593
|
}
|
|
18552
|
-
.
|
|
18594
|
+
.v-locale--is-ltr.offset-lg-7, .v-locale--is-ltr .offset-lg-7 {
|
|
18553
18595
|
margin-left: 58.3333333333%;
|
|
18554
18596
|
}
|
|
18555
|
-
.
|
|
18597
|
+
.v-locale--is-rtl.offset-lg-7, .v-locale--is-rtl .offset-lg-7 {
|
|
18556
18598
|
margin-right: 58.3333333333%;
|
|
18557
18599
|
}
|
|
18558
|
-
.
|
|
18600
|
+
.v-locale--is-ltr.offset-lg-8, .v-locale--is-ltr .offset-lg-8 {
|
|
18559
18601
|
margin-left: 66.6666666667%;
|
|
18560
18602
|
}
|
|
18561
|
-
.
|
|
18603
|
+
.v-locale--is-rtl.offset-lg-8, .v-locale--is-rtl .offset-lg-8 {
|
|
18562
18604
|
margin-right: 66.6666666667%;
|
|
18563
18605
|
}
|
|
18564
|
-
.
|
|
18606
|
+
.v-locale--is-ltr.offset-lg-9, .v-locale--is-ltr .offset-lg-9 {
|
|
18565
18607
|
margin-left: 75%;
|
|
18566
18608
|
}
|
|
18567
|
-
.
|
|
18609
|
+
.v-locale--is-rtl.offset-lg-9, .v-locale--is-rtl .offset-lg-9 {
|
|
18568
18610
|
margin-right: 75%;
|
|
18569
18611
|
}
|
|
18570
|
-
.
|
|
18612
|
+
.v-locale--is-ltr.offset-lg-10, .v-locale--is-ltr .offset-lg-10 {
|
|
18571
18613
|
margin-left: 83.3333333333%;
|
|
18572
18614
|
}
|
|
18573
|
-
.
|
|
18615
|
+
.v-locale--is-rtl.offset-lg-10, .v-locale--is-rtl .offset-lg-10 {
|
|
18574
18616
|
margin-right: 83.3333333333%;
|
|
18575
18617
|
}
|
|
18576
|
-
.
|
|
18618
|
+
.v-locale--is-ltr.offset-lg-11, .v-locale--is-ltr .offset-lg-11 {
|
|
18577
18619
|
margin-left: 91.6666666667%;
|
|
18578
18620
|
}
|
|
18579
|
-
.
|
|
18621
|
+
.v-locale--is-rtl.offset-lg-11, .v-locale--is-rtl .offset-lg-11 {
|
|
18580
18622
|
margin-right: 91.6666666667%;
|
|
18581
18623
|
}
|
|
18582
18624
|
}
|
|
@@ -18639,76 +18681,76 @@ html.overflow-y-hidden {
|
|
|
18639
18681
|
flex: 0 0 100%;
|
|
18640
18682
|
max-width: 100%;
|
|
18641
18683
|
}
|
|
18642
|
-
.
|
|
18684
|
+
.v-locale--is-ltr.offset-xl-0, .v-locale--is-ltr .offset-xl-0 {
|
|
18643
18685
|
margin-left: 0;
|
|
18644
18686
|
}
|
|
18645
|
-
.
|
|
18687
|
+
.v-locale--is-rtl.offset-xl-0, .v-locale--is-rtl .offset-xl-0 {
|
|
18646
18688
|
margin-right: 0;
|
|
18647
18689
|
}
|
|
18648
|
-
.
|
|
18690
|
+
.v-locale--is-ltr.offset-xl-1, .v-locale--is-ltr .offset-xl-1 {
|
|
18649
18691
|
margin-left: 8.3333333333%;
|
|
18650
18692
|
}
|
|
18651
|
-
.
|
|
18693
|
+
.v-locale--is-rtl.offset-xl-1, .v-locale--is-rtl .offset-xl-1 {
|
|
18652
18694
|
margin-right: 8.3333333333%;
|
|
18653
18695
|
}
|
|
18654
|
-
.
|
|
18696
|
+
.v-locale--is-ltr.offset-xl-2, .v-locale--is-ltr .offset-xl-2 {
|
|
18655
18697
|
margin-left: 16.6666666667%;
|
|
18656
18698
|
}
|
|
18657
|
-
.
|
|
18699
|
+
.v-locale--is-rtl.offset-xl-2, .v-locale--is-rtl .offset-xl-2 {
|
|
18658
18700
|
margin-right: 16.6666666667%;
|
|
18659
18701
|
}
|
|
18660
|
-
.
|
|
18702
|
+
.v-locale--is-ltr.offset-xl-3, .v-locale--is-ltr .offset-xl-3 {
|
|
18661
18703
|
margin-left: 25%;
|
|
18662
18704
|
}
|
|
18663
|
-
.
|
|
18705
|
+
.v-locale--is-rtl.offset-xl-3, .v-locale--is-rtl .offset-xl-3 {
|
|
18664
18706
|
margin-right: 25%;
|
|
18665
18707
|
}
|
|
18666
|
-
.
|
|
18708
|
+
.v-locale--is-ltr.offset-xl-4, .v-locale--is-ltr .offset-xl-4 {
|
|
18667
18709
|
margin-left: 33.3333333333%;
|
|
18668
18710
|
}
|
|
18669
|
-
.
|
|
18711
|
+
.v-locale--is-rtl.offset-xl-4, .v-locale--is-rtl .offset-xl-4 {
|
|
18670
18712
|
margin-right: 33.3333333333%;
|
|
18671
18713
|
}
|
|
18672
|
-
.
|
|
18714
|
+
.v-locale--is-ltr.offset-xl-5, .v-locale--is-ltr .offset-xl-5 {
|
|
18673
18715
|
margin-left: 41.6666666667%;
|
|
18674
18716
|
}
|
|
18675
|
-
.
|
|
18717
|
+
.v-locale--is-rtl.offset-xl-5, .v-locale--is-rtl .offset-xl-5 {
|
|
18676
18718
|
margin-right: 41.6666666667%;
|
|
18677
18719
|
}
|
|
18678
|
-
.
|
|
18720
|
+
.v-locale--is-ltr.offset-xl-6, .v-locale--is-ltr .offset-xl-6 {
|
|
18679
18721
|
margin-left: 50%;
|
|
18680
18722
|
}
|
|
18681
|
-
.
|
|
18723
|
+
.v-locale--is-rtl.offset-xl-6, .v-locale--is-rtl .offset-xl-6 {
|
|
18682
18724
|
margin-right: 50%;
|
|
18683
18725
|
}
|
|
18684
|
-
.
|
|
18726
|
+
.v-locale--is-ltr.offset-xl-7, .v-locale--is-ltr .offset-xl-7 {
|
|
18685
18727
|
margin-left: 58.3333333333%;
|
|
18686
18728
|
}
|
|
18687
|
-
.
|
|
18729
|
+
.v-locale--is-rtl.offset-xl-7, .v-locale--is-rtl .offset-xl-7 {
|
|
18688
18730
|
margin-right: 58.3333333333%;
|
|
18689
18731
|
}
|
|
18690
|
-
.
|
|
18732
|
+
.v-locale--is-ltr.offset-xl-8, .v-locale--is-ltr .offset-xl-8 {
|
|
18691
18733
|
margin-left: 66.6666666667%;
|
|
18692
18734
|
}
|
|
18693
|
-
.
|
|
18735
|
+
.v-locale--is-rtl.offset-xl-8, .v-locale--is-rtl .offset-xl-8 {
|
|
18694
18736
|
margin-right: 66.6666666667%;
|
|
18695
18737
|
}
|
|
18696
|
-
.
|
|
18738
|
+
.v-locale--is-ltr.offset-xl-9, .v-locale--is-ltr .offset-xl-9 {
|
|
18697
18739
|
margin-left: 75%;
|
|
18698
18740
|
}
|
|
18699
|
-
.
|
|
18741
|
+
.v-locale--is-rtl.offset-xl-9, .v-locale--is-rtl .offset-xl-9 {
|
|
18700
18742
|
margin-right: 75%;
|
|
18701
18743
|
}
|
|
18702
|
-
.
|
|
18744
|
+
.v-locale--is-ltr.offset-xl-10, .v-locale--is-ltr .offset-xl-10 {
|
|
18703
18745
|
margin-left: 83.3333333333%;
|
|
18704
18746
|
}
|
|
18705
|
-
.
|
|
18747
|
+
.v-locale--is-rtl.offset-xl-10, .v-locale--is-rtl .offset-xl-10 {
|
|
18706
18748
|
margin-right: 83.3333333333%;
|
|
18707
18749
|
}
|
|
18708
|
-
.
|
|
18750
|
+
.v-locale--is-ltr.offset-xl-11, .v-locale--is-ltr .offset-xl-11 {
|
|
18709
18751
|
margin-left: 91.6666666667%;
|
|
18710
18752
|
}
|
|
18711
|
-
.
|
|
18753
|
+
.v-locale--is-rtl.offset-xl-11, .v-locale--is-rtl .offset-xl-11 {
|
|
18712
18754
|
margin-right: 91.6666666667%;
|
|
18713
18755
|
}
|
|
18714
18756
|
}
|
|
@@ -18771,98 +18813,78 @@ html.overflow-y-hidden {
|
|
|
18771
18813
|
flex: 0 0 100%;
|
|
18772
18814
|
max-width: 100%;
|
|
18773
18815
|
}
|
|
18774
|
-
.
|
|
18816
|
+
.v-locale--is-ltr.offset-xxl-0, .v-locale--is-ltr .offset-xxl-0 {
|
|
18775
18817
|
margin-left: 0;
|
|
18776
18818
|
}
|
|
18777
|
-
.
|
|
18819
|
+
.v-locale--is-rtl.offset-xxl-0, .v-locale--is-rtl .offset-xxl-0 {
|
|
18778
18820
|
margin-right: 0;
|
|
18779
18821
|
}
|
|
18780
|
-
.
|
|
18822
|
+
.v-locale--is-ltr.offset-xxl-1, .v-locale--is-ltr .offset-xxl-1 {
|
|
18781
18823
|
margin-left: 8.3333333333%;
|
|
18782
18824
|
}
|
|
18783
|
-
.
|
|
18825
|
+
.v-locale--is-rtl.offset-xxl-1, .v-locale--is-rtl .offset-xxl-1 {
|
|
18784
18826
|
margin-right: 8.3333333333%;
|
|
18785
18827
|
}
|
|
18786
|
-
.
|
|
18828
|
+
.v-locale--is-ltr.offset-xxl-2, .v-locale--is-ltr .offset-xxl-2 {
|
|
18787
18829
|
margin-left: 16.6666666667%;
|
|
18788
18830
|
}
|
|
18789
|
-
.
|
|
18831
|
+
.v-locale--is-rtl.offset-xxl-2, .v-locale--is-rtl .offset-xxl-2 {
|
|
18790
18832
|
margin-right: 16.6666666667%;
|
|
18791
18833
|
}
|
|
18792
|
-
.
|
|
18834
|
+
.v-locale--is-ltr.offset-xxl-3, .v-locale--is-ltr .offset-xxl-3 {
|
|
18793
18835
|
margin-left: 25%;
|
|
18794
18836
|
}
|
|
18795
|
-
.
|
|
18837
|
+
.v-locale--is-rtl.offset-xxl-3, .v-locale--is-rtl .offset-xxl-3 {
|
|
18796
18838
|
margin-right: 25%;
|
|
18797
18839
|
}
|
|
18798
|
-
.
|
|
18840
|
+
.v-locale--is-ltr.offset-xxl-4, .v-locale--is-ltr .offset-xxl-4 {
|
|
18799
18841
|
margin-left: 33.3333333333%;
|
|
18800
18842
|
}
|
|
18801
|
-
.
|
|
18843
|
+
.v-locale--is-rtl.offset-xxl-4, .v-locale--is-rtl .offset-xxl-4 {
|
|
18802
18844
|
margin-right: 33.3333333333%;
|
|
18803
18845
|
}
|
|
18804
|
-
.
|
|
18846
|
+
.v-locale--is-ltr.offset-xxl-5, .v-locale--is-ltr .offset-xxl-5 {
|
|
18805
18847
|
margin-left: 41.6666666667%;
|
|
18806
18848
|
}
|
|
18807
|
-
.
|
|
18849
|
+
.v-locale--is-rtl.offset-xxl-5, .v-locale--is-rtl .offset-xxl-5 {
|
|
18808
18850
|
margin-right: 41.6666666667%;
|
|
18809
18851
|
}
|
|
18810
|
-
.
|
|
18852
|
+
.v-locale--is-ltr.offset-xxl-6, .v-locale--is-ltr .offset-xxl-6 {
|
|
18811
18853
|
margin-left: 50%;
|
|
18812
18854
|
}
|
|
18813
|
-
.
|
|
18855
|
+
.v-locale--is-rtl.offset-xxl-6, .v-locale--is-rtl .offset-xxl-6 {
|
|
18814
18856
|
margin-right: 50%;
|
|
18815
18857
|
}
|
|
18816
|
-
.
|
|
18858
|
+
.v-locale--is-ltr.offset-xxl-7, .v-locale--is-ltr .offset-xxl-7 {
|
|
18817
18859
|
margin-left: 58.3333333333%;
|
|
18818
18860
|
}
|
|
18819
|
-
.
|
|
18861
|
+
.v-locale--is-rtl.offset-xxl-7, .v-locale--is-rtl .offset-xxl-7 {
|
|
18820
18862
|
margin-right: 58.3333333333%;
|
|
18821
18863
|
}
|
|
18822
|
-
.
|
|
18864
|
+
.v-locale--is-ltr.offset-xxl-8, .v-locale--is-ltr .offset-xxl-8 {
|
|
18823
18865
|
margin-left: 66.6666666667%;
|
|
18824
18866
|
}
|
|
18825
|
-
.
|
|
18867
|
+
.v-locale--is-rtl.offset-xxl-8, .v-locale--is-rtl .offset-xxl-8 {
|
|
18826
18868
|
margin-right: 66.6666666667%;
|
|
18827
18869
|
}
|
|
18828
|
-
.
|
|
18870
|
+
.v-locale--is-ltr.offset-xxl-9, .v-locale--is-ltr .offset-xxl-9 {
|
|
18829
18871
|
margin-left: 75%;
|
|
18830
18872
|
}
|
|
18831
|
-
.
|
|
18873
|
+
.v-locale--is-rtl.offset-xxl-9, .v-locale--is-rtl .offset-xxl-9 {
|
|
18832
18874
|
margin-right: 75%;
|
|
18833
18875
|
}
|
|
18834
|
-
.
|
|
18876
|
+
.v-locale--is-ltr.offset-xxl-10, .v-locale--is-ltr .offset-xxl-10 {
|
|
18835
18877
|
margin-left: 83.3333333333%;
|
|
18836
18878
|
}
|
|
18837
|
-
.
|
|
18879
|
+
.v-locale--is-rtl.offset-xxl-10, .v-locale--is-rtl .offset-xxl-10 {
|
|
18838
18880
|
margin-right: 83.3333333333%;
|
|
18839
18881
|
}
|
|
18840
|
-
.
|
|
18882
|
+
.v-locale--is-ltr.offset-xxl-11, .v-locale--is-ltr .offset-xxl-11 {
|
|
18841
18883
|
margin-left: 91.6666666667%;
|
|
18842
18884
|
}
|
|
18843
|
-
.
|
|
18885
|
+
.v-locale--is-rtl.offset-xxl-11, .v-locale--is-rtl .offset-xxl-11 {
|
|
18844
18886
|
margin-right: 91.6666666667%;
|
|
18845
18887
|
}
|
|
18846
|
-
}.v-color-picker {
|
|
18847
|
-
align-self: flex-start;
|
|
18848
|
-
contain: content;
|
|
18849
|
-
}
|
|
18850
|
-
.v-color-picker.v-sheet {
|
|
18851
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18852
|
-
border-radius: 4px;
|
|
18853
|
-
}
|
|
18854
|
-
|
|
18855
|
-
.v-color-picker__controls {
|
|
18856
|
-
display: flex;
|
|
18857
|
-
flex-direction: column;
|
|
18858
|
-
padding: 16px;
|
|
18859
|
-
}
|
|
18860
|
-
|
|
18861
|
-
.v-color-picker--flat {
|
|
18862
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18863
|
-
}
|
|
18864
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
18865
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18866
18888
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
18867
18889
|
.v-combobox .v-field .v-text-field__suffix,
|
|
18868
18890
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -19491,6 +19513,7 @@ textarea.v-field__input::placeholder {
|
|
|
19491
19513
|
.v-field__clearable {
|
|
19492
19514
|
cursor: pointer;
|
|
19493
19515
|
opacity: 0;
|
|
19516
|
+
overflow: hidden;
|
|
19494
19517
|
margin-inline-start: 4px;
|
|
19495
19518
|
margin-inline-end: 4px;
|
|
19496
19519
|
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -19645,18 +19668,25 @@ textarea.v-field__input::placeholder {
|
|
|
19645
19668
|
border-bottom-width: var(--v-field-border-width);
|
|
19646
19669
|
border-inline-start-width: var(--v-field-border-width);
|
|
19647
19670
|
}
|
|
19648
|
-
.v-field--
|
|
19671
|
+
.v-field--rounded.v-field--variant-outlined .v-field__outline__start,
|
|
19672
|
+
[class^=rounded-].v-field--variant-outlined .v-field__outline__start {
|
|
19673
|
+
flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
|
|
19674
|
+
}
|
|
19675
|
+
|
|
19676
|
+
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__start, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
|
|
19649
19677
|
border-top-left-radius: inherit;
|
|
19650
19678
|
border-top-right-radius: 0;
|
|
19651
19679
|
border-bottom-right-radius: 0;
|
|
19652
19680
|
border-bottom-left-radius: inherit;
|
|
19653
19681
|
}
|
|
19654
|
-
|
|
19682
|
+
|
|
19683
|
+
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__start, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__start {
|
|
19655
19684
|
border-top-left-radius: 0;
|
|
19656
19685
|
border-top-right-radius: inherit;
|
|
19657
19686
|
border-bottom-right-radius: inherit;
|
|
19658
19687
|
border-bottom-left-radius: 0;
|
|
19659
19688
|
}
|
|
19689
|
+
|
|
19660
19690
|
.v-field--variant-outlined .v-field__outline__notch {
|
|
19661
19691
|
flex: none;
|
|
19662
19692
|
position: relative;
|
|
@@ -19688,13 +19718,14 @@ textarea.v-field__input::placeholder {
|
|
|
19688
19718
|
border-bottom-width: var(--v-field-border-width);
|
|
19689
19719
|
border-inline-end-width: var(--v-field-border-width);
|
|
19690
19720
|
}
|
|
19691
|
-
.v-field--variant-outlined .v-field__outline__end
|
|
19721
|
+
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__end, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__end {
|
|
19692
19722
|
border-top-left-radius: 0;
|
|
19693
19723
|
border-top-right-radius: inherit;
|
|
19694
19724
|
border-bottom-right-radius: inherit;
|
|
19695
19725
|
border-bottom-left-radius: 0;
|
|
19696
19726
|
}
|
|
19697
|
-
|
|
19727
|
+
|
|
19728
|
+
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__end, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__end {
|
|
19698
19729
|
border-top-left-radius: inherit;
|
|
19699
19730
|
border-top-right-radius: 0;
|
|
19700
19731
|
border-bottom-right-radius: 0;
|
|
@@ -19704,11 +19735,19 @@ textarea.v-field__input::placeholder {
|
|
|
19704
19735
|
/* endregion */
|
|
19705
19736
|
/* region LOADER */
|
|
19706
19737
|
.v-field__loader {
|
|
19707
|
-
|
|
19738
|
+
top: calc(100% - 2px);
|
|
19708
19739
|
left: 0;
|
|
19709
19740
|
position: absolute;
|
|
19710
19741
|
right: 0;
|
|
19711
19742
|
width: 100%;
|
|
19743
|
+
border-top-left-radius: 0;
|
|
19744
|
+
border-top-right-radius: 0;
|
|
19745
|
+
border-bottom-left-radius: inherit;
|
|
19746
|
+
border-bottom-right-radius: inherit;
|
|
19747
|
+
overflow: hidden;
|
|
19748
|
+
}
|
|
19749
|
+
.v-field--variant-outlined .v-field__loader {
|
|
19750
|
+
top: calc(100% - 3px);
|
|
19712
19751
|
}
|
|
19713
19752
|
|
|
19714
19753
|
/* endregion */
|
|
@@ -19775,10 +19814,11 @@ textarea.v-field__input::placeholder {
|
|
|
19775
19814
|
.v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
|
|
19776
19815
|
flex-direction: row-reverse;
|
|
19777
19816
|
}
|
|
19778
|
-
.v-field--reverse .v-field__input
|
|
19817
|
+
.v-locale--is-ltr.v-field--reverse .v-field__input, .v-locale--is-ltr.v-field--reverse input, .v-locale--is-ltr .v-field--reverse .v-field__input, .v-locale--is-ltr .v-field--reverse input {
|
|
19779
19818
|
text-align: right;
|
|
19780
19819
|
}
|
|
19781
|
-
|
|
19820
|
+
|
|
19821
|
+
.v-locale--is-rtl.v-field--reverse .v-field__input, .v-locale--is-rtl.v-field--reverse input, .v-locale--is-rtl .v-field--reverse .v-field__input, .v-locale--is-rtl .v-field--reverse input {
|
|
19782
19822
|
text-align: left;
|
|
19783
19823
|
}
|
|
19784
19824
|
|
|
@@ -19852,6 +19892,7 @@ textarea.v-field__input::placeholder {
|
|
|
19852
19892
|
user-select: none;
|
|
19853
19893
|
vertical-align: middle;
|
|
19854
19894
|
width: 1em;
|
|
19895
|
+
min-width: 1em;
|
|
19855
19896
|
}
|
|
19856
19897
|
.v-icon--clickable {
|
|
19857
19898
|
cursor: pointer;
|
|
@@ -20610,6 +20651,8 @@ textarea.v-field__input::placeholder {
|
|
|
20610
20651
|
}
|
|
20611
20652
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
|
20612
20653
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
20654
|
+
}.v-locale-provider {
|
|
20655
|
+
display: contents;
|
|
20613
20656
|
}.v-main {
|
|
20614
20657
|
flex: 1 0 auto;
|
|
20615
20658
|
max-width: 100%;
|
|
@@ -21078,11 +21121,12 @@ html.v-overlay-scroll-blocked {
|
|
|
21078
21121
|
.v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
|
|
21079
21122
|
border-radius: 9999px;
|
|
21080
21123
|
}
|
|
21081
|
-
.v-progress-linear--rounded-bar .v-progress-linear__determinate
|
|
21124
|
+
.v-locale--is-ltr.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-ltr .v-progress-linear--rounded-bar .v-progress-linear__determinate {
|
|
21082
21125
|
border-top-left-radius: 0;
|
|
21083
21126
|
border-bottom-left-radius: 0;
|
|
21084
21127
|
}
|
|
21085
|
-
|
|
21128
|
+
|
|
21129
|
+
.v-locale--is-rtl.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-rtl .v-progress-linear--rounded-bar .v-progress-linear__determinate {
|
|
21086
21130
|
border-top-right-radius: 0;
|
|
21087
21131
|
border-bottom-right-radius: 0;
|
|
21088
21132
|
}
|
|
@@ -21648,6 +21692,10 @@ html.v-overlay-scroll-blocked {
|
|
|
21648
21692
|
}.v-switch .v-label {
|
|
21649
21693
|
padding-inline-start: 10px;
|
|
21650
21694
|
}
|
|
21695
|
+
.v-switch .v-switch__thumb {
|
|
21696
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
|
21697
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
|
21698
|
+
}
|
|
21651
21699
|
|
|
21652
21700
|
.v-switch__loader {
|
|
21653
21701
|
display: flex;
|
|
@@ -21667,13 +21715,13 @@ html.v-overlay-scroll-blocked {
|
|
|
21667
21715
|
}
|
|
21668
21716
|
|
|
21669
21717
|
.v-switch__track {
|
|
21670
|
-
background-color:
|
|
21718
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
21671
21719
|
border-radius: 9999px;
|
|
21672
21720
|
height: 14px;
|
|
21673
21721
|
opacity: 0.6;
|
|
21674
21722
|
width: 36px;
|
|
21675
21723
|
cursor: pointer;
|
|
21676
|
-
transition: 0.2s color cubic-bezier(0.4, 0, 0.2, 1);
|
|
21724
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
21677
21725
|
}
|
|
21678
21726
|
.v-switch--inset .v-switch__track {
|
|
21679
21727
|
border-radius: 9999px;
|
|
@@ -21684,14 +21732,12 @@ html.v-overlay-scroll-blocked {
|
|
|
21684
21732
|
.v-switch__thumb {
|
|
21685
21733
|
align-items: center;
|
|
21686
21734
|
border-radius: 50%;
|
|
21687
|
-
background: rgb(var(--v-theme-surface));
|
|
21688
|
-
color: rgb(var(--v-theme-on-surface));
|
|
21689
21735
|
display: flex;
|
|
21690
21736
|
height: 20px;
|
|
21691
21737
|
justify-content: center;
|
|
21692
21738
|
width: 20px;
|
|
21693
21739
|
pointer-events: none;
|
|
21694
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
21740
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
21695
21741
|
position: relative;
|
|
21696
21742
|
overflow: hidden;
|
|
21697
21743
|
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
@@ -21869,6 +21915,9 @@ html.v-overlay-scroll-blocked {
|
|
|
21869
21915
|
}.v-table {
|
|
21870
21916
|
background: rgb(var(--v-theme-surface));
|
|
21871
21917
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21918
|
+
transition-duration: 0.28s;
|
|
21919
|
+
transition-property: box-shadow, opacity, background;
|
|
21920
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
21872
21921
|
}
|
|
21873
21922
|
.v-table .v-table-divider {
|
|
21874
21923
|
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -22235,11 +22284,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22235
22284
|
height: var(--v-timeline-line-thickness);
|
|
22236
22285
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
22237
22286
|
}
|
|
22238
|
-
.v-timeline--horizontal .v-timeline-divider__before
|
|
22287
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__before {
|
|
22239
22288
|
left: -12px;
|
|
22240
22289
|
right: initial;
|
|
22241
22290
|
}
|
|
22242
|
-
|
|
22291
|
+
|
|
22292
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__before {
|
|
22243
22293
|
right: -12px;
|
|
22244
22294
|
left: initial;
|
|
22245
22295
|
}
|
|
@@ -22258,11 +22308,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22258
22308
|
height: var(--v-timeline-line-thickness);
|
|
22259
22309
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
22260
22310
|
}
|
|
22261
|
-
.v-timeline--horizontal .v-timeline-divider__after
|
|
22311
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__after {
|
|
22262
22312
|
right: -12px;
|
|
22263
22313
|
left: initial;
|
|
22264
22314
|
}
|
|
22265
|
-
|
|
22315
|
+
|
|
22316
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__after {
|
|
22266
22317
|
left: -12px;
|
|
22267
22318
|
right: initial;
|
|
22268
22319
|
}
|
|
@@ -22282,11 +22333,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22282
22333
|
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
22283
22334
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
22284
22335
|
}
|
|
22285
|
-
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before
|
|
22336
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
22286
22337
|
left: 0;
|
|
22287
22338
|
right: initial;
|
|
22288
22339
|
}
|
|
22289
|
-
|
|
22340
|
+
|
|
22341
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
22290
22342
|
right: 0;
|
|
22291
22343
|
left: initial;
|
|
22292
22344
|
}
|
|
@@ -22298,11 +22350,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22298
22350
|
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
22299
22351
|
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
|
|
22300
22352
|
}
|
|
22301
|
-
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after
|
|
22353
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
22302
22354
|
right: -12px;
|
|
22303
22355
|
left: initial;
|
|
22304
22356
|
}
|
|
22305
|
-
|
|
22357
|
+
|
|
22358
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
22306
22359
|
left: -12px;
|
|
22307
22360
|
right: initial;
|
|
22308
22361
|
}
|
|
@@ -22323,15 +22376,20 @@ html.v-overlay-scroll-blocked {
|
|
|
22323
22376
|
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
22324
22377
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
22325
22378
|
}
|
|
22326
|
-
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after
|
|
22379
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
22327
22380
|
right: 0;
|
|
22328
22381
|
left: initial;
|
|
22329
22382
|
}
|
|
22330
|
-
|
|
22383
|
+
|
|
22384
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
22331
22385
|
left: 0;
|
|
22332
22386
|
right: initial;
|
|
22333
22387
|
}
|
|
22334
22388
|
|
|
22389
|
+
.v-timeline--vertical .v-timeline-item:only-child .v-timeline-divider__after {
|
|
22390
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset));
|
|
22391
|
+
}
|
|
22392
|
+
|
|
22335
22393
|
.v-timeline-divider__dot {
|
|
22336
22394
|
z-index: 1;
|
|
22337
22395
|
flex-shrink: 0;
|
|
@@ -22616,12 +22674,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22616
22674
|
.v-toolbar--collapse .v-toolbar-title {
|
|
22617
22675
|
display: none;
|
|
22618
22676
|
}
|
|
22619
|
-
.v-
|
|
22677
|
+
.v-locale--is-ltr.v-toolbar--collapse, .v-locale--is-ltr .v-toolbar--collapse {
|
|
22620
22678
|
border-bottom-right-radius: 24px;
|
|
22621
22679
|
}
|
|
22622
|
-
|
|
22680
|
+
|
|
22681
|
+
.v-locale--is-rtl.v-toolbar--collapse, .v-locale--is-rtl .v-toolbar--collapse {
|
|
22623
22682
|
border-bottom-left-radius: 24px;
|
|
22624
22683
|
}
|
|
22684
|
+
|
|
22625
22685
|
.v-toolbar--flat {
|
|
22626
22686
|
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22627
22687
|
}
|
|
@@ -22815,8 +22875,27 @@ html.v-overlay-scroll-blocked {
|
|
|
22815
22875
|
}
|
|
22816
22876
|
.v-window-y-reverse-transition-leave-to {
|
|
22817
22877
|
transform: translateY(100%);
|
|
22818
|
-
}.v-
|
|
22819
|
-
display:
|
|
22878
|
+
}.v-color-picker-canvas {
|
|
22879
|
+
display: flex;
|
|
22880
|
+
position: relative;
|
|
22881
|
+
overflow: hidden;
|
|
22882
|
+
contain: content;
|
|
22883
|
+
}
|
|
22884
|
+
.v-color-picker-canvas__dot {
|
|
22885
|
+
position: absolute;
|
|
22886
|
+
top: 0;
|
|
22887
|
+
left: 0;
|
|
22888
|
+
width: 15px;
|
|
22889
|
+
height: 15px;
|
|
22890
|
+
background: transparent;
|
|
22891
|
+
border-radius: 50%;
|
|
22892
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
22893
|
+
}
|
|
22894
|
+
.v-color-picker-canvas__dot--disabled {
|
|
22895
|
+
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);
|
|
22896
|
+
}
|
|
22897
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
22898
|
+
will-change: transform;
|
|
22820
22899
|
}.v-color-picker-edit {
|
|
22821
22900
|
display: flex;
|
|
22822
22901
|
margin-top: 24px;
|
|
@@ -22829,12 +22908,14 @@ html.v-overlay-scroll-blocked {
|
|
|
22829
22908
|
justify-content: center;
|
|
22830
22909
|
text-align: center;
|
|
22831
22910
|
}
|
|
22832
|
-
.v-color-picker-edit__input:not(:last-child)
|
|
22911
|
+
.v-locale--is-ltr.v-color-picker-edit__input:not(:last-child), .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
22833
22912
|
margin-right: 8px;
|
|
22834
22913
|
}
|
|
22835
|
-
|
|
22914
|
+
|
|
22915
|
+
.v-locale--is-rtl.v-color-picker-edit__input:not(:last-child), .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
22836
22916
|
margin-left: 8px;
|
|
22837
22917
|
}
|
|
22918
|
+
|
|
22838
22919
|
.v-color-picker-edit__input input {
|
|
22839
22920
|
border-radius: 4px;
|
|
22840
22921
|
margin-bottom: 8px;
|
|
@@ -22848,36 +22929,17 @@ html.v-overlay-scroll-blocked {
|
|
|
22848
22929
|
}
|
|
22849
22930
|
.v-color-picker-edit__input span {
|
|
22850
22931
|
font-size: 0.75rem;
|
|
22851
|
-
}.v-color-picker-canvas {
|
|
22852
|
-
display: flex;
|
|
22853
|
-
position: relative;
|
|
22854
|
-
overflow: hidden;
|
|
22855
|
-
contain: content;
|
|
22856
|
-
}
|
|
22857
|
-
.v-color-picker-canvas__dot {
|
|
22858
|
-
position: absolute;
|
|
22859
|
-
top: 0;
|
|
22860
|
-
left: 0;
|
|
22861
|
-
width: 15px;
|
|
22862
|
-
height: 15px;
|
|
22863
|
-
background: transparent;
|
|
22864
|
-
border-radius: 50%;
|
|
22865
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
22866
|
-
}
|
|
22867
|
-
.v-color-picker-canvas__dot--disabled {
|
|
22868
|
-
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);
|
|
22869
|
-
}
|
|
22870
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
22871
|
-
will-change: transform;
|
|
22872
22932
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
22873
22933
|
background-color: transparent !important;
|
|
22874
22934
|
}
|
|
22875
|
-
.v-color-picker-preview__alpha .v-slider-track__background
|
|
22935
|
+
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
|
|
22876
22936
|
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
|
22877
22937
|
}
|
|
22878
|
-
|
|
22938
|
+
|
|
22939
|
+
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
|
|
22879
22940
|
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
|
22880
22941
|
}
|
|
22942
|
+
|
|
22881
22943
|
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
|
22882
22944
|
content: "";
|
|
22883
22945
|
z-index: -1;
|
|
@@ -22904,21 +22966,24 @@ html.v-overlay-scroll-blocked {
|
|
|
22904
22966
|
border-radius: 50%;
|
|
22905
22967
|
overflow: hidden;
|
|
22906
22968
|
}
|
|
22907
|
-
.v-color-picker-preview__dot
|
|
22969
|
+
.v-locale--is-ltr.v-color-picker-preview__dot, .v-locale--is-ltr .v-color-picker-preview__dot {
|
|
22908
22970
|
margin-right: 24px;
|
|
22909
22971
|
}
|
|
22910
|
-
|
|
22972
|
+
|
|
22973
|
+
.v-locale--is-rtl.v-color-picker-preview__dot, .v-locale--is-rtl .v-color-picker-preview__dot {
|
|
22911
22974
|
margin-left: 24px;
|
|
22912
22975
|
}
|
|
22976
|
+
|
|
22913
22977
|
.v-color-picker-preview__dot > div {
|
|
22914
22978
|
width: 100%;
|
|
22915
22979
|
height: 100%;
|
|
22916
22980
|
}
|
|
22917
22981
|
|
|
22918
|
-
.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background
|
|
22982
|
+
.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
22919
22983
|
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
22920
22984
|
}
|
|
22921
|
-
|
|
22985
|
+
|
|
22986
|
+
.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
22922
22987
|
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
22923
22988
|
}
|
|
22924
22989
|
|
|
@@ -23064,12 +23129,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23064
23129
|
top: 50%;
|
|
23065
23130
|
transform: translateY(-50%);
|
|
23066
23131
|
}
|
|
23067
|
-
.v-slider.v-input--horizontal .v-slider-thumb
|
|
23132
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb {
|
|
23068
23133
|
left: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
23069
23134
|
}
|
|
23070
|
-
|
|
23135
|
+
|
|
23136
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb {
|
|
23071
23137
|
right: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
23072
23138
|
}
|
|
23139
|
+
|
|
23073
23140
|
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
23074
23141
|
left: calc(var(--v-slider-thumb-size) / 2);
|
|
23075
23142
|
top: 0;
|
|
@@ -23077,12 +23144,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23077
23144
|
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
23078
23145
|
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
23079
23146
|
}
|
|
23080
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label
|
|
23147
|
+
.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 {
|
|
23081
23148
|
transform: translateX(-50%);
|
|
23082
23149
|
}
|
|
23083
|
-
|
|
23150
|
+
|
|
23151
|
+
.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 {
|
|
23084
23152
|
transform: translateX(50%);
|
|
23085
23153
|
}
|
|
23154
|
+
|
|
23086
23155
|
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
23087
23156
|
border-left: 6px solid transparent;
|
|
23088
23157
|
border-right: 6px solid transparent;
|
|
@@ -23173,16 +23242,19 @@ html.v-overlay-scroll-blocked {
|
|
|
23173
23242
|
height: var(--v-slider-tick-size);
|
|
23174
23243
|
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
|
|
23175
23244
|
}
|
|
23176
|
-
.v-slider-track__tick--first .v-slider-track__tick-label
|
|
23245
|
+
.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
23177
23246
|
transform: none;
|
|
23178
23247
|
}
|
|
23179
|
-
|
|
23248
|
+
|
|
23249
|
+
.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
23180
23250
|
transform: translateX(100%);
|
|
23181
23251
|
}
|
|
23182
|
-
|
|
23252
|
+
|
|
23253
|
+
.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
23183
23254
|
transform: translateX(-100%);
|
|
23184
23255
|
}
|
|
23185
|
-
|
|
23256
|
+
|
|
23257
|
+
.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
23186
23258
|
transform: none;
|
|
23187
23259
|
}
|
|
23188
23260
|
|
|
@@ -23209,34 +23281,40 @@ html.v-overlay-scroll-blocked {
|
|
|
23209
23281
|
.v-slider.v-input--horizontal .v-slider-track__tick {
|
|
23210
23282
|
margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
|
23211
23283
|
}
|
|
23212
|
-
.v-slider.v-input--horizontal .v-slider-track__tick
|
|
23284
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
|
|
23213
23285
|
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
|
|
23214
23286
|
}
|
|
23287
|
+
|
|
23215
23288
|
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
|
23216
23289
|
margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
|
|
23217
23290
|
}
|
|
23218
|
-
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label
|
|
23291
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
|
23219
23292
|
transform: translateX(-50%);
|
|
23220
23293
|
}
|
|
23221
|
-
|
|
23294
|
+
|
|
23295
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
|
23222
23296
|
transform: translateX(50%);
|
|
23223
23297
|
}
|
|
23298
|
+
|
|
23224
23299
|
.v-slider.v-input--horizontal .v-slider-track__tick--first {
|
|
23225
23300
|
margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
|
|
23226
23301
|
}
|
|
23227
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label
|
|
23302
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
23228
23303
|
transform: translateX(0%);
|
|
23229
23304
|
}
|
|
23230
|
-
|
|
23305
|
+
|
|
23306
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
|
23231
23307
|
transform: translateX(0%);
|
|
23232
23308
|
}
|
|
23309
|
+
|
|
23233
23310
|
.v-slider.v-input--horizontal .v-slider-track__tick--last {
|
|
23234
23311
|
margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
|
|
23235
23312
|
}
|
|
23236
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label
|
|
23313
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
23237
23314
|
transform: translateX(-100%);
|
|
23238
23315
|
}
|
|
23239
|
-
|
|
23316
|
+
|
|
23317
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
|
23240
23318
|
transform: translateX(100%);
|
|
23241
23319
|
}
|
|
23242
23320
|
|
|
@@ -23260,9 +23338,10 @@ html.v-overlay-scroll-blocked {
|
|
|
23260
23338
|
margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
|
23261
23339
|
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
|
|
23262
23340
|
}
|
|
23263
|
-
.v-slider.v-input--vertical .v-slider-track__tick
|
|
23341
|
+
.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
|
|
23264
23342
|
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
|
|
23265
23343
|
}
|
|
23344
|
+
|
|
23266
23345
|
.v-slider.v-input--vertical .v-slider-track__tick--first {
|
|
23267
23346
|
bottom: calc(0% + var(--v-slider-tick-size) + 1px);
|
|
23268
23347
|
}
|