@vuetify/nightly 3.6.6-master.2024-05-17 → 3.6.7-master.2024-05-22
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/CHANGELOG.md +2 -13
- package/dist/json/attributes.json +42 -2
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +148 -148
- package/dist/json/tags.json +11 -1
- package/dist/json/web-types.json +107 -10
- package/dist/vuetify-labs.css +2242 -2236
- package/dist/vuetify-labs.d.ts +93 -12
- package/dist/vuetify-labs.esm.js +54 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +54 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +669 -663
- package/dist/vuetify.d.ts +133 -52
- package/dist/vuetify.esm.js +52 -27
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +52 -27
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +103 -101
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +4 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +4 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +4 -0
- package/lib/components/VDataTable/VDataTableHeaders.mjs +4 -3
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +63 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +10 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -6
- package/lib/components/VDivider/VDivider.css +1 -1
- package/lib/components/VDivider/VDivider.sass +1 -1
- package/lib/components/VField/VField.css +1 -0
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VList/VListChildren.mjs +2 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/index.d.mts +87 -6
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/dimensions.mjs +16 -8
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VCalendar/VCalendar.mjs +2 -2
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/components.d.mts +6 -6
- package/lib/locale/fa.mjs +10 -10
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/util/helpers.mjs +2 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.
|
2
|
+
* Vuetify v3.6.7-master.2024-05-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17380,44 +17380,6 @@ html.overflow-y-hidden {
|
|
17380
17380
|
font-weight: normal;
|
17381
17381
|
padding: 0.2em 0.4rem;
|
17382
17382
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17383
|
-
}.v-number-input input[type=number] {
|
17384
|
-
-moz-appearance: textfield;
|
17385
|
-
}
|
17386
|
-
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
17387
|
-
-webkit-appearance: none;
|
17388
|
-
}
|
17389
|
-
.v-number-input .v-field {
|
17390
|
-
padding-inline-end: 0;
|
17391
|
-
padding-inline-start: 0;
|
17392
|
-
}
|
17393
|
-
.v-number-input--inset .v-divider {
|
17394
|
-
height: 55%;
|
17395
|
-
width: 55%;
|
17396
|
-
align-self: center;
|
17397
|
-
}
|
17398
|
-
.v-number-input--split .v-field__input {
|
17399
|
-
text-align: center;
|
17400
|
-
}
|
17401
|
-
.v-number-input--stacked .v-number-input__control {
|
17402
|
-
flex-direction: column-reverse;
|
17403
|
-
}
|
17404
|
-
.v-number-input--stacked .v-number-input__control .v-btn {
|
17405
|
-
flex: 1;
|
17406
|
-
}
|
17407
|
-
.v-number-input--hide-input .v-field {
|
17408
|
-
flex: none;
|
17409
|
-
}
|
17410
|
-
.v-number-input--hide-input .v-field__input {
|
17411
|
-
width: 0;
|
17412
|
-
padding-inline: 0;
|
17413
|
-
}
|
17414
|
-
.v-number-input__control {
|
17415
|
-
display: flex;
|
17416
|
-
height: 100%;
|
17417
|
-
}
|
17418
|
-
.v-number-input__control .v-btn {
|
17419
|
-
background-color: transparent;
|
17420
|
-
border-radius: 0;
|
17421
17383
|
}.v-calendar {
|
17422
17384
|
background: rgb(var(--v-theme-background));
|
17423
17385
|
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
@@ -17758,59 +17720,6 @@ html.overflow-y-hidden {
|
|
17758
17720
|
|
17759
17721
|
.v-calendar-weekly__day-alldayevents-container {
|
17760
17722
|
min-height: 24px;
|
17761
|
-
}.v-picker.v-sheet {
|
17762
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17763
|
-
border-radius: 4px;
|
17764
|
-
display: grid;
|
17765
|
-
grid-auto-rows: min-content;
|
17766
|
-
grid-template-areas: "title" "header" "body";
|
17767
|
-
overflow: hidden;
|
17768
|
-
}
|
17769
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
17770
|
-
grid-template-areas: "title" "header" "body" "actions";
|
17771
|
-
}
|
17772
|
-
|
17773
|
-
.v-picker__body {
|
17774
|
-
grid-area: body;
|
17775
|
-
overflow: hidden;
|
17776
|
-
position: relative;
|
17777
|
-
}
|
17778
|
-
|
17779
|
-
.v-picker__header {
|
17780
|
-
grid-area: header;
|
17781
|
-
}
|
17782
|
-
|
17783
|
-
.v-picker__actions {
|
17784
|
-
grid-area: actions;
|
17785
|
-
padding: 0 12px 12px;
|
17786
|
-
display: flex;
|
17787
|
-
align-items: center;
|
17788
|
-
justify-content: flex-end;
|
17789
|
-
}
|
17790
|
-
.v-picker__actions .v-btn {
|
17791
|
-
min-width: 48px;
|
17792
|
-
}
|
17793
|
-
.v-picker__actions .v-btn:not(:last-child) {
|
17794
|
-
margin-inline-end: 8px;
|
17795
|
-
}
|
17796
|
-
|
17797
|
-
.v-picker--landscape {
|
17798
|
-
grid-template-areas: "title" "header body" "header body";
|
17799
|
-
}
|
17800
|
-
|
17801
|
-
.v-picker--landscape.v-picker--with-actions {
|
17802
|
-
grid-template-areas: "title" "header body" "header actions";
|
17803
|
-
}
|
17804
|
-
|
17805
|
-
.v-picker-title {
|
17806
|
-
text-transform: uppercase;
|
17807
|
-
font-size: 0.75rem;
|
17808
|
-
grid-area: title;
|
17809
|
-
padding-inline: 24px 12px;
|
17810
|
-
padding-top: 16px;
|
17811
|
-
padding-bottom: 16px;
|
17812
|
-
font-weight: 400;
|
17813
|
-
letter-spacing: 0.1666666667em;
|
17814
17723
|
}.v-calendar-day__row-with-label {
|
17815
17724
|
display: grid;
|
17816
17725
|
grid-template-columns: 48px 8px 1fr;
|
@@ -17921,6 +17830,97 @@ html.overflow-y-hidden {
|
|
17921
17830
|
justify-content: flex-end;
|
17922
17831
|
padding: 24px 0 0;
|
17923
17832
|
flex-direction: row-reverse;
|
17833
|
+
}.v-picker.v-sheet {
|
17834
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
17835
|
+
border-radius: 4px;
|
17836
|
+
display: grid;
|
17837
|
+
grid-auto-rows: min-content;
|
17838
|
+
grid-template-areas: "title" "header" "body";
|
17839
|
+
overflow: hidden;
|
17840
|
+
}
|
17841
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
17842
|
+
grid-template-areas: "title" "header" "body" "actions";
|
17843
|
+
}
|
17844
|
+
|
17845
|
+
.v-picker__body {
|
17846
|
+
grid-area: body;
|
17847
|
+
overflow: hidden;
|
17848
|
+
position: relative;
|
17849
|
+
}
|
17850
|
+
|
17851
|
+
.v-picker__header {
|
17852
|
+
grid-area: header;
|
17853
|
+
}
|
17854
|
+
|
17855
|
+
.v-picker__actions {
|
17856
|
+
grid-area: actions;
|
17857
|
+
padding: 0 12px 12px;
|
17858
|
+
display: flex;
|
17859
|
+
align-items: center;
|
17860
|
+
justify-content: flex-end;
|
17861
|
+
}
|
17862
|
+
.v-picker__actions .v-btn {
|
17863
|
+
min-width: 48px;
|
17864
|
+
}
|
17865
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
17866
|
+
margin-inline-end: 8px;
|
17867
|
+
}
|
17868
|
+
|
17869
|
+
.v-picker--landscape {
|
17870
|
+
grid-template-areas: "title" "header body" "header body";
|
17871
|
+
}
|
17872
|
+
|
17873
|
+
.v-picker--landscape.v-picker--with-actions {
|
17874
|
+
grid-template-areas: "title" "header body" "header actions";
|
17875
|
+
}
|
17876
|
+
|
17877
|
+
.v-picker-title {
|
17878
|
+
text-transform: uppercase;
|
17879
|
+
font-size: 0.75rem;
|
17880
|
+
grid-area: title;
|
17881
|
+
padding-inline: 24px 12px;
|
17882
|
+
padding-top: 16px;
|
17883
|
+
padding-bottom: 16px;
|
17884
|
+
font-weight: 400;
|
17885
|
+
letter-spacing: 0.1666666667em;
|
17886
|
+
}.v-number-input input[type=number] {
|
17887
|
+
-moz-appearance: textfield;
|
17888
|
+
}
|
17889
|
+
.v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
|
17890
|
+
-webkit-appearance: none;
|
17891
|
+
}
|
17892
|
+
.v-number-input .v-field {
|
17893
|
+
padding-inline-end: 0;
|
17894
|
+
padding-inline-start: 0;
|
17895
|
+
}
|
17896
|
+
.v-number-input--inset .v-divider {
|
17897
|
+
height: 55%;
|
17898
|
+
width: 55%;
|
17899
|
+
align-self: center;
|
17900
|
+
}
|
17901
|
+
.v-number-input--split .v-field__input {
|
17902
|
+
text-align: center;
|
17903
|
+
}
|
17904
|
+
.v-number-input--stacked .v-number-input__control {
|
17905
|
+
flex-direction: column-reverse;
|
17906
|
+
}
|
17907
|
+
.v-number-input--stacked .v-number-input__control .v-btn {
|
17908
|
+
flex: 1;
|
17909
|
+
}
|
17910
|
+
.v-number-input--hide-input .v-field {
|
17911
|
+
flex: none;
|
17912
|
+
}
|
17913
|
+
.v-number-input--hide-input .v-field__input {
|
17914
|
+
width: 0;
|
17915
|
+
padding-inline: 0;
|
17916
|
+
}
|
17917
|
+
.v-number-input__control {
|
17918
|
+
display: flex;
|
17919
|
+
height: 100%;
|
17920
|
+
}
|
17921
|
+
.v-number-input__control .v-btn {
|
17922
|
+
background-color: transparent;
|
17923
|
+
border-radius: 0;
|
17924
17924
|
}.v-pull-to-refresh {
|
17925
17925
|
overflow: hidden;
|
17926
17926
|
position: relative;
|
@@ -17947,155 +17947,40 @@ html.overflow-y-hidden {
|
|
17947
17947
|
}
|
17948
17948
|
.v-pull-to-refresh__scroll-container--touching {
|
17949
17949
|
transition: none;
|
17950
|
-
}.v-time-picker-
|
17951
|
-
|
17952
|
-
|
17950
|
+
}.v-time-picker.v-picker {
|
17951
|
+
padding: 24px;
|
17952
|
+
width: 328px;
|
17953
17953
|
}
|
17954
|
-
.v-time-picker-
|
17955
|
-
|
17954
|
+
.v-time-picker.v-picker .v-picker-title {
|
17955
|
+
padding: 0;
|
17956
|
+
margin-bottom: 20px;
|
17957
|
+
}.v-treeview-item--filtered {
|
17958
|
+
display: none;
|
17956
17959
|
}
|
17957
|
-
|
17958
|
-
|
17959
|
-
|
17960
|
+
|
17961
|
+
.v-treeview {
|
17962
|
+
--indent-padding: 0px;
|
17960
17963
|
}
|
17961
17964
|
|
17962
|
-
.v-
|
17963
|
-
|
17964
|
-
background: rgb(var(--v-theme-surface-light));
|
17965
|
-
border-radius: 50%;
|
17966
|
-
position: relative;
|
17967
|
-
transition: none;
|
17968
|
-
-webkit-user-select: none;
|
17969
|
-
user-select: none;
|
17970
|
-
height: 256px;
|
17971
|
-
width: 256px;
|
17972
|
-
flex: 1 0 auto;
|
17965
|
+
.v-treeview-group.v-list-group {
|
17966
|
+
--list-indent-size: 16px;
|
17973
17967
|
}
|
17974
|
-
.v-
|
17968
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
17969
|
+
--prepend-width: 16px;
|
17970
|
+
}
|
17971
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
17972
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
17973
|
+
}.v-time-picker-controls {
|
17975
17974
|
display: flex;
|
17976
|
-
|
17977
|
-
flex-basis: 290px;
|
17975
|
+
align-items: center;
|
17978
17976
|
justify-content: center;
|
17979
|
-
|
17980
|
-
|
17981
|
-
|
17982
|
-
|
17983
|
-
height: calc(50% - 4px);
|
17984
|
-
width: 2px;
|
17985
|
-
bottom: 50%;
|
17986
|
-
left: calc(50% - 1px);
|
17987
|
-
transform-origin: center bottom;
|
17988
|
-
position: absolute;
|
17989
|
-
will-change: transform;
|
17990
|
-
z-index: 1;
|
17977
|
+
font-size: 0.875rem;
|
17978
|
+
padding-top: 4px;
|
17979
|
+
padding-bottom: 4px;
|
17980
|
+
margin-bottom: 36px;
|
17991
17981
|
}
|
17992
|
-
.v-time-picker-
|
17993
|
-
|
17994
|
-
border-width: 2px;
|
17995
|
-
border-style: solid;
|
17996
|
-
border-color: currentColor;
|
17997
|
-
border-radius: 100%;
|
17998
|
-
width: 10px;
|
17999
|
-
height: 10px;
|
18000
|
-
content: "";
|
18001
|
-
position: absolute;
|
18002
|
-
top: -4px;
|
18003
|
-
left: 50%;
|
18004
|
-
transform: translate(-50%, -50%);
|
18005
|
-
}
|
18006
|
-
.v-time-picker-clock__hand:after {
|
18007
|
-
content: "";
|
18008
|
-
position: absolute;
|
18009
|
-
height: 8px;
|
18010
|
-
width: 8px;
|
18011
|
-
top: 100%;
|
18012
|
-
left: 50%;
|
18013
|
-
border-radius: 100%;
|
18014
|
-
background-color: currentColor;
|
18015
|
-
transform: translate(-50%, -50%);
|
18016
|
-
}
|
18017
|
-
.v-time-picker-clock__hand--inner:after {
|
18018
|
-
height: 14px;
|
18019
|
-
}
|
18020
|
-
.v-time-picker-clock--readonly {
|
18021
|
-
pointer-events: none;
|
18022
|
-
}
|
18023
|
-
.v-time-picker-clock .v-time-picker-clock__item--disabled {
|
18024
|
-
opacity: var(--v-disabled-opacity);
|
18025
|
-
}
|
18026
|
-
|
18027
|
-
.v-picker--full-width .v-time-picker-clock__container {
|
18028
|
-
max-width: 290px;
|
18029
|
-
}
|
18030
|
-
|
18031
|
-
.v-time-picker-clock__inner {
|
18032
|
-
position: absolute;
|
18033
|
-
bottom: 27px;
|
18034
|
-
left: 27px;
|
18035
|
-
right: 27px;
|
18036
|
-
top: 27px;
|
18037
|
-
}
|
18038
|
-
|
18039
|
-
.v-time-picker-clock__item {
|
18040
|
-
align-items: center;
|
18041
|
-
border-radius: 100%;
|
18042
|
-
cursor: default;
|
18043
|
-
display: flex;
|
18044
|
-
font-size: 16px;
|
18045
|
-
justify-content: center;
|
18046
|
-
height: 40px;
|
18047
|
-
position: absolute;
|
18048
|
-
text-align: center;
|
18049
|
-
width: 40px;
|
18050
|
-
-webkit-user-select: none;
|
18051
|
-
user-select: none;
|
18052
|
-
transform: translate(-50%, -50%);
|
18053
|
-
}
|
18054
|
-
.v-time-picker-clock__item > span {
|
18055
|
-
z-index: 1;
|
18056
|
-
}
|
18057
|
-
.v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
|
18058
|
-
content: "";
|
18059
|
-
border-radius: 100%;
|
18060
|
-
position: absolute;
|
18061
|
-
top: 50%;
|
18062
|
-
left: 50%;
|
18063
|
-
height: 14px;
|
18064
|
-
width: 14px;
|
18065
|
-
transform: translate(-50%, -50%);
|
18066
|
-
}
|
18067
|
-
.v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
|
18068
|
-
height: 40px;
|
18069
|
-
width: 40px;
|
18070
|
-
}
|
18071
|
-
.v-time-picker-clock__item--active {
|
18072
|
-
cursor: default;
|
18073
|
-
z-index: 2;
|
18074
|
-
}
|
18075
|
-
.v-time-picker-clock__item--disabled {
|
18076
|
-
pointer-events: none;
|
18077
|
-
}
|
18078
|
-
|
18079
|
-
.v-picker--landscape .v-time-picker-clock__container {
|
18080
|
-
flex-direction: row;
|
18081
|
-
}.v-time-picker.v-picker {
|
18082
|
-
padding: 24px;
|
18083
|
-
width: 328px;
|
18084
|
-
}
|
18085
|
-
.v-time-picker.v-picker .v-picker-title {
|
18086
|
-
padding: 0;
|
18087
|
-
margin-bottom: 20px;
|
18088
|
-
}.v-time-picker-controls {
|
18089
|
-
display: flex;
|
18090
|
-
align-items: center;
|
18091
|
-
justify-content: center;
|
18092
|
-
font-size: 0.875rem;
|
18093
|
-
padding-top: 4px;
|
18094
|
-
padding-bottom: 4px;
|
18095
|
-
margin-bottom: 36px;
|
18096
|
-
}
|
18097
|
-
.v-time-picker-controls__text {
|
18098
|
-
padding-bottom: 12px;
|
17982
|
+
.v-time-picker-controls__text {
|
17983
|
+
padding-bottom: 12px;
|
18099
17984
|
}
|
18100
17985
|
.v-time-picker-controls__time {
|
18101
17986
|
display: flex;
|
@@ -18188,50 +18073,137 @@ html.overflow-y-hidden {
|
|
18188
18073
|
}
|
18189
18074
|
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
18190
18075
|
text-align: center;
|
18191
|
-
}.v-
|
18192
|
-
|
18076
|
+
}.v-time-picker-clock {
|
18077
|
+
background: rgb(var(--v-theme-background));
|
18078
|
+
color: rgb(var(--v-theme-on-background));
|
18079
|
+
}
|
18080
|
+
.v-time-picker-clock:after {
|
18081
|
+
color: rgb(var(--v-theme-primary));
|
18082
|
+
}
|
18083
|
+
.v-time-picker-clock .v-time-picker-clock__item--active {
|
18084
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
18085
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
18193
18086
|
}
|
18194
18087
|
|
18195
|
-
.v-
|
18196
|
-
|
18088
|
+
.v-time-picker-clock {
|
18089
|
+
margin: 0 auto;
|
18090
|
+
background: rgb(var(--v-theme-surface-light));
|
18091
|
+
border-radius: 50%;
|
18092
|
+
position: relative;
|
18093
|
+
transition: none;
|
18094
|
+
-webkit-user-select: none;
|
18095
|
+
user-select: none;
|
18096
|
+
height: 256px;
|
18097
|
+
width: 256px;
|
18098
|
+
flex: 1 0 auto;
|
18099
|
+
}
|
18100
|
+
.v-time-picker-clock__container {
|
18101
|
+
display: flex;
|
18102
|
+
flex-direction: column;
|
18103
|
+
flex-basis: 290px;
|
18104
|
+
justify-content: center;
|
18105
|
+
padding: 10px;
|
18106
|
+
}
|
18107
|
+
.v-time-picker-clock__hand {
|
18108
|
+
background-color: currentColor;
|
18109
|
+
height: calc(50% - 4px);
|
18110
|
+
width: 2px;
|
18111
|
+
bottom: 50%;
|
18112
|
+
left: calc(50% - 1px);
|
18113
|
+
transform-origin: center bottom;
|
18114
|
+
position: absolute;
|
18115
|
+
will-change: transform;
|
18116
|
+
z-index: 1;
|
18117
|
+
}
|
18118
|
+
.v-time-picker-clock__hand:before {
|
18119
|
+
background: transparent;
|
18120
|
+
border-width: 2px;
|
18121
|
+
border-style: solid;
|
18122
|
+
border-color: currentColor;
|
18123
|
+
border-radius: 100%;
|
18124
|
+
width: 10px;
|
18125
|
+
height: 10px;
|
18126
|
+
content: "";
|
18127
|
+
position: absolute;
|
18128
|
+
top: -4px;
|
18129
|
+
left: 50%;
|
18130
|
+
transform: translate(-50%, -50%);
|
18131
|
+
}
|
18132
|
+
.v-time-picker-clock__hand:after {
|
18133
|
+
content: "";
|
18134
|
+
position: absolute;
|
18135
|
+
height: 8px;
|
18136
|
+
width: 8px;
|
18137
|
+
top: 100%;
|
18138
|
+
left: 50%;
|
18139
|
+
border-radius: 100%;
|
18140
|
+
background-color: currentColor;
|
18141
|
+
transform: translate(-50%, -50%);
|
18142
|
+
}
|
18143
|
+
.v-time-picker-clock__hand--inner:after {
|
18144
|
+
height: 14px;
|
18145
|
+
}
|
18146
|
+
.v-time-picker-clock--readonly {
|
18147
|
+
pointer-events: none;
|
18148
|
+
}
|
18149
|
+
.v-time-picker-clock .v-time-picker-clock__item--disabled {
|
18150
|
+
opacity: var(--v-disabled-opacity);
|
18197
18151
|
}
|
18198
18152
|
|
18199
|
-
.v-
|
18200
|
-
|
18153
|
+
.v-picker--full-width .v-time-picker-clock__container {
|
18154
|
+
max-width: 290px;
|
18201
18155
|
}
|
18202
|
-
|
18203
|
-
|
18156
|
+
|
18157
|
+
.v-time-picker-clock__inner {
|
18158
|
+
position: absolute;
|
18159
|
+
bottom: 27px;
|
18160
|
+
left: 27px;
|
18161
|
+
right: 27px;
|
18162
|
+
top: 27px;
|
18204
18163
|
}
|
18205
|
-
|
18206
|
-
|
18207
|
-
|
18164
|
+
|
18165
|
+
.v-time-picker-clock__item {
|
18166
|
+
align-items: center;
|
18167
|
+
border-radius: 100%;
|
18168
|
+
cursor: default;
|
18208
18169
|
display: flex;
|
18170
|
+
font-size: 16px;
|
18171
|
+
justify-content: center;
|
18172
|
+
height: 40px;
|
18173
|
+
position: absolute;
|
18174
|
+
text-align: center;
|
18175
|
+
width: 40px;
|
18176
|
+
-webkit-user-select: none;
|
18177
|
+
user-select: none;
|
18178
|
+
transform: translate(-50%, -50%);
|
18209
18179
|
}
|
18210
|
-
.v-
|
18211
|
-
|
18212
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18180
|
+
.v-time-picker-clock__item > span {
|
18181
|
+
z-index: 1;
|
18213
18182
|
}
|
18214
|
-
.v-
|
18215
|
-
|
18183
|
+
.v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
|
18184
|
+
content: "";
|
18185
|
+
border-radius: 100%;
|
18186
|
+
position: absolute;
|
18187
|
+
top: 50%;
|
18188
|
+
left: 50%;
|
18189
|
+
height: 14px;
|
18190
|
+
width: 14px;
|
18191
|
+
transform: translate(-50%, -50%);
|
18216
18192
|
}
|
18217
|
-
.v-
|
18218
|
-
|
18219
|
-
|
18220
|
-
|
18221
|
-
|
18222
|
-
|
18193
|
+
.v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
|
18194
|
+
height: 40px;
|
18195
|
+
width: 40px;
|
18196
|
+
}
|
18197
|
+
.v-time-picker-clock__item--active {
|
18198
|
+
cursor: default;
|
18199
|
+
z-index: 2;
|
18200
|
+
}
|
18201
|
+
.v-time-picker-clock__item--disabled {
|
18202
|
+
pointer-events: none;
|
18223
18203
|
}
|
18224
18204
|
|
18225
|
-
.v-
|
18226
|
-
-
|
18227
|
-
backface-visibility: hidden;
|
18228
|
-
display: flex;
|
18229
|
-
flex-direction: column;
|
18230
|
-
flex: 1 1 auto;
|
18231
|
-
max-width: 100%;
|
18232
|
-
min-height: 100vh;
|
18233
|
-
min-height: 100dvh;
|
18234
|
-
position: relative;
|
18205
|
+
.v-picker--landscape .v-time-picker-clock__container {
|
18206
|
+
flex-direction: row;
|
18235
18207
|
}.v-alert {
|
18236
18208
|
display: grid;
|
18237
18209
|
flex: 1 1;
|
@@ -18444,15 +18416,43 @@ html.overflow-y-hidden {
|
|
18444
18416
|
text-transform: none;
|
18445
18417
|
word-break: normal;
|
18446
18418
|
word-wrap: break-word;
|
18447
|
-
}.v-
|
18448
|
-
|
18449
|
-
|
18450
|
-
|
18451
|
-
}
|
18452
|
-
.v-autocomplete .v-field .v-field__input > input {
|
18453
|
-
flex: 1 1;
|
18419
|
+
}.v-application {
|
18420
|
+
display: flex;
|
18421
|
+
background: rgb(var(--v-theme-background));
|
18422
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
18454
18423
|
}
|
18455
|
-
|
18424
|
+
|
18425
|
+
.v-application__wrap {
|
18426
|
+
-webkit-backface-visibility: hidden;
|
18427
|
+
backface-visibility: hidden;
|
18428
|
+
display: flex;
|
18429
|
+
flex-direction: column;
|
18430
|
+
flex: 1 1 auto;
|
18431
|
+
max-width: 100%;
|
18432
|
+
min-height: 100vh;
|
18433
|
+
min-height: 100dvh;
|
18434
|
+
position: relative;
|
18435
|
+
}.v-app-bar {
|
18436
|
+
display: flex;
|
18437
|
+
}
|
18438
|
+
.v-app-bar.v-toolbar {
|
18439
|
+
background: rgb(var(--v-theme-surface));
|
18440
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18441
|
+
}
|
18442
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
18443
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18444
|
+
}
|
18445
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
18446
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
18447
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18448
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18449
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18450
|
+
cursor: text;
|
18451
|
+
}
|
18452
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18453
|
+
flex: 1 1;
|
18454
|
+
}
|
18455
|
+
.v-autocomplete .v-field input {
|
18456
18456
|
min-width: 64px;
|
18457
18457
|
}
|
18458
18458
|
.v-autocomplete .v-field:not(.v-field--focused) input {
|
@@ -18620,6 +18620,61 @@ html.overflow-y-hidden {
|
|
18620
18620
|
.v-avatar .v-img {
|
18621
18621
|
height: 100%;
|
18622
18622
|
width: 100%;
|
18623
|
+
}.v-bottom-navigation {
|
18624
|
+
display: flex;
|
18625
|
+
max-width: 100%;
|
18626
|
+
overflow: hidden;
|
18627
|
+
position: absolute;
|
18628
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18629
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18630
|
+
border-style: solid;
|
18631
|
+
border-width: 0;
|
18632
|
+
border-radius: 0;
|
18633
|
+
background: rgb(var(--v-theme-surface));
|
18634
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18635
|
+
}
|
18636
|
+
.v-bottom-navigation--border {
|
18637
|
+
border-width: thin;
|
18638
|
+
box-shadow: none;
|
18639
|
+
}
|
18640
|
+
.v-bottom-navigation--active {
|
18641
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18642
|
+
}
|
18643
|
+
|
18644
|
+
.v-bottom-navigation__content {
|
18645
|
+
display: flex;
|
18646
|
+
flex: none;
|
18647
|
+
font-size: 0.75rem;
|
18648
|
+
justify-content: center;
|
18649
|
+
transition: inherit;
|
18650
|
+
width: 100%;
|
18651
|
+
}
|
18652
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18653
|
+
font-size: inherit;
|
18654
|
+
height: 100%;
|
18655
|
+
max-width: 168px;
|
18656
|
+
min-width: 80px;
|
18657
|
+
text-transform: none;
|
18658
|
+
transition: inherit;
|
18659
|
+
width: auto;
|
18660
|
+
border-radius: 0;
|
18661
|
+
}
|
18662
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18663
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18664
|
+
transition: inherit;
|
18665
|
+
}
|
18666
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18667
|
+
font-size: 1.5rem;
|
18668
|
+
}
|
18669
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18670
|
+
flex-grow: 1;
|
18671
|
+
}
|
18672
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18673
|
+
transition: inherit;
|
18674
|
+
opacity: 0;
|
18675
|
+
}
|
18676
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18677
|
+
transform: translateY(0.5rem);
|
18623
18678
|
}.v-badge {
|
18624
18679
|
display: inline-block;
|
18625
18680
|
line-height: 1;
|
@@ -18691,6 +18746,38 @@ html.overflow-y-hidden {
|
|
18691
18746
|
display: inline-flex;
|
18692
18747
|
justify-content: center;
|
18693
18748
|
margin: 0 4px;
|
18749
|
+
}.bottom-sheet-transition-enter-from {
|
18750
|
+
transform: translateY(100%);
|
18751
|
+
}
|
18752
|
+
.bottom-sheet-transition-leave-to {
|
18753
|
+
transform: translateY(100%);
|
18754
|
+
}
|
18755
|
+
|
18756
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18757
|
+
align-self: flex-end;
|
18758
|
+
border-radius: 0;
|
18759
|
+
flex: 0 1 auto;
|
18760
|
+
left: 0;
|
18761
|
+
right: 0;
|
18762
|
+
margin-inline: 0;
|
18763
|
+
margin-bottom: 0;
|
18764
|
+
transition-duration: 0.2s;
|
18765
|
+
width: 100%;
|
18766
|
+
max-width: 100%;
|
18767
|
+
overflow: visible;
|
18768
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18769
|
+
}
|
18770
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18771
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18772
|
+
border-radius: 0;
|
18773
|
+
}
|
18774
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18775
|
+
max-width: none;
|
18776
|
+
}
|
18777
|
+
@media (min-width: 600px) {
|
18778
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18779
|
+
max-width: 70%;
|
18780
|
+
}
|
18694
18781
|
}.v-banner {
|
18695
18782
|
display: grid;
|
18696
18783
|
flex: 1 1;
|
@@ -18848,283 +18935,83 @@ html.overflow-y-hidden {
|
|
18848
18935
|
}
|
18849
18936
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18850
18937
|
align-self: flex-start;
|
18851
|
-
}.
|
18852
|
-
|
18853
|
-
|
18854
|
-
|
18855
|
-
|
18856
|
-
|
18857
|
-
|
18858
|
-
|
18859
|
-
|
18860
|
-
|
18861
|
-
flex: 0 1 auto;
|
18862
|
-
left: 0;
|
18863
|
-
right: 0;
|
18864
|
-
margin-inline: 0;
|
18865
|
-
margin-bottom: 0;
|
18866
|
-
transition-duration: 0.2s;
|
18867
|
-
width: 100%;
|
18868
|
-
max-width: 100%;
|
18869
|
-
overflow: visible;
|
18870
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18871
|
-
}
|
18872
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18873
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18874
|
-
border-radius: 0;
|
18875
|
-
}
|
18876
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18877
|
-
max-width: none;
|
18878
|
-
}
|
18879
|
-
@media (min-width: 600px) {
|
18880
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18881
|
-
max-width: 70%;
|
18882
|
-
}
|
18883
|
-
}.v-bottom-navigation {
|
18884
|
-
display: flex;
|
18938
|
+
}.v-btn {
|
18939
|
+
align-items: center;
|
18940
|
+
border-radius: 4px;
|
18941
|
+
display: inline-grid;
|
18942
|
+
grid-template-areas: "prepend content append";
|
18943
|
+
grid-template-columns: max-content auto max-content;
|
18944
|
+
font-weight: 500;
|
18945
|
+
justify-content: center;
|
18946
|
+
letter-spacing: 0.0892857143em;
|
18947
|
+
line-height: normal;
|
18885
18948
|
max-width: 100%;
|
18886
|
-
|
18887
|
-
position:
|
18888
|
-
|
18949
|
+
outline: none;
|
18950
|
+
position: relative;
|
18951
|
+
text-decoration: none;
|
18952
|
+
text-indent: 0.0892857143em;
|
18953
|
+
text-transform: uppercase;
|
18954
|
+
transition-property: box-shadow, transform, opacity, background;
|
18955
|
+
transition-duration: 0.28s;
|
18956
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
18957
|
+
-webkit-user-select: none;
|
18958
|
+
user-select: none;
|
18959
|
+
vertical-align: middle;
|
18960
|
+
flex-shrink: 0;
|
18889
18961
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18890
18962
|
border-style: solid;
|
18891
18963
|
border-width: 0;
|
18892
|
-
border-radius: 0;
|
18893
|
-
background: rgb(var(--v-theme-surface));
|
18894
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18895
18964
|
}
|
18896
|
-
.v-
|
18897
|
-
|
18898
|
-
|
18965
|
+
.v-btn--size-x-small {
|
18966
|
+
--v-btn-size: 0.625rem;
|
18967
|
+
--v-btn-height: 20px;
|
18968
|
+
font-size: var(--v-btn-size);
|
18969
|
+
min-width: 36px;
|
18970
|
+
padding: 0 8px;
|
18899
18971
|
}
|
18900
|
-
|
18901
|
-
|
18972
|
+
|
18973
|
+
.v-btn--size-small {
|
18974
|
+
--v-btn-size: 0.75rem;
|
18975
|
+
--v-btn-height: 28px;
|
18976
|
+
font-size: var(--v-btn-size);
|
18977
|
+
min-width: 50px;
|
18978
|
+
padding: 0 12px;
|
18902
18979
|
}
|
18903
18980
|
|
18904
|
-
.v-
|
18905
|
-
|
18906
|
-
|
18907
|
-
font-size:
|
18908
|
-
|
18909
|
-
|
18910
|
-
width: 100%;
|
18981
|
+
.v-btn--size-default {
|
18982
|
+
--v-btn-size: 0.875rem;
|
18983
|
+
--v-btn-height: 36px;
|
18984
|
+
font-size: var(--v-btn-size);
|
18985
|
+
min-width: 64px;
|
18986
|
+
padding: 0 16px;
|
18911
18987
|
}
|
18912
|
-
|
18913
|
-
|
18914
|
-
|
18915
|
-
|
18916
|
-
|
18917
|
-
|
18918
|
-
|
18919
|
-
width: auto;
|
18920
|
-
border-radius: 0;
|
18988
|
+
|
18989
|
+
.v-btn--size-large {
|
18990
|
+
--v-btn-size: 1rem;
|
18991
|
+
--v-btn-height: 44px;
|
18992
|
+
font-size: var(--v-btn-size);
|
18993
|
+
min-width: 78px;
|
18994
|
+
padding: 0 20px;
|
18921
18995
|
}
|
18922
|
-
|
18923
|
-
.v-
|
18924
|
-
|
18996
|
+
|
18997
|
+
.v-btn--size-x-large {
|
18998
|
+
--v-btn-size: 1.125rem;
|
18999
|
+
--v-btn-height: 52px;
|
19000
|
+
font-size: var(--v-btn-size);
|
19001
|
+
min-width: 92px;
|
19002
|
+
padding: 0 24px;
|
18925
19003
|
}
|
18926
|
-
|
18927
|
-
|
19004
|
+
|
19005
|
+
.v-btn.v-btn--density-default {
|
19006
|
+
height: calc(var(--v-btn-height) + 0px);
|
18928
19007
|
}
|
18929
|
-
|
18930
|
-
|
19008
|
+
|
19009
|
+
.v-btn.v-btn--density-comfortable {
|
19010
|
+
height: calc(var(--v-btn-height) + -8px);
|
18931
19011
|
}
|
18932
|
-
|
18933
|
-
|
18934
|
-
|
18935
|
-
}
|
18936
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18937
|
-
transform: translateY(0.5rem);
|
18938
|
-
}.v-breadcrumbs {
|
18939
|
-
display: flex;
|
18940
|
-
align-items: center;
|
18941
|
-
line-height: 1.6;
|
18942
|
-
padding: 16px 12px;
|
18943
|
-
}
|
18944
|
-
.v-breadcrumbs--rounded {
|
18945
|
-
border-radius: 4px;
|
18946
|
-
}
|
18947
|
-
.v-breadcrumbs--density-default {
|
18948
|
-
padding-top: 16px;
|
18949
|
-
padding-bottom: 16px;
|
18950
|
-
}
|
18951
|
-
|
18952
|
-
.v-breadcrumbs--density-comfortable {
|
18953
|
-
padding-top: 12px;
|
18954
|
-
padding-bottom: 12px;
|
18955
|
-
}
|
18956
|
-
|
18957
|
-
.v-breadcrumbs--density-compact {
|
18958
|
-
padding-top: 8px;
|
18959
|
-
padding-bottom: 8px;
|
18960
|
-
}
|
18961
|
-
|
18962
|
-
.v-breadcrumbs__prepend {
|
18963
|
-
align-items: center;
|
18964
|
-
display: inline-flex;
|
18965
|
-
}
|
18966
|
-
|
18967
|
-
.v-breadcrumbs-item {
|
18968
|
-
align-items: center;
|
18969
|
-
color: inherit;
|
18970
|
-
display: inline-flex;
|
18971
|
-
padding: 0 4px;
|
18972
|
-
text-decoration: none;
|
18973
|
-
vertical-align: middle;
|
18974
|
-
}
|
18975
|
-
.v-breadcrumbs-item--disabled {
|
18976
|
-
opacity: var(--v-disabled-opacity);
|
18977
|
-
pointer-events: none;
|
18978
|
-
}
|
18979
|
-
.v-breadcrumbs-item--link {
|
18980
|
-
color: inherit;
|
18981
|
-
text-decoration: none;
|
18982
|
-
}
|
18983
|
-
.v-breadcrumbs-item--link:hover {
|
18984
|
-
text-decoration: underline;
|
18985
|
-
}
|
18986
|
-
.v-breadcrumbs-item .v-icon {
|
18987
|
-
font-size: 1rem;
|
18988
|
-
margin-inline: -4px 2px;
|
18989
|
-
}
|
18990
|
-
|
18991
|
-
.v-breadcrumbs-divider {
|
18992
|
-
display: inline-block;
|
18993
|
-
padding: 0 8px;
|
18994
|
-
vertical-align: middle;
|
18995
|
-
}.v-btn-group {
|
18996
|
-
display: inline-flex;
|
18997
|
-
flex-wrap: nowrap;
|
18998
|
-
max-width: 100%;
|
18999
|
-
min-width: 0;
|
19000
|
-
overflow: hidden;
|
19001
|
-
vertical-align: middle;
|
19002
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19003
|
-
border-style: solid;
|
19004
|
-
border-width: 0;
|
19005
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19006
|
-
border-radius: 4px;
|
19007
|
-
background: transparent;
|
19008
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19009
|
-
}
|
19010
|
-
.v-btn-group--border {
|
19011
|
-
border-width: thin;
|
19012
|
-
box-shadow: none;
|
19013
|
-
}
|
19014
|
-
.v-btn-group--density-default.v-btn-group {
|
19015
|
-
height: 48px;
|
19016
|
-
}
|
19017
|
-
|
19018
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
19019
|
-
height: 40px;
|
19020
|
-
}
|
19021
|
-
|
19022
|
-
.v-btn-group--density-compact.v-btn-group {
|
19023
|
-
height: 36px;
|
19024
|
-
}
|
19025
|
-
|
19026
|
-
.v-btn-group .v-btn {
|
19027
|
-
border-radius: 0;
|
19028
|
-
border-color: inherit;
|
19029
|
-
}
|
19030
|
-
.v-btn-group .v-btn:not(:last-child) {
|
19031
|
-
border-inline-end: none;
|
19032
|
-
}
|
19033
|
-
.v-btn-group .v-btn:not(:first-child) {
|
19034
|
-
border-inline-start: none;
|
19035
|
-
}
|
19036
|
-
.v-btn-group .v-btn:first-child {
|
19037
|
-
border-start-start-radius: inherit;
|
19038
|
-
border-end-start-radius: inherit;
|
19039
|
-
}
|
19040
|
-
.v-btn-group .v-btn:last-child {
|
19041
|
-
border-start-end-radius: inherit;
|
19042
|
-
border-end-end-radius: inherit;
|
19043
|
-
}
|
19044
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
19045
|
-
border-inline-end-width: thin;
|
19046
|
-
border-inline-end-style: solid;
|
19047
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19048
|
-
}
|
19049
|
-
.v-btn-group--tile {
|
19050
|
-
border-radius: 0;
|
19051
|
-
}.v-btn {
|
19052
|
-
align-items: center;
|
19053
|
-
border-radius: 4px;
|
19054
|
-
display: inline-grid;
|
19055
|
-
grid-template-areas: "prepend content append";
|
19056
|
-
grid-template-columns: max-content auto max-content;
|
19057
|
-
font-weight: 500;
|
19058
|
-
justify-content: center;
|
19059
|
-
letter-spacing: 0.0892857143em;
|
19060
|
-
line-height: normal;
|
19061
|
-
max-width: 100%;
|
19062
|
-
outline: none;
|
19063
|
-
position: relative;
|
19064
|
-
text-decoration: none;
|
19065
|
-
text-indent: 0.0892857143em;
|
19066
|
-
text-transform: uppercase;
|
19067
|
-
transition-property: box-shadow, transform, opacity, background;
|
19068
|
-
transition-duration: 0.28s;
|
19069
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19070
|
-
-webkit-user-select: none;
|
19071
|
-
user-select: none;
|
19072
|
-
vertical-align: middle;
|
19073
|
-
flex-shrink: 0;
|
19074
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19075
|
-
border-style: solid;
|
19076
|
-
border-width: 0;
|
19077
|
-
}
|
19078
|
-
.v-btn--size-x-small {
|
19079
|
-
--v-btn-size: 0.625rem;
|
19080
|
-
--v-btn-height: 20px;
|
19081
|
-
font-size: var(--v-btn-size);
|
19082
|
-
min-width: 36px;
|
19083
|
-
padding: 0 8px;
|
19084
|
-
}
|
19085
|
-
|
19086
|
-
.v-btn--size-small {
|
19087
|
-
--v-btn-size: 0.75rem;
|
19088
|
-
--v-btn-height: 28px;
|
19089
|
-
font-size: var(--v-btn-size);
|
19090
|
-
min-width: 50px;
|
19091
|
-
padding: 0 12px;
|
19092
|
-
}
|
19093
|
-
|
19094
|
-
.v-btn--size-default {
|
19095
|
-
--v-btn-size: 0.875rem;
|
19096
|
-
--v-btn-height: 36px;
|
19097
|
-
font-size: var(--v-btn-size);
|
19098
|
-
min-width: 64px;
|
19099
|
-
padding: 0 16px;
|
19100
|
-
}
|
19101
|
-
|
19102
|
-
.v-btn--size-large {
|
19103
|
-
--v-btn-size: 1rem;
|
19104
|
-
--v-btn-height: 44px;
|
19105
|
-
font-size: var(--v-btn-size);
|
19106
|
-
min-width: 78px;
|
19107
|
-
padding: 0 20px;
|
19108
|
-
}
|
19109
|
-
|
19110
|
-
.v-btn--size-x-large {
|
19111
|
-
--v-btn-size: 1.125rem;
|
19112
|
-
--v-btn-height: 52px;
|
19113
|
-
font-size: var(--v-btn-size);
|
19114
|
-
min-width: 92px;
|
19115
|
-
padding: 0 24px;
|
19116
|
-
}
|
19117
|
-
|
19118
|
-
.v-btn.v-btn--density-default {
|
19119
|
-
height: calc(var(--v-btn-height) + 0px);
|
19120
|
-
}
|
19121
|
-
|
19122
|
-
.v-btn.v-btn--density-comfortable {
|
19123
|
-
height: calc(var(--v-btn-height) + -8px);
|
19124
|
-
}
|
19125
|
-
|
19126
|
-
.v-btn.v-btn--density-compact {
|
19127
|
-
height: calc(var(--v-btn-height) + -12px);
|
19012
|
+
|
19013
|
+
.v-btn.v-btn--density-compact {
|
19014
|
+
height: calc(var(--v-btn-height) + -12px);
|
19128
19015
|
}
|
19129
19016
|
|
19130
19017
|
.v-btn--border {
|
@@ -19466,45 +19353,115 @@ html.overflow-y-hidden {
|
|
19466
19353
|
}
|
19467
19354
|
.v-pagination__item--is-active .v-btn__overlay {
|
19468
19355
|
opacity: var(--v-border-opacity);
|
19469
|
-
}.v-
|
19470
|
-
display:
|
19471
|
-
|
19472
|
-
|
19473
|
-
|
19474
|
-
padding: 0;
|
19475
|
-
text-decoration: none;
|
19476
|
-
transition-duration: 0.28s;
|
19477
|
-
transition-property: box-shadow, opacity, background;
|
19478
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19479
|
-
z-index: 0;
|
19480
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19481
|
-
border-style: solid;
|
19482
|
-
border-width: 0;
|
19483
|
-
border-radius: 4px;
|
19356
|
+
}.v-breadcrumbs {
|
19357
|
+
display: flex;
|
19358
|
+
align-items: center;
|
19359
|
+
line-height: 1.6;
|
19360
|
+
padding: 16px 12px;
|
19484
19361
|
}
|
19485
|
-
.v-
|
19486
|
-
border-
|
19487
|
-
box-shadow: none;
|
19362
|
+
.v-breadcrumbs--rounded {
|
19363
|
+
border-radius: 4px;
|
19488
19364
|
}
|
19489
|
-
.v-
|
19490
|
-
|
19365
|
+
.v-breadcrumbs--density-default {
|
19366
|
+
padding-top: 16px;
|
19367
|
+
padding-bottom: 16px;
|
19491
19368
|
}
|
19492
|
-
|
19493
|
-
|
19369
|
+
|
19370
|
+
.v-breadcrumbs--density-comfortable {
|
19371
|
+
padding-top: 12px;
|
19372
|
+
padding-bottom: 12px;
|
19494
19373
|
}
|
19495
|
-
|
19496
|
-
|
19374
|
+
|
19375
|
+
.v-breadcrumbs--density-compact {
|
19376
|
+
padding-top: 8px;
|
19377
|
+
padding-bottom: 8px;
|
19497
19378
|
}
|
19498
|
-
|
19499
|
-
|
19379
|
+
|
19380
|
+
.v-breadcrumbs__prepend {
|
19381
|
+
align-items: center;
|
19382
|
+
display: inline-flex;
|
19500
19383
|
}
|
19501
|
-
|
19502
|
-
|
19503
|
-
|
19504
|
-
|
19384
|
+
|
19385
|
+
.v-breadcrumbs-item {
|
19386
|
+
align-items: center;
|
19387
|
+
color: inherit;
|
19388
|
+
display: inline-flex;
|
19389
|
+
padding: 0 4px;
|
19390
|
+
text-decoration: none;
|
19391
|
+
vertical-align: middle;
|
19505
19392
|
}
|
19506
|
-
.v-
|
19507
|
-
opacity:
|
19393
|
+
.v-breadcrumbs-item--disabled {
|
19394
|
+
opacity: var(--v-disabled-opacity);
|
19395
|
+
pointer-events: none;
|
19396
|
+
}
|
19397
|
+
.v-breadcrumbs-item--link {
|
19398
|
+
color: inherit;
|
19399
|
+
text-decoration: none;
|
19400
|
+
}
|
19401
|
+
.v-breadcrumbs-item--link:hover {
|
19402
|
+
text-decoration: underline;
|
19403
|
+
}
|
19404
|
+
.v-breadcrumbs-item .v-icon {
|
19405
|
+
font-size: 1rem;
|
19406
|
+
margin-inline: -4px 2px;
|
19407
|
+
}
|
19408
|
+
|
19409
|
+
.v-breadcrumbs-divider {
|
19410
|
+
display: inline-block;
|
19411
|
+
padding: 0 8px;
|
19412
|
+
vertical-align: middle;
|
19413
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19414
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19415
|
+
}
|
19416
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19417
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19418
|
+
}
|
19419
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19420
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19421
|
+
}
|
19422
|
+
@supports not selector(:focus-visible) {
|
19423
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19424
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19425
|
+
}
|
19426
|
+
}.v-card {
|
19427
|
+
display: block;
|
19428
|
+
overflow: hidden;
|
19429
|
+
overflow-wrap: break-word;
|
19430
|
+
position: relative;
|
19431
|
+
padding: 0;
|
19432
|
+
text-decoration: none;
|
19433
|
+
transition-duration: 0.28s;
|
19434
|
+
transition-property: box-shadow, opacity, background;
|
19435
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
19436
|
+
z-index: 0;
|
19437
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19438
|
+
border-style: solid;
|
19439
|
+
border-width: 0;
|
19440
|
+
border-radius: 4px;
|
19441
|
+
}
|
19442
|
+
.v-card--border {
|
19443
|
+
border-width: thin;
|
19444
|
+
box-shadow: none;
|
19445
|
+
}
|
19446
|
+
.v-card--absolute {
|
19447
|
+
position: absolute;
|
19448
|
+
}
|
19449
|
+
.v-card--fixed {
|
19450
|
+
position: fixed;
|
19451
|
+
}
|
19452
|
+
.v-card:hover > .v-card__overlay {
|
19453
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
19454
|
+
}
|
19455
|
+
.v-card:focus-visible > .v-card__overlay {
|
19456
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19457
|
+
}
|
19458
|
+
@supports not selector(:focus-visible) {
|
19459
|
+
.v-card:focus > .v-card__overlay {
|
19460
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19461
|
+
}
|
19462
|
+
}
|
19463
|
+
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
19464
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19508
19465
|
}
|
19509
19466
|
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
|
19510
19467
|
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
@@ -19765,24 +19722,6 @@ html.overflow-y-hidden {
|
|
19765
19722
|
pointer-events: none;
|
19766
19723
|
opacity: 0;
|
19767
19724
|
transition: opacity 0.2s ease-in-out;
|
19768
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19769
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19770
|
-
}
|
19771
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19772
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19773
|
-
}
|
19774
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19775
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19776
|
-
}
|
19777
|
-
@supports not selector(:focus-visible) {
|
19778
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19779
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19780
|
-
}
|
19781
|
-
}.v-checkbox.v-input {
|
19782
|
-
flex: 0 1 auto;
|
19783
|
-
}
|
19784
|
-
.v-checkbox .v-selection-control {
|
19785
|
-
min-height: var(--v-input-control-height);
|
19786
19725
|
}.v-carousel {
|
19787
19726
|
overflow: hidden;
|
19788
19727
|
position: relative;
|
@@ -19846,6 +19785,85 @@ html.overflow-y-hidden {
|
|
19846
19785
|
flex-direction: column;
|
19847
19786
|
height: 100% !important;
|
19848
19787
|
width: 50px;
|
19788
|
+
}.v-btn-group {
|
19789
|
+
display: inline-flex;
|
19790
|
+
flex-wrap: nowrap;
|
19791
|
+
max-width: 100%;
|
19792
|
+
min-width: 0;
|
19793
|
+
overflow: hidden;
|
19794
|
+
vertical-align: middle;
|
19795
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19796
|
+
border-style: solid;
|
19797
|
+
border-width: 0;
|
19798
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
19799
|
+
border-radius: 4px;
|
19800
|
+
background: transparent;
|
19801
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
19802
|
+
}
|
19803
|
+
.v-btn-group--border {
|
19804
|
+
border-width: thin;
|
19805
|
+
box-shadow: none;
|
19806
|
+
}
|
19807
|
+
.v-btn-group--density-default.v-btn-group {
|
19808
|
+
height: 48px;
|
19809
|
+
}
|
19810
|
+
|
19811
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
19812
|
+
height: 40px;
|
19813
|
+
}
|
19814
|
+
|
19815
|
+
.v-btn-group--density-compact.v-btn-group {
|
19816
|
+
height: 36px;
|
19817
|
+
}
|
19818
|
+
|
19819
|
+
.v-btn-group .v-btn {
|
19820
|
+
border-radius: 0;
|
19821
|
+
border-color: inherit;
|
19822
|
+
}
|
19823
|
+
.v-btn-group .v-btn:not(:last-child) {
|
19824
|
+
border-inline-end: none;
|
19825
|
+
}
|
19826
|
+
.v-btn-group .v-btn:not(:first-child) {
|
19827
|
+
border-inline-start: none;
|
19828
|
+
}
|
19829
|
+
.v-btn-group .v-btn:first-child {
|
19830
|
+
border-start-start-radius: inherit;
|
19831
|
+
border-end-start-radius: inherit;
|
19832
|
+
}
|
19833
|
+
.v-btn-group .v-btn:last-child {
|
19834
|
+
border-start-end-radius: inherit;
|
19835
|
+
border-end-end-radius: inherit;
|
19836
|
+
}
|
19837
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
19838
|
+
border-inline-end-width: thin;
|
19839
|
+
border-inline-end-style: solid;
|
19840
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19841
|
+
}
|
19842
|
+
.v-btn-group--tile {
|
19843
|
+
border-radius: 0;
|
19844
|
+
}.v-chip-group {
|
19845
|
+
display: flex;
|
19846
|
+
max-width: 100%;
|
19847
|
+
min-width: 0;
|
19848
|
+
overflow-x: auto;
|
19849
|
+
padding: 4px 0;
|
19850
|
+
}
|
19851
|
+
.v-chip-group .v-chip {
|
19852
|
+
margin: 4px 8px 4px 0;
|
19853
|
+
}
|
19854
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19855
|
+
opacity: var(--v-activated-opacity);
|
19856
|
+
}
|
19857
|
+
|
19858
|
+
.v-chip-group--column .v-slide-group__content {
|
19859
|
+
white-space: normal;
|
19860
|
+
flex-wrap: wrap;
|
19861
|
+
max-width: 100%;
|
19862
|
+
}.v-checkbox.v-input {
|
19863
|
+
flex: 0 1 auto;
|
19864
|
+
}
|
19865
|
+
.v-checkbox .v-selection-control {
|
19866
|
+
min-height: var(--v-input-control-height);
|
19849
19867
|
}.v-chip {
|
19850
19868
|
align-items: center;
|
19851
19869
|
display: inline-flex;
|
@@ -20258,169 +20276,70 @@ html.overflow-y-hidden {
|
|
20258
20276
|
|
20259
20277
|
.v-chip--label {
|
20260
20278
|
border-radius: 4px;
|
20261
|
-
}.v-
|
20262
|
-
|
20263
|
-
|
20264
|
-
|
20265
|
-
|
20266
|
-
padding: 4px 0;
|
20279
|
+
}.v-container {
|
20280
|
+
width: 100%;
|
20281
|
+
padding: 16px;
|
20282
|
+
margin-right: auto;
|
20283
|
+
margin-left: auto;
|
20267
20284
|
}
|
20268
|
-
|
20269
|
-
|
20285
|
+
@media (min-width: 960px) {
|
20286
|
+
.v-container {
|
20287
|
+
max-width: 900px;
|
20288
|
+
}
|
20270
20289
|
}
|
20271
|
-
|
20272
|
-
|
20290
|
+
@media (min-width: 1280px) {
|
20291
|
+
.v-container {
|
20292
|
+
max-width: 1200px;
|
20293
|
+
}
|
20294
|
+
}
|
20295
|
+
@media (min-width: 1920px) {
|
20296
|
+
.v-container {
|
20297
|
+
max-width: 1800px;
|
20298
|
+
}
|
20299
|
+
}
|
20300
|
+
@media (min-width: 2560px) {
|
20301
|
+
.v-container {
|
20302
|
+
max-width: 2400px;
|
20303
|
+
}
|
20304
|
+
}
|
20305
|
+
.v-container--fluid {
|
20306
|
+
max-width: 100%;
|
20307
|
+
}
|
20308
|
+
.v-container.fill-height {
|
20309
|
+
align-items: center;
|
20310
|
+
display: flex;
|
20311
|
+
flex-wrap: wrap;
|
20273
20312
|
}
|
20274
20313
|
|
20275
|
-
.v-
|
20276
|
-
|
20314
|
+
.v-row {
|
20315
|
+
display: flex;
|
20277
20316
|
flex-wrap: wrap;
|
20278
|
-
|
20279
|
-
|
20280
|
-
.v-combobox .v-field .v-text-field__suffix,
|
20281
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20282
|
-
cursor: text;
|
20317
|
+
flex: 1 1 auto;
|
20318
|
+
margin: -12px;
|
20283
20319
|
}
|
20284
|
-
.v-
|
20285
|
-
|
20320
|
+
.v-row + .v-row {
|
20321
|
+
margin-top: 12px;
|
20286
20322
|
}
|
20287
|
-
.v-
|
20288
|
-
|
20323
|
+
.v-row + .v-row--dense {
|
20324
|
+
margin-top: 4px;
|
20289
20325
|
}
|
20290
|
-
.v-
|
20291
|
-
|
20326
|
+
.v-row--dense {
|
20327
|
+
margin: -4px;
|
20292
20328
|
}
|
20293
|
-
.v-
|
20294
|
-
|
20329
|
+
.v-row--dense > .v-col,
|
20330
|
+
.v-row--dense > [class*=v-col-] {
|
20331
|
+
padding: 4px;
|
20295
20332
|
}
|
20296
|
-
.v-
|
20297
|
-
|
20298
|
-
text-overflow: ellipsis;
|
20299
|
-
white-space: nowrap;
|
20333
|
+
.v-row.v-row--no-gutters {
|
20334
|
+
margin: 0;
|
20300
20335
|
}
|
20301
|
-
|
20302
|
-
.v-
|
20303
|
-
|
20304
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20305
|
-
border-radius: 4px;
|
20336
|
+
.v-row.v-row--no-gutters > .v-col,
|
20337
|
+
.v-row.v-row--no-gutters > [class*=v-col-] {
|
20338
|
+
padding: 0;
|
20306
20339
|
}
|
20307
|
-
|
20308
|
-
|
20309
|
-
|
20310
|
-
.v-combobox__selection {
|
20311
|
-
display: inline-flex;
|
20312
|
-
align-items: center;
|
20313
|
-
height: 1.5rem;
|
20314
|
-
letter-spacing: inherit;
|
20315
|
-
line-height: inherit;
|
20316
|
-
max-width: calc(100% - 2px - 2px);
|
20317
|
-
}
|
20318
|
-
.v-combobox__selection:first-child {
|
20319
|
-
margin-inline-start: 0;
|
20320
|
-
}
|
20321
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20322
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20323
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20324
|
-
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20325
|
-
top: 0px;
|
20326
|
-
}
|
20327
|
-
.v-combobox--selecting-index .v-combobox__selection {
|
20328
|
-
opacity: var(--v-medium-emphasis-opacity);
|
20329
|
-
}
|
20330
|
-
.v-combobox--selecting-index .v-combobox__selection--selected {
|
20331
|
-
opacity: 1;
|
20332
|
-
}
|
20333
|
-
.v-combobox--selecting-index .v-field__input > input {
|
20334
|
-
caret-color: transparent;
|
20335
|
-
}
|
20336
|
-
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
20337
|
-
flex: 1 1;
|
20338
|
-
position: absolute;
|
20339
|
-
left: 0;
|
20340
|
-
right: 0;
|
20341
|
-
width: 100%;
|
20342
|
-
padding-inline: inherit;
|
20343
|
-
}
|
20344
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
20345
|
-
transition: none;
|
20346
|
-
}
|
20347
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
20348
|
-
opacity: 0;
|
20349
|
-
}
|
20350
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
20351
|
-
opacity: 0;
|
20352
|
-
}
|
20353
|
-
.v-combobox__menu-icon {
|
20354
|
-
margin-inline-start: 4px;
|
20355
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
20356
|
-
}
|
20357
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
20358
|
-
opacity: var(--v-high-emphasis-opacity);
|
20359
|
-
transform: rotate(180deg);
|
20360
|
-
}.v-container {
|
20361
|
-
width: 100%;
|
20362
|
-
padding: 16px;
|
20363
|
-
margin-right: auto;
|
20364
|
-
margin-left: auto;
|
20365
|
-
}
|
20366
|
-
@media (min-width: 960px) {
|
20367
|
-
.v-container {
|
20368
|
-
max-width: 900px;
|
20369
|
-
}
|
20370
|
-
}
|
20371
|
-
@media (min-width: 1280px) {
|
20372
|
-
.v-container {
|
20373
|
-
max-width: 1200px;
|
20374
|
-
}
|
20375
|
-
}
|
20376
|
-
@media (min-width: 1920px) {
|
20377
|
-
.v-container {
|
20378
|
-
max-width: 1800px;
|
20379
|
-
}
|
20380
|
-
}
|
20381
|
-
@media (min-width: 2560px) {
|
20382
|
-
.v-container {
|
20383
|
-
max-width: 2400px;
|
20384
|
-
}
|
20385
|
-
}
|
20386
|
-
.v-container--fluid {
|
20387
|
-
max-width: 100%;
|
20388
|
-
}
|
20389
|
-
.v-container.fill-height {
|
20390
|
-
align-items: center;
|
20391
|
-
display: flex;
|
20392
|
-
flex-wrap: wrap;
|
20393
|
-
}
|
20394
|
-
|
20395
|
-
.v-row {
|
20396
|
-
display: flex;
|
20397
|
-
flex-wrap: wrap;
|
20398
|
-
flex: 1 1 auto;
|
20399
|
-
margin: -12px;
|
20400
|
-
}
|
20401
|
-
.v-row + .v-row {
|
20402
|
-
margin-top: 12px;
|
20403
|
-
}
|
20404
|
-
.v-row + .v-row--dense {
|
20405
|
-
margin-top: 4px;
|
20406
|
-
}
|
20407
|
-
.v-row--dense {
|
20408
|
-
margin: -4px;
|
20409
|
-
}
|
20410
|
-
.v-row--dense > .v-col,
|
20411
|
-
.v-row--dense > [class*=v-col-] {
|
20412
|
-
padding: 4px;
|
20413
|
-
}
|
20414
|
-
.v-row.v-row--no-gutters {
|
20415
|
-
margin: 0;
|
20416
|
-
}
|
20417
|
-
.v-row.v-row--no-gutters > .v-col,
|
20418
|
-
.v-row.v-row--no-gutters > [class*=v-col-] {
|
20419
|
-
padding: 0;
|
20420
|
-
}
|
20421
|
-
|
20422
|
-
.v-spacer {
|
20423
|
-
flex-grow: 1;
|
20340
|
+
|
20341
|
+
.v-spacer {
|
20342
|
+
flex-grow: 1;
|
20424
20343
|
}
|
20425
20344
|
|
20426
20345
|
.v-col-xxl,
|
@@ -21029,6 +20948,92 @@ html.overflow-y-hidden {
|
|
21029
20948
|
.offset-xxl-11 {
|
21030
20949
|
margin-inline-start: 91.6666666667%;
|
21031
20950
|
}
|
20951
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
20952
|
+
.v-combobox .v-field .v-text-field__suffix,
|
20953
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20954
|
+
cursor: text;
|
20955
|
+
}
|
20956
|
+
.v-combobox .v-field .v-field__input > input {
|
20957
|
+
flex: 1 1;
|
20958
|
+
}
|
20959
|
+
.v-combobox .v-field input {
|
20960
|
+
min-width: 64px;
|
20961
|
+
}
|
20962
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
20963
|
+
min-width: 0;
|
20964
|
+
}
|
20965
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
20966
|
+
margin-inline-end: 2px;
|
20967
|
+
}
|
20968
|
+
.v-combobox .v-combobox__selection-text {
|
20969
|
+
overflow: hidden;
|
20970
|
+
text-overflow: ellipsis;
|
20971
|
+
white-space: nowrap;
|
20972
|
+
}
|
20973
|
+
|
20974
|
+
.v-combobox__content {
|
20975
|
+
overflow: hidden;
|
20976
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20977
|
+
border-radius: 4px;
|
20978
|
+
}
|
20979
|
+
.v-combobox__mask {
|
20980
|
+
background: rgb(var(--v-theme-surface-light));
|
20981
|
+
}
|
20982
|
+
.v-combobox__selection {
|
20983
|
+
display: inline-flex;
|
20984
|
+
align-items: center;
|
20985
|
+
height: 1.5rem;
|
20986
|
+
letter-spacing: inherit;
|
20987
|
+
line-height: inherit;
|
20988
|
+
max-width: calc(100% - 2px - 2px);
|
20989
|
+
}
|
20990
|
+
.v-combobox__selection:first-child {
|
20991
|
+
margin-inline-start: 0;
|
20992
|
+
}
|
20993
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
20994
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
20995
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
20996
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
20997
|
+
top: 0px;
|
20998
|
+
}
|
20999
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
21000
|
+
opacity: var(--v-medium-emphasis-opacity);
|
21001
|
+
}
|
21002
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
21003
|
+
opacity: 1;
|
21004
|
+
}
|
21005
|
+
.v-combobox--selecting-index .v-field__input > input {
|
21006
|
+
caret-color: transparent;
|
21007
|
+
}
|
21008
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
21009
|
+
flex: 1 1;
|
21010
|
+
position: absolute;
|
21011
|
+
left: 0;
|
21012
|
+
right: 0;
|
21013
|
+
width: 100%;
|
21014
|
+
padding-inline: inherit;
|
21015
|
+
}
|
21016
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
21017
|
+
transition: none;
|
21018
|
+
}
|
21019
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
21020
|
+
opacity: 0;
|
21021
|
+
}
|
21022
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
21023
|
+
opacity: 0;
|
21024
|
+
}
|
21025
|
+
.v-combobox__menu-icon {
|
21026
|
+
margin-inline-start: 4px;
|
21027
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21028
|
+
}
|
21029
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
21030
|
+
opacity: var(--v-high-emphasis-opacity);
|
21031
|
+
transform: rotate(180deg);
|
21032
|
+
}.v-counter {
|
21033
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21034
|
+
flex: 0 1 auto;
|
21035
|
+
font-size: 12px;
|
21036
|
+
transition-duration: 150ms;
|
21032
21037
|
}.v-color-picker {
|
21033
21038
|
align-self: flex-start;
|
21034
21039
|
contain: content;
|
@@ -21049,11 +21054,6 @@ html.overflow-y-hidden {
|
|
21049
21054
|
}
|
21050
21055
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
21051
21056
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21052
|
-
}.v-counter {
|
21053
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
21054
|
-
flex: 0 1 auto;
|
21055
|
-
font-size: 12px;
|
21056
|
-
transition-duration: 150ms;
|
21057
21057
|
}.v-data-table {
|
21058
21058
|
width: 100%;
|
21059
21059
|
}
|
@@ -21136,6 +21136,11 @@ html.overflow-y-hidden {
|
|
21136
21136
|
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
|
21137
21137
|
opacity: 0.5;
|
21138
21138
|
}
|
21139
|
+
.v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
|
21140
|
+
.v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
|
21141
|
+
height: -moz-fit-content;
|
21142
|
+
height: fit-content;
|
21143
|
+
}
|
21139
21144
|
|
21140
21145
|
.v-data-table-column--fixed,
|
21141
21146
|
.v-data-table__th--sticky {
|
@@ -21267,48 +21272,227 @@ html.overflow-y-hidden {
|
|
21267
21272
|
}
|
21268
21273
|
.v-data-table-footer__page {
|
21269
21274
|
padding: 0 8px;
|
21270
|
-
}.v-
|
21271
|
-
height: 288px;
|
21272
|
-
}
|
21273
|
-
|
21274
|
-
.v-date-picker-months__content {
|
21275
|
+
}.v-dialog {
|
21275
21276
|
align-items: center;
|
21276
|
-
|
21277
|
-
|
21278
|
-
height: inherit;
|
21279
|
-
justify-content: space-around;
|
21280
|
-
grid-template-columns: repeat(2, 1fr);
|
21281
|
-
grid-gap: 0px 24px;
|
21282
|
-
padding-inline-start: 36px;
|
21283
|
-
padding-inline-end: 36px;
|
21284
|
-
}
|
21285
|
-
.v-date-picker-months__content .v-btn {
|
21286
|
-
text-transform: none;
|
21287
|
-
padding-inline-start: 8px;
|
21288
|
-
padding-inline-end: 8px;
|
21289
|
-
}.v-date-picker {
|
21290
|
-
overflow: hidden;
|
21291
|
-
width: 328px;
|
21277
|
+
justify-content: center;
|
21278
|
+
margin: auto;
|
21292
21279
|
}
|
21293
|
-
.v-
|
21294
|
-
|
21295
|
-
|
21296
|
-
|
21297
|
-
|
21298
|
-
display: grid;
|
21299
|
-
grid-template-areas: "prepend content append";
|
21300
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21301
|
-
overflow: hidden;
|
21302
|
-
padding-inline: 24px 12px;
|
21303
|
-
padding-bottom: 12px;
|
21280
|
+
.v-dialog > .v-overlay__content {
|
21281
|
+
max-height: calc(100% - 48px);
|
21282
|
+
width: calc(100% - 48px);
|
21283
|
+
max-width: calc(100% - 48px);
|
21284
|
+
margin: 24px;
|
21304
21285
|
}
|
21305
|
-
|
21306
|
-
.v-
|
21307
|
-
|
21286
|
+
.v-dialog > .v-overlay__content,
|
21287
|
+
.v-dialog > .v-overlay__content > form {
|
21288
|
+
display: flex;
|
21289
|
+
flex-direction: column;
|
21290
|
+
min-height: 0;
|
21308
21291
|
}
|
21309
|
-
|
21310
|
-
.v-
|
21311
|
-
|
21292
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21293
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
21294
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
21295
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21296
|
+
--v-scrollbar-offset: 0px;
|
21297
|
+
border-radius: 4px;
|
21298
|
+
overflow-y: auto;
|
21299
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21300
|
+
}
|
21301
|
+
.v-dialog > .v-overlay__content > .v-card,
|
21302
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
21303
|
+
display: flex;
|
21304
|
+
flex-direction: column;
|
21305
|
+
}
|
21306
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
21307
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
21308
|
+
padding: 16px 24px;
|
21309
|
+
}
|
21310
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
21311
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
21312
|
+
padding-top: 0;
|
21313
|
+
}
|
21314
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
21315
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
21316
|
+
font-size: inherit;
|
21317
|
+
letter-spacing: 0.03125em;
|
21318
|
+
line-height: inherit;
|
21319
|
+
padding: 16px 24px 24px;
|
21320
|
+
}
|
21321
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
21322
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
21323
|
+
justify-content: flex-end;
|
21324
|
+
}
|
21325
|
+
|
21326
|
+
.v-dialog--fullscreen {
|
21327
|
+
--v-scrollbar-offset: 0px;
|
21328
|
+
}
|
21329
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
21330
|
+
border-radius: 0;
|
21331
|
+
margin: 0;
|
21332
|
+
padding: 0;
|
21333
|
+
width: 100%;
|
21334
|
+
height: 100%;
|
21335
|
+
max-width: 100%;
|
21336
|
+
max-height: 100%;
|
21337
|
+
overflow-y: auto;
|
21338
|
+
top: 0;
|
21339
|
+
left: 0;
|
21340
|
+
}
|
21341
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
21342
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
21343
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
21344
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
21345
|
+
min-height: 100%;
|
21346
|
+
min-width: 100%;
|
21347
|
+
border-radius: 0;
|
21348
|
+
}
|
21349
|
+
|
21350
|
+
.v-dialog--scrollable > .v-overlay__content,
|
21351
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
21352
|
+
display: flex;
|
21353
|
+
}
|
21354
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
21355
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
21356
|
+
display: flex;
|
21357
|
+
flex: 1 1 100%;
|
21358
|
+
flex-direction: column;
|
21359
|
+
max-height: 100%;
|
21360
|
+
max-width: 100%;
|
21361
|
+
}
|
21362
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
21363
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
21364
|
+
-webkit-backface-visibility: hidden;
|
21365
|
+
backface-visibility: hidden;
|
21366
|
+
overflow-y: auto;
|
21367
|
+
}.v-divider {
|
21368
|
+
display: block;
|
21369
|
+
flex: 1 1 100%;
|
21370
|
+
height: 0px;
|
21371
|
+
max-height: 0px;
|
21372
|
+
opacity: var(--v-border-opacity);
|
21373
|
+
transition: inherit;
|
21374
|
+
border-style: solid;
|
21375
|
+
border-width: thin 0 0 0;
|
21376
|
+
}
|
21377
|
+
.v-divider--vertical {
|
21378
|
+
align-self: stretch;
|
21379
|
+
border-width: 0 thin 0 0;
|
21380
|
+
display: inline-flex;
|
21381
|
+
height: auto;
|
21382
|
+
margin-left: -1px;
|
21383
|
+
max-height: 100%;
|
21384
|
+
max-width: 0px;
|
21385
|
+
vertical-align: text-bottom;
|
21386
|
+
width: 0px;
|
21387
|
+
}
|
21388
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
21389
|
+
max-width: calc(100% - 72px);
|
21390
|
+
margin-inline-start: 72px;
|
21391
|
+
}
|
21392
|
+
.v-divider--inset.v-divider--vertical {
|
21393
|
+
margin-bottom: 8px;
|
21394
|
+
margin-top: 8px;
|
21395
|
+
max-height: calc(100% - 16px);
|
21396
|
+
}
|
21397
|
+
|
21398
|
+
.v-divider__content {
|
21399
|
+
padding: 0 16px;
|
21400
|
+
text-wrap: nowrap;
|
21401
|
+
}
|
21402
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
21403
|
+
padding: 4px 0;
|
21404
|
+
}
|
21405
|
+
|
21406
|
+
.v-divider__wrapper {
|
21407
|
+
display: flex;
|
21408
|
+
align-items: center;
|
21409
|
+
justify-content: center;
|
21410
|
+
}
|
21411
|
+
.v-divider__wrapper--vertical {
|
21412
|
+
flex-direction: column;
|
21413
|
+
height: 100%;
|
21414
|
+
}
|
21415
|
+
.v-divider__wrapper--vertical .v-divider {
|
21416
|
+
margin: 0 auto;
|
21417
|
+
}.v-date-picker-controls {
|
21418
|
+
display: flex;
|
21419
|
+
align-items: center;
|
21420
|
+
justify-content: space-between;
|
21421
|
+
font-size: 0.875rem;
|
21422
|
+
padding-top: 4px;
|
21423
|
+
padding-bottom: 4px;
|
21424
|
+
padding-inline-start: 6px;
|
21425
|
+
padding-inline-end: 12px;
|
21426
|
+
}
|
21427
|
+
.v-date-picker-controls > .v-btn:first-child {
|
21428
|
+
text-transform: none;
|
21429
|
+
font-weight: 400;
|
21430
|
+
line-height: initial;
|
21431
|
+
letter-spacing: initial;
|
21432
|
+
}
|
21433
|
+
.v-date-picker-controls--variant-classic {
|
21434
|
+
padding-inline-start: 12px;
|
21435
|
+
}
|
21436
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
21437
|
+
opacity: 0.7;
|
21438
|
+
}
|
21439
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21440
|
+
cursor: pointer;
|
21441
|
+
}
|
21442
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21443
|
+
opacity: 1;
|
21444
|
+
}
|
21445
|
+
.v-date-picker-controls .v-btn:last-child {
|
21446
|
+
margin-inline-start: 4px;
|
21447
|
+
}
|
21448
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
21449
|
+
transform: rotate(180deg);
|
21450
|
+
}
|
21451
|
+
|
21452
|
+
.v-date-picker-controls__date {
|
21453
|
+
margin-inline-end: 4px;
|
21454
|
+
}
|
21455
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
21456
|
+
margin: auto;
|
21457
|
+
text-align: center;
|
21458
|
+
}
|
21459
|
+
|
21460
|
+
.v-date-picker-controls__month {
|
21461
|
+
display: flex;
|
21462
|
+
}
|
21463
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
21464
|
+
flex-direction: row-reverse;
|
21465
|
+
}
|
21466
|
+
|
21467
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
21468
|
+
flex: 1 0 auto;
|
21469
|
+
}
|
21470
|
+
|
21471
|
+
.v-date-picker__title {
|
21472
|
+
display: inline-block;
|
21473
|
+
}.v-date-picker {
|
21474
|
+
overflow: hidden;
|
21475
|
+
width: 328px;
|
21476
|
+
}
|
21477
|
+
.v-date-picker--show-week {
|
21478
|
+
width: 368px;
|
21479
|
+
}.v-date-picker-header {
|
21480
|
+
align-items: flex-end;
|
21481
|
+
height: 70px;
|
21482
|
+
display: grid;
|
21483
|
+
grid-template-areas: "prepend content append";
|
21484
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
21485
|
+
overflow: hidden;
|
21486
|
+
padding-inline: 24px 12px;
|
21487
|
+
padding-bottom: 12px;
|
21488
|
+
}
|
21489
|
+
|
21490
|
+
.v-date-picker-header__append {
|
21491
|
+
grid-area: append;
|
21492
|
+
}
|
21493
|
+
|
21494
|
+
.v-date-picker-header__prepend {
|
21495
|
+
grid-area: prepend;
|
21312
21496
|
padding-inline-start: 8px;
|
21313
21497
|
}
|
21314
21498
|
|
@@ -21407,169 +21591,40 @@ html.overflow-y-hidden {
|
|
21407
21591
|
|
21408
21592
|
.v-date-picker-month__day--hide-adjacent {
|
21409
21593
|
opacity: 0;
|
21410
|
-
}.v-date-picker-
|
21411
|
-
|
21412
|
-
|
21413
|
-
justify-content: space-between;
|
21414
|
-
font-size: 0.875rem;
|
21415
|
-
padding-top: 4px;
|
21416
|
-
padding-bottom: 4px;
|
21417
|
-
padding-inline-start: 6px;
|
21418
|
-
padding-inline-end: 12px;
|
21419
|
-
}
|
21420
|
-
.v-date-picker-controls > .v-btn:first-child {
|
21421
|
-
text-transform: none;
|
21422
|
-
font-weight: 400;
|
21423
|
-
line-height: initial;
|
21424
|
-
letter-spacing: initial;
|
21425
|
-
}
|
21426
|
-
.v-date-picker-controls--variant-classic {
|
21427
|
-
padding-inline-start: 12px;
|
21428
|
-
}
|
21429
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
21430
|
-
opacity: 0.7;
|
21431
|
-
}
|
21432
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21433
|
-
cursor: pointer;
|
21434
|
-
}
|
21435
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
21436
|
-
opacity: 1;
|
21437
|
-
}
|
21438
|
-
.v-date-picker-controls .v-btn:last-child {
|
21439
|
-
margin-inline-start: 4px;
|
21440
|
-
}
|
21441
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
21442
|
-
transform: rotate(180deg);
|
21594
|
+
}.v-date-picker-years {
|
21595
|
+
height: 288px;
|
21596
|
+
overflow-y: scroll;
|
21443
21597
|
}
|
21444
21598
|
|
21445
|
-
.v-date-picker-
|
21446
|
-
|
21599
|
+
.v-date-picker-years__content {
|
21600
|
+
display: grid;
|
21601
|
+
flex: 1 1;
|
21602
|
+
justify-content: space-around;
|
21603
|
+
grid-template-columns: repeat(3, 1fr);
|
21604
|
+
gap: 8px 24px;
|
21605
|
+
padding-inline: 32px;
|
21447
21606
|
}
|
21448
|
-
.v-date-picker-
|
21449
|
-
|
21450
|
-
|
21607
|
+
.v-date-picker-years__content .v-btn {
|
21608
|
+
padding-inline: 8px;
|
21609
|
+
}.v-date-picker-months {
|
21610
|
+
height: 288px;
|
21451
21611
|
}
|
21452
21612
|
|
21453
|
-
.v-date-picker-
|
21454
|
-
|
21455
|
-
}
|
21456
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
21457
|
-
flex-direction: row-reverse;
|
21458
|
-
}
|
21459
|
-
|
21460
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
21461
|
-
flex: 1 0 auto;
|
21462
|
-
}
|
21463
|
-
|
21464
|
-
.v-date-picker__title {
|
21465
|
-
display: inline-block;
|
21466
|
-
}.v-date-picker-years {
|
21467
|
-
height: 288px;
|
21468
|
-
overflow-y: scroll;
|
21469
|
-
}
|
21470
|
-
|
21471
|
-
.v-date-picker-years__content {
|
21613
|
+
.v-date-picker-months__content {
|
21614
|
+
align-items: center;
|
21472
21615
|
display: grid;
|
21473
21616
|
flex: 1 1;
|
21617
|
+
height: inherit;
|
21474
21618
|
justify-content: space-around;
|
21475
|
-
grid-template-columns: repeat(
|
21476
|
-
gap:
|
21477
|
-
padding-inline:
|
21478
|
-
|
21479
|
-
.v-date-picker-years__content .v-btn {
|
21480
|
-
padding-inline: 8px;
|
21481
|
-
}.v-dialog {
|
21482
|
-
align-items: center;
|
21483
|
-
justify-content: center;
|
21484
|
-
margin: auto;
|
21485
|
-
}
|
21486
|
-
.v-dialog > .v-overlay__content {
|
21487
|
-
max-height: calc(100% - 48px);
|
21488
|
-
width: calc(100% - 48px);
|
21489
|
-
max-width: calc(100% - 48px);
|
21490
|
-
margin: 24px;
|
21491
|
-
}
|
21492
|
-
.v-dialog > .v-overlay__content,
|
21493
|
-
.v-dialog > .v-overlay__content > form {
|
21494
|
-
display: flex;
|
21495
|
-
flex-direction: column;
|
21496
|
-
min-height: 0;
|
21497
|
-
}
|
21498
|
-
.v-dialog > .v-overlay__content > .v-card,
|
21499
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
21500
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
21501
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
21502
|
-
--v-scrollbar-offset: 0px;
|
21503
|
-
border-radius: 4px;
|
21504
|
-
overflow-y: auto;
|
21505
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21506
|
-
}
|
21507
|
-
.v-dialog > .v-overlay__content > .v-card,
|
21508
|
-
.v-dialog > .v-overlay__content > form > .v-card {
|
21509
|
-
display: flex;
|
21510
|
-
flex-direction: column;
|
21511
|
-
}
|
21512
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
21513
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
21514
|
-
padding: 16px 24px;
|
21515
|
-
}
|
21516
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
21517
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
21518
|
-
padding-top: 0;
|
21519
|
-
}
|
21520
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
21521
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
21522
|
-
font-size: inherit;
|
21523
|
-
letter-spacing: 0.03125em;
|
21524
|
-
line-height: inherit;
|
21525
|
-
padding: 16px 24px 24px;
|
21526
|
-
}
|
21527
|
-
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
21528
|
-
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
21529
|
-
justify-content: flex-end;
|
21530
|
-
}
|
21531
|
-
|
21532
|
-
.v-dialog--fullscreen {
|
21533
|
-
--v-scrollbar-offset: 0px;
|
21534
|
-
}
|
21535
|
-
.v-dialog--fullscreen > .v-overlay__content {
|
21536
|
-
border-radius: 0;
|
21537
|
-
margin: 0;
|
21538
|
-
padding: 0;
|
21539
|
-
width: 100%;
|
21540
|
-
height: 100%;
|
21541
|
-
max-width: 100%;
|
21542
|
-
max-height: 100%;
|
21543
|
-
overflow-y: auto;
|
21544
|
-
top: 0;
|
21545
|
-
left: 0;
|
21546
|
-
}
|
21547
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
21548
|
-
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
21549
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
21550
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
21551
|
-
min-height: 100%;
|
21552
|
-
min-width: 100%;
|
21553
|
-
border-radius: 0;
|
21554
|
-
}
|
21555
|
-
|
21556
|
-
.v-dialog--scrollable > .v-overlay__content,
|
21557
|
-
.v-dialog--scrollable > .v-overlay__content > form {
|
21558
|
-
display: flex;
|
21559
|
-
}
|
21560
|
-
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
21561
|
-
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
21562
|
-
display: flex;
|
21563
|
-
flex: 1 1 100%;
|
21564
|
-
flex-direction: column;
|
21565
|
-
max-height: 100%;
|
21566
|
-
max-width: 100%;
|
21619
|
+
grid-template-columns: repeat(2, 1fr);
|
21620
|
+
grid-gap: 0px 24px;
|
21621
|
+
padding-inline-start: 36px;
|
21622
|
+
padding-inline-end: 36px;
|
21567
21623
|
}
|
21568
|
-
.v-
|
21569
|
-
|
21570
|
-
-
|
21571
|
-
|
21572
|
-
overflow-y: auto;
|
21624
|
+
.v-date-picker-months__content .v-btn {
|
21625
|
+
text-transform: none;
|
21626
|
+
padding-inline-start: 8px;
|
21627
|
+
padding-inline-end: 8px;
|
21573
21628
|
}.v-expansion-panel {
|
21574
21629
|
background-color: rgb(var(--v-theme-surface));
|
21575
21630
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21847,310 +21902,82 @@ html.overflow-y-hidden {
|
|
21847
21902
|
.v-empty-state__action-btn.v-btn {
|
21848
21903
|
background-color: rgb(var(--v-theme-surface-variant));
|
21849
21904
|
color: rgb(var(--v-theme-on-surface-variant));
|
21850
|
-
}
|
21851
|
-
|
21852
|
-
|
21853
|
-
|
21854
|
-
|
21855
|
-
|
21856
|
-
|
21857
|
-
|
21858
|
-
|
21859
|
-
|
21860
|
-
|
21861
|
-
|
21862
|
-
|
21863
|
-
|
21864
|
-
|
21865
|
-
|
21866
|
-
|
21867
|
-
|
21868
|
-
|
21869
|
-
|
21905
|
+
}/* region INPUT */
|
21906
|
+
.v-field {
|
21907
|
+
--v-theme-overlay-multiplier: 1;
|
21908
|
+
display: grid;
|
21909
|
+
grid-template-areas: "prepend-inner field clear append-inner";
|
21910
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
21911
|
+
font-size: 16px;
|
21912
|
+
letter-spacing: 0.009375em;
|
21913
|
+
max-width: 100%;
|
21914
|
+
border-radius: 4px;
|
21915
|
+
contain: layout;
|
21916
|
+
flex: 1 0;
|
21917
|
+
grid-area: control;
|
21918
|
+
position: relative;
|
21919
|
+
--v-field-padding-start: 16px;
|
21920
|
+
--v-field-padding-end: 16px;
|
21921
|
+
--v-field-padding-top: 8px;
|
21922
|
+
--v-field-padding-bottom: 4px;
|
21923
|
+
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
21924
|
+
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
21870
21925
|
}
|
21871
|
-
.v-
|
21872
|
-
|
21873
|
-
|
21926
|
+
.v-field--disabled {
|
21927
|
+
opacity: var(--v-disabled-opacity);
|
21928
|
+
pointer-events: none;
|
21874
21929
|
}
|
21875
|
-
.v-
|
21876
|
-
|
21877
|
-
margin-top: 8px;
|
21878
|
-
max-height: calc(100% - 16px);
|
21930
|
+
.v-field .v-chip {
|
21931
|
+
--v-chip-height: 24px;
|
21879
21932
|
}
|
21880
21933
|
|
21881
|
-
|
21882
|
-
|
21883
|
-
|
21884
|
-
|
21885
|
-
.v-divider__wrapper--vertical .v-divider__content {
|
21886
|
-
padding: 4px 0;
|
21934
|
+
/* endregion */
|
21935
|
+
/* region MODIFIERS */
|
21936
|
+
.v-field--prepended {
|
21937
|
+
padding-inline-start: 12px;
|
21887
21938
|
}
|
21888
|
-
|
21889
|
-
|
21890
|
-
display: flex;
|
21891
|
-
align-items: center;
|
21892
|
-
justify-content: center;
|
21939
|
+
.v-field--appended {
|
21940
|
+
padding-inline-end: 12px;
|
21893
21941
|
}
|
21894
|
-
.v-
|
21895
|
-
|
21896
|
-
|
21942
|
+
.v-field--variant-solo, .v-field--variant-solo-filled {
|
21943
|
+
background: rgb(var(--v-theme-surface));
|
21944
|
+
border-color: transparent;
|
21945
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21946
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21897
21947
|
}
|
21898
|
-
.v-
|
21899
|
-
|
21900
|
-
|
21901
|
-
|
21902
|
-
|
21903
|
-
flex: 1 1 auto;
|
21904
|
-
pointer-events: none;
|
21905
|
-
position: relative;
|
21906
|
-
transition-duration: 0.2s;
|
21907
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21908
|
-
vertical-align: middle;
|
21948
|
+
.v-field--variant-solo-inverted {
|
21949
|
+
background: rgb(var(--v-theme-surface));
|
21950
|
+
border-color: transparent;
|
21951
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21952
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21909
21953
|
}
|
21910
|
-
.v-
|
21911
|
-
|
21954
|
+
.v-field--variant-solo-inverted.v-field--focused {
|
21955
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
21912
21956
|
}
|
21913
|
-
.v-
|
21914
|
-
|
21957
|
+
.v-field--variant-filled {
|
21958
|
+
border-bottom-left-radius: 0;
|
21959
|
+
border-bottom-right-radius: 0;
|
21915
21960
|
}
|
21916
|
-
.v-
|
21917
|
-
|
21961
|
+
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
21962
|
+
--v-input-control-height: 56px;
|
21963
|
+
--v-field-padding-bottom: 4px;
|
21918
21964
|
}
|
21919
|
-
|
21920
|
-
|
21965
|
+
|
21966
|
+
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
21967
|
+
--v-input-control-height: 48px;
|
21968
|
+
--v-field-padding-bottom: 0px;
|
21921
21969
|
}
|
21922
|
-
|
21923
|
-
|
21924
|
-
|
21970
|
+
|
21971
|
+
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
21972
|
+
--v-input-control-height: 40px;
|
21973
|
+
--v-field-padding-bottom: 0px;
|
21925
21974
|
}
|
21926
|
-
|
21927
|
-
|
21975
|
+
|
21976
|
+
.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
|
21977
|
+
--v-field-padding-top: 0px;
|
21928
21978
|
}
|
21929
|
-
.v-
|
21930
|
-
|
21931
|
-
}
|
21932
|
-
.v-fab--top {
|
21933
|
-
align-items: flex-start;
|
21934
|
-
}
|
21935
|
-
.v-fab--extended .v-btn {
|
21936
|
-
border-radius: 9999px !important;
|
21937
|
-
}
|
21938
|
-
|
21939
|
-
.v-fab__container {
|
21940
|
-
align-self: center;
|
21941
|
-
display: inline-flex;
|
21942
|
-
position: absolute;
|
21943
|
-
vertical-align: middle;
|
21944
|
-
}
|
21945
|
-
.v-fab--app .v-fab__container {
|
21946
|
-
margin: 12px;
|
21947
|
-
}
|
21948
|
-
.v-fab--absolute .v-fab__container {
|
21949
|
-
position: absolute;
|
21950
|
-
z-index: 4;
|
21951
|
-
}
|
21952
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
21953
|
-
transform: translateY(-50%);
|
21954
|
-
}
|
21955
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21956
|
-
transform: translateY(50%);
|
21957
|
-
}
|
21958
|
-
.v-fab--top .v-fab__container {
|
21959
|
-
top: 0;
|
21960
|
-
}
|
21961
|
-
.v-fab--bottom .v-fab__container {
|
21962
|
-
bottom: 0;
|
21963
|
-
}
|
21964
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21965
|
-
left: 0;
|
21966
|
-
}
|
21967
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21968
|
-
right: 0;
|
21969
|
-
}.v-footer {
|
21970
|
-
align-items: center;
|
21971
|
-
display: flex;
|
21972
|
-
flex: 1 1 auto;
|
21973
|
-
padding: 8px 16px;
|
21974
|
-
position: relative;
|
21975
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
21976
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
21977
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
21978
|
-
border-style: solid;
|
21979
|
-
border-width: 0;
|
21980
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21981
|
-
border-radius: 0;
|
21982
|
-
background: rgb(var(--v-theme-surface));
|
21983
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
21984
|
-
}
|
21985
|
-
.v-footer--border {
|
21986
|
-
border-width: thin;
|
21987
|
-
box-shadow: none;
|
21988
|
-
}
|
21989
|
-
.v-footer--absolute {
|
21990
|
-
position: absolute;
|
21991
|
-
}
|
21992
|
-
.v-footer--fixed {
|
21993
|
-
position: fixed;
|
21994
|
-
}
|
21995
|
-
.v-footer--rounded {
|
21996
|
-
border-radius: 4px;
|
21997
|
-
}.v-file-input--hide.v-input .v-field,
|
21998
|
-
.v-file-input--hide.v-input .v-input__control,
|
21999
|
-
.v-file-input--hide.v-input .v-input__details {
|
22000
|
-
display: none;
|
22001
|
-
}
|
22002
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
22003
|
-
grid-area: control;
|
22004
|
-
margin: 0 auto;
|
22005
|
-
}
|
22006
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
22007
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
22008
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
22009
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22010
|
-
top: 0px;
|
22011
|
-
}
|
22012
|
-
.v-file-input input[type=file] {
|
22013
|
-
height: 100%;
|
22014
|
-
left: 0;
|
22015
|
-
opacity: 0;
|
22016
|
-
position: absolute;
|
22017
|
-
top: 0;
|
22018
|
-
width: 100%;
|
22019
|
-
z-index: 1;
|
22020
|
-
}
|
22021
|
-
.v-file-input .v-input__details {
|
22022
|
-
padding-inline: 16px;
|
22023
|
-
}
|
22024
|
-
.v-input--plain-underlined.v-file-input .v-input__details {
|
22025
|
-
padding-inline: 0;
|
22026
|
-
}.v-icon {
|
22027
|
-
--v-icon-size-multiplier: 1;
|
22028
|
-
align-items: center;
|
22029
|
-
display: inline-flex;
|
22030
|
-
font-feature-settings: "liga";
|
22031
|
-
height: 1em;
|
22032
|
-
justify-content: center;
|
22033
|
-
letter-spacing: normal;
|
22034
|
-
line-height: 1;
|
22035
|
-
position: relative;
|
22036
|
-
text-indent: 0;
|
22037
|
-
text-align: center;
|
22038
|
-
-webkit-user-select: none;
|
22039
|
-
user-select: none;
|
22040
|
-
vertical-align: middle;
|
22041
|
-
width: 1em;
|
22042
|
-
min-width: 1em;
|
22043
|
-
}
|
22044
|
-
.v-icon--clickable {
|
22045
|
-
cursor: pointer;
|
22046
|
-
}
|
22047
|
-
.v-icon--disabled {
|
22048
|
-
pointer-events: none;
|
22049
|
-
opacity: 0.38;
|
22050
|
-
}
|
22051
|
-
.v-icon--size-x-small {
|
22052
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
22053
|
-
}
|
22054
|
-
.v-icon--size-small {
|
22055
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
22056
|
-
}
|
22057
|
-
.v-icon--size-default {
|
22058
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
22059
|
-
}
|
22060
|
-
.v-icon--size-large {
|
22061
|
-
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
22062
|
-
}
|
22063
|
-
.v-icon--size-x-large {
|
22064
|
-
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
22065
|
-
}
|
22066
|
-
|
22067
|
-
.v-icon__svg {
|
22068
|
-
fill: currentColor;
|
22069
|
-
width: 100%;
|
22070
|
-
height: 100%;
|
22071
|
-
}
|
22072
|
-
|
22073
|
-
.v-icon--start {
|
22074
|
-
margin-inline-end: 8px;
|
22075
|
-
}
|
22076
|
-
|
22077
|
-
.v-icon--end {
|
22078
|
-
margin-inline-start: 8px;
|
22079
|
-
}/* region INPUT */
|
22080
|
-
.v-field {
|
22081
|
-
display: grid;
|
22082
|
-
grid-template-areas: "prepend-inner field clear append-inner";
|
22083
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
22084
|
-
font-size: 16px;
|
22085
|
-
letter-spacing: 0.009375em;
|
22086
|
-
max-width: 100%;
|
22087
|
-
border-radius: 4px;
|
22088
|
-
contain: layout;
|
22089
|
-
flex: 1 0;
|
22090
|
-
grid-area: control;
|
22091
|
-
position: relative;
|
22092
|
-
--v-field-padding-start: 16px;
|
22093
|
-
--v-field-padding-end: 16px;
|
22094
|
-
--v-field-padding-top: 8px;
|
22095
|
-
--v-field-padding-bottom: 4px;
|
22096
|
-
--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
|
22097
|
-
--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
|
22098
|
-
}
|
22099
|
-
.v-field--disabled {
|
22100
|
-
opacity: var(--v-disabled-opacity);
|
22101
|
-
pointer-events: none;
|
22102
|
-
}
|
22103
|
-
.v-field .v-chip {
|
22104
|
-
--v-chip-height: 24px;
|
22105
|
-
}
|
22106
|
-
|
22107
|
-
/* endregion */
|
22108
|
-
/* region MODIFIERS */
|
22109
|
-
.v-field--prepended {
|
22110
|
-
padding-inline-start: 12px;
|
22111
|
-
}
|
22112
|
-
.v-field--appended {
|
22113
|
-
padding-inline-end: 12px;
|
22114
|
-
}
|
22115
|
-
.v-field--variant-solo, .v-field--variant-solo-filled {
|
22116
|
-
background: rgb(var(--v-theme-surface));
|
22117
|
-
border-color: transparent;
|
22118
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22119
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22120
|
-
}
|
22121
|
-
.v-field--variant-solo-inverted {
|
22122
|
-
background: rgb(var(--v-theme-surface));
|
22123
|
-
border-color: transparent;
|
22124
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22125
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22126
|
-
}
|
22127
|
-
.v-field--variant-solo-inverted.v-field--focused {
|
22128
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
22129
|
-
}
|
22130
|
-
.v-field--variant-filled {
|
22131
|
-
border-bottom-left-radius: 0;
|
22132
|
-
border-bottom-right-radius: 0;
|
22133
|
-
}
|
22134
|
-
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
|
22135
|
-
--v-input-control-height: 56px;
|
22136
|
-
--v-field-padding-bottom: 4px;
|
22137
|
-
}
|
22138
|
-
|
22139
|
-
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
|
22140
|
-
--v-input-control-height: 48px;
|
22141
|
-
--v-field-padding-bottom: 0px;
|
22142
|
-
}
|
22143
|
-
|
22144
|
-
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
|
22145
|
-
--v-input-control-height: 40px;
|
22146
|
-
--v-field-padding-bottom: 0px;
|
22147
|
-
}
|
22148
|
-
|
22149
|
-
.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
|
22150
|
-
--v-field-padding-top: 0px;
|
22151
|
-
}
|
22152
|
-
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
|
22153
|
-
--v-field-padding-bottom: 16px;
|
21979
|
+
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
|
21980
|
+
--v-field-padding-bottom: 16px;
|
22154
21981
|
}
|
22155
21982
|
|
22156
21983
|
.v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
|
@@ -22646,36 +22473,210 @@ textarea.v-field__input::placeholder {
|
|
22646
22473
|
opacity: 0;
|
22647
22474
|
}
|
22648
22475
|
|
22649
|
-
/* endregion */.v-
|
22476
|
+
/* endregion */.v-footer {
|
22477
|
+
align-items: center;
|
22650
22478
|
display: flex;
|
22651
|
-
flex
|
22652
|
-
|
22479
|
+
flex: 1 1 auto;
|
22480
|
+
padding: 8px 16px;
|
22481
|
+
position: relative;
|
22482
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22483
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22484
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22485
|
+
border-style: solid;
|
22486
|
+
border-width: 0;
|
22487
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22488
|
+
border-radius: 0;
|
22489
|
+
background: rgb(var(--v-theme-surface));
|
22490
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22653
22491
|
}
|
22654
|
-
.v-
|
22655
|
-
|
22656
|
-
|
22492
|
+
.v-footer--border {
|
22493
|
+
border-width: thin;
|
22494
|
+
box-shadow: none;
|
22657
22495
|
}
|
22658
|
-
|
22659
|
-
|
22660
|
-
display: flex;
|
22661
|
-
flex-direction: column;
|
22662
|
-
overflow-y: auto;
|
22496
|
+
.v-footer--absolute {
|
22497
|
+
position: absolute;
|
22663
22498
|
}
|
22664
|
-
.v-
|
22665
|
-
|
22666
|
-
width: 100%;
|
22499
|
+
.v-footer--fixed {
|
22500
|
+
position: fixed;
|
22667
22501
|
}
|
22668
|
-
|
22502
|
+
.v-footer--rounded {
|
22503
|
+
border-radius: 4px;
|
22504
|
+
}.v-fab {
|
22505
|
+
align-items: center;
|
22506
|
+
display: inline-flex;
|
22507
|
+
flex: 1 1 auto;
|
22508
|
+
pointer-events: none;
|
22509
|
+
position: relative;
|
22510
|
+
transition-duration: 0.2s;
|
22511
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
22512
|
+
vertical-align: middle;
|
22513
|
+
}
|
22514
|
+
.v-fab .v-btn {
|
22515
|
+
pointer-events: auto;
|
22516
|
+
}
|
22517
|
+
.v-fab .v-btn--variant-elevated {
|
22518
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
22519
|
+
}
|
22520
|
+
.v-fab--app, .v-fab--absolute {
|
22521
|
+
display: flex;
|
22522
|
+
}
|
22523
|
+
.v-fab--start, .v-fab--left {
|
22524
|
+
justify-content: flex-start;
|
22525
|
+
}
|
22526
|
+
.v-fab--center {
|
22527
|
+
align-items: center;
|
22528
|
+
justify-content: center;
|
22529
|
+
}
|
22530
|
+
.v-fab--end, .v-fab--right {
|
22531
|
+
justify-content: flex-end;
|
22532
|
+
}
|
22533
|
+
.v-fab--bottom {
|
22534
|
+
align-items: flex-end;
|
22535
|
+
}
|
22536
|
+
.v-fab--top {
|
22537
|
+
align-items: flex-start;
|
22538
|
+
}
|
22539
|
+
.v-fab--extended .v-btn {
|
22540
|
+
border-radius: 9999px !important;
|
22541
|
+
}
|
22542
|
+
|
22543
|
+
.v-fab__container {
|
22544
|
+
align-self: center;
|
22545
|
+
display: inline-flex;
|
22546
|
+
position: absolute;
|
22547
|
+
vertical-align: middle;
|
22548
|
+
}
|
22549
|
+
.v-fab--app .v-fab__container {
|
22550
|
+
margin: 12px;
|
22551
|
+
}
|
22552
|
+
.v-fab--absolute .v-fab__container {
|
22553
|
+
position: absolute;
|
22554
|
+
z-index: 4;
|
22555
|
+
}
|
22556
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
22557
|
+
transform: translateY(-50%);
|
22558
|
+
}
|
22559
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
22560
|
+
transform: translateY(50%);
|
22561
|
+
}
|
22562
|
+
.v-fab--top .v-fab__container {
|
22563
|
+
top: 0;
|
22564
|
+
}
|
22565
|
+
.v-fab--bottom .v-fab__container {
|
22566
|
+
bottom: 0;
|
22567
|
+
}
|
22568
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
22569
|
+
left: 0;
|
22570
|
+
}
|
22571
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
22572
|
+
right: 0;
|
22573
|
+
}.v-file-input--hide.v-input .v-field,
|
22574
|
+
.v-file-input--hide.v-input .v-input__control,
|
22575
|
+
.v-file-input--hide.v-input .v-input__details {
|
22576
|
+
display: none;
|
22577
|
+
}
|
22578
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
22579
|
+
grid-area: control;
|
22580
|
+
margin: 0 auto;
|
22581
|
+
}
|
22582
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
22583
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
22584
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
22585
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
22586
|
+
top: 0px;
|
22587
|
+
}
|
22588
|
+
.v-file-input input[type=file] {
|
22589
|
+
height: 100%;
|
22590
|
+
left: 0;
|
22591
|
+
opacity: 0;
|
22592
|
+
position: absolute;
|
22593
|
+
top: 0;
|
22594
|
+
width: 100%;
|
22595
|
+
z-index: 1;
|
22596
|
+
}
|
22597
|
+
.v-file-input .v-input__details {
|
22598
|
+
padding-inline: 16px;
|
22599
|
+
}
|
22600
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
22601
|
+
padding-inline: 0;
|
22602
|
+
}.v-icon {
|
22603
|
+
--v-icon-size-multiplier: 1;
|
22604
|
+
align-items: center;
|
22605
|
+
display: inline-flex;
|
22606
|
+
font-feature-settings: "liga";
|
22607
|
+
height: 1em;
|
22608
|
+
justify-content: center;
|
22609
|
+
letter-spacing: normal;
|
22610
|
+
line-height: 1;
|
22611
|
+
position: relative;
|
22612
|
+
text-indent: 0;
|
22613
|
+
text-align: center;
|
22614
|
+
-webkit-user-select: none;
|
22615
|
+
user-select: none;
|
22616
|
+
vertical-align: middle;
|
22617
|
+
width: 1em;
|
22618
|
+
min-width: 1em;
|
22619
|
+
}
|
22620
|
+
.v-icon--clickable {
|
22621
|
+
cursor: pointer;
|
22622
|
+
}
|
22623
|
+
.v-icon--disabled {
|
22624
|
+
pointer-events: none;
|
22625
|
+
opacity: 0.38;
|
22626
|
+
}
|
22627
|
+
.v-icon--size-x-small {
|
22628
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
22629
|
+
}
|
22630
|
+
.v-icon--size-small {
|
22631
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
22632
|
+
}
|
22633
|
+
.v-icon--size-default {
|
22634
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
22635
|
+
}
|
22636
|
+
.v-icon--size-large {
|
22637
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
22638
|
+
}
|
22639
|
+
.v-icon--size-x-large {
|
22640
|
+
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
22641
|
+
}
|
22642
|
+
|
22643
|
+
.v-icon__svg {
|
22644
|
+
fill: currentColor;
|
22645
|
+
width: 100%;
|
22646
|
+
height: 100%;
|
22647
|
+
}
|
22648
|
+
|
22649
|
+
.v-icon--start {
|
22650
|
+
margin-inline-end: 8px;
|
22651
|
+
}
|
22652
|
+
|
22653
|
+
.v-icon--end {
|
22654
|
+
margin-inline-start: 8px;
|
22655
|
+
}.v-infinite-scroll--horizontal {
|
22656
|
+
display: flex;
|
22657
|
+
flex-direction: row;
|
22658
|
+
overflow-x: auto;
|
22659
|
+
}
|
22660
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22661
|
+
height: 100%;
|
22662
|
+
width: 1px;
|
22663
|
+
}
|
22664
|
+
|
22665
|
+
.v-infinite-scroll--vertical {
|
22666
|
+
display: flex;
|
22667
|
+
flex-direction: column;
|
22668
|
+
overflow-y: auto;
|
22669
|
+
}
|
22670
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22671
|
+
height: 1px;
|
22672
|
+
width: 100%;
|
22673
|
+
}
|
22674
|
+
|
22669
22675
|
.v-infinite-scroll__side {
|
22670
22676
|
align-items: center;
|
22671
22677
|
display: flex;
|
22672
22678
|
justify-content: center;
|
22673
22679
|
padding: 8px;
|
22674
|
-
}.v-item-group {
|
22675
|
-
flex: 0 1 auto;
|
22676
|
-
max-width: 100%;
|
22677
|
-
position: relative;
|
22678
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22679
22680
|
}.v-img {
|
22680
22681
|
--v-theme-overlay-multiplier: 3;
|
22681
22682
|
z-index: 0;
|
@@ -22712,21 +22713,6 @@ textarea.v-field__input::placeholder {
|
|
22712
22713
|
|
22713
22714
|
.v-img__gradient {
|
22714
22715
|
background-repeat: no-repeat;
|
22715
|
-
}.v-layout {
|
22716
|
-
--v-scrollbar-offset: 0px;
|
22717
|
-
display: flex;
|
22718
|
-
flex: 1 1 auto;
|
22719
|
-
}
|
22720
|
-
.v-layout--full-height {
|
22721
|
-
--v-scrollbar-offset: inherit;
|
22722
|
-
height: 100%;
|
22723
|
-
}.v-layout-item {
|
22724
|
-
position: absolute;
|
22725
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22726
|
-
}
|
22727
|
-
|
22728
|
-
.v-layout-item--absolute {
|
22729
|
-
position: absolute;
|
22730
22716
|
}.v-input {
|
22731
22717
|
display: grid;
|
22732
22718
|
flex: 1 1 auto;
|
@@ -22869,6 +22855,21 @@ textarea.v-field__input::placeholder {
|
|
22869
22855
|
|
22870
22856
|
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22871
22857
|
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22858
|
+
}.v-label {
|
22859
|
+
align-items: center;
|
22860
|
+
color: inherit;
|
22861
|
+
display: inline-flex;
|
22862
|
+
font-size: 1rem;
|
22863
|
+
letter-spacing: 0.009375em;
|
22864
|
+
min-width: 0;
|
22865
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22866
|
+
overflow: hidden;
|
22867
|
+
text-overflow: ellipsis;
|
22868
|
+
white-space: nowrap;
|
22869
|
+
}
|
22870
|
+
|
22871
|
+
.v-label--clickable {
|
22872
|
+
cursor: pointer;
|
22872
22873
|
}.v-list {
|
22873
22874
|
overflow: auto;
|
22874
22875
|
padding: 8px 0;
|
@@ -23426,21 +23427,26 @@ textarea.v-field__input::placeholder {
|
|
23426
23427
|
}
|
23427
23428
|
.v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
|
23428
23429
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23429
|
-
}.v-
|
23430
|
-
|
23431
|
-
|
23432
|
-
|
23433
|
-
|
23434
|
-
|
23435
|
-
|
23436
|
-
|
23437
|
-
|
23438
|
-
|
23439
|
-
|
23430
|
+
}.v-item-group {
|
23431
|
+
flex: 0 1 auto;
|
23432
|
+
max-width: 100%;
|
23433
|
+
position: relative;
|
23434
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23435
|
+
}.v-layout {
|
23436
|
+
--v-scrollbar-offset: 0px;
|
23437
|
+
display: flex;
|
23438
|
+
flex: 1 1 auto;
|
23439
|
+
}
|
23440
|
+
.v-layout--full-height {
|
23441
|
+
--v-scrollbar-offset: inherit;
|
23442
|
+
height: 100%;
|
23443
|
+
}.v-layout-item {
|
23444
|
+
position: absolute;
|
23445
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23440
23446
|
}
|
23441
23447
|
|
23442
|
-
.v-
|
23443
|
-
|
23448
|
+
.v-layout-item--absolute {
|
23449
|
+
position: absolute;
|
23444
23450
|
}.v-locale-provider {
|
23445
23451
|
display: contents;
|
23446
23452
|
}.v-main {
|
@@ -23471,6 +23477,19 @@ textarea.v-field__input::placeholder {
|
|
23471
23477
|
--v-layout-right: 0px;
|
23472
23478
|
--v-layout-top: 0px;
|
23473
23479
|
--v-layout-bottom: 0px;
|
23480
|
+
}.v-menu > .v-overlay__content {
|
23481
|
+
display: flex;
|
23482
|
+
flex-direction: column;
|
23483
|
+
border-radius: 4px;
|
23484
|
+
}
|
23485
|
+
.v-menu > .v-overlay__content > .v-card,
|
23486
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23487
|
+
.v-menu > .v-overlay__content > .v-list {
|
23488
|
+
background: rgb(var(--v-theme-surface));
|
23489
|
+
border-radius: inherit;
|
23490
|
+
overflow: auto;
|
23491
|
+
height: 100%;
|
23492
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23474
23493
|
}.v-messages {
|
23475
23494
|
flex: 1 1 auto;
|
23476
23495
|
font-size: 12px;
|
@@ -23487,121 +23506,6 @@ textarea.v-field__input::placeholder {
|
|
23487
23506
|
-webkit-hyphens: auto;
|
23488
23507
|
hyphens: auto;
|
23489
23508
|
transition-duration: 150ms;
|
23490
|
-
}.v-navigation-drawer {
|
23491
|
-
-webkit-overflow-scrolling: touch;
|
23492
|
-
background: rgb(var(--v-theme-surface));
|
23493
|
-
display: flex;
|
23494
|
-
flex-direction: column;
|
23495
|
-
height: 100%;
|
23496
|
-
max-width: 100%;
|
23497
|
-
pointer-events: auto;
|
23498
|
-
transition-duration: 0.2s;
|
23499
|
-
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
23500
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
23501
|
-
position: absolute;
|
23502
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23503
|
-
border-style: solid;
|
23504
|
-
border-width: 0;
|
23505
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23506
|
-
background: rgb(var(--v-theme-surface));
|
23507
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23508
|
-
}
|
23509
|
-
.v-navigation-drawer--border {
|
23510
|
-
border-width: thin;
|
23511
|
-
box-shadow: none;
|
23512
|
-
}
|
23513
|
-
.v-navigation-drawer--rounded {
|
23514
|
-
border-radius: 4px;
|
23515
|
-
}
|
23516
|
-
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
23517
|
-
max-height: -webkit-fill-available;
|
23518
|
-
overflow-y: auto;
|
23519
|
-
}
|
23520
|
-
.v-navigation-drawer--top {
|
23521
|
-
top: 0;
|
23522
|
-
border-bottom-width: thin;
|
23523
|
-
}
|
23524
|
-
.v-navigation-drawer--bottom {
|
23525
|
-
left: 0;
|
23526
|
-
border-top-width: thin;
|
23527
|
-
}
|
23528
|
-
.v-navigation-drawer--left {
|
23529
|
-
top: 0;
|
23530
|
-
left: 0;
|
23531
|
-
right: auto;
|
23532
|
-
border-right-width: thin;
|
23533
|
-
}
|
23534
|
-
.v-navigation-drawer--right {
|
23535
|
-
top: 0;
|
23536
|
-
left: auto;
|
23537
|
-
right: 0;
|
23538
|
-
border-left-width: thin;
|
23539
|
-
}
|
23540
|
-
.v-navigation-drawer--floating {
|
23541
|
-
border: none;
|
23542
|
-
}
|
23543
|
-
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
23544
|
-
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23545
|
-
}
|
23546
|
-
.v-navigation-drawer--sticky {
|
23547
|
-
height: auto;
|
23548
|
-
transition: box-shadow, transform, visibility, width, height, left, right;
|
23549
|
-
}
|
23550
|
-
.v-navigation-drawer .v-list {
|
23551
|
-
overflow: hidden;
|
23552
|
-
}
|
23553
|
-
|
23554
|
-
.v-navigation-drawer__content {
|
23555
|
-
flex: 0 1 auto;
|
23556
|
-
height: 100%;
|
23557
|
-
max-width: 100%;
|
23558
|
-
overflow-x: hidden;
|
23559
|
-
overflow-y: auto;
|
23560
|
-
}
|
23561
|
-
|
23562
|
-
.v-navigation-drawer__img {
|
23563
|
-
height: 100%;
|
23564
|
-
left: 0;
|
23565
|
-
position: absolute;
|
23566
|
-
top: 0;
|
23567
|
-
width: 100%;
|
23568
|
-
z-index: -1;
|
23569
|
-
}
|
23570
|
-
.v-navigation-drawer__img img:not(.v-img__img) {
|
23571
|
-
height: inherit;
|
23572
|
-
object-fit: cover;
|
23573
|
-
width: inherit;
|
23574
|
-
}
|
23575
|
-
|
23576
|
-
.v-navigation-drawer__scrim {
|
23577
|
-
position: absolute;
|
23578
|
-
top: 0;
|
23579
|
-
left: 0;
|
23580
|
-
width: 100%;
|
23581
|
-
height: 100%;
|
23582
|
-
background: black;
|
23583
|
-
opacity: 0.2;
|
23584
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23585
|
-
z-index: 1;
|
23586
|
-
}
|
23587
|
-
|
23588
|
-
.v-navigation-drawer__prepend,
|
23589
|
-
.v-navigation-drawer__append {
|
23590
|
-
flex: none;
|
23591
|
-
overflow: hidden;
|
23592
|
-
}.v-menu > .v-overlay__content {
|
23593
|
-
display: flex;
|
23594
|
-
flex-direction: column;
|
23595
|
-
border-radius: 4px;
|
23596
|
-
}
|
23597
|
-
.v-menu > .v-overlay__content > .v-card,
|
23598
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23599
|
-
.v-menu > .v-overlay__content > .v-list {
|
23600
|
-
background: rgb(var(--v-theme-surface));
|
23601
|
-
border-radius: inherit;
|
23602
|
-
overflow: auto;
|
23603
|
-
height: 100%;
|
23604
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23605
23509
|
}.v-overlay-container {
|
23606
23510
|
contain: layout;
|
23607
23511
|
left: 0;
|
@@ -23665,14 +23569,6 @@ html.v-overlay-scroll-blocked {
|
|
23665
23569
|
|
23666
23570
|
.v-overlay--scroll-blocked {
|
23667
23571
|
padding-inline-end: var(--v-scrollbar-offset);
|
23668
|
-
}.v-pagination__list {
|
23669
|
-
display: inline-flex;
|
23670
|
-
list-style-type: none;
|
23671
|
-
justify-content: center;
|
23672
|
-
width: 100%;
|
23673
|
-
}
|
23674
|
-
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23675
|
-
margin: 0.3rem;
|
23676
23572
|
}.v-otp-input {
|
23677
23573
|
border-radius: 4px;
|
23678
23574
|
align-items: center;
|
@@ -23735,6 +23631,108 @@ html.v-overlay-scroll-blocked {
|
|
23735
23631
|
}
|
23736
23632
|
.v-parallax--active > .v-img__img {
|
23737
23633
|
will-change: transform;
|
23634
|
+
}.v-navigation-drawer {
|
23635
|
+
-webkit-overflow-scrolling: touch;
|
23636
|
+
background: rgb(var(--v-theme-surface));
|
23637
|
+
display: flex;
|
23638
|
+
flex-direction: column;
|
23639
|
+
height: 100%;
|
23640
|
+
max-width: 100%;
|
23641
|
+
pointer-events: auto;
|
23642
|
+
transition-duration: 0.2s;
|
23643
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
23644
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
23645
|
+
position: absolute;
|
23646
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
23647
|
+
border-style: solid;
|
23648
|
+
border-width: 0;
|
23649
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23650
|
+
background: rgb(var(--v-theme-surface));
|
23651
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
23652
|
+
}
|
23653
|
+
.v-navigation-drawer--border {
|
23654
|
+
border-width: thin;
|
23655
|
+
box-shadow: none;
|
23656
|
+
}
|
23657
|
+
.v-navigation-drawer--rounded {
|
23658
|
+
border-radius: 4px;
|
23659
|
+
}
|
23660
|
+
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
23661
|
+
max-height: -webkit-fill-available;
|
23662
|
+
overflow-y: auto;
|
23663
|
+
}
|
23664
|
+
.v-navigation-drawer--top {
|
23665
|
+
top: 0;
|
23666
|
+
border-bottom-width: thin;
|
23667
|
+
}
|
23668
|
+
.v-navigation-drawer--bottom {
|
23669
|
+
left: 0;
|
23670
|
+
border-top-width: thin;
|
23671
|
+
}
|
23672
|
+
.v-navigation-drawer--left {
|
23673
|
+
top: 0;
|
23674
|
+
left: 0;
|
23675
|
+
right: auto;
|
23676
|
+
border-right-width: thin;
|
23677
|
+
}
|
23678
|
+
.v-navigation-drawer--right {
|
23679
|
+
top: 0;
|
23680
|
+
left: auto;
|
23681
|
+
right: 0;
|
23682
|
+
border-left-width: thin;
|
23683
|
+
}
|
23684
|
+
.v-navigation-drawer--floating {
|
23685
|
+
border: none;
|
23686
|
+
}
|
23687
|
+
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
23688
|
+
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23689
|
+
}
|
23690
|
+
.v-navigation-drawer--sticky {
|
23691
|
+
height: auto;
|
23692
|
+
transition: box-shadow, transform, visibility, width, height, left, right;
|
23693
|
+
}
|
23694
|
+
.v-navigation-drawer .v-list {
|
23695
|
+
overflow: hidden;
|
23696
|
+
}
|
23697
|
+
|
23698
|
+
.v-navigation-drawer__content {
|
23699
|
+
flex: 0 1 auto;
|
23700
|
+
height: 100%;
|
23701
|
+
max-width: 100%;
|
23702
|
+
overflow-x: hidden;
|
23703
|
+
overflow-y: auto;
|
23704
|
+
}
|
23705
|
+
|
23706
|
+
.v-navigation-drawer__img {
|
23707
|
+
height: 100%;
|
23708
|
+
left: 0;
|
23709
|
+
position: absolute;
|
23710
|
+
top: 0;
|
23711
|
+
width: 100%;
|
23712
|
+
z-index: -1;
|
23713
|
+
}
|
23714
|
+
.v-navigation-drawer__img img:not(.v-img__img) {
|
23715
|
+
height: inherit;
|
23716
|
+
object-fit: cover;
|
23717
|
+
width: inherit;
|
23718
|
+
}
|
23719
|
+
|
23720
|
+
.v-navigation-drawer__scrim {
|
23721
|
+
position: absolute;
|
23722
|
+
top: 0;
|
23723
|
+
left: 0;
|
23724
|
+
width: 100%;
|
23725
|
+
height: 100%;
|
23726
|
+
background: black;
|
23727
|
+
opacity: 0.2;
|
23728
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23729
|
+
z-index: 1;
|
23730
|
+
}
|
23731
|
+
|
23732
|
+
.v-navigation-drawer__prepend,
|
23733
|
+
.v-navigation-drawer__append {
|
23734
|
+
flex: none;
|
23735
|
+
overflow: hidden;
|
23738
23736
|
}.v-progress-circular {
|
23739
23737
|
align-items: center;
|
23740
23738
|
display: inline-flex;
|
@@ -23837,6 +23835,14 @@ html.v-overlay-scroll-blocked {
|
|
23837
23835
|
100% {
|
23838
23836
|
transform: rotate(270deg);
|
23839
23837
|
}
|
23838
|
+
}.v-pagination__list {
|
23839
|
+
display: inline-flex;
|
23840
|
+
list-style-type: none;
|
23841
|
+
justify-content: center;
|
23842
|
+
width: 100%;
|
23843
|
+
}
|
23844
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23845
|
+
margin: 0.3rem;
|
23840
23846
|
}.v-progress-linear {
|
23841
23847
|
background: transparent;
|
23842
23848
|
overflow: hidden;
|
@@ -24048,29 +24054,74 @@ html.v-overlay-scroll-blocked {
|
|
24048
24054
|
0% {
|
24049
24055
|
background-position-x: var(--v-progress-linear-height);
|
24050
24056
|
}
|
24051
|
-
}.v-
|
24052
|
-
|
24053
|
-
|
24054
|
-
|
24055
|
-
|
24056
|
-
}
|
24057
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24058
|
-
padding-inline-start: 6px;
|
24059
|
-
margin-top: 8px;
|
24060
|
-
}
|
24061
|
-
.v-radio-group .v-input__details {
|
24062
|
-
padding-inline: 16px;
|
24063
|
-
}.v-rating {
|
24064
|
-
max-width: 100%;
|
24065
|
-
display: inline-flex;
|
24066
|
-
white-space: nowrap;
|
24057
|
+
}.v-slider .v-slider__container input {
|
24058
|
+
cursor: default;
|
24059
|
+
padding: 0;
|
24060
|
+
width: 100%;
|
24061
|
+
display: none;
|
24067
24062
|
}
|
24068
|
-
.v-
|
24069
|
-
|
24063
|
+
.v-slider > .v-input__append,
|
24064
|
+
.v-slider > .v-input__prepend {
|
24065
|
+
padding: 0;
|
24070
24066
|
}
|
24071
24067
|
|
24072
|
-
.v-
|
24073
|
-
|
24068
|
+
.v-slider__container {
|
24069
|
+
position: relative;
|
24070
|
+
min-height: inherit;
|
24071
|
+
width: 100%;
|
24072
|
+
height: 100%;
|
24073
|
+
display: flex;
|
24074
|
+
justify-content: center;
|
24075
|
+
align-items: center;
|
24076
|
+
cursor: pointer;
|
24077
|
+
}
|
24078
|
+
.v-input--disabled .v-slider__container {
|
24079
|
+
opacity: var(--v-disabled-opacity);
|
24080
|
+
}
|
24081
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
24082
|
+
color: rgb(var(--v-theme-error));
|
24083
|
+
}
|
24084
|
+
|
24085
|
+
.v-slider.v-input--horizontal {
|
24086
|
+
align-items: center;
|
24087
|
+
margin-inline: 8px 8px;
|
24088
|
+
}
|
24089
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
24090
|
+
min-height: 32px;
|
24091
|
+
display: flex;
|
24092
|
+
align-items: center;
|
24093
|
+
}
|
24094
|
+
|
24095
|
+
.v-slider.v-input--vertical {
|
24096
|
+
justify-content: center;
|
24097
|
+
margin-top: 12px;
|
24098
|
+
margin-bottom: 12px;
|
24099
|
+
}
|
24100
|
+
.v-slider.v-input--vertical > .v-input__control {
|
24101
|
+
min-height: 300px;
|
24102
|
+
}
|
24103
|
+
|
24104
|
+
.v-slider.v-input--disabled {
|
24105
|
+
pointer-events: none;
|
24106
|
+
}
|
24107
|
+
|
24108
|
+
.v-slider--has-labels > .v-input__control {
|
24109
|
+
margin-bottom: 4px;
|
24110
|
+
}
|
24111
|
+
|
24112
|
+
.v-slider__label {
|
24113
|
+
margin-inline-end: 12px;
|
24114
|
+
}.v-rating {
|
24115
|
+
max-width: 100%;
|
24116
|
+
display: inline-flex;
|
24117
|
+
white-space: nowrap;
|
24118
|
+
}
|
24119
|
+
.v-rating--readonly {
|
24120
|
+
pointer-events: none;
|
24121
|
+
}
|
24122
|
+
|
24123
|
+
.v-rating__wrapper {
|
24124
|
+
align-items: center;
|
24074
24125
|
display: inline-flex;
|
24075
24126
|
flex-direction: column;
|
24076
24127
|
}
|
@@ -24114,89 +24165,74 @@ html.v-overlay-scroll-blocked {
|
|
24114
24165
|
opacity: 0;
|
24115
24166
|
position: absolute;
|
24116
24167
|
width: 0;
|
24117
|
-
}.v-
|
24118
|
-
|
24119
|
-
|
24120
|
-
|
24121
|
-
display: none;
|
24122
|
-
}
|
24123
|
-
.v-slider > .v-input__append,
|
24124
|
-
.v-slider > .v-input__prepend {
|
24125
|
-
padding: 0;
|
24168
|
+
}.v-select .v-field .v-text-field__prefix,
|
24169
|
+
.v-select .v-field .v-text-field__suffix,
|
24170
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
24171
|
+
cursor: pointer;
|
24126
24172
|
}
|
24127
|
-
|
24128
|
-
|
24129
|
-
|
24130
|
-
|
24173
|
+
.v-select .v-field .v-field__input > input {
|
24174
|
+
align-self: flex-start;
|
24175
|
+
opacity: 1;
|
24176
|
+
flex: 0 0;
|
24177
|
+
position: absolute;
|
24131
24178
|
width: 100%;
|
24132
|
-
|
24133
|
-
|
24134
|
-
|
24135
|
-
align-items: center;
|
24136
|
-
cursor: pointer;
|
24179
|
+
transition: none;
|
24180
|
+
pointer-events: none;
|
24181
|
+
caret-color: transparent;
|
24137
24182
|
}
|
24138
|
-
.v-
|
24139
|
-
|
24183
|
+
.v-select .v-field--dirty .v-select__selection {
|
24184
|
+
margin-inline-end: 2px;
|
24140
24185
|
}
|
24141
|
-
.v-
|
24142
|
-
|
24186
|
+
.v-select .v-select__selection-text {
|
24187
|
+
overflow: hidden;
|
24188
|
+
text-overflow: ellipsis;
|
24189
|
+
white-space: nowrap;
|
24143
24190
|
}
|
24144
|
-
|
24145
|
-
|
24146
|
-
|
24147
|
-
|
24191
|
+
.v-select__content {
|
24192
|
+
overflow: hidden;
|
24193
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24194
|
+
border-radius: 4px;
|
24148
24195
|
}
|
24149
|
-
.v-
|
24150
|
-
|
24151
|
-
display: flex;
|
24196
|
+
.v-select__selection {
|
24197
|
+
display: inline-flex;
|
24152
24198
|
align-items: center;
|
24199
|
+
letter-spacing: inherit;
|
24200
|
+
line-height: inherit;
|
24201
|
+
max-width: 100%;
|
24153
24202
|
}
|
24154
|
-
|
24155
|
-
|
24156
|
-
justify-content: center;
|
24157
|
-
margin-top: 12px;
|
24158
|
-
margin-bottom: 12px;
|
24159
|
-
}
|
24160
|
-
.v-slider.v-input--vertical > .v-input__control {
|
24161
|
-
min-height: 300px;
|
24203
|
+
.v-select .v-select__selection:first-child {
|
24204
|
+
margin-inline-start: 0;
|
24162
24205
|
}
|
24163
|
-
|
24164
|
-
|
24165
|
-
pointer-events: none;
|
24206
|
+
.v-select--selected .v-field .v-field__input > input {
|
24207
|
+
opacity: 0;
|
24166
24208
|
}
|
24167
|
-
|
24168
|
-
|
24169
|
-
|
24209
|
+
.v-select__menu-icon {
|
24210
|
+
margin-inline-start: 4px;
|
24211
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24170
24212
|
}
|
24171
|
-
|
24172
|
-
|
24173
|
-
|
24174
|
-
}.v-
|
24175
|
-
|
24176
|
-
flex: 1 0 auto;
|
24177
|
-
max-height: 100%;
|
24178
|
-
max-width: 100%;
|
24179
|
-
overflow: hidden;
|
24180
|
-
position: relative;
|
24213
|
+
.v-select--active-menu .v-select__menu-icon {
|
24214
|
+
opacity: var(--v-high-emphasis-opacity);
|
24215
|
+
transform: rotate(180deg);
|
24216
|
+
}.v-radio-group > .v-input__control {
|
24217
|
+
flex-direction: column;
|
24181
24218
|
}
|
24182
|
-
.v-
|
24183
|
-
|
24184
|
-
flex: 0 0 auto;
|
24219
|
+
.v-radio-group > .v-input__control > .v-label {
|
24220
|
+
margin-inline-start: 16px;
|
24185
24221
|
}
|
24186
|
-
|
24187
|
-
|
24188
|
-
|
24189
|
-
max-width: 100%;
|
24222
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24223
|
+
padding-inline-start: 6px;
|
24224
|
+
margin-top: 8px;
|
24190
24225
|
}
|
24191
|
-
|
24192
|
-
|
24193
|
-
|
24226
|
+
.v-radio-group .v-input__details {
|
24227
|
+
padding-inline: 16px;
|
24228
|
+
}.v-selection-control-group {
|
24229
|
+
grid-area: control;
|
24230
|
+
display: flex;
|
24231
|
+
flex-direction: column;
|
24194
24232
|
}
|
24195
|
-
|
24196
|
-
|
24197
|
-
flex:
|
24198
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24199
|
-
pointer-events: none;
|
24233
|
+
.v-selection-control-group--inline {
|
24234
|
+
flex-direction: row;
|
24235
|
+
flex-wrap: wrap;
|
24200
24236
|
}.v-selection-control {
|
24201
24237
|
align-items: center;
|
24202
24238
|
contain: layout;
|
@@ -24298,62 +24334,32 @@ html.v-overlay-scroll-blocked {
|
|
24298
24334
|
}
|
24299
24335
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24300
24336
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24301
|
-
}.v-
|
24302
|
-
|
24303
|
-
|
24304
|
-
|
24305
|
-
|
24306
|
-
.v-select .v-field .v-field__input > input {
|
24307
|
-
align-self: flex-start;
|
24308
|
-
opacity: 1;
|
24309
|
-
flex: 0 0;
|
24310
|
-
position: absolute;
|
24311
|
-
width: 100%;
|
24312
|
-
transition: none;
|
24313
|
-
pointer-events: none;
|
24314
|
-
caret-color: transparent;
|
24315
|
-
}
|
24316
|
-
.v-select .v-field--dirty .v-select__selection {
|
24317
|
-
margin-inline-end: 2px;
|
24318
|
-
}
|
24319
|
-
.v-select .v-select__selection-text {
|
24320
|
-
overflow: hidden;
|
24321
|
-
text-overflow: ellipsis;
|
24322
|
-
white-space: nowrap;
|
24323
|
-
}
|
24324
|
-
.v-select__content {
|
24337
|
+
}.v-responsive {
|
24338
|
+
display: flex;
|
24339
|
+
flex: 1 0 auto;
|
24340
|
+
max-height: 100%;
|
24341
|
+
max-width: 100%;
|
24325
24342
|
overflow: hidden;
|
24326
|
-
|
24327
|
-
border-radius: 4px;
|
24343
|
+
position: relative;
|
24328
24344
|
}
|
24329
|
-
.v-
|
24345
|
+
.v-responsive--inline {
|
24330
24346
|
display: inline-flex;
|
24331
|
-
|
24332
|
-
letter-spacing: inherit;
|
24333
|
-
line-height: inherit;
|
24334
|
-
max-width: 100%;
|
24335
|
-
}
|
24336
|
-
.v-select .v-select__selection:first-child {
|
24337
|
-
margin-inline-start: 0;
|
24338
|
-
}
|
24339
|
-
.v-select--selected .v-field .v-field__input > input {
|
24340
|
-
opacity: 0;
|
24347
|
+
flex: 0 0 auto;
|
24341
24348
|
}
|
24342
|
-
|
24343
|
-
|
24344
|
-
|
24349
|
+
|
24350
|
+
.v-responsive__content {
|
24351
|
+
flex: 1 0 0px;
|
24352
|
+
max-width: 100%;
|
24345
24353
|
}
|
24346
|
-
|
24347
|
-
|
24348
|
-
|
24349
|
-
}.v-selection-control-group {
|
24350
|
-
grid-area: control;
|
24351
|
-
display: flex;
|
24352
|
-
flex-direction: column;
|
24354
|
+
|
24355
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
24356
|
+
margin-inline-start: -100%;
|
24353
24357
|
}
|
24354
|
-
|
24355
|
-
|
24356
|
-
flex
|
24358
|
+
|
24359
|
+
.v-responsive__sizer {
|
24360
|
+
flex: 1 0 0px;
|
24361
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24362
|
+
pointer-events: none;
|
24357
24363
|
}.v-skeleton-loader {
|
24358
24364
|
align-items: center;
|
24359
24365
|
background: rgb(var(--v-theme-surface));
|
@@ -24577,34 +24583,6 @@ html.v-overlay-scroll-blocked {
|
|
24577
24583
|
100% {
|
24578
24584
|
transform: translateX(100%);
|
24579
24585
|
}
|
24580
|
-
}.v-sheet {
|
24581
|
-
display: block;
|
24582
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24583
|
-
border-style: solid;
|
24584
|
-
border-width: 0;
|
24585
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24586
|
-
border-radius: 0;
|
24587
|
-
background: rgb(var(--v-theme-surface));
|
24588
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24589
|
-
}
|
24590
|
-
.v-sheet--border {
|
24591
|
-
border-width: thin;
|
24592
|
-
box-shadow: none;
|
24593
|
-
}
|
24594
|
-
.v-sheet--absolute {
|
24595
|
-
position: absolute;
|
24596
|
-
}
|
24597
|
-
.v-sheet--fixed {
|
24598
|
-
position: fixed;
|
24599
|
-
}
|
24600
|
-
.v-sheet--relative {
|
24601
|
-
position: relative;
|
24602
|
-
}
|
24603
|
-
.v-sheet--sticky {
|
24604
|
-
position: sticky;
|
24605
|
-
}
|
24606
|
-
.v-sheet--rounded {
|
24607
|
-
border-radius: 4px;
|
24608
24586
|
}.v-slide-group {
|
24609
24587
|
display: flex;
|
24610
24588
|
overflow: hidden;
|
@@ -24660,6 +24638,34 @@ html.v-overlay-scroll-blocked {
|
|
24660
24638
|
.v-slide-group--vertical .v-slide-group__container {
|
24661
24639
|
overflow-x: hidden;
|
24662
24640
|
overflow-y: auto;
|
24641
|
+
}.v-sheet {
|
24642
|
+
display: block;
|
24643
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24644
|
+
border-style: solid;
|
24645
|
+
border-width: 0;
|
24646
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24647
|
+
border-radius: 0;
|
24648
|
+
background: rgb(var(--v-theme-surface));
|
24649
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24650
|
+
}
|
24651
|
+
.v-sheet--border {
|
24652
|
+
border-width: thin;
|
24653
|
+
box-shadow: none;
|
24654
|
+
}
|
24655
|
+
.v-sheet--absolute {
|
24656
|
+
position: absolute;
|
24657
|
+
}
|
24658
|
+
.v-sheet--fixed {
|
24659
|
+
position: fixed;
|
24660
|
+
}
|
24661
|
+
.v-sheet--relative {
|
24662
|
+
position: relative;
|
24663
|
+
}
|
24664
|
+
.v-sheet--sticky {
|
24665
|
+
position: sticky;
|
24666
|
+
}
|
24667
|
+
.v-sheet--rounded {
|
24668
|
+
border-radius: 4px;
|
24663
24669
|
}.v-snackbar {
|
24664
24670
|
justify-content: center;
|
24665
24671
|
z-index: 10000;
|
@@ -24798,186 +24804,206 @@ html.v-overlay-scroll-blocked {
|
|
24798
24804
|
}
|
24799
24805
|
.v-snackbar-transition-leave-to {
|
24800
24806
|
opacity: 0;
|
24801
|
-
}.v-
|
24802
|
-
|
24807
|
+
}.v-stepper.v-sheet {
|
24808
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24809
|
+
border-radius: 4px;
|
24810
|
+
overflow: hidden;
|
24811
|
+
}
|
24812
|
+
.v-stepper.v-sheet.v-stepper--flat {
|
24813
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24803
24814
|
}
|
24804
24815
|
|
24805
|
-
.v-
|
24816
|
+
.v-stepper-header {
|
24817
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24818
|
+
align-items: center;
|
24806
24819
|
display: flex;
|
24820
|
+
position: relative;
|
24821
|
+
overflow-x: auto;
|
24822
|
+
justify-content: space-between;
|
24823
|
+
z-index: 1;
|
24807
24824
|
}
|
24808
|
-
.v-
|
24809
|
-
|
24825
|
+
.v-stepper-header .v-divider {
|
24826
|
+
margin: 0 -16px;
|
24810
24827
|
}
|
24811
|
-
|
24812
|
-
|
24813
|
-
.v-switch__thumb {
|
24814
|
-
transition: none;
|
24828
|
+
.v-stepper-header .v-divider:last-child {
|
24829
|
+
margin-inline-end: 0;
|
24815
24830
|
}
|
24816
|
-
.v-
|
24817
|
-
|
24818
|
-
background-color: rgb(var(--v-theme-error));
|
24819
|
-
color: rgb(var(--v-theme-on-error));
|
24831
|
+
.v-stepper-header .v-divider:first-child {
|
24832
|
+
margin-inline-start: 0;
|
24820
24833
|
}
|
24821
|
-
|
24822
|
-
|
24823
|
-
margin-inline-end: auto;
|
24834
|
+
.v-stepper--alt-labels .v-stepper-header {
|
24835
|
+
height: auto;
|
24824
24836
|
}
|
24825
|
-
.v-
|
24826
|
-
|
24837
|
+
.v-stepper--alt-labels .v-stepper-header .v-divider {
|
24838
|
+
align-self: flex-start;
|
24839
|
+
margin: 35px -67px 0;
|
24827
24840
|
}
|
24828
24841
|
|
24829
|
-
.v-
|
24830
|
-
margin
|
24831
|
-
}
|
24832
|
-
.v-selection-control--dirty .v-switch__track-false {
|
24833
|
-
opacity: 0;
|
24842
|
+
.v-stepper-window {
|
24843
|
+
margin: 1.5rem;
|
24834
24844
|
}
|
24835
24845
|
|
24836
|
-
.v-
|
24837
|
-
display:
|
24846
|
+
.v-stepper-actions {
|
24847
|
+
display: flex;
|
24838
24848
|
align-items: center;
|
24839
|
-
|
24840
|
-
padding:
|
24841
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
24842
|
-
border-radius: 9999px;
|
24843
|
-
height: 14px;
|
24844
|
-
opacity: 0.6;
|
24845
|
-
min-width: 36px;
|
24846
|
-
cursor: pointer;
|
24847
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24849
|
+
justify-content: space-between;
|
24850
|
+
padding: 1rem;
|
24848
24851
|
}
|
24849
|
-
.v-
|
24850
|
-
|
24851
|
-
font-size: 0.75rem;
|
24852
|
-
height: 32px;
|
24853
|
-
min-width: 52px;
|
24852
|
+
.v-stepper .v-stepper-actions {
|
24853
|
+
padding: 0 1.5rem 1rem;
|
24854
24854
|
}
|
24855
|
-
|
24856
|
-
.
|
24855
|
+
.v-stepper-window-item .v-stepper-actions {
|
24856
|
+
padding: 1.5rem 0 0;
|
24857
|
+
}.v-stepper-item {
|
24857
24858
|
align-items: center;
|
24858
|
-
|
24859
|
-
|
24860
|
-
|
24861
|
-
|
24862
|
-
|
24863
|
-
|
24864
|
-
justify-content: center;
|
24865
|
-
width: 20px;
|
24866
|
-
pointer-events: none;
|
24867
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24859
|
+
align-self: stretch;
|
24860
|
+
display: inline-flex;
|
24861
|
+
flex: none;
|
24862
|
+
outline: none;
|
24863
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24864
|
+
padding: 1.5rem;
|
24868
24865
|
position: relative;
|
24869
|
-
|
24866
|
+
transition-duration: 0.2s;
|
24867
|
+
transition-property: opacity;
|
24868
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
24870
24869
|
}
|
24871
|
-
.v-
|
24872
|
-
|
24870
|
+
.v-stepper-item:hover > .v-stepper-item__overlay {
|
24871
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
24873
24872
|
}
|
24874
|
-
.v-
|
24875
|
-
|
24876
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24877
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24873
|
+
.v-stepper-item:focus-visible > .v-stepper-item__overlay {
|
24874
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24878
24875
|
}
|
24879
|
-
|
24880
|
-
|
24881
|
-
|
24882
|
-
|
24876
|
+
@supports not selector(:focus-visible) {
|
24877
|
+
.v-stepper-item:focus > .v-stepper-item__overlay {
|
24878
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24879
|
+
}
|
24883
24880
|
}
|
24884
|
-
.v-
|
24885
|
-
|
24881
|
+
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
24882
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
24886
24883
|
}
|
24887
|
-
.v-
|
24888
|
-
|
24889
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
24884
|
+
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
24885
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
24890
24886
|
}
|
24891
|
-
|
24892
|
-
|
24893
|
-
flex: 0 1 auto;
|
24887
|
+
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
24888
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
24894
24889
|
}
|
24895
|
-
|
24896
|
-
|
24890
|
+
@supports not selector(:focus-visible) {
|
24891
|
+
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
24892
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
24893
|
+
}
|
24897
24894
|
}
|
24898
|
-
.v-
|
24899
|
-
|
24900
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
24901
|
-
position: absolute;
|
24895
|
+
.v-stepper--non-linear .v-stepper-item {
|
24896
|
+
opacity: var(--v-high-emphasis-opacity);
|
24902
24897
|
}
|
24903
|
-
.v-
|
24904
|
-
|
24898
|
+
.v-stepper-item--selected {
|
24899
|
+
opacity: 1;
|
24905
24900
|
}
|
24906
|
-
|
24907
|
-
|
24908
|
-
transform: translateX(10px);
|
24901
|
+
.v-stepper-item--error {
|
24902
|
+
color: rgb(var(--v-theme-error));
|
24909
24903
|
}
|
24910
|
-
|
24911
|
-
|
24912
|
-
|
24904
|
+
.v-stepper-item--disabled {
|
24905
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24906
|
+
pointer-events: none;
|
24913
24907
|
}
|
24914
|
-
.v-
|
24915
|
-
|
24908
|
+
.v-stepper--alt-labels .v-stepper-item {
|
24909
|
+
flex-direction: column;
|
24910
|
+
justify-content: flex-start;
|
24911
|
+
align-items: center;
|
24912
|
+
flex-basis: 175px;
|
24916
24913
|
}
|
24917
24914
|
|
24918
|
-
.v-
|
24919
|
-
|
24915
|
+
.v-stepper-item__avatar.v-avatar {
|
24916
|
+
background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
|
24917
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24918
|
+
font-size: 0.75rem;
|
24919
|
+
margin-inline-end: 8px;
|
24920
|
+
}
|
24921
|
+
.v-stepper-item__avatar.v-avatar .v-icon {
|
24922
|
+
font-size: 0.875rem;
|
24923
|
+
}
|
24924
|
+
.v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
|
24925
|
+
background: rgb(var(--v-theme-surface-variant));
|
24926
|
+
}
|
24927
|
+
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
24928
|
+
background: rgb(var(--v-theme-error));
|
24929
|
+
}
|
24930
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
24931
|
+
margin-bottom: 16px;
|
24932
|
+
margin-inline-end: 0;
|
24920
24933
|
}
|
24921
24934
|
|
24922
|
-
.v-
|
24923
|
-
|
24935
|
+
.v-stepper-item__title {
|
24936
|
+
line-height: 1;
|
24924
24937
|
}
|
24925
|
-
.v-
|
24926
|
-
|
24927
|
-
box-shadow: none;
|
24938
|
+
.v-stepper--mobile .v-stepper-item__title {
|
24939
|
+
display: none;
|
24928
24940
|
}
|
24929
|
-
|
24930
|
-
|
24941
|
+
|
24942
|
+
.v-stepper-item__subtitle {
|
24943
|
+
font-size: 0.75rem;
|
24944
|
+
text-align: left;
|
24945
|
+
line-height: 1;
|
24946
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24931
24947
|
}
|
24932
|
-
.v-
|
24933
|
-
|
24948
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
24949
|
+
text-align: center;
|
24934
24950
|
}
|
24935
|
-
.v-
|
24936
|
-
|
24951
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
24952
|
+
display: none;
|
24937
24953
|
}
|
24938
24954
|
|
24939
|
-
|
24940
|
-
|
24941
|
-
|
24942
|
-
|
24943
|
-
.
|
24944
|
-
|
24945
|
-
|
24946
|
-
|
24947
|
-
|
24948
|
-
|
24949
|
-
|
24950
|
-
|
24951
|
-
|
24952
|
-
|
24953
|
-
|
24954
|
-
|
24955
|
-
|
24956
|
-
|
24957
|
-
|
24958
|
-
|
24959
|
-
|
24960
|
-
|
24961
|
-
|
24962
|
-
|
24963
|
-
|
24964
|
-
|
24965
|
-
|
24966
|
-
|
24967
|
-
|
24968
|
-
|
24969
|
-
|
24970
|
-
|
24971
|
-
|
24972
|
-
|
24973
|
-
|
24974
|
-
|
24975
|
-
|
24976
|
-
|
24977
|
-
|
24978
|
-
|
24979
|
-
|
24980
|
-
|
24955
|
+
.v-stepper-item__overlay {
|
24956
|
+
background-color: currentColor;
|
24957
|
+
border-radius: inherit;
|
24958
|
+
opacity: 0;
|
24959
|
+
transition: opacity 0.2s ease-in-out;
|
24960
|
+
}
|
24961
|
+
|
24962
|
+
.v-stepper-item__overlay,
|
24963
|
+
.v-stepper-item__underlay {
|
24964
|
+
position: absolute;
|
24965
|
+
top: 0;
|
24966
|
+
left: 0;
|
24967
|
+
width: 100%;
|
24968
|
+
height: 100%;
|
24969
|
+
pointer-events: none;
|
24970
|
+
}.v-system-bar {
|
24971
|
+
align-items: center;
|
24972
|
+
display: flex;
|
24973
|
+
flex: 1 1 auto;
|
24974
|
+
height: 24px;
|
24975
|
+
justify-content: flex-end;
|
24976
|
+
max-width: 100%;
|
24977
|
+
padding-inline: 8px;
|
24978
|
+
position: relative;
|
24979
|
+
text-align: end;
|
24980
|
+
width: 100%;
|
24981
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24982
|
+
background: rgba(var(--v-theme-surface-light));
|
24983
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
24984
|
+
font-size: 0.75rem;
|
24985
|
+
font-weight: 400;
|
24986
|
+
letter-spacing: 0.0333333333em;
|
24987
|
+
line-height: 1.667;
|
24988
|
+
text-transform: none;
|
24989
|
+
}
|
24990
|
+
.v-system-bar .v-icon {
|
24991
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24992
|
+
}
|
24993
|
+
.v-system-bar--absolute {
|
24994
|
+
position: absolute;
|
24995
|
+
}
|
24996
|
+
.v-system-bar--fixed {
|
24997
|
+
position: fixed;
|
24998
|
+
}
|
24999
|
+
.v-system-bar--rounded {
|
25000
|
+
border-radius: 0;
|
25001
|
+
}
|
25002
|
+
.v-system-bar--window {
|
25003
|
+
height: 32px;
|
25004
|
+
}
|
25005
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25006
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
24981
25007
|
}.v-speed-dial__content {
|
24982
25008
|
gap: 8px;
|
24983
25009
|
}
|
@@ -25019,312 +25045,324 @@ html.v-overlay-scroll-blocked {
|
|
25019
25045
|
}
|
25020
25046
|
.v-speed-dial__content > *:nth-child(10) {
|
25021
25047
|
transition-delay: 0.45s;
|
25022
|
-
}.v-
|
25023
|
-
|
25048
|
+
}.v-switch .v-label {
|
25049
|
+
padding-inline-start: 10px;
|
25050
|
+
}
|
25051
|
+
|
25052
|
+
.v-switch__loader {
|
25024
25053
|
display: flex;
|
25025
|
-
flex: 1 1 auto;
|
25026
|
-
height: 24px;
|
25027
|
-
justify-content: flex-end;
|
25028
|
-
max-width: 100%;
|
25029
|
-
padding-inline: 8px;
|
25030
|
-
position: relative;
|
25031
|
-
text-align: end;
|
25032
|
-
width: 100%;
|
25033
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25034
|
-
background: rgba(var(--v-theme-surface-light));
|
25035
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25036
|
-
font-size: 0.75rem;
|
25037
|
-
font-weight: 400;
|
25038
|
-
letter-spacing: 0.0333333333em;
|
25039
|
-
line-height: 1.667;
|
25040
|
-
text-transform: none;
|
25041
25054
|
}
|
25042
|
-
.v-
|
25043
|
-
|
25055
|
+
.v-switch__loader .v-progress-circular {
|
25056
|
+
color: rgb(var(--v-theme-surface));
|
25044
25057
|
}
|
25045
|
-
|
25046
|
-
|
25058
|
+
|
25059
|
+
.v-switch__track,
|
25060
|
+
.v-switch__thumb {
|
25061
|
+
transition: none;
|
25047
25062
|
}
|
25048
|
-
.v-
|
25049
|
-
|
25063
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
25064
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
25065
|
+
background-color: rgb(var(--v-theme-error));
|
25066
|
+
color: rgb(var(--v-theme-on-error));
|
25050
25067
|
}
|
25051
|
-
|
25052
|
-
|
25068
|
+
|
25069
|
+
.v-switch__track-true {
|
25070
|
+
margin-inline-end: auto;
|
25053
25071
|
}
|
25054
|
-
.v-
|
25055
|
-
|
25072
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
25073
|
+
opacity: 0;
|
25056
25074
|
}
|
25057
|
-
|
25058
|
-
|
25059
|
-
|
25060
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25061
|
-
border-radius: 4px;
|
25062
|
-
overflow: hidden;
|
25075
|
+
|
25076
|
+
.v-switch__track-false {
|
25077
|
+
margin-inline-start: auto;
|
25063
25078
|
}
|
25064
|
-
.v-
|
25065
|
-
|
25079
|
+
.v-selection-control--dirty .v-switch__track-false {
|
25080
|
+
opacity: 0;
|
25066
25081
|
}
|
25067
25082
|
|
25068
|
-
.v-
|
25069
|
-
|
25083
|
+
.v-switch__track {
|
25084
|
+
display: inline-flex;
|
25085
|
+
align-items: center;
|
25086
|
+
font-size: 0.5rem;
|
25087
|
+
padding: 0 5px;
|
25088
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
25089
|
+
border-radius: 9999px;
|
25090
|
+
height: 14px;
|
25091
|
+
opacity: 0.6;
|
25092
|
+
min-width: 36px;
|
25093
|
+
cursor: pointer;
|
25094
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25095
|
+
}
|
25096
|
+
.v-switch--inset .v-switch__track {
|
25097
|
+
border-radius: 9999px;
|
25098
|
+
font-size: 0.75rem;
|
25099
|
+
height: 32px;
|
25100
|
+
min-width: 52px;
|
25101
|
+
}
|
25102
|
+
|
25103
|
+
.v-switch__thumb {
|
25070
25104
|
align-items: center;
|
25105
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
25106
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
25107
|
+
border-radius: 50%;
|
25071
25108
|
display: flex;
|
25109
|
+
font-size: 0.75rem;
|
25110
|
+
height: 20px;
|
25111
|
+
justify-content: center;
|
25112
|
+
width: 20px;
|
25113
|
+
pointer-events: none;
|
25114
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
25072
25115
|
position: relative;
|
25073
|
-
overflow
|
25074
|
-
justify-content: space-between;
|
25075
|
-
z-index: 1;
|
25116
|
+
overflow: hidden;
|
25076
25117
|
}
|
25077
|
-
.v-
|
25078
|
-
|
25118
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
25119
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25079
25120
|
}
|
25080
|
-
.v-
|
25081
|
-
|
25121
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
25122
|
+
background: rgb(var(--v-theme-surface-variant));
|
25123
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
25124
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25082
25125
|
}
|
25083
|
-
.v-
|
25084
|
-
|
25126
|
+
.v-switch--inset .v-switch__thumb {
|
25127
|
+
height: 24px;
|
25128
|
+
width: 24px;
|
25129
|
+
transform: scale(0.6666666667);
|
25085
25130
|
}
|
25086
|
-
.v-
|
25087
|
-
|
25131
|
+
.v-switch--inset .v-switch__thumb--filled {
|
25132
|
+
transform: none;
|
25088
25133
|
}
|
25089
|
-
.v-
|
25090
|
-
|
25091
|
-
|
25134
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
25135
|
+
transform: none;
|
25136
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
25092
25137
|
}
|
25093
25138
|
|
25094
|
-
.v-
|
25095
|
-
|
25139
|
+
.v-switch.v-input {
|
25140
|
+
flex: 0 1 auto;
|
25096
25141
|
}
|
25097
|
-
|
25098
|
-
|
25099
|
-
display: flex;
|
25100
|
-
align-items: center;
|
25101
|
-
justify-content: space-between;
|
25102
|
-
padding: 1rem;
|
25142
|
+
.v-switch .v-selection-control {
|
25143
|
+
min-height: var(--v-input-control-height);
|
25103
25144
|
}
|
25104
|
-
.v-
|
25105
|
-
|
25145
|
+
.v-switch .v-selection-control__input {
|
25146
|
+
border-radius: 50%;
|
25147
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
25148
|
+
position: absolute;
|
25106
25149
|
}
|
25107
|
-
.v-
|
25108
|
-
|
25109
|
-
}.v-stepper-item {
|
25110
|
-
align-items: center;
|
25111
|
-
align-self: stretch;
|
25112
|
-
display: inline-flex;
|
25113
|
-
flex: none;
|
25114
|
-
outline: none;
|
25115
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25116
|
-
padding: 1.5rem;
|
25117
|
-
position: relative;
|
25118
|
-
transition-duration: 0.2s;
|
25119
|
-
transition-property: opacity;
|
25120
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25150
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
25151
|
+
transform: translateX(-10px);
|
25121
25152
|
}
|
25122
|
-
|
25123
|
-
|
25153
|
+
|
25154
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
25155
|
+
transform: translateX(10px);
|
25124
25156
|
}
|
25125
|
-
|
25126
|
-
|
25127
|
-
|
25128
|
-
@supports not selector(:focus-visible) {
|
25129
|
-
.v-stepper-item:focus > .v-stepper-item__overlay {
|
25130
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
25131
|
-
}
|
25132
|
-
}
|
25133
|
-
.v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
|
25134
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
25135
|
-
}
|
25136
|
-
.v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
|
25137
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
25138
|
-
}
|
25139
|
-
.v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
|
25140
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25141
|
-
}
|
25142
|
-
@supports not selector(:focus-visible) {
|
25143
|
-
.v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
|
25144
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
25145
|
-
}
|
25146
|
-
}
|
25147
|
-
.v-stepper--non-linear .v-stepper-item {
|
25148
|
-
opacity: var(--v-high-emphasis-opacity);
|
25149
|
-
}
|
25150
|
-
.v-stepper-item--selected {
|
25151
|
-
opacity: 1;
|
25152
|
-
}
|
25153
|
-
.v-stepper-item--error {
|
25154
|
-
color: rgb(var(--v-theme-error));
|
25157
|
+
|
25158
|
+
.v-switch .v-selection-control__input .v-icon {
|
25159
|
+
position: absolute;
|
25155
25160
|
}
|
25156
|
-
.v-
|
25157
|
-
|
25158
|
-
pointer-events: none;
|
25161
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25162
|
+
transform: translateX(10px);
|
25159
25163
|
}
|
25160
|
-
|
25161
|
-
|
25162
|
-
|
25163
|
-
align-items: center;
|
25164
|
-
flex-basis: 175px;
|
25164
|
+
|
25165
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
25166
|
+
transform: translateX(-10px);
|
25165
25167
|
}
|
25166
25168
|
|
25167
|
-
.v-
|
25168
|
-
|
25169
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25170
|
-
font-size: 0.75rem;
|
25171
|
-
margin-inline-end: 8px;
|
25169
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
25170
|
+
transform: scale(0.8);
|
25172
25171
|
}
|
25173
|
-
.v-
|
25174
|
-
|
25172
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
25173
|
+
transform: scale(0.75);
|
25174
|
+
box-shadow: none;
|
25175
25175
|
}
|
25176
|
-
.v-
|
25177
|
-
|
25176
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
25177
|
+
width: auto;
|
25178
25178
|
}
|
25179
|
-
.v-
|
25180
|
-
|
25179
|
+
.v-switch.v-input--vertical .v-label {
|
25180
|
+
min-width: max-content;
|
25181
25181
|
}
|
25182
|
-
.v-
|
25183
|
-
|
25184
|
-
margin-inline-end: 0;
|
25182
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
25183
|
+
transform: rotate(-90deg);
|
25185
25184
|
}
|
25186
25185
|
|
25187
|
-
|
25188
|
-
|
25186
|
+
@media (forced-colors: active) {
|
25187
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
25188
|
+
color: currentColor;
|
25189
|
+
}
|
25190
|
+
.v-switch .v-switch__thumb {
|
25191
|
+
background-color: buttontext;
|
25192
|
+
}
|
25193
|
+
.v-switch .v-switch__track,
|
25194
|
+
.v-switch .v-switch__thumb {
|
25195
|
+
border: 1px solid;
|
25196
|
+
color: buttontext;
|
25197
|
+
}
|
25198
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25199
|
+
background-color: highlight;
|
25200
|
+
}
|
25201
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
25202
|
+
background-color: highlight;
|
25203
|
+
}
|
25204
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
25205
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25206
|
+
color: highlight;
|
25207
|
+
}
|
25208
|
+
.v-switch.v-switch--inset .v-switch__track {
|
25209
|
+
border-width: 2px;
|
25210
|
+
}
|
25211
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
25212
|
+
background-color: highlighttext;
|
25213
|
+
color: highlighttext;
|
25214
|
+
}
|
25215
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25216
|
+
background-color: graytext;
|
25217
|
+
}
|
25218
|
+
.v-switch.v-input--disabled .v-switch__track,
|
25219
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
25220
|
+
color: graytext;
|
25221
|
+
}
|
25222
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
25223
|
+
background-color: canvas;
|
25224
|
+
}
|
25225
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25226
|
+
border-width: 0;
|
25227
|
+
}
|
25228
|
+
}.v-table {
|
25229
|
+
background: rgb(var(--v-theme-surface));
|
25230
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25231
|
+
font-size: 0.875rem;
|
25232
|
+
transition-duration: 0.28s;
|
25233
|
+
transition-property: box-shadow, opacity, background, height;
|
25234
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25189
25235
|
}
|
25190
|
-
.v-
|
25191
|
-
|
25236
|
+
.v-table .v-table-divider {
|
25237
|
+
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25192
25238
|
}
|
25193
|
-
|
25194
|
-
|
25195
|
-
font-size: 0.75rem;
|
25196
|
-
text-align: left;
|
25197
|
-
line-height: 1;
|
25198
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25239
|
+
.v-table .v-table__wrapper > table > thead > tr > th {
|
25240
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25199
25241
|
}
|
25200
|
-
.v-
|
25201
|
-
|
25242
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
25243
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
25244
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25202
25245
|
}
|
25203
|
-
.v-
|
25204
|
-
|
25246
|
+
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
25247
|
+
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
25248
|
+
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25205
25249
|
}
|
25206
|
-
|
25207
|
-
|
25208
|
-
background-color: currentColor;
|
25209
|
-
border-radius: inherit;
|
25210
|
-
opacity: 0;
|
25211
|
-
transition: opacity 0.2s ease-in-out;
|
25250
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
25251
|
+
position: relative;
|
25212
25252
|
}
|
25213
|
-
|
25214
|
-
|
25215
|
-
.v-stepper-item__underlay {
|
25253
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
25254
|
+
content: "";
|
25216
25255
|
position: absolute;
|
25217
25256
|
top: 0;
|
25218
25257
|
left: 0;
|
25219
25258
|
width: 100%;
|
25220
25259
|
height: 100%;
|
25260
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
25221
25261
|
pointer-events: none;
|
25222
|
-
}/* region BLOCK */
|
25223
|
-
.v-text-field input {
|
25224
|
-
color: inherit;
|
25225
|
-
opacity: 0;
|
25226
|
-
flex: 1;
|
25227
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25228
|
-
min-width: 0;
|
25229
|
-
}
|
25230
|
-
.v-text-field input:focus, .v-text-field input:active {
|
25231
|
-
outline: none;
|
25232
|
-
}
|
25233
|
-
.v-text-field input:invalid {
|
25234
|
-
box-shadow: none;
|
25235
25262
|
}
|
25236
|
-
.v-
|
25237
|
-
|
25263
|
+
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25264
|
+
background: rgb(var(--v-theme-surface));
|
25265
|
+
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25266
|
+
z-index: 1;
|
25238
25267
|
}
|
25239
|
-
.v-
|
25240
|
-
|
25268
|
+
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
25269
|
+
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
25270
|
+
background: rgb(var(--v-theme-surface));
|
25271
|
+
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25241
25272
|
}
|
25242
25273
|
|
25243
|
-
.v-
|
25244
|
-
|
25274
|
+
.v-table {
|
25275
|
+
border-radius: inherit;
|
25276
|
+
line-height: 1.5;
|
25277
|
+
max-width: 100%;
|
25278
|
+
display: flex;
|
25279
|
+
flex-direction: column;
|
25245
25280
|
}
|
25246
|
-
|
25247
|
-
|
25248
|
-
|
25281
|
+
.v-table > .v-table__wrapper > table {
|
25282
|
+
width: 100%;
|
25283
|
+
border-spacing: 0;
|
25249
25284
|
}
|
25250
|
-
.v-
|
25251
|
-
|
25285
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25286
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25287
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25288
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25289
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
25290
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25291
|
+
padding: 0 16px;
|
25292
|
+
transition-duration: 0.28s;
|
25293
|
+
transition-property: box-shadow, opacity, background, height;
|
25294
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25252
25295
|
}
|
25253
|
-
|
25254
|
-
.v-
|
25255
|
-
.v-
|
25256
|
-
|
25296
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
25297
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
25298
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
25299
|
+
height: var(--v-table-row-height);
|
25257
25300
|
}
|
25258
|
-
.v-
|
25259
|
-
|
25301
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
25302
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25303
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25304
|
+
height: var(--v-table-header-height);
|
25305
|
+
font-weight: 500;
|
25306
|
+
-webkit-user-select: none;
|
25307
|
+
user-select: none;
|
25308
|
+
text-align: start;
|
25309
|
+
}
|
25310
|
+
.v-table--density-default {
|
25311
|
+
--v-table-header-height: 56px;
|
25312
|
+
--v-table-row-height: 52px;
|
25260
25313
|
}
|
25261
25314
|
|
25262
|
-
|
25263
|
-
|
25264
|
-
|
25265
|
-
align-items: center;
|
25266
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25267
|
-
cursor: default;
|
25268
|
-
display: flex;
|
25269
|
-
opacity: 0;
|
25270
|
-
transition: inherit;
|
25271
|
-
white-space: nowrap;
|
25272
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25273
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25274
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25315
|
+
.v-table--density-comfortable {
|
25316
|
+
--v-table-header-height: 48px;
|
25317
|
+
--v-table-row-height: 44px;
|
25275
25318
|
}
|
25276
|
-
|
25277
|
-
|
25319
|
+
|
25320
|
+
.v-table--density-compact {
|
25321
|
+
--v-table-header-height: 40px;
|
25322
|
+
--v-table-row-height: 36px;
|
25278
25323
|
}
|
25279
|
-
|
25280
|
-
|
25324
|
+
|
25325
|
+
.v-table__wrapper {
|
25326
|
+
border-radius: inherit;
|
25327
|
+
overflow: auto;
|
25328
|
+
flex: 1 1 auto;
|
25281
25329
|
}
|
25282
|
-
|
25283
|
-
|
25330
|
+
|
25331
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
25332
|
+
border-top-left-radius: 0;
|
25284
25333
|
}
|
25285
|
-
.v-
|
25286
|
-
|
25334
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
25335
|
+
border-top-right-radius: 0;
|
25287
25336
|
}
|
25288
25337
|
|
25289
|
-
|
25290
|
-
|
25338
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
25339
|
+
border-bottom-left-radius: 0;
|
25291
25340
|
}
|
25292
|
-
.v-
|
25293
|
-
|
25341
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
25342
|
+
border-bottom-right-radius: 0;
|
25294
25343
|
}
|
25295
|
-
|
25296
|
-
|
25297
|
-
|
25298
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25299
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25344
|
+
|
25345
|
+
.v-table--fixed-height > .v-table__wrapper {
|
25346
|
+
overflow-y: auto;
|
25300
25347
|
}
|
25301
|
-
|
25302
|
-
|
25303
|
-
position:
|
25348
|
+
|
25349
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead {
|
25350
|
+
position: sticky;
|
25304
25351
|
top: 0;
|
25305
|
-
|
25306
|
-
height: 0 !important;
|
25307
|
-
min-height: 0 !important;
|
25308
|
-
pointer-events: none;
|
25309
|
-
}
|
25310
|
-
.v-textarea--no-resize .v-field__input {
|
25311
|
-
resize: none;
|
25312
|
-
}
|
25313
|
-
.v-textarea .v-field--no-label textarea,
|
25314
|
-
.v-textarea .v-field--active textarea {
|
25315
|
-
opacity: 1;
|
25352
|
+
z-index: 2;
|
25316
25353
|
}
|
25317
|
-
.v-
|
25318
|
-
|
25319
|
-
flex: 1;
|
25320
|
-
min-width: 0;
|
25321
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25354
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
25355
|
+
border-bottom: 0px !important;
|
25322
25356
|
}
|
25323
|
-
|
25324
|
-
|
25357
|
+
|
25358
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
|
25359
|
+
position: sticky;
|
25360
|
+
bottom: 0;
|
25361
|
+
z-index: 1;
|
25325
25362
|
}
|
25326
|
-
.v-
|
25327
|
-
|
25363
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25364
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25365
|
+
border-top: 0px !important;
|
25328
25366
|
}.v-tab.v-tab.v-btn {
|
25329
25367
|
height: var(--v-tabs-height);
|
25330
25368
|
border-radius: 0;
|
@@ -25406,180 +25444,258 @@ html.v-overlay-scroll-blocked {
|
|
25406
25444
|
max-width: none;
|
25407
25445
|
}
|
25408
25446
|
|
25409
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
25410
|
-
margin-inline-start: auto;
|
25447
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
25448
|
+
margin-inline-start: auto;
|
25449
|
+
}
|
25450
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
25451
|
+
margin-inline-end: 0;
|
25452
|
+
}
|
25453
|
+
|
25454
|
+
@media (max-width: 1279.98px) {
|
25455
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25456
|
+
margin-inline-start: 52px;
|
25457
|
+
}
|
25458
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25459
|
+
margin-inline-end: 52px;
|
25460
|
+
}
|
25461
|
+
}/* region BLOCK */
|
25462
|
+
.v-text-field input {
|
25463
|
+
color: inherit;
|
25464
|
+
opacity: 0;
|
25465
|
+
flex: 1;
|
25466
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25467
|
+
min-width: 0;
|
25468
|
+
}
|
25469
|
+
.v-text-field input:focus, .v-text-field input:active {
|
25470
|
+
outline: none;
|
25471
|
+
}
|
25472
|
+
.v-text-field input:invalid {
|
25473
|
+
box-shadow: none;
|
25474
|
+
}
|
25475
|
+
.v-text-field .v-field {
|
25476
|
+
cursor: text;
|
25477
|
+
}
|
25478
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
25479
|
+
--v-field-padding-start: 6px;
|
25480
|
+
}
|
25481
|
+
|
25482
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
25483
|
+
--v-field-padding-end: 0;
|
25484
|
+
}
|
25485
|
+
|
25486
|
+
.v-text-field .v-input__details {
|
25487
|
+
padding-inline: 16px;
|
25488
|
+
}
|
25489
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
25490
|
+
padding-inline: 0;
|
25491
|
+
}
|
25492
|
+
|
25493
|
+
.v-text-field .v-field--no-label input,
|
25494
|
+
.v-text-field .v-field--active input {
|
25495
|
+
opacity: 1;
|
25496
|
+
}
|
25497
|
+
.v-text-field .v-field--single-line input {
|
25498
|
+
transition: none;
|
25499
|
+
}
|
25500
|
+
|
25501
|
+
/* endregion */
|
25502
|
+
/* region ELEMENTS */
|
25503
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25504
|
+
align-items: center;
|
25505
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25506
|
+
cursor: default;
|
25507
|
+
display: flex;
|
25508
|
+
opacity: 0;
|
25509
|
+
transition: inherit;
|
25510
|
+
white-space: nowrap;
|
25511
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25512
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25513
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25411
25514
|
}
|
25412
|
-
.v-
|
25413
|
-
|
25515
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25516
|
+
opacity: 1;
|
25414
25517
|
}
|
25415
|
-
|
25416
|
-
|
25417
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
25418
|
-
margin-inline-start: 52px;
|
25419
|
-
}
|
25420
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25421
|
-
margin-inline-end: 52px;
|
25422
|
-
}
|
25423
|
-
}.v-table {
|
25424
|
-
background: rgb(var(--v-theme-surface));
|
25425
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
25426
|
-
font-size: 0.875rem;
|
25427
|
-
transition-duration: 0.28s;
|
25428
|
-
transition-property: box-shadow, opacity, background, height;
|
25429
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25518
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25519
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25430
25520
|
}
|
25431
|
-
.v-
|
25432
|
-
|
25521
|
+
.v-text-field__prefix {
|
25522
|
+
padding-inline-start: var(--v-field-padding-start);
|
25433
25523
|
}
|
25434
|
-
.v-
|
25435
|
-
|
25524
|
+
.v-text-field__suffix {
|
25525
|
+
padding-inline-end: var(--v-field-padding-end);
|
25436
25526
|
}
|
25437
|
-
|
25438
|
-
|
25439
|
-
|
25527
|
+
|
25528
|
+
/* endregion */.v-textarea .v-field {
|
25529
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25440
25530
|
}
|
25441
|
-
.v-
|
25442
|
-
|
25443
|
-
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
25531
|
+
.v-textarea .v-field__field {
|
25532
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25444
25533
|
}
|
25445
|
-
.v-
|
25446
|
-
|
25534
|
+
.v-textarea .v-field__input {
|
25535
|
+
flex: 1 1 auto;
|
25536
|
+
outline: none;
|
25537
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25538
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25447
25539
|
}
|
25448
|
-
.v-
|
25449
|
-
|
25540
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25541
|
+
visibility: hidden;
|
25450
25542
|
position: absolute;
|
25451
25543
|
top: 0;
|
25452
25544
|
left: 0;
|
25453
|
-
|
25454
|
-
height:
|
25455
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
25545
|
+
height: 0 !important;
|
25546
|
+
min-height: 0 !important;
|
25456
25547
|
pointer-events: none;
|
25457
25548
|
}
|
25458
|
-
.v-
|
25459
|
-
|
25460
|
-
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25461
|
-
z-index: 1;
|
25549
|
+
.v-textarea--no-resize .v-field__input {
|
25550
|
+
resize: none;
|
25462
25551
|
}
|
25463
|
-
.v-
|
25464
|
-
.v-
|
25465
|
-
|
25466
|
-
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
25552
|
+
.v-textarea .v-field--no-label textarea,
|
25553
|
+
.v-textarea .v-field--active textarea {
|
25554
|
+
opacity: 1;
|
25467
25555
|
}
|
25468
|
-
|
25469
|
-
|
25470
|
-
|
25471
|
-
|
25472
|
-
|
25556
|
+
.v-textarea textarea {
|
25557
|
+
opacity: 0;
|
25558
|
+
flex: 1;
|
25559
|
+
min-width: 0;
|
25560
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25561
|
+
}
|
25562
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25563
|
+
outline: none;
|
25564
|
+
}
|
25565
|
+
.v-textarea textarea:invalid {
|
25566
|
+
box-shadow: none;
|
25567
|
+
}.v-toolbar {
|
25568
|
+
align-items: flex-start;
|
25473
25569
|
display: flex;
|
25570
|
+
flex: none;
|
25474
25571
|
flex-direction: column;
|
25475
|
-
|
25476
|
-
|
25572
|
+
justify-content: space-between;
|
25573
|
+
max-width: 100%;
|
25574
|
+
position: relative;
|
25575
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
25576
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
25477
25577
|
width: 100%;
|
25478
|
-
border-
|
25578
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
25579
|
+
border-style: solid;
|
25580
|
+
border-width: 0;
|
25581
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25582
|
+
border-radius: 0;
|
25583
|
+
background: rgb(var(--v-theme-surface-light));
|
25584
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25479
25585
|
}
|
25480
|
-
.v-
|
25481
|
-
|
25482
|
-
|
25483
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
25484
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
25485
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
25486
|
-
padding: 0 16px;
|
25487
|
-
transition-duration: 0.28s;
|
25488
|
-
transition-property: box-shadow, opacity, background, height;
|
25489
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
25586
|
+
.v-toolbar--border {
|
25587
|
+
border-width: thin;
|
25588
|
+
box-shadow: none;
|
25490
25589
|
}
|
25491
|
-
.v-
|
25492
|
-
|
25493
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td {
|
25494
|
-
height: var(--v-table-row-height);
|
25590
|
+
.v-toolbar--absolute {
|
25591
|
+
position: absolute;
|
25495
25592
|
}
|
25496
|
-
.v-
|
25497
|
-
|
25498
|
-
|
25499
|
-
|
25500
|
-
font-weight: 500;
|
25501
|
-
-webkit-user-select: none;
|
25502
|
-
user-select: none;
|
25503
|
-
text-align: start;
|
25593
|
+
.v-toolbar--collapse {
|
25594
|
+
max-width: 112px;
|
25595
|
+
overflow: hidden;
|
25596
|
+
border-end-end-radius: 24px;
|
25504
25597
|
}
|
25505
|
-
.v-
|
25506
|
-
|
25507
|
-
--v-table-row-height: 52px;
|
25598
|
+
.v-toolbar--collapse .v-toolbar-title {
|
25599
|
+
display: none;
|
25508
25600
|
}
|
25509
|
-
|
25510
|
-
.v-
|
25511
|
-
--v-table-header-height: 48px;
|
25512
|
-
--v-table-row-height: 44px;
|
25601
|
+
.v-toolbar--flat {
|
25602
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
25513
25603
|
}
|
25514
|
-
|
25515
|
-
|
25516
|
-
|
25517
|
-
|
25604
|
+
.v-toolbar--floating {
|
25605
|
+
display: inline-flex;
|
25606
|
+
}
|
25607
|
+
.v-toolbar--rounded {
|
25608
|
+
border-radius: 4px;
|
25518
25609
|
}
|
25519
25610
|
|
25520
|
-
.v-
|
25521
|
-
|
25522
|
-
|
25523
|
-
|
25611
|
+
.v-toolbar__content,
|
25612
|
+
.v-toolbar__extension {
|
25613
|
+
align-items: center;
|
25614
|
+
display: flex;
|
25615
|
+
flex: 0 0 auto;
|
25616
|
+
position: relative;
|
25617
|
+
transition: inherit;
|
25618
|
+
width: 100%;
|
25524
25619
|
}
|
25525
25620
|
|
25526
|
-
.v-
|
25527
|
-
|
25621
|
+
.v-toolbar__content {
|
25622
|
+
overflow: hidden;
|
25528
25623
|
}
|
25529
|
-
.v-
|
25530
|
-
|
25624
|
+
.v-toolbar__content > .v-btn:first-child {
|
25625
|
+
margin-inline-start: 4px;
|
25531
25626
|
}
|
25532
|
-
|
25533
|
-
|
25534
|
-
border-bottom-left-radius: 0;
|
25627
|
+
.v-toolbar__content > .v-btn:last-child {
|
25628
|
+
margin-inline-end: 4px;
|
25535
25629
|
}
|
25536
|
-
.v-
|
25537
|
-
|
25630
|
+
.v-toolbar__content > .v-toolbar-title {
|
25631
|
+
margin-inline-start: 20px;
|
25538
25632
|
}
|
25539
|
-
|
25540
|
-
|
25541
|
-
overflow-y: auto;
|
25633
|
+
.v-toolbar--density-prominent .v-toolbar__content {
|
25634
|
+
align-items: flex-start;
|
25542
25635
|
}
|
25543
25636
|
|
25544
|
-
.v-
|
25545
|
-
position:
|
25637
|
+
.v-toolbar__image {
|
25638
|
+
position: absolute;
|
25546
25639
|
top: 0;
|
25547
|
-
|
25640
|
+
left: 0;
|
25641
|
+
width: 100%;
|
25642
|
+
height: 100%;
|
25643
|
+
display: flex;
|
25644
|
+
opacity: var(--v-toolbar-image-opacity, 1);
|
25645
|
+
transition-property: opacity;
|
25548
25646
|
}
|
25549
|
-
|
25550
|
-
|
25647
|
+
|
25648
|
+
.v-toolbar__prepend,
|
25649
|
+
.v-toolbar__append {
|
25650
|
+
align-items: center;
|
25651
|
+
align-self: stretch;
|
25652
|
+
display: flex;
|
25551
25653
|
}
|
25552
25654
|
|
25553
|
-
.v-
|
25554
|
-
|
25555
|
-
|
25556
|
-
|
25655
|
+
.v-toolbar__prepend {
|
25656
|
+
margin-inline: 4px auto;
|
25657
|
+
}
|
25658
|
+
|
25659
|
+
.v-toolbar__append {
|
25660
|
+
margin-inline: auto 4px;
|
25661
|
+
}
|
25662
|
+
|
25663
|
+
.v-toolbar-title {
|
25664
|
+
flex: 1 1;
|
25665
|
+
font-size: 1.25rem;
|
25666
|
+
min-width: 0;
|
25667
|
+
font-size: 1.25rem;
|
25668
|
+
font-weight: 400;
|
25669
|
+
letter-spacing: 0;
|
25670
|
+
line-height: 1.75rem;
|
25671
|
+
text-transform: none;
|
25672
|
+
}
|
25673
|
+
.v-toolbar--density-prominent .v-toolbar-title {
|
25674
|
+
align-self: flex-end;
|
25675
|
+
padding-bottom: 6px;
|
25676
|
+
font-size: 1.5rem;
|
25677
|
+
font-weight: 400;
|
25678
|
+
letter-spacing: 0;
|
25679
|
+
line-height: 2.25rem;
|
25680
|
+
text-transform: none;
|
25557
25681
|
}
|
25558
|
-
|
25559
|
-
.v-
|
25560
|
-
|
25561
|
-
|
25562
|
-
|
25563
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
25564
|
-
border-radius: 4px;
|
25565
|
-
font-size: 0.875rem;
|
25566
|
-
line-height: 1.6;
|
25567
|
-
display: inline-block;
|
25568
|
-
padding: 5px 16px;
|
25569
|
-
text-transform: initial;
|
25570
|
-
width: auto;
|
25571
|
-
opacity: 1;
|
25572
|
-
pointer-events: none;
|
25573
|
-
transition-property: opacity, transform;
|
25574
|
-
overflow-wrap: break-word;
|
25682
|
+
|
25683
|
+
.v-toolbar-title__placeholder {
|
25684
|
+
overflow: hidden;
|
25685
|
+
text-overflow: ellipsis;
|
25686
|
+
white-space: nowrap;
|
25575
25687
|
}
|
25576
|
-
|
25577
|
-
|
25578
|
-
|
25688
|
+
|
25689
|
+
.v-toolbar-items {
|
25690
|
+
display: flex;
|
25691
|
+
height: inherit;
|
25692
|
+
align-self: stretch;
|
25579
25693
|
}
|
25580
|
-
.v-
|
25581
|
-
|
25582
|
-
|
25694
|
+
.v-toolbar-items > .v-btn {
|
25695
|
+
border-radius: 0;
|
25696
|
+
}.v-theme-provider {
|
25697
|
+
background: rgb(var(--v-theme-background));
|
25698
|
+
color: rgb(var(--v-theme-on-background));
|
25583
25699
|
}.v-timeline .v-timeline-divider__dot {
|
25584
25700
|
background: rgb(var(--v-theme-surface-light));
|
25585
25701
|
}
|
@@ -25996,138 +26112,28 @@ html.v-overlay-scroll-blocked {
|
|
25996
26112
|
|
25997
26113
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
25998
26114
|
padding-inline-end: 0;
|
25999
|
-
}.v-
|
26000
|
-
background: rgb(var(--v-theme-
|
26001
|
-
color: rgb(var(--v-theme-on-
|
26002
|
-
}.v-toolbar {
|
26003
|
-
align-items: flex-start;
|
26004
|
-
display: flex;
|
26005
|
-
flex: none;
|
26006
|
-
flex-direction: column;
|
26007
|
-
justify-content: space-between;
|
26008
|
-
max-width: 100%;
|
26009
|
-
position: relative;
|
26010
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
26011
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
|
26012
|
-
width: 100%;
|
26013
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
26014
|
-
border-style: solid;
|
26015
|
-
border-width: 0;
|
26016
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
26017
|
-
border-radius: 0;
|
26018
|
-
background: rgb(var(--v-theme-surface-light));
|
26019
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
26020
|
-
}
|
26021
|
-
.v-toolbar--border {
|
26022
|
-
border-width: thin;
|
26023
|
-
box-shadow: none;
|
26024
|
-
}
|
26025
|
-
.v-toolbar--absolute {
|
26026
|
-
position: absolute;
|
26027
|
-
}
|
26028
|
-
.v-toolbar--collapse {
|
26029
|
-
max-width: 112px;
|
26030
|
-
overflow: hidden;
|
26031
|
-
border-end-end-radius: 24px;
|
26032
|
-
}
|
26033
|
-
.v-toolbar--collapse .v-toolbar-title {
|
26034
|
-
display: none;
|
26035
|
-
}
|
26036
|
-
.v-toolbar--flat {
|
26037
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
26038
|
-
}
|
26039
|
-
.v-toolbar--floating {
|
26040
|
-
display: inline-flex;
|
26041
|
-
}
|
26042
|
-
.v-toolbar--rounded {
|
26115
|
+
}.v-tooltip > .v-overlay__content {
|
26116
|
+
background: rgb(var(--v-theme-surface-variant));
|
26117
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
26043
26118
|
border-radius: 4px;
|
26119
|
+
font-size: 0.875rem;
|
26120
|
+
line-height: 1.6;
|
26121
|
+
display: inline-block;
|
26122
|
+
padding: 5px 16px;
|
26123
|
+
text-transform: initial;
|
26124
|
+
width: auto;
|
26125
|
+
opacity: 1;
|
26126
|
+
pointer-events: none;
|
26127
|
+
transition-property: opacity, transform;
|
26128
|
+
overflow-wrap: break-word;
|
26044
26129
|
}
|
26045
|
-
|
26046
|
-
|
26047
|
-
|
26048
|
-
align-items: center;
|
26049
|
-
display: flex;
|
26050
|
-
flex: 0 0 auto;
|
26051
|
-
position: relative;
|
26052
|
-
transition: inherit;
|
26053
|
-
width: 100%;
|
26054
|
-
}
|
26055
|
-
|
26056
|
-
.v-toolbar__content {
|
26057
|
-
overflow: hidden;
|
26058
|
-
}
|
26059
|
-
.v-toolbar__content > .v-btn:first-child {
|
26060
|
-
margin-inline-start: 4px;
|
26061
|
-
}
|
26062
|
-
.v-toolbar__content > .v-btn:last-child {
|
26063
|
-
margin-inline-end: 4px;
|
26064
|
-
}
|
26065
|
-
.v-toolbar__content > .v-toolbar-title {
|
26066
|
-
margin-inline-start: 20px;
|
26067
|
-
}
|
26068
|
-
.v-toolbar--density-prominent .v-toolbar__content {
|
26069
|
-
align-items: flex-start;
|
26070
|
-
}
|
26071
|
-
|
26072
|
-
.v-toolbar__image {
|
26073
|
-
position: absolute;
|
26074
|
-
top: 0;
|
26075
|
-
left: 0;
|
26076
|
-
width: 100%;
|
26077
|
-
height: 100%;
|
26078
|
-
display: flex;
|
26079
|
-
opacity: var(--v-toolbar-image-opacity, 1);
|
26080
|
-
transition-property: opacity;
|
26081
|
-
}
|
26082
|
-
|
26083
|
-
.v-toolbar__prepend,
|
26084
|
-
.v-toolbar__append {
|
26085
|
-
align-items: center;
|
26086
|
-
align-self: stretch;
|
26087
|
-
display: flex;
|
26088
|
-
}
|
26089
|
-
|
26090
|
-
.v-toolbar__prepend {
|
26091
|
-
margin-inline: 4px auto;
|
26092
|
-
}
|
26093
|
-
|
26094
|
-
.v-toolbar__append {
|
26095
|
-
margin-inline: auto 4px;
|
26096
|
-
}
|
26097
|
-
|
26098
|
-
.v-toolbar-title {
|
26099
|
-
flex: 1 1;
|
26100
|
-
font-size: 1.25rem;
|
26101
|
-
min-width: 0;
|
26102
|
-
font-size: 1.25rem;
|
26103
|
-
font-weight: 400;
|
26104
|
-
letter-spacing: 0;
|
26105
|
-
line-height: 1.75rem;
|
26106
|
-
text-transform: none;
|
26107
|
-
}
|
26108
|
-
.v-toolbar--density-prominent .v-toolbar-title {
|
26109
|
-
align-self: flex-end;
|
26110
|
-
padding-bottom: 6px;
|
26111
|
-
font-size: 1.5rem;
|
26112
|
-
font-weight: 400;
|
26113
|
-
letter-spacing: 0;
|
26114
|
-
line-height: 2.25rem;
|
26115
|
-
text-transform: none;
|
26116
|
-
}
|
26117
|
-
|
26118
|
-
.v-toolbar-title__placeholder {
|
26119
|
-
overflow: hidden;
|
26120
|
-
text-overflow: ellipsis;
|
26121
|
-
white-space: nowrap;
|
26122
|
-
}
|
26123
|
-
|
26124
|
-
.v-toolbar-items {
|
26125
|
-
display: flex;
|
26126
|
-
height: inherit;
|
26127
|
-
align-self: stretch;
|
26130
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
26131
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
26132
|
+
transition-duration: 150ms;
|
26128
26133
|
}
|
26129
|
-
.v-
|
26130
|
-
|
26134
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
26135
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
26136
|
+
transition-duration: 75ms;
|
26131
26137
|
}.v-virtual-scroll {
|
26132
26138
|
display: block;
|
26133
26139
|
flex: 1 1 auto;
|
@@ -26257,41 +26263,6 @@ html.v-overlay-scroll-blocked {
|
|
26257
26263
|
}
|
26258
26264
|
.v-color-picker-edit__input span {
|
26259
26265
|
font-size: 0.75rem;
|
26260
|
-
}.v-color-picker-swatches {
|
26261
|
-
overflow-y: auto;
|
26262
|
-
}
|
26263
|
-
.v-color-picker-swatches > div {
|
26264
|
-
display: flex;
|
26265
|
-
flex-wrap: wrap;
|
26266
|
-
justify-content: center;
|
26267
|
-
padding: 8px;
|
26268
|
-
}
|
26269
|
-
|
26270
|
-
.v-color-picker-swatches__swatch {
|
26271
|
-
display: flex;
|
26272
|
-
flex-direction: column;
|
26273
|
-
margin-bottom: 10px;
|
26274
|
-
}
|
26275
|
-
|
26276
|
-
.v-color-picker-swatches__color {
|
26277
|
-
position: relative;
|
26278
|
-
height: 18px;
|
26279
|
-
max-height: 18px;
|
26280
|
-
width: 45px;
|
26281
|
-
margin: 2px 4px;
|
26282
|
-
border-radius: 2px;
|
26283
|
-
-webkit-user-select: none;
|
26284
|
-
user-select: none;
|
26285
|
-
overflow: hidden;
|
26286
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26287
|
-
cursor: pointer;
|
26288
|
-
}
|
26289
|
-
.v-color-picker-swatches__color > div {
|
26290
|
-
display: flex;
|
26291
|
-
align-items: center;
|
26292
|
-
justify-content: center;
|
26293
|
-
width: 100%;
|
26294
|
-
height: 100%;
|
26295
26266
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
26296
26267
|
background-color: transparent !important;
|
26297
26268
|
}
|
@@ -26362,6 +26333,41 @@ html.v-overlay-scroll-blocked {
|
|
26362
26333
|
.v-color-picker-preview__eye-dropper {
|
26363
26334
|
position: relative;
|
26364
26335
|
margin-right: 12px;
|
26336
|
+
}.v-color-picker-swatches {
|
26337
|
+
overflow-y: auto;
|
26338
|
+
}
|
26339
|
+
.v-color-picker-swatches > div {
|
26340
|
+
display: flex;
|
26341
|
+
flex-wrap: wrap;
|
26342
|
+
justify-content: center;
|
26343
|
+
padding: 8px;
|
26344
|
+
}
|
26345
|
+
|
26346
|
+
.v-color-picker-swatches__swatch {
|
26347
|
+
display: flex;
|
26348
|
+
flex-direction: column;
|
26349
|
+
margin-bottom: 10px;
|
26350
|
+
}
|
26351
|
+
|
26352
|
+
.v-color-picker-swatches__color {
|
26353
|
+
position: relative;
|
26354
|
+
height: 18px;
|
26355
|
+
max-height: 18px;
|
26356
|
+
width: 45px;
|
26357
|
+
margin: 2px 4px;
|
26358
|
+
border-radius: 2px;
|
26359
|
+
-webkit-user-select: none;
|
26360
|
+
user-select: none;
|
26361
|
+
overflow: hidden;
|
26362
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26363
|
+
cursor: pointer;
|
26364
|
+
}
|
26365
|
+
.v-color-picker-swatches__color > div {
|
26366
|
+
display: flex;
|
26367
|
+
align-items: center;
|
26368
|
+
justify-content: center;
|
26369
|
+
width: 100%;
|
26370
|
+
height: 100%;
|
26365
26371
|
}.v-slider-thumb {
|
26366
26372
|
touch-action: none;
|
26367
26373
|
color: rgb(var(--v-theme-surface-variant));
|