vuetify 3.3.12 → 3.3.14
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 +114 -70
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/tags.json +15 -4
- package/dist/json/web-types.json +336 -149
- package/dist/vuetify-labs.css +605 -509
- package/dist/vuetify-labs.d.ts +547 -265
- package/dist/vuetify-labs.esm.js +504 -352
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +503 -351
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +439 -343
- package/dist/vuetify.d.ts +392 -102
- package/dist/vuetify.esm.js +304 -215
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +303 -214
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +839 -828
- 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 +18 -4
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -0
- package/lib/components/VBadge/VBadge.css +1 -1
- package/lib/components/VBadge/_variables.scss +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- 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 +3 -1
- package/lib/components/VColorPicker/VColorPickerEdit.css +4 -2
- package/lib/components/VColorPicker/VColorPickerPreview.css +11 -6
- package/lib/components/VCombobox/VCombobox.mjs +17 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -0
- package/lib/components/VField/VField.css +23 -7
- package/lib/components/VField/VField.mjs +5 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +9 -1
- package/lib/components/VField/_variables.scss +1 -0
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.sass +5 -1
- package/lib/components/VFileInput/_variables.scss +2 -1
- package/lib/components/VGrid/VGrid.css +153 -142
- package/lib/components/VList/VList.css +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +15 -10
- package/lib/components/VList/VListItem.mjs +6 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +17 -10
- package/lib/components/VMenu/VMenu.mjs +4 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +5 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VNavigationDrawer/_variables.scss +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -2
- package/lib/components/VRadio/index.d.mts +3 -1
- package/lib/components/VRadioGroup/VRadioGroup.css +6 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -0
- package/lib/components/VRadioGroup/_variables.scss +3 -1
- package/lib/components/VRadioGroup/index.d.mts +3 -1
- package/lib/components/VRangeSlider/index.d.mts +114 -33
- package/lib/components/VSelect/VSelect.mjs +26 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +24 -20
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +27 -25
- 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 +24 -17
- package/lib/components/VSwitch/VSwitch.mjs +37 -28
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +20 -11
- package/lib/components/VSwitch/_variables.scss +18 -6
- package/lib/components/VSwitch/index.d.mts +3 -1
- package/lib/components/VTextField/VTextField.css +9 -2
- package/lib/components/VTextField/VTextField.mjs +6 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +10 -3
- package/lib/components/VTextField/index.d.mts +6 -0
- package/lib/components/VTextarea/VTextarea.mjs +1 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +25 -11
- package/lib/components/VTimeline/VTimeline.sass +11 -1
- package/lib/components/VToolbar/VToolbar.css +4 -2
- package/lib/components/index.d.mts +391 -101
- 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 +2 -5
- 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 +1 -1
- package/lib/labs/VDateInput/index.d.mts +8 -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/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +1 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +2 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/tools/_rtl.sass +4 -2
- 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-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.14
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16214,7 +16214,7 @@ html.overflow-y-hidden {
|
|
|
16214
16214
|
.v-date-picker-controls__month {
|
|
16215
16215
|
display: flex;
|
|
16216
16216
|
}
|
|
16217
|
-
.v-date-picker-controls__month
|
|
16217
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
16218
16218
|
flex-direction: row-reverse;
|
|
16219
16219
|
}.v-date-picker-header {
|
|
16220
16220
|
display: grid;
|
|
@@ -16836,18 +16836,6 @@ html.overflow-y-hidden {
|
|
|
16836
16836
|
min-height: 100vh;
|
|
16837
16837
|
min-height: 100dvh;
|
|
16838
16838
|
position: relative;
|
|
16839
|
-
}.v-app-bar {
|
|
16840
|
-
display: flex;
|
|
16841
|
-
}
|
|
16842
|
-
.v-app-bar.v-toolbar {
|
|
16843
|
-
background: rgb(var(--v-theme-surface));
|
|
16844
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16845
|
-
}
|
|
16846
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
16847
|
-
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));
|
|
16848
|
-
}
|
|
16849
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
16850
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
16851
16839
|
}.v-alert {
|
|
16852
16840
|
display: grid;
|
|
16853
16841
|
flex: 1 1;
|
|
@@ -17058,6 +17046,18 @@ html.overflow-y-hidden {
|
|
|
17058
17046
|
text-transform: none;
|
|
17059
17047
|
word-break: normal;
|
|
17060
17048
|
word-wrap: break-word;
|
|
17049
|
+
}.v-app-bar {
|
|
17050
|
+
display: flex;
|
|
17051
|
+
}
|
|
17052
|
+
.v-app-bar.v-toolbar {
|
|
17053
|
+
background: rgb(var(--v-theme-surface));
|
|
17054
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17055
|
+
}
|
|
17056
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
17057
|
+
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));
|
|
17058
|
+
}
|
|
17059
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
17060
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
17061
17061
|
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
17062
17062
|
.v-autocomplete .v-field .v-text-field__suffix,
|
|
17063
17063
|
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
@@ -17142,6 +17142,93 @@ html.overflow-y-hidden {
|
|
|
17142
17142
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17143
17143
|
opacity: var(--v-high-emphasis-opacity);
|
|
17144
17144
|
transform: rotate(180deg);
|
|
17145
|
+
}.v-avatar {
|
|
17146
|
+
flex: none;
|
|
17147
|
+
align-items: center;
|
|
17148
|
+
display: inline-flex;
|
|
17149
|
+
justify-content: center;
|
|
17150
|
+
line-height: normal;
|
|
17151
|
+
overflow: hidden;
|
|
17152
|
+
position: relative;
|
|
17153
|
+
text-align: center;
|
|
17154
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17155
|
+
transition-property: width, height;
|
|
17156
|
+
vertical-align: middle;
|
|
17157
|
+
border-radius: 50%;
|
|
17158
|
+
}
|
|
17159
|
+
.v-avatar.v-avatar--size-x-small {
|
|
17160
|
+
--v-avatar-height: 24px;
|
|
17161
|
+
}
|
|
17162
|
+
.v-avatar.v-avatar--size-small {
|
|
17163
|
+
--v-avatar-height: 32px;
|
|
17164
|
+
}
|
|
17165
|
+
.v-avatar.v-avatar--size-default {
|
|
17166
|
+
--v-avatar-height: 40px;
|
|
17167
|
+
}
|
|
17168
|
+
.v-avatar.v-avatar--size-large {
|
|
17169
|
+
--v-avatar-height: 48px;
|
|
17170
|
+
}
|
|
17171
|
+
.v-avatar.v-avatar--size-x-large {
|
|
17172
|
+
--v-avatar-height: 56px;
|
|
17173
|
+
}
|
|
17174
|
+
.v-avatar.v-avatar--density-default {
|
|
17175
|
+
height: calc(var(--v-avatar-height) + 0px);
|
|
17176
|
+
width: calc(var(--v-avatar-height) + 0px);
|
|
17177
|
+
}
|
|
17178
|
+
.v-avatar.v-avatar--density-comfortable {
|
|
17179
|
+
height: calc(var(--v-avatar-height) + -4px);
|
|
17180
|
+
width: calc(var(--v-avatar-height) + -4px);
|
|
17181
|
+
}
|
|
17182
|
+
.v-avatar.v-avatar--density-compact {
|
|
17183
|
+
height: calc(var(--v-avatar-height) + -8px);
|
|
17184
|
+
width: calc(var(--v-avatar-height) + -8px);
|
|
17185
|
+
}
|
|
17186
|
+
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
17187
|
+
background: transparent;
|
|
17188
|
+
color: inherit;
|
|
17189
|
+
}
|
|
17190
|
+
.v-avatar--variant-plain {
|
|
17191
|
+
opacity: 0.62;
|
|
17192
|
+
}
|
|
17193
|
+
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
17194
|
+
opacity: 1;
|
|
17195
|
+
}
|
|
17196
|
+
.v-avatar--variant-plain .v-avatar__overlay {
|
|
17197
|
+
display: none;
|
|
17198
|
+
}
|
|
17199
|
+
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
17200
|
+
background: var(--v-theme-surface);
|
|
17201
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17202
|
+
}
|
|
17203
|
+
.v-avatar--variant-elevated {
|
|
17204
|
+
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17205
|
+
}
|
|
17206
|
+
.v-avatar--variant-flat {
|
|
17207
|
+
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));
|
|
17208
|
+
}
|
|
17209
|
+
.v-avatar--variant-outlined {
|
|
17210
|
+
border: thin solid currentColor;
|
|
17211
|
+
}
|
|
17212
|
+
.v-avatar--variant-text .v-avatar__overlay {
|
|
17213
|
+
background: currentColor;
|
|
17214
|
+
}
|
|
17215
|
+
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
17216
|
+
background: currentColor;
|
|
17217
|
+
opacity: var(--v-activated-opacity);
|
|
17218
|
+
border-radius: inherit;
|
|
17219
|
+
position: absolute;
|
|
17220
|
+
top: 0;
|
|
17221
|
+
right: 0;
|
|
17222
|
+
bottom: 0;
|
|
17223
|
+
left: 0;
|
|
17224
|
+
pointer-events: none;
|
|
17225
|
+
}
|
|
17226
|
+
.v-avatar--rounded {
|
|
17227
|
+
border-radius: 4px;
|
|
17228
|
+
}
|
|
17229
|
+
.v-avatar .v-img {
|
|
17230
|
+
height: 100%;
|
|
17231
|
+
width: 100%;
|
|
17145
17232
|
}.v-badge {
|
|
17146
17233
|
display: inline-block;
|
|
17147
17234
|
line-height: 1;
|
|
@@ -17177,7 +17264,7 @@ html.overflow-y-hidden {
|
|
|
17177
17264
|
position: absolute;
|
|
17178
17265
|
right: 0;
|
|
17179
17266
|
top: 0;
|
|
17180
|
-
transform: scale(1.
|
|
17267
|
+
transform: scale(1.05);
|
|
17181
17268
|
}
|
|
17182
17269
|
.v-badge--dot .v-badge__badge {
|
|
17183
17270
|
border-radius: 4.5px;
|
|
@@ -17371,93 +17458,6 @@ html.overflow-y-hidden {
|
|
|
17371
17458
|
}
|
|
17372
17459
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
17373
17460
|
align-self: flex-start;
|
|
17374
|
-
}.v-avatar {
|
|
17375
|
-
flex: none;
|
|
17376
|
-
align-items: center;
|
|
17377
|
-
display: inline-flex;
|
|
17378
|
-
justify-content: center;
|
|
17379
|
-
line-height: normal;
|
|
17380
|
-
overflow: hidden;
|
|
17381
|
-
position: relative;
|
|
17382
|
-
text-align: center;
|
|
17383
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17384
|
-
transition-property: width, height;
|
|
17385
|
-
vertical-align: middle;
|
|
17386
|
-
border-radius: 50%;
|
|
17387
|
-
}
|
|
17388
|
-
.v-avatar.v-avatar--size-x-small {
|
|
17389
|
-
--v-avatar-height: 24px;
|
|
17390
|
-
}
|
|
17391
|
-
.v-avatar.v-avatar--size-small {
|
|
17392
|
-
--v-avatar-height: 32px;
|
|
17393
|
-
}
|
|
17394
|
-
.v-avatar.v-avatar--size-default {
|
|
17395
|
-
--v-avatar-height: 40px;
|
|
17396
|
-
}
|
|
17397
|
-
.v-avatar.v-avatar--size-large {
|
|
17398
|
-
--v-avatar-height: 48px;
|
|
17399
|
-
}
|
|
17400
|
-
.v-avatar.v-avatar--size-x-large {
|
|
17401
|
-
--v-avatar-height: 56px;
|
|
17402
|
-
}
|
|
17403
|
-
.v-avatar.v-avatar--density-default {
|
|
17404
|
-
height: calc(var(--v-avatar-height) + 0px);
|
|
17405
|
-
width: calc(var(--v-avatar-height) + 0px);
|
|
17406
|
-
}
|
|
17407
|
-
.v-avatar.v-avatar--density-comfortable {
|
|
17408
|
-
height: calc(var(--v-avatar-height) + -4px);
|
|
17409
|
-
width: calc(var(--v-avatar-height) + -4px);
|
|
17410
|
-
}
|
|
17411
|
-
.v-avatar.v-avatar--density-compact {
|
|
17412
|
-
height: calc(var(--v-avatar-height) + -8px);
|
|
17413
|
-
width: calc(var(--v-avatar-height) + -8px);
|
|
17414
|
-
}
|
|
17415
|
-
.v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
|
|
17416
|
-
background: transparent;
|
|
17417
|
-
color: inherit;
|
|
17418
|
-
}
|
|
17419
|
-
.v-avatar--variant-plain {
|
|
17420
|
-
opacity: 0.62;
|
|
17421
|
-
}
|
|
17422
|
-
.v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
|
|
17423
|
-
opacity: 1;
|
|
17424
|
-
}
|
|
17425
|
-
.v-avatar--variant-plain .v-avatar__overlay {
|
|
17426
|
-
display: none;
|
|
17427
|
-
}
|
|
17428
|
-
.v-avatar--variant-elevated, .v-avatar--variant-flat {
|
|
17429
|
-
background: var(--v-theme-surface);
|
|
17430
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
17431
|
-
}
|
|
17432
|
-
.v-avatar--variant-elevated {
|
|
17433
|
-
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-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
17434
|
-
}
|
|
17435
|
-
.v-avatar--variant-flat {
|
|
17436
|
-
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));
|
|
17437
|
-
}
|
|
17438
|
-
.v-avatar--variant-outlined {
|
|
17439
|
-
border: thin solid currentColor;
|
|
17440
|
-
}
|
|
17441
|
-
.v-avatar--variant-text .v-avatar__overlay {
|
|
17442
|
-
background: currentColor;
|
|
17443
|
-
}
|
|
17444
|
-
.v-avatar--variant-tonal .v-avatar__underlay {
|
|
17445
|
-
background: currentColor;
|
|
17446
|
-
opacity: var(--v-activated-opacity);
|
|
17447
|
-
border-radius: inherit;
|
|
17448
|
-
position: absolute;
|
|
17449
|
-
top: 0;
|
|
17450
|
-
right: 0;
|
|
17451
|
-
bottom: 0;
|
|
17452
|
-
left: 0;
|
|
17453
|
-
pointer-events: none;
|
|
17454
|
-
}
|
|
17455
|
-
.v-avatar--rounded {
|
|
17456
|
-
border-radius: 4px;
|
|
17457
|
-
}
|
|
17458
|
-
.v-avatar .v-img {
|
|
17459
|
-
height: 100%;
|
|
17460
|
-
width: 100%;
|
|
17461
17461
|
}.v-bottom-navigation {
|
|
17462
17462
|
display: flex;
|
|
17463
17463
|
max-width: 100%;
|
|
@@ -17508,68 +17508,11 @@ html.overflow-y-hidden {
|
|
|
17508
17508
|
flex-grow: 1;
|
|
17509
17509
|
}
|
|
17510
17510
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
17511
|
+
transition: inherit;
|
|
17511
17512
|
opacity: 0;
|
|
17512
17513
|
}
|
|
17513
17514
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
17514
17515
|
transform: translateY(0.5rem);
|
|
17515
|
-
}.v-breadcrumbs {
|
|
17516
|
-
display: flex;
|
|
17517
|
-
align-items: center;
|
|
17518
|
-
line-height: 1.375rem;
|
|
17519
|
-
padding: 16px 12px;
|
|
17520
|
-
}
|
|
17521
|
-
.v-breadcrumbs--rounded {
|
|
17522
|
-
border-radius: 4px;
|
|
17523
|
-
}
|
|
17524
|
-
.v-breadcrumbs--density-default {
|
|
17525
|
-
padding-top: 16px;
|
|
17526
|
-
padding-bottom: 16px;
|
|
17527
|
-
}
|
|
17528
|
-
|
|
17529
|
-
.v-breadcrumbs--density-comfortable {
|
|
17530
|
-
padding-top: 12px;
|
|
17531
|
-
padding-bottom: 12px;
|
|
17532
|
-
}
|
|
17533
|
-
|
|
17534
|
-
.v-breadcrumbs--density-compact {
|
|
17535
|
-
padding-top: 8px;
|
|
17536
|
-
padding-bottom: 8px;
|
|
17537
|
-
}
|
|
17538
|
-
|
|
17539
|
-
.v-breadcrumbs__prepend {
|
|
17540
|
-
align-items: center;
|
|
17541
|
-
display: inline-flex;
|
|
17542
|
-
}
|
|
17543
|
-
|
|
17544
|
-
.v-breadcrumbs-item {
|
|
17545
|
-
align-items: center;
|
|
17546
|
-
color: inherit;
|
|
17547
|
-
display: inline-flex;
|
|
17548
|
-
padding: 0 4px;
|
|
17549
|
-
text-decoration: none;
|
|
17550
|
-
vertical-align: middle;
|
|
17551
|
-
}
|
|
17552
|
-
.v-breadcrumbs-item--disabled {
|
|
17553
|
-
opacity: var(--v-disabled-opacity);
|
|
17554
|
-
pointer-events: none;
|
|
17555
|
-
}
|
|
17556
|
-
.v-breadcrumbs-item--link {
|
|
17557
|
-
color: inherit;
|
|
17558
|
-
text-decoration: none;
|
|
17559
|
-
}
|
|
17560
|
-
.v-breadcrumbs-item--link:hover {
|
|
17561
|
-
text-decoration: underline;
|
|
17562
|
-
}
|
|
17563
|
-
.v-breadcrumbs-item .v-icon {
|
|
17564
|
-
font-size: 1rem;
|
|
17565
|
-
margin-inline-start: -4px;
|
|
17566
|
-
margin-inline-end: 2px;
|
|
17567
|
-
}
|
|
17568
|
-
|
|
17569
|
-
.v-breadcrumbs-divider {
|
|
17570
|
-
display: inline-block;
|
|
17571
|
-
padding: 0 8px;
|
|
17572
|
-
vertical-align: middle;
|
|
17573
17516
|
}/** if false, disabled buttons will be greyed out */
|
|
17574
17517
|
.v-btn {
|
|
17575
17518
|
align-items: center;
|
|
@@ -17883,6 +17826,9 @@ html.overflow-y-hidden {
|
|
|
17883
17826
|
.v-btn--rounded {
|
|
17884
17827
|
border-radius: 24px;
|
|
17885
17828
|
}
|
|
17829
|
+
.v-btn--rounded.v-btn--icon {
|
|
17830
|
+
border-radius: 4px;
|
|
17831
|
+
}
|
|
17886
17832
|
.v-btn .v-icon {
|
|
17887
17833
|
--v-icon-size-multiplier: 0.8571428571;
|
|
17888
17834
|
}
|
|
@@ -17981,6 +17927,66 @@ html.overflow-y-hidden {
|
|
|
17981
17927
|
|
|
17982
17928
|
.v-snackbar-actions .v-btn {
|
|
17983
17929
|
padding: 0 8px;
|
|
17930
|
+
}.v-breadcrumbs {
|
|
17931
|
+
display: flex;
|
|
17932
|
+
align-items: center;
|
|
17933
|
+
line-height: 1.375rem;
|
|
17934
|
+
padding: 16px 12px;
|
|
17935
|
+
}
|
|
17936
|
+
.v-breadcrumbs--rounded {
|
|
17937
|
+
border-radius: 4px;
|
|
17938
|
+
}
|
|
17939
|
+
.v-breadcrumbs--density-default {
|
|
17940
|
+
padding-top: 16px;
|
|
17941
|
+
padding-bottom: 16px;
|
|
17942
|
+
}
|
|
17943
|
+
|
|
17944
|
+
.v-breadcrumbs--density-comfortable {
|
|
17945
|
+
padding-top: 12px;
|
|
17946
|
+
padding-bottom: 12px;
|
|
17947
|
+
}
|
|
17948
|
+
|
|
17949
|
+
.v-breadcrumbs--density-compact {
|
|
17950
|
+
padding-top: 8px;
|
|
17951
|
+
padding-bottom: 8px;
|
|
17952
|
+
}
|
|
17953
|
+
|
|
17954
|
+
.v-breadcrumbs__prepend {
|
|
17955
|
+
align-items: center;
|
|
17956
|
+
display: inline-flex;
|
|
17957
|
+
}
|
|
17958
|
+
|
|
17959
|
+
.v-breadcrumbs-item {
|
|
17960
|
+
align-items: center;
|
|
17961
|
+
color: inherit;
|
|
17962
|
+
display: inline-flex;
|
|
17963
|
+
padding: 0 4px;
|
|
17964
|
+
text-decoration: none;
|
|
17965
|
+
vertical-align: middle;
|
|
17966
|
+
}
|
|
17967
|
+
.v-breadcrumbs-item--disabled {
|
|
17968
|
+
opacity: var(--v-disabled-opacity);
|
|
17969
|
+
pointer-events: none;
|
|
17970
|
+
}
|
|
17971
|
+
.v-breadcrumbs-item--link {
|
|
17972
|
+
color: inherit;
|
|
17973
|
+
text-decoration: none;
|
|
17974
|
+
}
|
|
17975
|
+
.v-breadcrumbs-item--link:hover {
|
|
17976
|
+
text-decoration: underline;
|
|
17977
|
+
}
|
|
17978
|
+
.v-breadcrumbs-item .v-icon {
|
|
17979
|
+
font-size: 1rem;
|
|
17980
|
+
margin-inline-start: -4px;
|
|
17981
|
+
margin-inline-end: 2px;
|
|
17982
|
+
}
|
|
17983
|
+
|
|
17984
|
+
.v-breadcrumbs-divider {
|
|
17985
|
+
display: inline-block;
|
|
17986
|
+
padding: 0 8px;
|
|
17987
|
+
vertical-align: middle;
|
|
17988
|
+
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
17989
|
+
opacity: var(--v-activated-opacity);
|
|
17984
17990
|
}/** if false, disabled buttons will be greyed out */
|
|
17985
17991
|
.v-btn-group {
|
|
17986
17992
|
display: inline-flex;
|
|
@@ -18328,8 +18334,6 @@ html.overflow-y-hidden {
|
|
|
18328
18334
|
pointer-events: none;
|
|
18329
18335
|
opacity: 0;
|
|
18330
18336
|
transition: opacity 0.2s ease-in-out;
|
|
18331
|
-
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
18332
|
-
opacity: var(--v-activated-opacity);
|
|
18333
18337
|
}.v-carousel {
|
|
18334
18338
|
overflow: hidden;
|
|
18335
18339
|
position: relative;
|
|
@@ -19073,80 +19077,91 @@ html.overflow-y-hidden {
|
|
|
19073
19077
|
max-width: 100%;
|
|
19074
19078
|
}
|
|
19075
19079
|
|
|
19076
|
-
.
|
|
19080
|
+
.v-locale--is-ltr.offset-1, .v-locale--is-ltr .offset-1 {
|
|
19077
19081
|
margin-left: 8.3333333333%;
|
|
19078
19082
|
}
|
|
19079
|
-
|
|
19083
|
+
|
|
19084
|
+
.v-locale--is-rtl.offset-1, .v-locale--is-rtl .offset-1 {
|
|
19080
19085
|
margin-right: 8.3333333333%;
|
|
19081
19086
|
}
|
|
19082
19087
|
|
|
19083
|
-
.
|
|
19088
|
+
.v-locale--is-ltr.offset-2, .v-locale--is-ltr .offset-2 {
|
|
19084
19089
|
margin-left: 16.6666666667%;
|
|
19085
19090
|
}
|
|
19086
|
-
|
|
19091
|
+
|
|
19092
|
+
.v-locale--is-rtl.offset-2, .v-locale--is-rtl .offset-2 {
|
|
19087
19093
|
margin-right: 16.6666666667%;
|
|
19088
19094
|
}
|
|
19089
19095
|
|
|
19090
|
-
.
|
|
19096
|
+
.v-locale--is-ltr.offset-3, .v-locale--is-ltr .offset-3 {
|
|
19091
19097
|
margin-left: 25%;
|
|
19092
19098
|
}
|
|
19093
|
-
|
|
19099
|
+
|
|
19100
|
+
.v-locale--is-rtl.offset-3, .v-locale--is-rtl .offset-3 {
|
|
19094
19101
|
margin-right: 25%;
|
|
19095
19102
|
}
|
|
19096
19103
|
|
|
19097
|
-
.
|
|
19104
|
+
.v-locale--is-ltr.offset-4, .v-locale--is-ltr .offset-4 {
|
|
19098
19105
|
margin-left: 33.3333333333%;
|
|
19099
19106
|
}
|
|
19100
|
-
|
|
19107
|
+
|
|
19108
|
+
.v-locale--is-rtl.offset-4, .v-locale--is-rtl .offset-4 {
|
|
19101
19109
|
margin-right: 33.3333333333%;
|
|
19102
19110
|
}
|
|
19103
19111
|
|
|
19104
|
-
.
|
|
19112
|
+
.v-locale--is-ltr.offset-5, .v-locale--is-ltr .offset-5 {
|
|
19105
19113
|
margin-left: 41.6666666667%;
|
|
19106
19114
|
}
|
|
19107
|
-
|
|
19115
|
+
|
|
19116
|
+
.v-locale--is-rtl.offset-5, .v-locale--is-rtl .offset-5 {
|
|
19108
19117
|
margin-right: 41.6666666667%;
|
|
19109
19118
|
}
|
|
19110
19119
|
|
|
19111
|
-
.
|
|
19120
|
+
.v-locale--is-ltr.offset-6, .v-locale--is-ltr .offset-6 {
|
|
19112
19121
|
margin-left: 50%;
|
|
19113
19122
|
}
|
|
19114
|
-
|
|
19123
|
+
|
|
19124
|
+
.v-locale--is-rtl.offset-6, .v-locale--is-rtl .offset-6 {
|
|
19115
19125
|
margin-right: 50%;
|
|
19116
19126
|
}
|
|
19117
19127
|
|
|
19118
|
-
.
|
|
19128
|
+
.v-locale--is-ltr.offset-7, .v-locale--is-ltr .offset-7 {
|
|
19119
19129
|
margin-left: 58.3333333333%;
|
|
19120
19130
|
}
|
|
19121
|
-
|
|
19131
|
+
|
|
19132
|
+
.v-locale--is-rtl.offset-7, .v-locale--is-rtl .offset-7 {
|
|
19122
19133
|
margin-right: 58.3333333333%;
|
|
19123
19134
|
}
|
|
19124
19135
|
|
|
19125
|
-
.
|
|
19136
|
+
.v-locale--is-ltr.offset-8, .v-locale--is-ltr .offset-8 {
|
|
19126
19137
|
margin-left: 66.6666666667%;
|
|
19127
19138
|
}
|
|
19128
|
-
|
|
19139
|
+
|
|
19140
|
+
.v-locale--is-rtl.offset-8, .v-locale--is-rtl .offset-8 {
|
|
19129
19141
|
margin-right: 66.6666666667%;
|
|
19130
19142
|
}
|
|
19131
19143
|
|
|
19132
|
-
.
|
|
19144
|
+
.v-locale--is-ltr.offset-9, .v-locale--is-ltr .offset-9 {
|
|
19133
19145
|
margin-left: 75%;
|
|
19134
19146
|
}
|
|
19135
|
-
|
|
19147
|
+
|
|
19148
|
+
.v-locale--is-rtl.offset-9, .v-locale--is-rtl .offset-9 {
|
|
19136
19149
|
margin-right: 75%;
|
|
19137
19150
|
}
|
|
19138
19151
|
|
|
19139
|
-
.
|
|
19152
|
+
.v-locale--is-ltr.offset-10, .v-locale--is-ltr .offset-10 {
|
|
19140
19153
|
margin-left: 83.3333333333%;
|
|
19141
19154
|
}
|
|
19142
|
-
|
|
19155
|
+
|
|
19156
|
+
.v-locale--is-rtl.offset-10, .v-locale--is-rtl .offset-10 {
|
|
19143
19157
|
margin-right: 83.3333333333%;
|
|
19144
19158
|
}
|
|
19145
19159
|
|
|
19146
|
-
.
|
|
19160
|
+
.v-locale--is-ltr.offset-11, .v-locale--is-ltr .offset-11 {
|
|
19147
19161
|
margin-left: 91.6666666667%;
|
|
19148
19162
|
}
|
|
19149
|
-
|
|
19163
|
+
|
|
19164
|
+
.v-locale--is-rtl.offset-11, .v-locale--is-rtl .offset-11 {
|
|
19150
19165
|
margin-right: 91.6666666667%;
|
|
19151
19166
|
}
|
|
19152
19167
|
|
|
@@ -19209,76 +19224,76 @@ html.overflow-y-hidden {
|
|
|
19209
19224
|
flex: 0 0 100%;
|
|
19210
19225
|
max-width: 100%;
|
|
19211
19226
|
}
|
|
19212
|
-
.
|
|
19227
|
+
.v-locale--is-ltr.offset-sm-0, .v-locale--is-ltr .offset-sm-0 {
|
|
19213
19228
|
margin-left: 0;
|
|
19214
19229
|
}
|
|
19215
|
-
.
|
|
19230
|
+
.v-locale--is-rtl.offset-sm-0, .v-locale--is-rtl .offset-sm-0 {
|
|
19216
19231
|
margin-right: 0;
|
|
19217
19232
|
}
|
|
19218
|
-
.
|
|
19233
|
+
.v-locale--is-ltr.offset-sm-1, .v-locale--is-ltr .offset-sm-1 {
|
|
19219
19234
|
margin-left: 8.3333333333%;
|
|
19220
19235
|
}
|
|
19221
|
-
.
|
|
19236
|
+
.v-locale--is-rtl.offset-sm-1, .v-locale--is-rtl .offset-sm-1 {
|
|
19222
19237
|
margin-right: 8.3333333333%;
|
|
19223
19238
|
}
|
|
19224
|
-
.
|
|
19239
|
+
.v-locale--is-ltr.offset-sm-2, .v-locale--is-ltr .offset-sm-2 {
|
|
19225
19240
|
margin-left: 16.6666666667%;
|
|
19226
19241
|
}
|
|
19227
|
-
.
|
|
19242
|
+
.v-locale--is-rtl.offset-sm-2, .v-locale--is-rtl .offset-sm-2 {
|
|
19228
19243
|
margin-right: 16.6666666667%;
|
|
19229
19244
|
}
|
|
19230
|
-
.
|
|
19245
|
+
.v-locale--is-ltr.offset-sm-3, .v-locale--is-ltr .offset-sm-3 {
|
|
19231
19246
|
margin-left: 25%;
|
|
19232
19247
|
}
|
|
19233
|
-
.
|
|
19248
|
+
.v-locale--is-rtl.offset-sm-3, .v-locale--is-rtl .offset-sm-3 {
|
|
19234
19249
|
margin-right: 25%;
|
|
19235
19250
|
}
|
|
19236
|
-
.
|
|
19251
|
+
.v-locale--is-ltr.offset-sm-4, .v-locale--is-ltr .offset-sm-4 {
|
|
19237
19252
|
margin-left: 33.3333333333%;
|
|
19238
19253
|
}
|
|
19239
|
-
.
|
|
19254
|
+
.v-locale--is-rtl.offset-sm-4, .v-locale--is-rtl .offset-sm-4 {
|
|
19240
19255
|
margin-right: 33.3333333333%;
|
|
19241
19256
|
}
|
|
19242
|
-
.
|
|
19257
|
+
.v-locale--is-ltr.offset-sm-5, .v-locale--is-ltr .offset-sm-5 {
|
|
19243
19258
|
margin-left: 41.6666666667%;
|
|
19244
19259
|
}
|
|
19245
|
-
.
|
|
19260
|
+
.v-locale--is-rtl.offset-sm-5, .v-locale--is-rtl .offset-sm-5 {
|
|
19246
19261
|
margin-right: 41.6666666667%;
|
|
19247
19262
|
}
|
|
19248
|
-
.
|
|
19263
|
+
.v-locale--is-ltr.offset-sm-6, .v-locale--is-ltr .offset-sm-6 {
|
|
19249
19264
|
margin-left: 50%;
|
|
19250
19265
|
}
|
|
19251
|
-
.
|
|
19266
|
+
.v-locale--is-rtl.offset-sm-6, .v-locale--is-rtl .offset-sm-6 {
|
|
19252
19267
|
margin-right: 50%;
|
|
19253
19268
|
}
|
|
19254
|
-
.
|
|
19269
|
+
.v-locale--is-ltr.offset-sm-7, .v-locale--is-ltr .offset-sm-7 {
|
|
19255
19270
|
margin-left: 58.3333333333%;
|
|
19256
19271
|
}
|
|
19257
|
-
.
|
|
19272
|
+
.v-locale--is-rtl.offset-sm-7, .v-locale--is-rtl .offset-sm-7 {
|
|
19258
19273
|
margin-right: 58.3333333333%;
|
|
19259
19274
|
}
|
|
19260
|
-
.
|
|
19275
|
+
.v-locale--is-ltr.offset-sm-8, .v-locale--is-ltr .offset-sm-8 {
|
|
19261
19276
|
margin-left: 66.6666666667%;
|
|
19262
19277
|
}
|
|
19263
|
-
.
|
|
19278
|
+
.v-locale--is-rtl.offset-sm-8, .v-locale--is-rtl .offset-sm-8 {
|
|
19264
19279
|
margin-right: 66.6666666667%;
|
|
19265
19280
|
}
|
|
19266
|
-
.
|
|
19281
|
+
.v-locale--is-ltr.offset-sm-9, .v-locale--is-ltr .offset-sm-9 {
|
|
19267
19282
|
margin-left: 75%;
|
|
19268
19283
|
}
|
|
19269
|
-
.
|
|
19284
|
+
.v-locale--is-rtl.offset-sm-9, .v-locale--is-rtl .offset-sm-9 {
|
|
19270
19285
|
margin-right: 75%;
|
|
19271
19286
|
}
|
|
19272
|
-
.
|
|
19287
|
+
.v-locale--is-ltr.offset-sm-10, .v-locale--is-ltr .offset-sm-10 {
|
|
19273
19288
|
margin-left: 83.3333333333%;
|
|
19274
19289
|
}
|
|
19275
|
-
.
|
|
19290
|
+
.v-locale--is-rtl.offset-sm-10, .v-locale--is-rtl .offset-sm-10 {
|
|
19276
19291
|
margin-right: 83.3333333333%;
|
|
19277
19292
|
}
|
|
19278
|
-
.
|
|
19293
|
+
.v-locale--is-ltr.offset-sm-11, .v-locale--is-ltr .offset-sm-11 {
|
|
19279
19294
|
margin-left: 91.6666666667%;
|
|
19280
19295
|
}
|
|
19281
|
-
.
|
|
19296
|
+
.v-locale--is-rtl.offset-sm-11, .v-locale--is-rtl .offset-sm-11 {
|
|
19282
19297
|
margin-right: 91.6666666667%;
|
|
19283
19298
|
}
|
|
19284
19299
|
}
|
|
@@ -19341,76 +19356,76 @@ html.overflow-y-hidden {
|
|
|
19341
19356
|
flex: 0 0 100%;
|
|
19342
19357
|
max-width: 100%;
|
|
19343
19358
|
}
|
|
19344
|
-
.
|
|
19359
|
+
.v-locale--is-ltr.offset-md-0, .v-locale--is-ltr .offset-md-0 {
|
|
19345
19360
|
margin-left: 0;
|
|
19346
19361
|
}
|
|
19347
|
-
.
|
|
19362
|
+
.v-locale--is-rtl.offset-md-0, .v-locale--is-rtl .offset-md-0 {
|
|
19348
19363
|
margin-right: 0;
|
|
19349
19364
|
}
|
|
19350
|
-
.
|
|
19365
|
+
.v-locale--is-ltr.offset-md-1, .v-locale--is-ltr .offset-md-1 {
|
|
19351
19366
|
margin-left: 8.3333333333%;
|
|
19352
19367
|
}
|
|
19353
|
-
.
|
|
19368
|
+
.v-locale--is-rtl.offset-md-1, .v-locale--is-rtl .offset-md-1 {
|
|
19354
19369
|
margin-right: 8.3333333333%;
|
|
19355
19370
|
}
|
|
19356
|
-
.
|
|
19371
|
+
.v-locale--is-ltr.offset-md-2, .v-locale--is-ltr .offset-md-2 {
|
|
19357
19372
|
margin-left: 16.6666666667%;
|
|
19358
19373
|
}
|
|
19359
|
-
.
|
|
19374
|
+
.v-locale--is-rtl.offset-md-2, .v-locale--is-rtl .offset-md-2 {
|
|
19360
19375
|
margin-right: 16.6666666667%;
|
|
19361
19376
|
}
|
|
19362
|
-
.
|
|
19377
|
+
.v-locale--is-ltr.offset-md-3, .v-locale--is-ltr .offset-md-3 {
|
|
19363
19378
|
margin-left: 25%;
|
|
19364
19379
|
}
|
|
19365
|
-
.
|
|
19380
|
+
.v-locale--is-rtl.offset-md-3, .v-locale--is-rtl .offset-md-3 {
|
|
19366
19381
|
margin-right: 25%;
|
|
19367
19382
|
}
|
|
19368
|
-
.
|
|
19383
|
+
.v-locale--is-ltr.offset-md-4, .v-locale--is-ltr .offset-md-4 {
|
|
19369
19384
|
margin-left: 33.3333333333%;
|
|
19370
19385
|
}
|
|
19371
|
-
.
|
|
19386
|
+
.v-locale--is-rtl.offset-md-4, .v-locale--is-rtl .offset-md-4 {
|
|
19372
19387
|
margin-right: 33.3333333333%;
|
|
19373
19388
|
}
|
|
19374
|
-
.
|
|
19389
|
+
.v-locale--is-ltr.offset-md-5, .v-locale--is-ltr .offset-md-5 {
|
|
19375
19390
|
margin-left: 41.6666666667%;
|
|
19376
19391
|
}
|
|
19377
|
-
.
|
|
19392
|
+
.v-locale--is-rtl.offset-md-5, .v-locale--is-rtl .offset-md-5 {
|
|
19378
19393
|
margin-right: 41.6666666667%;
|
|
19379
19394
|
}
|
|
19380
|
-
.
|
|
19395
|
+
.v-locale--is-ltr.offset-md-6, .v-locale--is-ltr .offset-md-6 {
|
|
19381
19396
|
margin-left: 50%;
|
|
19382
19397
|
}
|
|
19383
|
-
.
|
|
19398
|
+
.v-locale--is-rtl.offset-md-6, .v-locale--is-rtl .offset-md-6 {
|
|
19384
19399
|
margin-right: 50%;
|
|
19385
19400
|
}
|
|
19386
|
-
.
|
|
19401
|
+
.v-locale--is-ltr.offset-md-7, .v-locale--is-ltr .offset-md-7 {
|
|
19387
19402
|
margin-left: 58.3333333333%;
|
|
19388
19403
|
}
|
|
19389
|
-
.
|
|
19404
|
+
.v-locale--is-rtl.offset-md-7, .v-locale--is-rtl .offset-md-7 {
|
|
19390
19405
|
margin-right: 58.3333333333%;
|
|
19391
19406
|
}
|
|
19392
|
-
.
|
|
19407
|
+
.v-locale--is-ltr.offset-md-8, .v-locale--is-ltr .offset-md-8 {
|
|
19393
19408
|
margin-left: 66.6666666667%;
|
|
19394
19409
|
}
|
|
19395
|
-
.
|
|
19410
|
+
.v-locale--is-rtl.offset-md-8, .v-locale--is-rtl .offset-md-8 {
|
|
19396
19411
|
margin-right: 66.6666666667%;
|
|
19397
19412
|
}
|
|
19398
|
-
.
|
|
19413
|
+
.v-locale--is-ltr.offset-md-9, .v-locale--is-ltr .offset-md-9 {
|
|
19399
19414
|
margin-left: 75%;
|
|
19400
19415
|
}
|
|
19401
|
-
.
|
|
19416
|
+
.v-locale--is-rtl.offset-md-9, .v-locale--is-rtl .offset-md-9 {
|
|
19402
19417
|
margin-right: 75%;
|
|
19403
19418
|
}
|
|
19404
|
-
.
|
|
19419
|
+
.v-locale--is-ltr.offset-md-10, .v-locale--is-ltr .offset-md-10 {
|
|
19405
19420
|
margin-left: 83.3333333333%;
|
|
19406
19421
|
}
|
|
19407
|
-
.
|
|
19422
|
+
.v-locale--is-rtl.offset-md-10, .v-locale--is-rtl .offset-md-10 {
|
|
19408
19423
|
margin-right: 83.3333333333%;
|
|
19409
19424
|
}
|
|
19410
|
-
.
|
|
19425
|
+
.v-locale--is-ltr.offset-md-11, .v-locale--is-ltr .offset-md-11 {
|
|
19411
19426
|
margin-left: 91.6666666667%;
|
|
19412
19427
|
}
|
|
19413
|
-
.
|
|
19428
|
+
.v-locale--is-rtl.offset-md-11, .v-locale--is-rtl .offset-md-11 {
|
|
19414
19429
|
margin-right: 91.6666666667%;
|
|
19415
19430
|
}
|
|
19416
19431
|
}
|
|
@@ -19473,76 +19488,76 @@ html.overflow-y-hidden {
|
|
|
19473
19488
|
flex: 0 0 100%;
|
|
19474
19489
|
max-width: 100%;
|
|
19475
19490
|
}
|
|
19476
|
-
.
|
|
19491
|
+
.v-locale--is-ltr.offset-lg-0, .v-locale--is-ltr .offset-lg-0 {
|
|
19477
19492
|
margin-left: 0;
|
|
19478
19493
|
}
|
|
19479
|
-
.
|
|
19494
|
+
.v-locale--is-rtl.offset-lg-0, .v-locale--is-rtl .offset-lg-0 {
|
|
19480
19495
|
margin-right: 0;
|
|
19481
19496
|
}
|
|
19482
|
-
.
|
|
19497
|
+
.v-locale--is-ltr.offset-lg-1, .v-locale--is-ltr .offset-lg-1 {
|
|
19483
19498
|
margin-left: 8.3333333333%;
|
|
19484
19499
|
}
|
|
19485
|
-
.
|
|
19500
|
+
.v-locale--is-rtl.offset-lg-1, .v-locale--is-rtl .offset-lg-1 {
|
|
19486
19501
|
margin-right: 8.3333333333%;
|
|
19487
19502
|
}
|
|
19488
|
-
.
|
|
19503
|
+
.v-locale--is-ltr.offset-lg-2, .v-locale--is-ltr .offset-lg-2 {
|
|
19489
19504
|
margin-left: 16.6666666667%;
|
|
19490
19505
|
}
|
|
19491
|
-
.
|
|
19506
|
+
.v-locale--is-rtl.offset-lg-2, .v-locale--is-rtl .offset-lg-2 {
|
|
19492
19507
|
margin-right: 16.6666666667%;
|
|
19493
19508
|
}
|
|
19494
|
-
.
|
|
19509
|
+
.v-locale--is-ltr.offset-lg-3, .v-locale--is-ltr .offset-lg-3 {
|
|
19495
19510
|
margin-left: 25%;
|
|
19496
19511
|
}
|
|
19497
|
-
.
|
|
19512
|
+
.v-locale--is-rtl.offset-lg-3, .v-locale--is-rtl .offset-lg-3 {
|
|
19498
19513
|
margin-right: 25%;
|
|
19499
19514
|
}
|
|
19500
|
-
.
|
|
19515
|
+
.v-locale--is-ltr.offset-lg-4, .v-locale--is-ltr .offset-lg-4 {
|
|
19501
19516
|
margin-left: 33.3333333333%;
|
|
19502
19517
|
}
|
|
19503
|
-
.
|
|
19518
|
+
.v-locale--is-rtl.offset-lg-4, .v-locale--is-rtl .offset-lg-4 {
|
|
19504
19519
|
margin-right: 33.3333333333%;
|
|
19505
19520
|
}
|
|
19506
|
-
.
|
|
19521
|
+
.v-locale--is-ltr.offset-lg-5, .v-locale--is-ltr .offset-lg-5 {
|
|
19507
19522
|
margin-left: 41.6666666667%;
|
|
19508
19523
|
}
|
|
19509
|
-
.
|
|
19524
|
+
.v-locale--is-rtl.offset-lg-5, .v-locale--is-rtl .offset-lg-5 {
|
|
19510
19525
|
margin-right: 41.6666666667%;
|
|
19511
19526
|
}
|
|
19512
|
-
.
|
|
19527
|
+
.v-locale--is-ltr.offset-lg-6, .v-locale--is-ltr .offset-lg-6 {
|
|
19513
19528
|
margin-left: 50%;
|
|
19514
19529
|
}
|
|
19515
|
-
.
|
|
19530
|
+
.v-locale--is-rtl.offset-lg-6, .v-locale--is-rtl .offset-lg-6 {
|
|
19516
19531
|
margin-right: 50%;
|
|
19517
19532
|
}
|
|
19518
|
-
.
|
|
19533
|
+
.v-locale--is-ltr.offset-lg-7, .v-locale--is-ltr .offset-lg-7 {
|
|
19519
19534
|
margin-left: 58.3333333333%;
|
|
19520
19535
|
}
|
|
19521
|
-
.
|
|
19536
|
+
.v-locale--is-rtl.offset-lg-7, .v-locale--is-rtl .offset-lg-7 {
|
|
19522
19537
|
margin-right: 58.3333333333%;
|
|
19523
19538
|
}
|
|
19524
|
-
.
|
|
19539
|
+
.v-locale--is-ltr.offset-lg-8, .v-locale--is-ltr .offset-lg-8 {
|
|
19525
19540
|
margin-left: 66.6666666667%;
|
|
19526
19541
|
}
|
|
19527
|
-
.
|
|
19542
|
+
.v-locale--is-rtl.offset-lg-8, .v-locale--is-rtl .offset-lg-8 {
|
|
19528
19543
|
margin-right: 66.6666666667%;
|
|
19529
19544
|
}
|
|
19530
|
-
.
|
|
19545
|
+
.v-locale--is-ltr.offset-lg-9, .v-locale--is-ltr .offset-lg-9 {
|
|
19531
19546
|
margin-left: 75%;
|
|
19532
19547
|
}
|
|
19533
|
-
.
|
|
19548
|
+
.v-locale--is-rtl.offset-lg-9, .v-locale--is-rtl .offset-lg-9 {
|
|
19534
19549
|
margin-right: 75%;
|
|
19535
19550
|
}
|
|
19536
|
-
.
|
|
19551
|
+
.v-locale--is-ltr.offset-lg-10, .v-locale--is-ltr .offset-lg-10 {
|
|
19537
19552
|
margin-left: 83.3333333333%;
|
|
19538
19553
|
}
|
|
19539
|
-
.
|
|
19554
|
+
.v-locale--is-rtl.offset-lg-10, .v-locale--is-rtl .offset-lg-10 {
|
|
19540
19555
|
margin-right: 83.3333333333%;
|
|
19541
19556
|
}
|
|
19542
|
-
.
|
|
19557
|
+
.v-locale--is-ltr.offset-lg-11, .v-locale--is-ltr .offset-lg-11 {
|
|
19543
19558
|
margin-left: 91.6666666667%;
|
|
19544
19559
|
}
|
|
19545
|
-
.
|
|
19560
|
+
.v-locale--is-rtl.offset-lg-11, .v-locale--is-rtl .offset-lg-11 {
|
|
19546
19561
|
margin-right: 91.6666666667%;
|
|
19547
19562
|
}
|
|
19548
19563
|
}
|
|
@@ -19605,76 +19620,76 @@ html.overflow-y-hidden {
|
|
|
19605
19620
|
flex: 0 0 100%;
|
|
19606
19621
|
max-width: 100%;
|
|
19607
19622
|
}
|
|
19608
|
-
.
|
|
19623
|
+
.v-locale--is-ltr.offset-xl-0, .v-locale--is-ltr .offset-xl-0 {
|
|
19609
19624
|
margin-left: 0;
|
|
19610
19625
|
}
|
|
19611
|
-
.
|
|
19626
|
+
.v-locale--is-rtl.offset-xl-0, .v-locale--is-rtl .offset-xl-0 {
|
|
19612
19627
|
margin-right: 0;
|
|
19613
19628
|
}
|
|
19614
|
-
.
|
|
19629
|
+
.v-locale--is-ltr.offset-xl-1, .v-locale--is-ltr .offset-xl-1 {
|
|
19615
19630
|
margin-left: 8.3333333333%;
|
|
19616
19631
|
}
|
|
19617
|
-
.
|
|
19632
|
+
.v-locale--is-rtl.offset-xl-1, .v-locale--is-rtl .offset-xl-1 {
|
|
19618
19633
|
margin-right: 8.3333333333%;
|
|
19619
19634
|
}
|
|
19620
|
-
.
|
|
19635
|
+
.v-locale--is-ltr.offset-xl-2, .v-locale--is-ltr .offset-xl-2 {
|
|
19621
19636
|
margin-left: 16.6666666667%;
|
|
19622
19637
|
}
|
|
19623
|
-
.
|
|
19638
|
+
.v-locale--is-rtl.offset-xl-2, .v-locale--is-rtl .offset-xl-2 {
|
|
19624
19639
|
margin-right: 16.6666666667%;
|
|
19625
19640
|
}
|
|
19626
|
-
.
|
|
19641
|
+
.v-locale--is-ltr.offset-xl-3, .v-locale--is-ltr .offset-xl-3 {
|
|
19627
19642
|
margin-left: 25%;
|
|
19628
19643
|
}
|
|
19629
|
-
.
|
|
19644
|
+
.v-locale--is-rtl.offset-xl-3, .v-locale--is-rtl .offset-xl-3 {
|
|
19630
19645
|
margin-right: 25%;
|
|
19631
19646
|
}
|
|
19632
|
-
.
|
|
19647
|
+
.v-locale--is-ltr.offset-xl-4, .v-locale--is-ltr .offset-xl-4 {
|
|
19633
19648
|
margin-left: 33.3333333333%;
|
|
19634
19649
|
}
|
|
19635
|
-
.
|
|
19650
|
+
.v-locale--is-rtl.offset-xl-4, .v-locale--is-rtl .offset-xl-4 {
|
|
19636
19651
|
margin-right: 33.3333333333%;
|
|
19637
19652
|
}
|
|
19638
|
-
.
|
|
19653
|
+
.v-locale--is-ltr.offset-xl-5, .v-locale--is-ltr .offset-xl-5 {
|
|
19639
19654
|
margin-left: 41.6666666667%;
|
|
19640
19655
|
}
|
|
19641
|
-
.
|
|
19656
|
+
.v-locale--is-rtl.offset-xl-5, .v-locale--is-rtl .offset-xl-5 {
|
|
19642
19657
|
margin-right: 41.6666666667%;
|
|
19643
19658
|
}
|
|
19644
|
-
.
|
|
19659
|
+
.v-locale--is-ltr.offset-xl-6, .v-locale--is-ltr .offset-xl-6 {
|
|
19645
19660
|
margin-left: 50%;
|
|
19646
19661
|
}
|
|
19647
|
-
.
|
|
19662
|
+
.v-locale--is-rtl.offset-xl-6, .v-locale--is-rtl .offset-xl-6 {
|
|
19648
19663
|
margin-right: 50%;
|
|
19649
19664
|
}
|
|
19650
|
-
.
|
|
19665
|
+
.v-locale--is-ltr.offset-xl-7, .v-locale--is-ltr .offset-xl-7 {
|
|
19651
19666
|
margin-left: 58.3333333333%;
|
|
19652
19667
|
}
|
|
19653
|
-
.
|
|
19668
|
+
.v-locale--is-rtl.offset-xl-7, .v-locale--is-rtl .offset-xl-7 {
|
|
19654
19669
|
margin-right: 58.3333333333%;
|
|
19655
19670
|
}
|
|
19656
|
-
.
|
|
19671
|
+
.v-locale--is-ltr.offset-xl-8, .v-locale--is-ltr .offset-xl-8 {
|
|
19657
19672
|
margin-left: 66.6666666667%;
|
|
19658
19673
|
}
|
|
19659
|
-
.
|
|
19674
|
+
.v-locale--is-rtl.offset-xl-8, .v-locale--is-rtl .offset-xl-8 {
|
|
19660
19675
|
margin-right: 66.6666666667%;
|
|
19661
19676
|
}
|
|
19662
|
-
.
|
|
19677
|
+
.v-locale--is-ltr.offset-xl-9, .v-locale--is-ltr .offset-xl-9 {
|
|
19663
19678
|
margin-left: 75%;
|
|
19664
19679
|
}
|
|
19665
|
-
.
|
|
19680
|
+
.v-locale--is-rtl.offset-xl-9, .v-locale--is-rtl .offset-xl-9 {
|
|
19666
19681
|
margin-right: 75%;
|
|
19667
19682
|
}
|
|
19668
|
-
.
|
|
19683
|
+
.v-locale--is-ltr.offset-xl-10, .v-locale--is-ltr .offset-xl-10 {
|
|
19669
19684
|
margin-left: 83.3333333333%;
|
|
19670
19685
|
}
|
|
19671
|
-
.
|
|
19686
|
+
.v-locale--is-rtl.offset-xl-10, .v-locale--is-rtl .offset-xl-10 {
|
|
19672
19687
|
margin-right: 83.3333333333%;
|
|
19673
19688
|
}
|
|
19674
|
-
.
|
|
19689
|
+
.v-locale--is-ltr.offset-xl-11, .v-locale--is-ltr .offset-xl-11 {
|
|
19675
19690
|
margin-left: 91.6666666667%;
|
|
19676
19691
|
}
|
|
19677
|
-
.
|
|
19692
|
+
.v-locale--is-rtl.offset-xl-11, .v-locale--is-rtl .offset-xl-11 {
|
|
19678
19693
|
margin-right: 91.6666666667%;
|
|
19679
19694
|
}
|
|
19680
19695
|
}
|
|
@@ -19737,76 +19752,76 @@ html.overflow-y-hidden {
|
|
|
19737
19752
|
flex: 0 0 100%;
|
|
19738
19753
|
max-width: 100%;
|
|
19739
19754
|
}
|
|
19740
|
-
.
|
|
19755
|
+
.v-locale--is-ltr.offset-xxl-0, .v-locale--is-ltr .offset-xxl-0 {
|
|
19741
19756
|
margin-left: 0;
|
|
19742
19757
|
}
|
|
19743
|
-
.
|
|
19758
|
+
.v-locale--is-rtl.offset-xxl-0, .v-locale--is-rtl .offset-xxl-0 {
|
|
19744
19759
|
margin-right: 0;
|
|
19745
19760
|
}
|
|
19746
|
-
.
|
|
19761
|
+
.v-locale--is-ltr.offset-xxl-1, .v-locale--is-ltr .offset-xxl-1 {
|
|
19747
19762
|
margin-left: 8.3333333333%;
|
|
19748
19763
|
}
|
|
19749
|
-
.
|
|
19764
|
+
.v-locale--is-rtl.offset-xxl-1, .v-locale--is-rtl .offset-xxl-1 {
|
|
19750
19765
|
margin-right: 8.3333333333%;
|
|
19751
19766
|
}
|
|
19752
|
-
.
|
|
19767
|
+
.v-locale--is-ltr.offset-xxl-2, .v-locale--is-ltr .offset-xxl-2 {
|
|
19753
19768
|
margin-left: 16.6666666667%;
|
|
19754
19769
|
}
|
|
19755
|
-
.
|
|
19770
|
+
.v-locale--is-rtl.offset-xxl-2, .v-locale--is-rtl .offset-xxl-2 {
|
|
19756
19771
|
margin-right: 16.6666666667%;
|
|
19757
19772
|
}
|
|
19758
|
-
.
|
|
19773
|
+
.v-locale--is-ltr.offset-xxl-3, .v-locale--is-ltr .offset-xxl-3 {
|
|
19759
19774
|
margin-left: 25%;
|
|
19760
19775
|
}
|
|
19761
|
-
.
|
|
19776
|
+
.v-locale--is-rtl.offset-xxl-3, .v-locale--is-rtl .offset-xxl-3 {
|
|
19762
19777
|
margin-right: 25%;
|
|
19763
19778
|
}
|
|
19764
|
-
.
|
|
19779
|
+
.v-locale--is-ltr.offset-xxl-4, .v-locale--is-ltr .offset-xxl-4 {
|
|
19765
19780
|
margin-left: 33.3333333333%;
|
|
19766
19781
|
}
|
|
19767
|
-
.
|
|
19782
|
+
.v-locale--is-rtl.offset-xxl-4, .v-locale--is-rtl .offset-xxl-4 {
|
|
19768
19783
|
margin-right: 33.3333333333%;
|
|
19769
19784
|
}
|
|
19770
|
-
.
|
|
19785
|
+
.v-locale--is-ltr.offset-xxl-5, .v-locale--is-ltr .offset-xxl-5 {
|
|
19771
19786
|
margin-left: 41.6666666667%;
|
|
19772
19787
|
}
|
|
19773
|
-
.
|
|
19788
|
+
.v-locale--is-rtl.offset-xxl-5, .v-locale--is-rtl .offset-xxl-5 {
|
|
19774
19789
|
margin-right: 41.6666666667%;
|
|
19775
19790
|
}
|
|
19776
|
-
.
|
|
19791
|
+
.v-locale--is-ltr.offset-xxl-6, .v-locale--is-ltr .offset-xxl-6 {
|
|
19777
19792
|
margin-left: 50%;
|
|
19778
19793
|
}
|
|
19779
|
-
.
|
|
19794
|
+
.v-locale--is-rtl.offset-xxl-6, .v-locale--is-rtl .offset-xxl-6 {
|
|
19780
19795
|
margin-right: 50%;
|
|
19781
19796
|
}
|
|
19782
|
-
.
|
|
19797
|
+
.v-locale--is-ltr.offset-xxl-7, .v-locale--is-ltr .offset-xxl-7 {
|
|
19783
19798
|
margin-left: 58.3333333333%;
|
|
19784
19799
|
}
|
|
19785
|
-
.
|
|
19800
|
+
.v-locale--is-rtl.offset-xxl-7, .v-locale--is-rtl .offset-xxl-7 {
|
|
19786
19801
|
margin-right: 58.3333333333%;
|
|
19787
19802
|
}
|
|
19788
|
-
.
|
|
19803
|
+
.v-locale--is-ltr.offset-xxl-8, .v-locale--is-ltr .offset-xxl-8 {
|
|
19789
19804
|
margin-left: 66.6666666667%;
|
|
19790
19805
|
}
|
|
19791
|
-
.
|
|
19806
|
+
.v-locale--is-rtl.offset-xxl-8, .v-locale--is-rtl .offset-xxl-8 {
|
|
19792
19807
|
margin-right: 66.6666666667%;
|
|
19793
19808
|
}
|
|
19794
|
-
.
|
|
19809
|
+
.v-locale--is-ltr.offset-xxl-9, .v-locale--is-ltr .offset-xxl-9 {
|
|
19795
19810
|
margin-left: 75%;
|
|
19796
19811
|
}
|
|
19797
|
-
.
|
|
19812
|
+
.v-locale--is-rtl.offset-xxl-9, .v-locale--is-rtl .offset-xxl-9 {
|
|
19798
19813
|
margin-right: 75%;
|
|
19799
19814
|
}
|
|
19800
|
-
.
|
|
19815
|
+
.v-locale--is-ltr.offset-xxl-10, .v-locale--is-ltr .offset-xxl-10 {
|
|
19801
19816
|
margin-left: 83.3333333333%;
|
|
19802
19817
|
}
|
|
19803
|
-
.
|
|
19818
|
+
.v-locale--is-rtl.offset-xxl-10, .v-locale--is-rtl .offset-xxl-10 {
|
|
19804
19819
|
margin-right: 83.3333333333%;
|
|
19805
19820
|
}
|
|
19806
|
-
.
|
|
19821
|
+
.v-locale--is-ltr.offset-xxl-11, .v-locale--is-ltr .offset-xxl-11 {
|
|
19807
19822
|
margin-left: 91.6666666667%;
|
|
19808
19823
|
}
|
|
19809
|
-
.
|
|
19824
|
+
.v-locale--is-rtl.offset-xxl-11, .v-locale--is-rtl .offset-xxl-11 {
|
|
19810
19825
|
margin-right: 91.6666666667%;
|
|
19811
19826
|
}
|
|
19812
19827
|
}.v-counter {
|
|
@@ -19899,6 +19914,35 @@ html.overflow-y-hidden {
|
|
|
19899
19914
|
-webkit-backface-visibility: hidden;
|
|
19900
19915
|
backface-visibility: hidden;
|
|
19901
19916
|
overflow-y: auto;
|
|
19917
|
+
}.v-divider {
|
|
19918
|
+
display: block;
|
|
19919
|
+
flex: 1 1 100%;
|
|
19920
|
+
height: 0px;
|
|
19921
|
+
max-height: 0px;
|
|
19922
|
+
opacity: var(--v-border-opacity);
|
|
19923
|
+
transition: inherit;
|
|
19924
|
+
border-style: solid;
|
|
19925
|
+
border-width: thin 0 0 0;
|
|
19926
|
+
}
|
|
19927
|
+
.v-divider--vertical {
|
|
19928
|
+
align-self: stretch;
|
|
19929
|
+
border-width: 0 thin 0 0;
|
|
19930
|
+
display: inline-flex;
|
|
19931
|
+
height: inherit;
|
|
19932
|
+
margin-left: -1px;
|
|
19933
|
+
max-height: 100%;
|
|
19934
|
+
max-width: 0px;
|
|
19935
|
+
vertical-align: text-bottom;
|
|
19936
|
+
width: 0px;
|
|
19937
|
+
}
|
|
19938
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
19939
|
+
max-width: calc(100% - 72px);
|
|
19940
|
+
margin-inline-start: 72px;
|
|
19941
|
+
}
|
|
19942
|
+
.v-divider--inset.v-divider--vertical {
|
|
19943
|
+
margin-bottom: 8px;
|
|
19944
|
+
margin-top: 8px;
|
|
19945
|
+
max-height: calc(100% - 16px);
|
|
19902
19946
|
}.v-expansion-panel {
|
|
19903
19947
|
background-color: rgb(var(--v-theme-surface));
|
|
19904
19948
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -20351,6 +20395,7 @@ textarea.v-field__input::placeholder {
|
|
|
20351
20395
|
transform-origin: left center;
|
|
20352
20396
|
transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20353
20397
|
transition-property: opacity, transform;
|
|
20398
|
+
z-index: 1;
|
|
20354
20399
|
}
|
|
20355
20400
|
.v-field--variant-underlined .v-label.v-field-label, .v-field--variant-plain .v-label.v-field-label {
|
|
20356
20401
|
top: calc(var(--v-input-padding-top) + var(--v-field-padding-top));
|
|
@@ -20472,23 +20517,36 @@ textarea.v-field__input::placeholder {
|
|
|
20472
20517
|
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
20473
20518
|
}
|
|
20474
20519
|
.v-field--variant-outlined .v-field__outline__start {
|
|
20475
|
-
flex: 0 0 12px;
|
|
20476
20520
|
border-top-width: var(--v-field-border-width);
|
|
20477
20521
|
border-bottom-width: var(--v-field-border-width);
|
|
20478
20522
|
border-inline-start-width: var(--v-field-border-width);
|
|
20479
20523
|
}
|
|
20480
|
-
.v-
|
|
20524
|
+
.v-input--density-default .v-field--variant-outlined .v-field__outline__start {
|
|
20525
|
+
flex: 0 0 29px;
|
|
20526
|
+
}
|
|
20527
|
+
|
|
20528
|
+
.v-input--density-comfortable .v-field--variant-outlined .v-field__outline__start {
|
|
20529
|
+
flex: 0 0 25px;
|
|
20530
|
+
}
|
|
20531
|
+
|
|
20532
|
+
.v-input--density-compact .v-field--variant-outlined .v-field__outline__start {
|
|
20533
|
+
flex: 0 0 21px;
|
|
20534
|
+
}
|
|
20535
|
+
|
|
20536
|
+
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__start, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
|
|
20481
20537
|
border-top-left-radius: inherit;
|
|
20482
20538
|
border-top-right-radius: 0;
|
|
20483
20539
|
border-bottom-right-radius: 0;
|
|
20484
20540
|
border-bottom-left-radius: inherit;
|
|
20485
20541
|
}
|
|
20486
|
-
|
|
20542
|
+
|
|
20543
|
+
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__start, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__start {
|
|
20487
20544
|
border-top-left-radius: 0;
|
|
20488
20545
|
border-top-right-radius: inherit;
|
|
20489
20546
|
border-bottom-right-radius: inherit;
|
|
20490
20547
|
border-bottom-left-radius: 0;
|
|
20491
20548
|
}
|
|
20549
|
+
|
|
20492
20550
|
.v-field--variant-outlined .v-field__outline__notch {
|
|
20493
20551
|
flex: none;
|
|
20494
20552
|
position: relative;
|
|
@@ -20520,13 +20578,14 @@ textarea.v-field__input::placeholder {
|
|
|
20520
20578
|
border-bottom-width: var(--v-field-border-width);
|
|
20521
20579
|
border-inline-end-width: var(--v-field-border-width);
|
|
20522
20580
|
}
|
|
20523
|
-
.v-field--variant-outlined .v-field__outline__end
|
|
20581
|
+
.v-locale--is-ltr.v-field--variant-outlined .v-field__outline__end, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__end {
|
|
20524
20582
|
border-top-left-radius: 0;
|
|
20525
20583
|
border-top-right-radius: inherit;
|
|
20526
20584
|
border-bottom-right-radius: inherit;
|
|
20527
20585
|
border-bottom-left-radius: 0;
|
|
20528
20586
|
}
|
|
20529
|
-
|
|
20587
|
+
|
|
20588
|
+
.v-locale--is-rtl.v-field--variant-outlined .v-field__outline__end, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__end {
|
|
20530
20589
|
border-top-left-radius: inherit;
|
|
20531
20590
|
border-top-right-radius: 0;
|
|
20532
20591
|
border-bottom-right-radius: 0;
|
|
@@ -20607,10 +20666,11 @@ textarea.v-field__input::placeholder {
|
|
|
20607
20666
|
.v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
|
|
20608
20667
|
flex-direction: row-reverse;
|
|
20609
20668
|
}
|
|
20610
|
-
.v-field--reverse .v-field__input
|
|
20669
|
+
.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 {
|
|
20611
20670
|
text-align: right;
|
|
20612
20671
|
}
|
|
20613
|
-
|
|
20672
|
+
|
|
20673
|
+
.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 {
|
|
20614
20674
|
text-align: left;
|
|
20615
20675
|
}
|
|
20616
20676
|
|
|
@@ -20624,36 +20684,7 @@ textarea.v-field__input::placeholder {
|
|
|
20624
20684
|
opacity: 0;
|
|
20625
20685
|
}
|
|
20626
20686
|
|
|
20627
|
-
/* endregion */.v-
|
|
20628
|
-
display: block;
|
|
20629
|
-
flex: 1 1 100%;
|
|
20630
|
-
height: 0px;
|
|
20631
|
-
max-height: 0px;
|
|
20632
|
-
opacity: var(--v-border-opacity);
|
|
20633
|
-
transition: inherit;
|
|
20634
|
-
border-style: solid;
|
|
20635
|
-
border-width: thin 0 0 0;
|
|
20636
|
-
}
|
|
20637
|
-
.v-divider--vertical {
|
|
20638
|
-
align-self: stretch;
|
|
20639
|
-
border-width: 0 thin 0 0;
|
|
20640
|
-
display: inline-flex;
|
|
20641
|
-
height: inherit;
|
|
20642
|
-
margin-left: -1px;
|
|
20643
|
-
max-height: 100%;
|
|
20644
|
-
max-width: 0px;
|
|
20645
|
-
vertical-align: text-bottom;
|
|
20646
|
-
width: 0px;
|
|
20647
|
-
}
|
|
20648
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
20649
|
-
max-width: calc(100% - 72px);
|
|
20650
|
-
margin-inline-start: 72px;
|
|
20651
|
-
}
|
|
20652
|
-
.v-divider--inset.v-divider--vertical {
|
|
20653
|
-
margin-bottom: 8px;
|
|
20654
|
-
margin-top: 8px;
|
|
20655
|
-
max-height: calc(100% - 16px);
|
|
20656
|
-
}.v-file-input input[type=file] {
|
|
20687
|
+
/* endregion */.v-file-input input[type=file] {
|
|
20657
20688
|
height: 100%;
|
|
20658
20689
|
left: 0;
|
|
20659
20690
|
opacity: 0;
|
|
@@ -20662,6 +20693,10 @@ textarea.v-field__input::placeholder {
|
|
|
20662
20693
|
width: 100%;
|
|
20663
20694
|
z-index: 1;
|
|
20664
20695
|
}
|
|
20696
|
+
.v-file-input .v-input__details {
|
|
20697
|
+
padding-inline-start: 16px;
|
|
20698
|
+
padding-inline-end: 16px;
|
|
20699
|
+
}
|
|
20665
20700
|
.v-file-input .v-chip {
|
|
20666
20701
|
margin-top: var(--v-input-chips-margin-top);
|
|
20667
20702
|
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
@@ -20907,23 +20942,9 @@ textarea.v-field__input::placeholder {
|
|
|
20907
20942
|
grid-area: control;
|
|
20908
20943
|
}.v-item-group {
|
|
20909
20944
|
flex: 0 1 auto;
|
|
20910
|
-
max-width: 100%;
|
|
20911
|
-
position: relative;
|
|
20912
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20913
|
-
}.v-label {
|
|
20914
|
-
align-items: center;
|
|
20915
|
-
display: inline-flex;
|
|
20916
|
-
font-size: 1rem;
|
|
20917
|
-
letter-spacing: 0.009375em;
|
|
20918
|
-
min-width: 0;
|
|
20919
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
20920
|
-
overflow: hidden;
|
|
20921
|
-
text-overflow: ellipsis;
|
|
20922
|
-
white-space: nowrap;
|
|
20923
|
-
}
|
|
20924
|
-
|
|
20925
|
-
.v-label--clickable {
|
|
20926
|
-
cursor: pointer;
|
|
20945
|
+
max-width: 100%;
|
|
20946
|
+
position: relative;
|
|
20947
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20927
20948
|
}.v-layout {
|
|
20928
20949
|
--v-scrollbar-offset: 0px;
|
|
20929
20950
|
display: flex;
|
|
@@ -20939,6 +20960,20 @@ textarea.v-field__input::placeholder {
|
|
|
20939
20960
|
|
|
20940
20961
|
.v-layout-item--absolute {
|
|
20941
20962
|
position: absolute;
|
|
20963
|
+
}.v-label {
|
|
20964
|
+
align-items: center;
|
|
20965
|
+
display: inline-flex;
|
|
20966
|
+
font-size: 1rem;
|
|
20967
|
+
letter-spacing: 0.009375em;
|
|
20968
|
+
min-width: 0;
|
|
20969
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
20970
|
+
overflow: hidden;
|
|
20971
|
+
text-overflow: ellipsis;
|
|
20972
|
+
white-space: nowrap;
|
|
20973
|
+
}
|
|
20974
|
+
|
|
20975
|
+
.v-label--clickable {
|
|
20976
|
+
cursor: pointer;
|
|
20942
20977
|
}.v-list {
|
|
20943
20978
|
overflow: auto;
|
|
20944
20979
|
padding: 8px 0;
|
|
@@ -20965,7 +21000,7 @@ textarea.v-field__input::placeholder {
|
|
|
20965
21000
|
padding-inline-start: 8px;
|
|
20966
21001
|
padding-inline-end: 8px;
|
|
20967
21002
|
}
|
|
20968
|
-
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering) .v-list .v-avatar {
|
|
21003
|
+
.v-navigation-drawer--rail:not(.v-navigation-drawer--is-hovering.v-navigation-drawer--expand-on-hover) .v-list .v-avatar {
|
|
20969
21004
|
--v-avatar-height: 24px;
|
|
20970
21005
|
}
|
|
20971
21006
|
.v-list--rounded {
|
|
@@ -21177,12 +21212,13 @@ textarea.v-field__input::placeholder {
|
|
|
21177
21212
|
display: flex;
|
|
21178
21213
|
grid-area: prepend;
|
|
21179
21214
|
}
|
|
21180
|
-
.v-list-item__prepend > .v-
|
|
21181
|
-
|
|
21215
|
+
.v-list-item__prepend > .v-badge ~ .v-list-item__spacer,
|
|
21216
|
+
.v-list-item__prepend > .v-icon ~ .v-list-item__spacer,
|
|
21217
|
+
.v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer {
|
|
21218
|
+
width: 32px;
|
|
21182
21219
|
}
|
|
21183
|
-
.v-list-item__prepend > .v-
|
|
21184
|
-
|
|
21185
|
-
margin-inline-end: 32px;
|
|
21220
|
+
.v-list-item__prepend > .v-avatar ~ .v-list-item__spacer {
|
|
21221
|
+
width: 16px;
|
|
21186
21222
|
}
|
|
21187
21223
|
.v-list-item--three-line .v-list-item__prepend {
|
|
21188
21224
|
align-self: start;
|
|
@@ -21194,12 +21230,16 @@ textarea.v-field__input::placeholder {
|
|
|
21194
21230
|
align-items: center;
|
|
21195
21231
|
grid-area: append;
|
|
21196
21232
|
}
|
|
21197
|
-
.v-list-item__append
|
|
21198
|
-
|
|
21233
|
+
.v-list-item__append .v-list-item__spacer {
|
|
21234
|
+
order: -1;
|
|
21199
21235
|
}
|
|
21200
|
-
.v-list-item__append > .v-badge .v-
|
|
21201
|
-
.v-list-item__append > .v-icon
|
|
21202
|
-
|
|
21236
|
+
.v-list-item__append > .v-badge ~ .v-list-item__spacer,
|
|
21237
|
+
.v-list-item__append > .v-icon ~ .v-list-item__spacer,
|
|
21238
|
+
.v-list-item__append > .v-tooltip ~ .v-list-item__spacer {
|
|
21239
|
+
width: 32px;
|
|
21240
|
+
}
|
|
21241
|
+
.v-list-item__append > .v-avatar ~ .v-list-item__spacer {
|
|
21242
|
+
width: 16px;
|
|
21203
21243
|
}
|
|
21204
21244
|
.v-list-item--three-line .v-list-item__append {
|
|
21205
21245
|
align-self: start;
|
|
@@ -21532,7 +21572,6 @@ textarea.v-field__input::placeholder {
|
|
|
21532
21572
|
transition-duration: 0.2s;
|
|
21533
21573
|
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
21534
21574
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
21535
|
-
will-change: transform;
|
|
21536
21575
|
position: absolute;
|
|
21537
21576
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21538
21577
|
border-style: solid;
|
|
@@ -21933,11 +21972,12 @@ html.v-overlay-scroll-blocked {
|
|
|
21933
21972
|
.v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
|
|
21934
21973
|
border-radius: 9999px;
|
|
21935
21974
|
}
|
|
21936
|
-
.v-progress-linear--rounded-bar .v-progress-linear__determinate
|
|
21975
|
+
.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 {
|
|
21937
21976
|
border-top-left-radius: 0;
|
|
21938
21977
|
border-bottom-left-radius: 0;
|
|
21939
21978
|
}
|
|
21940
|
-
|
|
21979
|
+
|
|
21980
|
+
.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 {
|
|
21941
21981
|
border-top-right-radius: 0;
|
|
21942
21982
|
border-bottom-right-radius: 0;
|
|
21943
21983
|
}
|
|
@@ -22011,10 +22051,15 @@ html.v-overlay-scroll-blocked {
|
|
|
22011
22051
|
flex-direction: column;
|
|
22012
22052
|
}
|
|
22013
22053
|
.v-radio-group > .v-input__control > .v-label {
|
|
22014
|
-
margin-inline-start:
|
|
22054
|
+
margin-inline-start: 16px;
|
|
22015
22055
|
}
|
|
22016
22056
|
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
22057
|
+
padding-inline-start: 6px;
|
|
22017
22058
|
margin-top: 8px;
|
|
22059
|
+
}
|
|
22060
|
+
.v-radio-group .v-input__details {
|
|
22061
|
+
padding-inline-start: 16px;
|
|
22062
|
+
padding-inline-end: 16px;
|
|
22018
22063
|
}.v-slider .v-slider__container input {
|
|
22019
22064
|
cursor: default;
|
|
22020
22065
|
padding: 0;
|
|
@@ -22153,6 +22198,58 @@ html.v-overlay-scroll-blocked {
|
|
|
22153
22198
|
flex: 1 0 0px;
|
|
22154
22199
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22155
22200
|
pointer-events: none;
|
|
22201
|
+
}.v-select .v-field .v-text-field__prefix,
|
|
22202
|
+
.v-select .v-field .v-text-field__suffix,
|
|
22203
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
22204
|
+
cursor: pointer;
|
|
22205
|
+
}
|
|
22206
|
+
.v-select .v-field .v-field__input > input {
|
|
22207
|
+
align-self: flex-start;
|
|
22208
|
+
opacity: 1;
|
|
22209
|
+
flex: 0 0;
|
|
22210
|
+
position: absolute;
|
|
22211
|
+
width: 100%;
|
|
22212
|
+
transition: none;
|
|
22213
|
+
pointer-events: none;
|
|
22214
|
+
caret-color: transparent;
|
|
22215
|
+
}
|
|
22216
|
+
.v-select .v-field--dirty .v-select__selection {
|
|
22217
|
+
margin-inline-end: 2px;
|
|
22218
|
+
}
|
|
22219
|
+
.v-select .v-select__selection-text {
|
|
22220
|
+
overflow: hidden;
|
|
22221
|
+
text-overflow: ellipsis;
|
|
22222
|
+
white-space: nowrap;
|
|
22223
|
+
}
|
|
22224
|
+
.v-select__content {
|
|
22225
|
+
overflow: hidden;
|
|
22226
|
+
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));
|
|
22227
|
+
border-radius: 4px;
|
|
22228
|
+
}
|
|
22229
|
+
.v-select__selection {
|
|
22230
|
+
display: inline-flex;
|
|
22231
|
+
align-items: center;
|
|
22232
|
+
letter-spacing: inherit;
|
|
22233
|
+
line-height: inherit;
|
|
22234
|
+
max-width: 100%;
|
|
22235
|
+
}
|
|
22236
|
+
.v-select .v-select__selection {
|
|
22237
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
22238
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22239
|
+
}
|
|
22240
|
+
.v-select .v-select__selection:first-child {
|
|
22241
|
+
margin-inline-start: 0;
|
|
22242
|
+
}
|
|
22243
|
+
.v-select--selected .v-field .v-field__input > input {
|
|
22244
|
+
opacity: 0;
|
|
22245
|
+
}
|
|
22246
|
+
.v-select__menu-icon {
|
|
22247
|
+
margin-inline-start: 4px;
|
|
22248
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22249
|
+
}
|
|
22250
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
22251
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
22252
|
+
transform: rotate(180deg);
|
|
22156
22253
|
}.v-selection-control {
|
|
22157
22254
|
align-items: center;
|
|
22158
22255
|
contain: layout;
|
|
@@ -22255,58 +22352,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22255
22352
|
}
|
|
22256
22353
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
22257
22354
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
22258
|
-
}.v-select .v-field .v-text-field__prefix,
|
|
22259
|
-
.v-select .v-field .v-text-field__suffix,
|
|
22260
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
22261
|
-
cursor: pointer;
|
|
22262
|
-
}
|
|
22263
|
-
.v-select .v-field .v-field__input > input {
|
|
22264
|
-
align-self: flex-start;
|
|
22265
|
-
opacity: 1;
|
|
22266
|
-
flex: 0 0;
|
|
22267
|
-
position: absolute;
|
|
22268
|
-
width: 100%;
|
|
22269
|
-
transition: none;
|
|
22270
|
-
pointer-events: none;
|
|
22271
|
-
caret-color: transparent;
|
|
22272
|
-
}
|
|
22273
|
-
.v-select .v-field--dirty .v-select__selection {
|
|
22274
|
-
margin-inline-end: 2px;
|
|
22275
|
-
}
|
|
22276
|
-
.v-select .v-select__selection-text {
|
|
22277
|
-
overflow: hidden;
|
|
22278
|
-
text-overflow: ellipsis;
|
|
22279
|
-
white-space: nowrap;
|
|
22280
|
-
}
|
|
22281
|
-
.v-select__content {
|
|
22282
|
-
overflow: hidden;
|
|
22283
|
-
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));
|
|
22284
|
-
border-radius: 4px;
|
|
22285
|
-
}
|
|
22286
|
-
.v-select__selection {
|
|
22287
|
-
display: inline-flex;
|
|
22288
|
-
align-items: center;
|
|
22289
|
-
letter-spacing: inherit;
|
|
22290
|
-
line-height: inherit;
|
|
22291
|
-
max-width: 100%;
|
|
22292
|
-
}
|
|
22293
|
-
.v-select .v-select__selection {
|
|
22294
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
22295
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22296
|
-
}
|
|
22297
|
-
.v-select .v-select__selection:first-child {
|
|
22298
|
-
margin-inline-start: 0;
|
|
22299
|
-
}
|
|
22300
|
-
.v-select--selected .v-field .v-field__input > input {
|
|
22301
|
-
opacity: 0;
|
|
22302
|
-
}
|
|
22303
|
-
.v-select__menu-icon {
|
|
22304
|
-
margin-inline-start: 4px;
|
|
22305
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22306
|
-
}
|
|
22307
|
-
.v-select--active-menu .v-select__menu-icon {
|
|
22308
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
22309
|
-
transform: rotate(180deg);
|
|
22310
22355
|
}.v-selection-control-group {
|
|
22311
22356
|
grid-area: control;
|
|
22312
22357
|
display: flex;
|
|
@@ -22315,34 +22360,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22315
22360
|
.v-selection-control-group--inline {
|
|
22316
22361
|
flex-direction: row;
|
|
22317
22362
|
flex-wrap: wrap;
|
|
22318
|
-
}.v-sheet {
|
|
22319
|
-
display: block;
|
|
22320
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22321
|
-
border-style: solid;
|
|
22322
|
-
border-width: 0;
|
|
22323
|
-
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));
|
|
22324
|
-
border-radius: 0;
|
|
22325
|
-
background: rgb(var(--v-theme-surface));
|
|
22326
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
22327
|
-
}
|
|
22328
|
-
.v-sheet--border {
|
|
22329
|
-
border-width: thin;
|
|
22330
|
-
box-shadow: none;
|
|
22331
|
-
}
|
|
22332
|
-
.v-sheet--absolute {
|
|
22333
|
-
position: absolute;
|
|
22334
|
-
}
|
|
22335
|
-
.v-sheet--fixed {
|
|
22336
|
-
position: fixed;
|
|
22337
|
-
}
|
|
22338
|
-
.v-sheet--relative {
|
|
22339
|
-
position: relative;
|
|
22340
|
-
}
|
|
22341
|
-
.v-sheet--sticky {
|
|
22342
|
-
position: sticky;
|
|
22343
|
-
}
|
|
22344
|
-
.v-sheet--rounded {
|
|
22345
|
-
border-radius: 4px;
|
|
22346
22363
|
}.v-slide-group {
|
|
22347
22364
|
display: flex;
|
|
22348
22365
|
overflow: hidden;
|
|
@@ -22385,6 +22402,34 @@ html.v-overlay-scroll-blocked {
|
|
|
22385
22402
|
.v-slide-group--vertical .v-slide-group__container,
|
|
22386
22403
|
.v-slide-group--vertical .v-slide-group__content {
|
|
22387
22404
|
flex-direction: column;
|
|
22405
|
+
}.v-sheet {
|
|
22406
|
+
display: block;
|
|
22407
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22408
|
+
border-style: solid;
|
|
22409
|
+
border-width: 0;
|
|
22410
|
+
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));
|
|
22411
|
+
border-radius: 0;
|
|
22412
|
+
background: rgb(var(--v-theme-surface));
|
|
22413
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
22414
|
+
}
|
|
22415
|
+
.v-sheet--border {
|
|
22416
|
+
border-width: thin;
|
|
22417
|
+
box-shadow: none;
|
|
22418
|
+
}
|
|
22419
|
+
.v-sheet--absolute {
|
|
22420
|
+
position: absolute;
|
|
22421
|
+
}
|
|
22422
|
+
.v-sheet--fixed {
|
|
22423
|
+
position: fixed;
|
|
22424
|
+
}
|
|
22425
|
+
.v-sheet--relative {
|
|
22426
|
+
position: relative;
|
|
22427
|
+
}
|
|
22428
|
+
.v-sheet--sticky {
|
|
22429
|
+
position: sticky;
|
|
22430
|
+
}
|
|
22431
|
+
.v-sheet--rounded {
|
|
22432
|
+
border-radius: 4px;
|
|
22388
22433
|
}.v-snackbar {
|
|
22389
22434
|
justify-content: center;
|
|
22390
22435
|
z-index: 10000;
|
|
@@ -22508,52 +22553,56 @@ html.v-overlay-scroll-blocked {
|
|
|
22508
22553
|
|
|
22509
22554
|
.v-switch__track,
|
|
22510
22555
|
.v-switch__thumb {
|
|
22511
|
-
background-color: currentColor;
|
|
22512
22556
|
transition: none;
|
|
22513
22557
|
}
|
|
22514
22558
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
22515
22559
|
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
22516
22560
|
background-color: rgb(var(--v-theme-error));
|
|
22517
|
-
|
|
22518
|
-
|
|
22519
|
-
.v-selection-control--dirty .v-switch__thumb {
|
|
22520
|
-
color: currentColor;
|
|
22561
|
+
color: rgb(var(--v-theme-on-error));
|
|
22521
22562
|
}
|
|
22522
22563
|
|
|
22523
22564
|
.v-switch__track {
|
|
22524
|
-
|
|
22565
|
+
background-color: currentColor;
|
|
22566
|
+
border-radius: 9999px;
|
|
22525
22567
|
height: 14px;
|
|
22526
22568
|
opacity: 0.6;
|
|
22527
22569
|
width: 36px;
|
|
22528
22570
|
cursor: pointer;
|
|
22571
|
+
transition: 0.2s color cubic-bezier(0.4, 0, 0.2, 1);
|
|
22529
22572
|
}
|
|
22530
22573
|
.v-switch--inset .v-switch__track {
|
|
22531
|
-
border-radius:
|
|
22532
|
-
height:
|
|
22533
|
-
width:
|
|
22574
|
+
border-radius: 9999px;
|
|
22575
|
+
height: 32px;
|
|
22576
|
+
width: 52px;
|
|
22534
22577
|
}
|
|
22535
22578
|
|
|
22536
22579
|
.v-switch__thumb {
|
|
22537
22580
|
align-items: center;
|
|
22538
22581
|
border-radius: 50%;
|
|
22539
|
-
|
|
22582
|
+
background: rgb(var(--v-theme-surface));
|
|
22583
|
+
color: rgb(var(--v-theme-on-surface));
|
|
22540
22584
|
display: flex;
|
|
22541
22585
|
height: 20px;
|
|
22542
22586
|
justify-content: center;
|
|
22543
22587
|
width: 20px;
|
|
22544
22588
|
pointer-events: none;
|
|
22545
|
-
transition: 0.15s transform cubic-bezier(0
|
|
22589
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
22590
|
+
position: relative;
|
|
22591
|
+
overflow: hidden;
|
|
22546
22592
|
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));
|
|
22547
22593
|
}
|
|
22548
22594
|
.v-switch--inset .v-switch__thumb {
|
|
22595
|
+
height: 24px;
|
|
22596
|
+
width: 24px;
|
|
22597
|
+
transform: scale(0.6666666667);
|
|
22549
22598
|
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));
|
|
22550
22599
|
}
|
|
22551
|
-
.v-switch
|
|
22552
|
-
|
|
22600
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
22601
|
+
transform: none;
|
|
22553
22602
|
}
|
|
22554
|
-
|
|
22555
|
-
|
|
22556
|
-
|
|
22603
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
22604
|
+
transform: none;
|
|
22605
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
22557
22606
|
}
|
|
22558
22607
|
|
|
22559
22608
|
.v-switch .v-selection-control {
|
|
@@ -22561,10 +22610,13 @@ html.v-overlay-scroll-blocked {
|
|
|
22561
22610
|
}
|
|
22562
22611
|
.v-switch .v-selection-control__input {
|
|
22563
22612
|
border-radius: 50%;
|
|
22564
|
-
transition: 0.
|
|
22613
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
22565
22614
|
transform: translateX(-10px);
|
|
22566
22615
|
position: absolute;
|
|
22567
22616
|
}
|
|
22617
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
22618
|
+
position: absolute;
|
|
22619
|
+
}
|
|
22568
22620
|
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
22569
22621
|
transform: translateX(10px);
|
|
22570
22622
|
}
|
|
@@ -22888,8 +22940,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22888
22940
|
flex: 1;
|
|
22889
22941
|
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
22890
22942
|
min-width: 0;
|
|
22891
|
-
margin-top: var(--v-input-chips-margin-top);
|
|
22892
|
-
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22893
22943
|
}
|
|
22894
22944
|
.v-text-field input:focus, .v-text-field input:active {
|
|
22895
22945
|
outline: none;
|
|
@@ -22908,6 +22958,15 @@ html.v-overlay-scroll-blocked {
|
|
|
22908
22958
|
--v-field-padding-end: 0;
|
|
22909
22959
|
}
|
|
22910
22960
|
|
|
22961
|
+
.v-text-field .v-field__input input {
|
|
22962
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
22963
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22964
|
+
}
|
|
22965
|
+
.v-text-field input.v-field__input {
|
|
22966
|
+
min-height: calc(max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px) - var(--v-input-chips-margin-top) - var(--v-input-chips-margin-bottom));
|
|
22967
|
+
padding-top: calc(var(--v-input-chips-margin-top) + var(--v-field-input-padding-top));
|
|
22968
|
+
padding-bottom: calc(var(--v-input-chips-margin-bottom) + var(--v-field-input-padding-bottom));
|
|
22969
|
+
}
|
|
22911
22970
|
.v-text-field .v-input__details {
|
|
22912
22971
|
padding-inline-start: 16px;
|
|
22913
22972
|
padding-inline-end: 16px;
|
|
@@ -22981,7 +23040,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22981
23040
|
position: relative;
|
|
22982
23041
|
}
|
|
22983
23042
|
.v-timeline--horizontal.v-timeline {
|
|
22984
|
-
grid-column-gap: 24px;
|
|
22985
23043
|
width: 100%;
|
|
22986
23044
|
}
|
|
22987
23045
|
.v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
|
|
@@ -22990,6 +23048,12 @@ html.v-overlay-scroll-blocked {
|
|
|
22990
23048
|
.v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
22991
23049
|
padding-inline-end: 24px;
|
|
22992
23050
|
}
|
|
23051
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__body {
|
|
23052
|
+
padding-inline-end: 24px;
|
|
23053
|
+
}
|
|
23054
|
+
.v-timeline--horizontal.v-timeline .v-timeline-item__opposite {
|
|
23055
|
+
padding-inline-end: 24px;
|
|
23056
|
+
}
|
|
22993
23057
|
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
|
22994
23058
|
grid-row: 3;
|
|
22995
23059
|
padding-block-start: 24px;
|
|
@@ -23066,11 +23130,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23066
23130
|
height: var(--v-timeline-line-thickness);
|
|
23067
23131
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23068
23132
|
}
|
|
23069
|
-
.v-timeline--horizontal .v-timeline-divider__before
|
|
23133
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__before {
|
|
23070
23134
|
left: -12px;
|
|
23071
23135
|
right: initial;
|
|
23072
23136
|
}
|
|
23073
|
-
|
|
23137
|
+
|
|
23138
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__before, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__before {
|
|
23074
23139
|
right: -12px;
|
|
23075
23140
|
left: initial;
|
|
23076
23141
|
}
|
|
@@ -23089,11 +23154,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23089
23154
|
height: var(--v-timeline-line-thickness);
|
|
23090
23155
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23091
23156
|
}
|
|
23092
|
-
.v-timeline--horizontal .v-timeline-divider__after
|
|
23157
|
+
.v-locale--is-ltr.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-ltr .v-timeline--horizontal .v-timeline-divider__after {
|
|
23093
23158
|
right: -12px;
|
|
23094
23159
|
left: initial;
|
|
23095
23160
|
}
|
|
23096
|
-
|
|
23161
|
+
|
|
23162
|
+
.v-locale--is-rtl.v-timeline--horizontal .v-timeline-divider__after, .v-locale--is-rtl .v-timeline--horizontal .v-timeline-divider__after {
|
|
23097
23163
|
left: -12px;
|
|
23098
23164
|
right: initial;
|
|
23099
23165
|
}
|
|
@@ -23113,11 +23179,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23113
23179
|
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
|
|
23114
23180
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23115
23181
|
}
|
|
23116
|
-
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before
|
|
23182
|
+
.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 {
|
|
23117
23183
|
left: 0;
|
|
23118
23184
|
right: initial;
|
|
23119
23185
|
}
|
|
23120
|
-
|
|
23186
|
+
|
|
23187
|
+
.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 {
|
|
23121
23188
|
right: 0;
|
|
23122
23189
|
left: initial;
|
|
23123
23190
|
}
|
|
@@ -23129,11 +23196,12 @@ html.v-overlay-scroll-blocked {
|
|
|
23129
23196
|
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
|
|
23130
23197
|
width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
|
|
23131
23198
|
}
|
|
23132
|
-
.v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after
|
|
23199
|
+
.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 {
|
|
23133
23200
|
right: -12px;
|
|
23134
23201
|
left: initial;
|
|
23135
23202
|
}
|
|
23136
|
-
|
|
23203
|
+
|
|
23204
|
+
.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 {
|
|
23137
23205
|
left: -12px;
|
|
23138
23206
|
right: initial;
|
|
23139
23207
|
}
|
|
@@ -23154,15 +23222,20 @@ html.v-overlay-scroll-blocked {
|
|
|
23154
23222
|
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
|
|
23155
23223
|
width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
|
|
23156
23224
|
}
|
|
23157
|
-
.v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after
|
|
23225
|
+
.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 {
|
|
23158
23226
|
right: 0;
|
|
23159
23227
|
left: initial;
|
|
23160
23228
|
}
|
|
23161
|
-
|
|
23229
|
+
|
|
23230
|
+
.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 {
|
|
23162
23231
|
left: 0;
|
|
23163
23232
|
right: initial;
|
|
23164
23233
|
}
|
|
23165
23234
|
|
|
23235
|
+
.v-timeline--vertical .v-timeline-item:only-child .v-timeline-divider__after {
|
|
23236
|
+
height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset));
|
|
23237
|
+
}
|
|
23238
|
+
|
|
23166
23239
|
.v-timeline-divider__dot {
|
|
23167
23240
|
z-index: 1;
|
|
23168
23241
|
flex-shrink: 0;
|
|
@@ -23447,12 +23520,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23447
23520
|
.v-toolbar--collapse .v-toolbar-title {
|
|
23448
23521
|
display: none;
|
|
23449
23522
|
}
|
|
23450
|
-
.v-
|
|
23523
|
+
.v-locale--is-ltr.v-toolbar--collapse, .v-locale--is-ltr .v-toolbar--collapse {
|
|
23451
23524
|
border-bottom-right-radius: 24px;
|
|
23452
23525
|
}
|
|
23453
|
-
|
|
23526
|
+
|
|
23527
|
+
.v-locale--is-rtl.v-toolbar--collapse, .v-locale--is-rtl .v-toolbar--collapse {
|
|
23454
23528
|
border-bottom-left-radius: 24px;
|
|
23455
23529
|
}
|
|
23530
|
+
|
|
23456
23531
|
.v-toolbar--flat {
|
|
23457
23532
|
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));
|
|
23458
23533
|
}
|
|
@@ -23679,12 +23754,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23679
23754
|
justify-content: center;
|
|
23680
23755
|
text-align: center;
|
|
23681
23756
|
}
|
|
23682
|
-
.v-color-picker-edit__input:not(:last-child)
|
|
23757
|
+
.v-locale--is-ltr.v-color-picker-edit__input:not(:last-child), .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
23683
23758
|
margin-right: 8px;
|
|
23684
23759
|
}
|
|
23685
|
-
|
|
23760
|
+
|
|
23761
|
+
.v-locale--is-rtl.v-color-picker-edit__input:not(:last-child), .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
23686
23762
|
margin-left: 8px;
|
|
23687
23763
|
}
|
|
23764
|
+
|
|
23688
23765
|
.v-color-picker-edit__input input {
|
|
23689
23766
|
border-radius: 4px;
|
|
23690
23767
|
margin-bottom: 8px;
|
|
@@ -23701,12 +23778,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23701
23778
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
23702
23779
|
background-color: transparent !important;
|
|
23703
23780
|
}
|
|
23704
|
-
.v-color-picker-preview__alpha .v-slider-track__background
|
|
23781
|
+
.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 {
|
|
23705
23782
|
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
|
23706
23783
|
}
|
|
23707
|
-
|
|
23784
|
+
|
|
23785
|
+
.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 {
|
|
23708
23786
|
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
|
23709
23787
|
}
|
|
23788
|
+
|
|
23710
23789
|
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
|
23711
23790
|
content: "";
|
|
23712
23791
|
z-index: -1;
|
|
@@ -23733,21 +23812,24 @@ html.v-overlay-scroll-blocked {
|
|
|
23733
23812
|
border-radius: 50%;
|
|
23734
23813
|
overflow: hidden;
|
|
23735
23814
|
}
|
|
23736
|
-
.v-color-picker-preview__dot
|
|
23815
|
+
.v-locale--is-ltr.v-color-picker-preview__dot, .v-locale--is-ltr .v-color-picker-preview__dot {
|
|
23737
23816
|
margin-right: 24px;
|
|
23738
23817
|
}
|
|
23739
|
-
|
|
23818
|
+
|
|
23819
|
+
.v-locale--is-rtl.v-color-picker-preview__dot, .v-locale--is-rtl .v-color-picker-preview__dot {
|
|
23740
23820
|
margin-left: 24px;
|
|
23741
23821
|
}
|
|
23822
|
+
|
|
23742
23823
|
.v-color-picker-preview__dot > div {
|
|
23743
23824
|
width: 100%;
|
|
23744
23825
|
height: 100%;
|
|
23745
23826
|
}
|
|
23746
23827
|
|
|
23747
|
-
.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background
|
|
23828
|
+
.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 {
|
|
23748
23829
|
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
23749
23830
|
}
|
|
23750
|
-
|
|
23831
|
+
|
|
23832
|
+
.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 {
|
|
23751
23833
|
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
23752
23834
|
}
|
|
23753
23835
|
|
|
@@ -23893,12 +23975,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23893
23975
|
top: 50%;
|
|
23894
23976
|
transform: translateY(-50%);
|
|
23895
23977
|
}
|
|
23896
|
-
.v-slider.v-input--horizontal .v-slider-thumb
|
|
23978
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb {
|
|
23897
23979
|
left: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
23898
23980
|
}
|
|
23899
|
-
|
|
23981
|
+
|
|
23982
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb {
|
|
23900
23983
|
right: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
23901
23984
|
}
|
|
23985
|
+
|
|
23902
23986
|
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
23903
23987
|
left: calc(var(--v-slider-thumb-size) / 2);
|
|
23904
23988
|
top: 0;
|
|
@@ -23906,12 +23990,14 @@ html.v-overlay-scroll-blocked {
|
|
|
23906
23990
|
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
23907
23991
|
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
23908
23992
|
}
|
|
23909
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label
|
|
23993
|
+
.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 {
|
|
23910
23994
|
transform: translateX(-50%);
|
|
23911
23995
|
}
|
|
23912
|
-
|
|
23996
|
+
|
|
23997
|
+
.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 {
|
|
23913
23998
|
transform: translateX(50%);
|
|
23914
23999
|
}
|
|
24000
|
+
|
|
23915
24001
|
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
23916
24002
|
border-left: 6px solid transparent;
|
|
23917
24003
|
border-right: 6px solid transparent;
|
|
@@ -24002,16 +24088,19 @@ html.v-overlay-scroll-blocked {
|
|
|
24002
24088
|
height: var(--v-slider-tick-size);
|
|
24003
24089
|
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
|
|
24004
24090
|
}
|
|
24005
|
-
.v-slider-track__tick--first .v-slider-track__tick-label
|
|
24091
|
+
.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 {
|
|
24006
24092
|
transform: none;
|
|
24007
24093
|
}
|
|
24008
|
-
|
|
24094
|
+
|
|
24095
|
+
.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 {
|
|
24009
24096
|
transform: translateX(100%);
|
|
24010
24097
|
}
|
|
24011
|
-
|
|
24098
|
+
|
|
24099
|
+
.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 {
|
|
24012
24100
|
transform: translateX(-100%);
|
|
24013
24101
|
}
|
|
24014
|
-
|
|
24102
|
+
|
|
24103
|
+
.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 {
|
|
24015
24104
|
transform: none;
|
|
24016
24105
|
}
|
|
24017
24106
|
|
|
@@ -24038,34 +24127,40 @@ html.v-overlay-scroll-blocked {
|
|
|
24038
24127
|
.v-slider.v-input--horizontal .v-slider-track__tick {
|
|
24039
24128
|
margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
|
24040
24129
|
}
|
|
24041
|
-
.v-slider.v-input--horizontal .v-slider-track__tick
|
|
24130
|
+
.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 {
|
|
24042
24131
|
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
|
|
24043
24132
|
}
|
|
24133
|
+
|
|
24044
24134
|
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
|
24045
24135
|
margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
|
|
24046
24136
|
}
|
|
24047
|
-
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label
|
|
24137
|
+
.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 {
|
|
24048
24138
|
transform: translateX(-50%);
|
|
24049
24139
|
}
|
|
24050
|
-
|
|
24140
|
+
|
|
24141
|
+
.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 {
|
|
24051
24142
|
transform: translateX(50%);
|
|
24052
24143
|
}
|
|
24144
|
+
|
|
24053
24145
|
.v-slider.v-input--horizontal .v-slider-track__tick--first {
|
|
24054
24146
|
margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
|
|
24055
24147
|
}
|
|
24056
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label
|
|
24148
|
+
.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 {
|
|
24057
24149
|
transform: translateX(0%);
|
|
24058
24150
|
}
|
|
24059
|
-
|
|
24151
|
+
|
|
24152
|
+
.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 {
|
|
24060
24153
|
transform: translateX(0%);
|
|
24061
24154
|
}
|
|
24155
|
+
|
|
24062
24156
|
.v-slider.v-input--horizontal .v-slider-track__tick--last {
|
|
24063
24157
|
margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
|
|
24064
24158
|
}
|
|
24065
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label
|
|
24159
|
+
.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 {
|
|
24066
24160
|
transform: translateX(-100%);
|
|
24067
24161
|
}
|
|
24068
|
-
|
|
24162
|
+
|
|
24163
|
+
.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 {
|
|
24069
24164
|
transform: translateX(100%);
|
|
24070
24165
|
}
|
|
24071
24166
|
|
|
@@ -24089,9 +24184,10 @@ html.v-overlay-scroll-blocked {
|
|
|
24089
24184
|
margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
|
24090
24185
|
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
|
|
24091
24186
|
}
|
|
24092
|
-
.v-slider.v-input--vertical .v-slider-track__tick
|
|
24187
|
+
.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 {
|
|
24093
24188
|
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
|
|
24094
24189
|
}
|
|
24190
|
+
|
|
24095
24191
|
.v-slider.v-input--vertical .v-slider-track__tick--first {
|
|
24096
24192
|
bottom: calc(0% + var(--v-slider-tick-size) + 1px);
|
|
24097
24193
|
}
|