vuetify 3.6.9 → 3.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +2 -2
- package/dist/vuetify-labs.css +2047 -2047
- package/dist/vuetify-labs.esm.js +40 -19
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +40 -19
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2552 -2552
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +40 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +40 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +54 -54
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.6.
|
|
2
|
+
* Vuetify v3.6.10
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17757,19 +17757,11 @@ html.overflow-y-hidden {
|
|
|
17757
17757
|
}
|
|
17758
17758
|
.v-calendar-weekly .v-calendar__container.days__0 {
|
|
17759
17759
|
grid-template-columns: repeat(1, 1fr);
|
|
17760
|
-
}.v-calendar-
|
|
17761
|
-
|
|
17762
|
-
|
|
17763
|
-
|
|
17764
|
-
|
|
17765
|
-
|
|
17766
|
-
.v-calendar-header__today {
|
|
17767
|
-
margin-inline-end: 24px;
|
|
17768
|
-
}
|
|
17769
|
-
|
|
17770
|
-
.v-calendar-header__title {
|
|
17771
|
-
font-size: 1.5rem;
|
|
17772
|
-
margin-inline-start: 24px;
|
|
17760
|
+
}.v-calendar-internal-event {
|
|
17761
|
+
overflow: hidden;
|
|
17762
|
+
padding: 4px;
|
|
17763
|
+
text-overflow: ellipsis;
|
|
17764
|
+
white-space: nowrap;
|
|
17773
17765
|
}.v-calendar-month__day {
|
|
17774
17766
|
position: relative;
|
|
17775
17767
|
display: flex;
|
|
@@ -17833,32 +17825,19 @@ html.overflow-y-hidden {
|
|
|
17833
17825
|
|
|
17834
17826
|
.v-calendar-weekly__day-alldayevents-container {
|
|
17835
17827
|
min-height: 24px;
|
|
17836
|
-
}.v-
|
|
17837
|
-
|
|
17838
|
-
position: relative;
|
|
17839
|
-
}
|
|
17840
|
-
.v-pull-to-refresh__pull-down {
|
|
17841
|
-
position: absolute;
|
|
17842
|
-
width: 100%;
|
|
17843
|
-
transition: top 0.3s ease-out;
|
|
17844
|
-
}
|
|
17845
|
-
.v-pull-to-refresh__pull-down--touching {
|
|
17846
|
-
transition: none;
|
|
17847
|
-
}
|
|
17848
|
-
.v-pull-to-refresh__pull-down-default {
|
|
17828
|
+
}.v-calendar-header {
|
|
17829
|
+
align-items: center;
|
|
17849
17830
|
display: flex;
|
|
17850
|
-
|
|
17851
|
-
height: 100%;
|
|
17852
|
-
justify-content: center;
|
|
17853
|
-
align-items: flex-end;
|
|
17854
|
-
padding-bottom: 10px;
|
|
17831
|
+
min-height: 64px;
|
|
17855
17832
|
}
|
|
17856
|
-
|
|
17857
|
-
|
|
17858
|
-
|
|
17833
|
+
|
|
17834
|
+
.v-calendar-header__today {
|
|
17835
|
+
margin-inline-end: 24px;
|
|
17859
17836
|
}
|
|
17860
|
-
|
|
17861
|
-
|
|
17837
|
+
|
|
17838
|
+
.v-calendar-header__title {
|
|
17839
|
+
font-size: 1.5rem;
|
|
17840
|
+
margin-inline-start: 24px;
|
|
17862
17841
|
}.v-number-input input[type=number] {
|
|
17863
17842
|
-moz-appearance: textfield;
|
|
17864
17843
|
}
|
|
@@ -17897,64 +17876,32 @@ html.overflow-y-hidden {
|
|
|
17897
17876
|
.v-number-input__control .v-btn {
|
|
17898
17877
|
background-color: transparent;
|
|
17899
17878
|
border-radius: 0;
|
|
17900
|
-
}.v-
|
|
17901
|
-
overflow: hidden;
|
|
17902
|
-
padding: 4px;
|
|
17903
|
-
text-overflow: ellipsis;
|
|
17904
|
-
white-space: nowrap;
|
|
17905
|
-
}.v-picker.v-sheet {
|
|
17906
|
-
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));
|
|
17907
|
-
border-radius: 4px;
|
|
17908
|
-
display: grid;
|
|
17909
|
-
grid-auto-rows: min-content;
|
|
17910
|
-
grid-template-areas: "title" "header" "body";
|
|
17911
|
-
overflow: hidden;
|
|
17912
|
-
}
|
|
17913
|
-
.v-picker.v-sheet.v-picker--with-actions {
|
|
17914
|
-
grid-template-areas: "title" "header" "body" "actions";
|
|
17915
|
-
}
|
|
17916
|
-
|
|
17917
|
-
.v-picker__body {
|
|
17918
|
-
grid-area: body;
|
|
17879
|
+
}.v-pull-to-refresh {
|
|
17919
17880
|
overflow: hidden;
|
|
17920
17881
|
position: relative;
|
|
17921
17882
|
}
|
|
17922
|
-
|
|
17923
|
-
|
|
17924
|
-
|
|
17925
|
-
|
|
17926
|
-
|
|
17927
|
-
.v-picker__actions {
|
|
17928
|
-
grid-area: actions;
|
|
17929
|
-
padding: 0 12px 12px;
|
|
17930
|
-
display: flex;
|
|
17931
|
-
align-items: center;
|
|
17932
|
-
justify-content: flex-end;
|
|
17933
|
-
}
|
|
17934
|
-
.v-picker__actions .v-btn {
|
|
17935
|
-
min-width: 48px;
|
|
17883
|
+
.v-pull-to-refresh__pull-down {
|
|
17884
|
+
position: absolute;
|
|
17885
|
+
width: 100%;
|
|
17886
|
+
transition: top 0.3s ease-out;
|
|
17936
17887
|
}
|
|
17937
|
-
.v-
|
|
17938
|
-
|
|
17888
|
+
.v-pull-to-refresh__pull-down--touching {
|
|
17889
|
+
transition: none;
|
|
17939
17890
|
}
|
|
17940
|
-
|
|
17941
|
-
|
|
17942
|
-
|
|
17891
|
+
.v-pull-to-refresh__pull-down-default {
|
|
17892
|
+
display: flex;
|
|
17893
|
+
width: 100%;
|
|
17894
|
+
height: 100%;
|
|
17895
|
+
justify-content: center;
|
|
17896
|
+
align-items: flex-end;
|
|
17897
|
+
padding-bottom: 10px;
|
|
17943
17898
|
}
|
|
17944
|
-
|
|
17945
|
-
|
|
17946
|
-
|
|
17899
|
+
.v-pull-to-refresh__scroll-container {
|
|
17900
|
+
position: relative;
|
|
17901
|
+
transition: top 0.3s ease-out;
|
|
17947
17902
|
}
|
|
17948
|
-
|
|
17949
|
-
|
|
17950
|
-
text-transform: uppercase;
|
|
17951
|
-
font-size: 0.75rem;
|
|
17952
|
-
grid-area: title;
|
|
17953
|
-
padding-inline: 24px 12px;
|
|
17954
|
-
padding-top: 16px;
|
|
17955
|
-
padding-bottom: 16px;
|
|
17956
|
-
font-weight: 400;
|
|
17957
|
-
letter-spacing: 0.1666666667em;
|
|
17903
|
+
.v-pull-to-refresh__scroll-container--touching {
|
|
17904
|
+
transition: none;
|
|
17958
17905
|
}.v-stepper-vertical-item {
|
|
17959
17906
|
position: relative;
|
|
17960
17907
|
transition-duration: 0.2s;
|
|
@@ -18023,147 +17970,78 @@ html.overflow-y-hidden {
|
|
|
18023
17970
|
justify-content: flex-end;
|
|
18024
17971
|
padding: 24px 0 0;
|
|
18025
17972
|
flex-direction: row-reverse;
|
|
18026
|
-
}.v-
|
|
18027
|
-
|
|
18028
|
-
|
|
18029
|
-
|
|
18030
|
-
|
|
18031
|
-
|
|
17973
|
+
}.v-picker.v-sheet {
|
|
17974
|
+
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));
|
|
17975
|
+
border-radius: 4px;
|
|
17976
|
+
display: grid;
|
|
17977
|
+
grid-auto-rows: min-content;
|
|
17978
|
+
grid-template-areas: "title" "header" "body";
|
|
17979
|
+
overflow: hidden;
|
|
18032
17980
|
}
|
|
18033
|
-
.v-
|
|
18034
|
-
|
|
18035
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
17981
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
|
17982
|
+
grid-template-areas: "title" "header" "body" "actions";
|
|
18036
17983
|
}
|
|
18037
17984
|
|
|
18038
|
-
.v-
|
|
18039
|
-
|
|
18040
|
-
|
|
18041
|
-
border-radius: 50%;
|
|
17985
|
+
.v-picker__body {
|
|
17986
|
+
grid-area: body;
|
|
17987
|
+
overflow: hidden;
|
|
18042
17988
|
position: relative;
|
|
18043
|
-
transition: none;
|
|
18044
|
-
-webkit-user-select: none;
|
|
18045
|
-
user-select: none;
|
|
18046
|
-
height: 256px;
|
|
18047
|
-
width: 256px;
|
|
18048
|
-
flex: 1 0 auto;
|
|
18049
17989
|
}
|
|
18050
|
-
|
|
18051
|
-
|
|
18052
|
-
|
|
18053
|
-
flex-basis: 290px;
|
|
18054
|
-
justify-content: center;
|
|
18055
|
-
padding: 10px;
|
|
18056
|
-
}
|
|
18057
|
-
.v-time-picker-clock__hand {
|
|
18058
|
-
background-color: currentColor;
|
|
18059
|
-
height: calc(50% - 4px);
|
|
18060
|
-
width: 2px;
|
|
18061
|
-
bottom: 50%;
|
|
18062
|
-
left: calc(50% - 1px);
|
|
18063
|
-
transform-origin: center bottom;
|
|
18064
|
-
position: absolute;
|
|
18065
|
-
will-change: transform;
|
|
18066
|
-
z-index: 1;
|
|
17990
|
+
|
|
17991
|
+
.v-picker__header {
|
|
17992
|
+
grid-area: header;
|
|
18067
17993
|
}
|
|
18068
|
-
|
|
18069
|
-
|
|
18070
|
-
|
|
18071
|
-
|
|
18072
|
-
|
|
18073
|
-
|
|
18074
|
-
|
|
18075
|
-
height: 10px;
|
|
18076
|
-
content: "";
|
|
18077
|
-
position: absolute;
|
|
18078
|
-
top: -4px;
|
|
18079
|
-
left: 50%;
|
|
18080
|
-
transform: translate(-50%, -50%);
|
|
17994
|
+
|
|
17995
|
+
.v-picker__actions {
|
|
17996
|
+
grid-area: actions;
|
|
17997
|
+
padding: 0 12px 12px;
|
|
17998
|
+
display: flex;
|
|
17999
|
+
align-items: center;
|
|
18000
|
+
justify-content: flex-end;
|
|
18081
18001
|
}
|
|
18082
|
-
.v-
|
|
18083
|
-
|
|
18084
|
-
position: absolute;
|
|
18085
|
-
height: 8px;
|
|
18086
|
-
width: 8px;
|
|
18087
|
-
top: 100%;
|
|
18088
|
-
left: 50%;
|
|
18089
|
-
border-radius: 100%;
|
|
18090
|
-
background-color: currentColor;
|
|
18091
|
-
transform: translate(-50%, -50%);
|
|
18002
|
+
.v-picker__actions .v-btn {
|
|
18003
|
+
min-width: 48px;
|
|
18092
18004
|
}
|
|
18093
|
-
.v-
|
|
18094
|
-
|
|
18005
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
|
18006
|
+
margin-inline-end: 8px;
|
|
18095
18007
|
}
|
|
18096
|
-
|
|
18097
|
-
|
|
18008
|
+
|
|
18009
|
+
.v-picker--landscape {
|
|
18010
|
+
grid-template-areas: "title" "header body" "header body";
|
|
18098
18011
|
}
|
|
18099
|
-
|
|
18100
|
-
|
|
18012
|
+
|
|
18013
|
+
.v-picker--landscape.v-picker--with-actions {
|
|
18014
|
+
grid-template-areas: "title" "header body" "header actions";
|
|
18101
18015
|
}
|
|
18102
18016
|
|
|
18103
|
-
.v-picker
|
|
18104
|
-
|
|
18017
|
+
.v-picker-title {
|
|
18018
|
+
text-transform: uppercase;
|
|
18019
|
+
font-size: 0.75rem;
|
|
18020
|
+
grid-area: title;
|
|
18021
|
+
padding-inline: 24px 12px;
|
|
18022
|
+
padding-top: 16px;
|
|
18023
|
+
padding-bottom: 16px;
|
|
18024
|
+
font-weight: 400;
|
|
18025
|
+
letter-spacing: 0.1666666667em;
|
|
18026
|
+
}.v-treeview-item--filtered {
|
|
18027
|
+
display: none;
|
|
18105
18028
|
}
|
|
18106
18029
|
|
|
18107
|
-
.v-
|
|
18108
|
-
|
|
18109
|
-
bottom: 27px;
|
|
18110
|
-
left: 27px;
|
|
18111
|
-
right: 27px;
|
|
18112
|
-
top: 27px;
|
|
18030
|
+
.v-treeview {
|
|
18031
|
+
--indent-padding: 0px;
|
|
18113
18032
|
}
|
|
18114
18033
|
|
|
18115
|
-
.v-
|
|
18116
|
-
|
|
18117
|
-
|
|
18118
|
-
|
|
18034
|
+
.v-treeview-group.v-list-group {
|
|
18035
|
+
--list-indent-size: 16px;
|
|
18036
|
+
}
|
|
18037
|
+
.v-list--slim .v-treeview-group.v-list-group {
|
|
18038
|
+
--prepend-width: 16px;
|
|
18039
|
+
}
|
|
18040
|
+
.v-treeview-group.v-list-group .v-list-group__items .v-list-item {
|
|
18041
|
+
padding-inline-start: calc(12px + var(--indent-padding)) !important;
|
|
18042
|
+
}.v-time-picker-controls {
|
|
18119
18043
|
display: flex;
|
|
18120
|
-
|
|
18121
|
-
justify-content: center;
|
|
18122
|
-
height: 40px;
|
|
18123
|
-
position: absolute;
|
|
18124
|
-
text-align: center;
|
|
18125
|
-
width: 40px;
|
|
18126
|
-
-webkit-user-select: none;
|
|
18127
|
-
user-select: none;
|
|
18128
|
-
transform: translate(-50%, -50%);
|
|
18129
|
-
}
|
|
18130
|
-
.v-time-picker-clock__item > span {
|
|
18131
|
-
z-index: 1;
|
|
18132
|
-
}
|
|
18133
|
-
.v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
|
|
18134
|
-
content: "";
|
|
18135
|
-
border-radius: 100%;
|
|
18136
|
-
position: absolute;
|
|
18137
|
-
top: 50%;
|
|
18138
|
-
left: 50%;
|
|
18139
|
-
height: 14px;
|
|
18140
|
-
width: 14px;
|
|
18141
|
-
transform: translate(-50%, -50%);
|
|
18142
|
-
}
|
|
18143
|
-
.v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
|
|
18144
|
-
height: 40px;
|
|
18145
|
-
width: 40px;
|
|
18146
|
-
}
|
|
18147
|
-
.v-time-picker-clock__item--active {
|
|
18148
|
-
cursor: default;
|
|
18149
|
-
z-index: 2;
|
|
18150
|
-
}
|
|
18151
|
-
.v-time-picker-clock__item--disabled {
|
|
18152
|
-
pointer-events: none;
|
|
18153
|
-
}
|
|
18154
|
-
|
|
18155
|
-
.v-picker--landscape .v-time-picker-clock__container {
|
|
18156
|
-
flex-direction: row;
|
|
18157
|
-
}.v-time-picker.v-picker {
|
|
18158
|
-
padding: 24px;
|
|
18159
|
-
width: 328px;
|
|
18160
|
-
}
|
|
18161
|
-
.v-time-picker.v-picker .v-picker-title {
|
|
18162
|
-
padding: 0;
|
|
18163
|
-
margin-bottom: 20px;
|
|
18164
|
-
}.v-time-picker-controls {
|
|
18165
|
-
display: flex;
|
|
18166
|
-
align-items: center;
|
|
18044
|
+
align-items: center;
|
|
18167
18045
|
justify-content: center;
|
|
18168
18046
|
font-size: 0.875rem;
|
|
18169
18047
|
padding-top: 4px;
|
|
@@ -18264,22 +18142,144 @@ html.overflow-y-hidden {
|
|
|
18264
18142
|
}
|
|
18265
18143
|
.v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
|
|
18266
18144
|
text-align: center;
|
|
18267
|
-
}.v-
|
|
18268
|
-
|
|
18145
|
+
}.v-time-picker-clock {
|
|
18146
|
+
background: rgb(var(--v-theme-background));
|
|
18147
|
+
color: rgb(var(--v-theme-on-background));
|
|
18148
|
+
}
|
|
18149
|
+
.v-time-picker-clock:after {
|
|
18150
|
+
color: rgb(var(--v-theme-primary));
|
|
18151
|
+
}
|
|
18152
|
+
.v-time-picker-clock .v-time-picker-clock__item--active {
|
|
18153
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
18154
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
18269
18155
|
}
|
|
18270
18156
|
|
|
18271
|
-
.v-
|
|
18272
|
-
|
|
18157
|
+
.v-time-picker-clock {
|
|
18158
|
+
margin: 0 auto;
|
|
18159
|
+
background: rgb(var(--v-theme-surface-light));
|
|
18160
|
+
border-radius: 50%;
|
|
18161
|
+
position: relative;
|
|
18162
|
+
transition: none;
|
|
18163
|
+
-webkit-user-select: none;
|
|
18164
|
+
user-select: none;
|
|
18165
|
+
height: 256px;
|
|
18166
|
+
width: 256px;
|
|
18167
|
+
flex: 1 0 auto;
|
|
18168
|
+
}
|
|
18169
|
+
.v-time-picker-clock__container {
|
|
18170
|
+
display: flex;
|
|
18171
|
+
flex-direction: column;
|
|
18172
|
+
flex-basis: 290px;
|
|
18173
|
+
justify-content: center;
|
|
18174
|
+
padding: 10px;
|
|
18175
|
+
}
|
|
18176
|
+
.v-time-picker-clock__hand {
|
|
18177
|
+
background-color: currentColor;
|
|
18178
|
+
height: calc(50% - 4px);
|
|
18179
|
+
width: 2px;
|
|
18180
|
+
bottom: 50%;
|
|
18181
|
+
left: calc(50% - 1px);
|
|
18182
|
+
transform-origin: center bottom;
|
|
18183
|
+
position: absolute;
|
|
18184
|
+
will-change: transform;
|
|
18185
|
+
z-index: 1;
|
|
18186
|
+
}
|
|
18187
|
+
.v-time-picker-clock__hand:before {
|
|
18188
|
+
background: transparent;
|
|
18189
|
+
border-width: 2px;
|
|
18190
|
+
border-style: solid;
|
|
18191
|
+
border-color: currentColor;
|
|
18192
|
+
border-radius: 100%;
|
|
18193
|
+
width: 10px;
|
|
18194
|
+
height: 10px;
|
|
18195
|
+
content: "";
|
|
18196
|
+
position: absolute;
|
|
18197
|
+
top: -4px;
|
|
18198
|
+
left: 50%;
|
|
18199
|
+
transform: translate(-50%, -50%);
|
|
18200
|
+
}
|
|
18201
|
+
.v-time-picker-clock__hand:after {
|
|
18202
|
+
content: "";
|
|
18203
|
+
position: absolute;
|
|
18204
|
+
height: 8px;
|
|
18205
|
+
width: 8px;
|
|
18206
|
+
top: 100%;
|
|
18207
|
+
left: 50%;
|
|
18208
|
+
border-radius: 100%;
|
|
18209
|
+
background-color: currentColor;
|
|
18210
|
+
transform: translate(-50%, -50%);
|
|
18211
|
+
}
|
|
18212
|
+
.v-time-picker-clock__hand--inner:after {
|
|
18213
|
+
height: 14px;
|
|
18214
|
+
}
|
|
18215
|
+
.v-time-picker-clock--readonly {
|
|
18216
|
+
pointer-events: none;
|
|
18217
|
+
}
|
|
18218
|
+
.v-time-picker-clock .v-time-picker-clock__item--disabled {
|
|
18219
|
+
opacity: var(--v-disabled-opacity);
|
|
18273
18220
|
}
|
|
18274
18221
|
|
|
18275
|
-
.v-
|
|
18276
|
-
|
|
18222
|
+
.v-picker--full-width .v-time-picker-clock__container {
|
|
18223
|
+
max-width: 290px;
|
|
18277
18224
|
}
|
|
18278
|
-
|
|
18279
|
-
|
|
18225
|
+
|
|
18226
|
+
.v-time-picker-clock__inner {
|
|
18227
|
+
position: absolute;
|
|
18228
|
+
bottom: 27px;
|
|
18229
|
+
left: 27px;
|
|
18230
|
+
right: 27px;
|
|
18231
|
+
top: 27px;
|
|
18280
18232
|
}
|
|
18281
|
-
|
|
18282
|
-
|
|
18233
|
+
|
|
18234
|
+
.v-time-picker-clock__item {
|
|
18235
|
+
align-items: center;
|
|
18236
|
+
border-radius: 100%;
|
|
18237
|
+
cursor: default;
|
|
18238
|
+
display: flex;
|
|
18239
|
+
font-size: 16px;
|
|
18240
|
+
justify-content: center;
|
|
18241
|
+
height: 40px;
|
|
18242
|
+
position: absolute;
|
|
18243
|
+
text-align: center;
|
|
18244
|
+
width: 40px;
|
|
18245
|
+
-webkit-user-select: none;
|
|
18246
|
+
user-select: none;
|
|
18247
|
+
transform: translate(-50%, -50%);
|
|
18248
|
+
}
|
|
18249
|
+
.v-time-picker-clock__item > span {
|
|
18250
|
+
z-index: 1;
|
|
18251
|
+
}
|
|
18252
|
+
.v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
|
|
18253
|
+
content: "";
|
|
18254
|
+
border-radius: 100%;
|
|
18255
|
+
position: absolute;
|
|
18256
|
+
top: 50%;
|
|
18257
|
+
left: 50%;
|
|
18258
|
+
height: 14px;
|
|
18259
|
+
width: 14px;
|
|
18260
|
+
transform: translate(-50%, -50%);
|
|
18261
|
+
}
|
|
18262
|
+
.v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
|
|
18263
|
+
height: 40px;
|
|
18264
|
+
width: 40px;
|
|
18265
|
+
}
|
|
18266
|
+
.v-time-picker-clock__item--active {
|
|
18267
|
+
cursor: default;
|
|
18268
|
+
z-index: 2;
|
|
18269
|
+
}
|
|
18270
|
+
.v-time-picker-clock__item--disabled {
|
|
18271
|
+
pointer-events: none;
|
|
18272
|
+
}
|
|
18273
|
+
|
|
18274
|
+
.v-picker--landscape .v-time-picker-clock__container {
|
|
18275
|
+
flex-direction: row;
|
|
18276
|
+
}.v-time-picker.v-picker {
|
|
18277
|
+
padding: 24px;
|
|
18278
|
+
width: 328px;
|
|
18279
|
+
}
|
|
18280
|
+
.v-time-picker.v-picker .v-picker-title {
|
|
18281
|
+
padding: 0;
|
|
18282
|
+
margin-bottom: 20px;
|
|
18283
18283
|
}.v-app-bar {
|
|
18284
18284
|
display: flex;
|
|
18285
18285
|
}
|
|
@@ -18292,22 +18292,6 @@ html.overflow-y-hidden {
|
|
|
18292
18292
|
}
|
|
18293
18293
|
.v-app-bar:not(.v-toolbar--absolute) {
|
|
18294
18294
|
padding-inline-end: var(--v-scrollbar-offset);
|
|
18295
|
-
}.v-application {
|
|
18296
|
-
display: flex;
|
|
18297
|
-
background: rgb(var(--v-theme-background));
|
|
18298
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
18299
|
-
}
|
|
18300
|
-
|
|
18301
|
-
.v-application__wrap {
|
|
18302
|
-
-webkit-backface-visibility: hidden;
|
|
18303
|
-
backface-visibility: hidden;
|
|
18304
|
-
display: flex;
|
|
18305
|
-
flex-direction: column;
|
|
18306
|
-
flex: 1 1 auto;
|
|
18307
|
-
max-width: 100%;
|
|
18308
|
-
min-height: 100vh;
|
|
18309
|
-
min-height: 100dvh;
|
|
18310
|
-
position: relative;
|
|
18311
18295
|
}.v-alert {
|
|
18312
18296
|
display: grid;
|
|
18313
18297
|
flex: 1 1;
|
|
@@ -18520,45 +18504,189 @@ html.overflow-y-hidden {
|
|
|
18520
18504
|
text-transform: none;
|
|
18521
18505
|
word-break: normal;
|
|
18522
18506
|
word-wrap: break-word;
|
|
18523
|
-
}.v-
|
|
18524
|
-
|
|
18525
|
-
|
|
18526
|
-
|
|
18527
|
-
}
|
|
18528
|
-
.v-autocomplete .v-field .v-field__input > input {
|
|
18529
|
-
flex: 1 1;
|
|
18530
|
-
}
|
|
18531
|
-
.v-autocomplete .v-field input {
|
|
18532
|
-
min-width: 64px;
|
|
18533
|
-
}
|
|
18534
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18535
|
-
min-width: 0;
|
|
18536
|
-
}
|
|
18537
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
18538
|
-
margin-inline-end: 2px;
|
|
18539
|
-
}
|
|
18540
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
|
18541
|
-
overflow: hidden;
|
|
18542
|
-
text-overflow: ellipsis;
|
|
18543
|
-
white-space: nowrap;
|
|
18507
|
+
}.v-application {
|
|
18508
|
+
display: flex;
|
|
18509
|
+
background: rgb(var(--v-theme-background));
|
|
18510
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
18544
18511
|
}
|
|
18545
18512
|
|
|
18546
|
-
.v-
|
|
18547
|
-
|
|
18548
|
-
|
|
18549
|
-
|
|
18550
|
-
|
|
18551
|
-
|
|
18552
|
-
|
|
18513
|
+
.v-application__wrap {
|
|
18514
|
+
-webkit-backface-visibility: hidden;
|
|
18515
|
+
backface-visibility: hidden;
|
|
18516
|
+
display: flex;
|
|
18517
|
+
flex-direction: column;
|
|
18518
|
+
flex: 1 1 auto;
|
|
18519
|
+
max-width: 100%;
|
|
18520
|
+
min-height: 100vh;
|
|
18521
|
+
min-height: 100dvh;
|
|
18522
|
+
position: relative;
|
|
18523
|
+
}.v-badge {
|
|
18524
|
+
display: inline-block;
|
|
18525
|
+
line-height: 1;
|
|
18553
18526
|
}
|
|
18554
|
-
|
|
18555
|
-
|
|
18527
|
+
|
|
18528
|
+
.v-badge__badge {
|
|
18556
18529
|
align-items: center;
|
|
18557
|
-
|
|
18558
|
-
|
|
18559
|
-
|
|
18560
|
-
|
|
18561
|
-
|
|
18530
|
+
display: inline-flex;
|
|
18531
|
+
border-radius: 10px;
|
|
18532
|
+
font-size: 0.75rem;
|
|
18533
|
+
font-weight: 500;
|
|
18534
|
+
height: 1.25rem;
|
|
18535
|
+
justify-content: center;
|
|
18536
|
+
min-width: 20px;
|
|
18537
|
+
padding: 4px 6px;
|
|
18538
|
+
pointer-events: auto;
|
|
18539
|
+
position: absolute;
|
|
18540
|
+
text-align: center;
|
|
18541
|
+
text-indent: 0;
|
|
18542
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18543
|
+
white-space: nowrap;
|
|
18544
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
18545
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18546
|
+
}
|
|
18547
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
18548
|
+
border-radius: inherit;
|
|
18549
|
+
border-style: solid;
|
|
18550
|
+
border-width: 2px;
|
|
18551
|
+
bottom: 0;
|
|
18552
|
+
color: rgb(var(--v-theme-background));
|
|
18553
|
+
content: "";
|
|
18554
|
+
left: 0;
|
|
18555
|
+
position: absolute;
|
|
18556
|
+
right: 0;
|
|
18557
|
+
top: 0;
|
|
18558
|
+
transform: scale(1.05);
|
|
18559
|
+
}
|
|
18560
|
+
.v-badge--dot .v-badge__badge {
|
|
18561
|
+
border-radius: 4.5px;
|
|
18562
|
+
height: 9px;
|
|
18563
|
+
min-width: 0;
|
|
18564
|
+
padding: 0;
|
|
18565
|
+
width: 9px;
|
|
18566
|
+
}
|
|
18567
|
+
.v-badge--dot .v-badge__badge::after {
|
|
18568
|
+
border-width: 1.5px;
|
|
18569
|
+
}
|
|
18570
|
+
.v-badge--inline .v-badge__badge {
|
|
18571
|
+
position: relative;
|
|
18572
|
+
vertical-align: middle;
|
|
18573
|
+
}
|
|
18574
|
+
.v-badge__badge .v-icon {
|
|
18575
|
+
color: inherit;
|
|
18576
|
+
font-size: 0.75rem;
|
|
18577
|
+
margin: 0 -2px;
|
|
18578
|
+
}
|
|
18579
|
+
.v-badge__badge img,
|
|
18580
|
+
.v-badge__badge .v-img {
|
|
18581
|
+
height: 100%;
|
|
18582
|
+
width: 100%;
|
|
18583
|
+
}
|
|
18584
|
+
|
|
18585
|
+
.v-badge__wrapper {
|
|
18586
|
+
display: flex;
|
|
18587
|
+
position: relative;
|
|
18588
|
+
}
|
|
18589
|
+
.v-badge--inline .v-badge__wrapper {
|
|
18590
|
+
align-items: center;
|
|
18591
|
+
display: inline-flex;
|
|
18592
|
+
justify-content: center;
|
|
18593
|
+
margin: 0 4px;
|
|
18594
|
+
}.v-breadcrumbs {
|
|
18595
|
+
display: flex;
|
|
18596
|
+
align-items: center;
|
|
18597
|
+
line-height: 1.6;
|
|
18598
|
+
padding: 16px 12px;
|
|
18599
|
+
}
|
|
18600
|
+
.v-breadcrumbs--rounded {
|
|
18601
|
+
border-radius: 4px;
|
|
18602
|
+
}
|
|
18603
|
+
.v-breadcrumbs--density-default {
|
|
18604
|
+
padding-top: 16px;
|
|
18605
|
+
padding-bottom: 16px;
|
|
18606
|
+
}
|
|
18607
|
+
|
|
18608
|
+
.v-breadcrumbs--density-comfortable {
|
|
18609
|
+
padding-top: 12px;
|
|
18610
|
+
padding-bottom: 12px;
|
|
18611
|
+
}
|
|
18612
|
+
|
|
18613
|
+
.v-breadcrumbs--density-compact {
|
|
18614
|
+
padding-top: 8px;
|
|
18615
|
+
padding-bottom: 8px;
|
|
18616
|
+
}
|
|
18617
|
+
|
|
18618
|
+
.v-breadcrumbs__prepend {
|
|
18619
|
+
align-items: center;
|
|
18620
|
+
display: inline-flex;
|
|
18621
|
+
}
|
|
18622
|
+
|
|
18623
|
+
.v-breadcrumbs-item {
|
|
18624
|
+
align-items: center;
|
|
18625
|
+
color: inherit;
|
|
18626
|
+
display: inline-flex;
|
|
18627
|
+
padding: 0 4px;
|
|
18628
|
+
text-decoration: none;
|
|
18629
|
+
vertical-align: middle;
|
|
18630
|
+
}
|
|
18631
|
+
.v-breadcrumbs-item--disabled {
|
|
18632
|
+
opacity: var(--v-disabled-opacity);
|
|
18633
|
+
pointer-events: none;
|
|
18634
|
+
}
|
|
18635
|
+
.v-breadcrumbs-item--link {
|
|
18636
|
+
color: inherit;
|
|
18637
|
+
text-decoration: none;
|
|
18638
|
+
}
|
|
18639
|
+
.v-breadcrumbs-item--link:hover {
|
|
18640
|
+
text-decoration: underline;
|
|
18641
|
+
}
|
|
18642
|
+
.v-breadcrumbs-item .v-icon {
|
|
18643
|
+
font-size: 1rem;
|
|
18644
|
+
margin-inline: -4px 2px;
|
|
18645
|
+
}
|
|
18646
|
+
|
|
18647
|
+
.v-breadcrumbs-divider {
|
|
18648
|
+
display: inline-block;
|
|
18649
|
+
padding: 0 8px;
|
|
18650
|
+
vertical-align: middle;
|
|
18651
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
|
18652
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
|
18653
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
|
18654
|
+
cursor: text;
|
|
18655
|
+
}
|
|
18656
|
+
.v-autocomplete .v-field .v-field__input > input {
|
|
18657
|
+
flex: 1 1;
|
|
18658
|
+
}
|
|
18659
|
+
.v-autocomplete .v-field input {
|
|
18660
|
+
min-width: 64px;
|
|
18661
|
+
}
|
|
18662
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
18663
|
+
min-width: 0;
|
|
18664
|
+
}
|
|
18665
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
18666
|
+
margin-inline-end: 2px;
|
|
18667
|
+
}
|
|
18668
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
18669
|
+
overflow: hidden;
|
|
18670
|
+
text-overflow: ellipsis;
|
|
18671
|
+
white-space: nowrap;
|
|
18672
|
+
}
|
|
18673
|
+
|
|
18674
|
+
.v-autocomplete__content {
|
|
18675
|
+
overflow: hidden;
|
|
18676
|
+
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));
|
|
18677
|
+
border-radius: 4px;
|
|
18678
|
+
}
|
|
18679
|
+
.v-autocomplete__mask {
|
|
18680
|
+
background: rgb(var(--v-theme-surface-light));
|
|
18681
|
+
}
|
|
18682
|
+
.v-autocomplete__selection {
|
|
18683
|
+
display: inline-flex;
|
|
18684
|
+
align-items: center;
|
|
18685
|
+
height: 1.5rem;
|
|
18686
|
+
letter-spacing: inherit;
|
|
18687
|
+
line-height: inherit;
|
|
18688
|
+
max-width: calc(100% - 2px - 2px);
|
|
18689
|
+
}
|
|
18562
18690
|
.v-autocomplete__selection:first-child {
|
|
18563
18691
|
margin-inline-start: 0;
|
|
18564
18692
|
}
|
|
@@ -18696,77 +18824,6 @@ html.overflow-y-hidden {
|
|
|
18696
18824
|
.v-avatar .v-img {
|
|
18697
18825
|
height: 100%;
|
|
18698
18826
|
width: 100%;
|
|
18699
|
-
}.v-badge {
|
|
18700
|
-
display: inline-block;
|
|
18701
|
-
line-height: 1;
|
|
18702
|
-
}
|
|
18703
|
-
|
|
18704
|
-
.v-badge__badge {
|
|
18705
|
-
align-items: center;
|
|
18706
|
-
display: inline-flex;
|
|
18707
|
-
border-radius: 10px;
|
|
18708
|
-
font-size: 0.75rem;
|
|
18709
|
-
font-weight: 500;
|
|
18710
|
-
height: 1.25rem;
|
|
18711
|
-
justify-content: center;
|
|
18712
|
-
min-width: 20px;
|
|
18713
|
-
padding: 4px 6px;
|
|
18714
|
-
pointer-events: auto;
|
|
18715
|
-
position: absolute;
|
|
18716
|
-
text-align: center;
|
|
18717
|
-
text-indent: 0;
|
|
18718
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18719
|
-
white-space: nowrap;
|
|
18720
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
18721
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
18722
|
-
}
|
|
18723
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
18724
|
-
border-radius: inherit;
|
|
18725
|
-
border-style: solid;
|
|
18726
|
-
border-width: 2px;
|
|
18727
|
-
bottom: 0;
|
|
18728
|
-
color: rgb(var(--v-theme-background));
|
|
18729
|
-
content: "";
|
|
18730
|
-
left: 0;
|
|
18731
|
-
position: absolute;
|
|
18732
|
-
right: 0;
|
|
18733
|
-
top: 0;
|
|
18734
|
-
transform: scale(1.05);
|
|
18735
|
-
}
|
|
18736
|
-
.v-badge--dot .v-badge__badge {
|
|
18737
|
-
border-radius: 4.5px;
|
|
18738
|
-
height: 9px;
|
|
18739
|
-
min-width: 0;
|
|
18740
|
-
padding: 0;
|
|
18741
|
-
width: 9px;
|
|
18742
|
-
}
|
|
18743
|
-
.v-badge--dot .v-badge__badge::after {
|
|
18744
|
-
border-width: 1.5px;
|
|
18745
|
-
}
|
|
18746
|
-
.v-badge--inline .v-badge__badge {
|
|
18747
|
-
position: relative;
|
|
18748
|
-
vertical-align: middle;
|
|
18749
|
-
}
|
|
18750
|
-
.v-badge__badge .v-icon {
|
|
18751
|
-
color: inherit;
|
|
18752
|
-
font-size: 0.75rem;
|
|
18753
|
-
margin: 0 -2px;
|
|
18754
|
-
}
|
|
18755
|
-
.v-badge__badge img,
|
|
18756
|
-
.v-badge__badge .v-img {
|
|
18757
|
-
height: 100%;
|
|
18758
|
-
width: 100%;
|
|
18759
|
-
}
|
|
18760
|
-
|
|
18761
|
-
.v-badge__wrapper {
|
|
18762
|
-
display: flex;
|
|
18763
|
-
position: relative;
|
|
18764
|
-
}
|
|
18765
|
-
.v-badge--inline .v-badge__wrapper {
|
|
18766
|
-
align-items: center;
|
|
18767
|
-
display: inline-flex;
|
|
18768
|
-
justify-content: center;
|
|
18769
|
-
margin: 0 4px;
|
|
18770
18827
|
}.v-banner {
|
|
18771
18828
|
display: grid;
|
|
18772
18829
|
flex: 1 1;
|
|
@@ -18957,128 +19014,16 @@ html.overflow-y-hidden {
|
|
|
18957
19014
|
.v-bottom-sheet.v-bottom-sheet--inset {
|
|
18958
19015
|
max-width: 70%;
|
|
18959
19016
|
}
|
|
18960
|
-
}.v-
|
|
18961
|
-
|
|
18962
|
-
|
|
18963
|
-
|
|
18964
|
-
|
|
18965
|
-
|
|
18966
|
-
|
|
18967
|
-
|
|
18968
|
-
|
|
18969
|
-
|
|
18970
|
-
background: rgb(var(--v-theme-surface));
|
|
18971
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18972
|
-
}
|
|
18973
|
-
.v-bottom-navigation--border {
|
|
18974
|
-
border-width: thin;
|
|
18975
|
-
box-shadow: none;
|
|
18976
|
-
}
|
|
18977
|
-
.v-bottom-navigation--active {
|
|
18978
|
-
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));
|
|
18979
|
-
}
|
|
18980
|
-
|
|
18981
|
-
.v-bottom-navigation__content {
|
|
18982
|
-
display: flex;
|
|
18983
|
-
flex: none;
|
|
18984
|
-
font-size: 0.75rem;
|
|
18985
|
-
justify-content: center;
|
|
18986
|
-
transition: inherit;
|
|
18987
|
-
width: 100%;
|
|
18988
|
-
}
|
|
18989
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
18990
|
-
font-size: inherit;
|
|
18991
|
-
height: 100%;
|
|
18992
|
-
max-width: 168px;
|
|
18993
|
-
min-width: 80px;
|
|
18994
|
-
text-transform: none;
|
|
18995
|
-
transition: inherit;
|
|
18996
|
-
width: auto;
|
|
18997
|
-
border-radius: 0;
|
|
18998
|
-
}
|
|
18999
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
19000
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
19001
|
-
transition: inherit;
|
|
19002
|
-
}
|
|
19003
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
19004
|
-
font-size: 1.5rem;
|
|
19005
|
-
}
|
|
19006
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
19007
|
-
flex-grow: 1;
|
|
19008
|
-
}
|
|
19009
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
19010
|
-
transition: inherit;
|
|
19011
|
-
opacity: 0;
|
|
19012
|
-
}
|
|
19013
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
19014
|
-
transform: translateY(0.5rem);
|
|
19015
|
-
}.v-breadcrumbs {
|
|
19016
|
-
display: flex;
|
|
19017
|
-
align-items: center;
|
|
19018
|
-
line-height: 1.6;
|
|
19019
|
-
padding: 16px 12px;
|
|
19020
|
-
}
|
|
19021
|
-
.v-breadcrumbs--rounded {
|
|
19022
|
-
border-radius: 4px;
|
|
19023
|
-
}
|
|
19024
|
-
.v-breadcrumbs--density-default {
|
|
19025
|
-
padding-top: 16px;
|
|
19026
|
-
padding-bottom: 16px;
|
|
19027
|
-
}
|
|
19028
|
-
|
|
19029
|
-
.v-breadcrumbs--density-comfortable {
|
|
19030
|
-
padding-top: 12px;
|
|
19031
|
-
padding-bottom: 12px;
|
|
19032
|
-
}
|
|
19033
|
-
|
|
19034
|
-
.v-breadcrumbs--density-compact {
|
|
19035
|
-
padding-top: 8px;
|
|
19036
|
-
padding-bottom: 8px;
|
|
19037
|
-
}
|
|
19038
|
-
|
|
19039
|
-
.v-breadcrumbs__prepend {
|
|
19040
|
-
align-items: center;
|
|
19041
|
-
display: inline-flex;
|
|
19042
|
-
}
|
|
19043
|
-
|
|
19044
|
-
.v-breadcrumbs-item {
|
|
19045
|
-
align-items: center;
|
|
19046
|
-
color: inherit;
|
|
19047
|
-
display: inline-flex;
|
|
19048
|
-
padding: 0 4px;
|
|
19049
|
-
text-decoration: none;
|
|
19050
|
-
vertical-align: middle;
|
|
19051
|
-
}
|
|
19052
|
-
.v-breadcrumbs-item--disabled {
|
|
19053
|
-
opacity: var(--v-disabled-opacity);
|
|
19054
|
-
pointer-events: none;
|
|
19055
|
-
}
|
|
19056
|
-
.v-breadcrumbs-item--link {
|
|
19057
|
-
color: inherit;
|
|
19058
|
-
text-decoration: none;
|
|
19059
|
-
}
|
|
19060
|
-
.v-breadcrumbs-item--link:hover {
|
|
19061
|
-
text-decoration: underline;
|
|
19062
|
-
}
|
|
19063
|
-
.v-breadcrumbs-item .v-icon {
|
|
19064
|
-
font-size: 1rem;
|
|
19065
|
-
margin-inline: -4px 2px;
|
|
19066
|
-
}
|
|
19067
|
-
|
|
19068
|
-
.v-breadcrumbs-divider {
|
|
19069
|
-
display: inline-block;
|
|
19070
|
-
padding: 0 8px;
|
|
19071
|
-
vertical-align: middle;
|
|
19072
|
-
}.v-btn {
|
|
19073
|
-
align-items: center;
|
|
19074
|
-
border-radius: 4px;
|
|
19075
|
-
display: inline-grid;
|
|
19076
|
-
grid-template-areas: "prepend content append";
|
|
19077
|
-
grid-template-columns: max-content auto max-content;
|
|
19078
|
-
font-weight: 500;
|
|
19079
|
-
justify-content: center;
|
|
19080
|
-
letter-spacing: 0.0892857143em;
|
|
19081
|
-
line-height: normal;
|
|
19017
|
+
}.v-btn {
|
|
19018
|
+
align-items: center;
|
|
19019
|
+
border-radius: 4px;
|
|
19020
|
+
display: inline-grid;
|
|
19021
|
+
grid-template-areas: "prepend content append";
|
|
19022
|
+
grid-template-columns: max-content auto max-content;
|
|
19023
|
+
font-weight: 500;
|
|
19024
|
+
justify-content: center;
|
|
19025
|
+
letter-spacing: 0.0892857143em;
|
|
19026
|
+
line-height: normal;
|
|
19082
19027
|
max-width: 100%;
|
|
19083
19028
|
outline: none;
|
|
19084
19029
|
position: relative;
|
|
@@ -19487,108 +19432,282 @@ html.overflow-y-hidden {
|
|
|
19487
19432
|
}
|
|
19488
19433
|
.v-pagination__item--is-active .v-btn__overlay {
|
|
19489
19434
|
opacity: var(--v-border-opacity);
|
|
19490
|
-
}.v-
|
|
19491
|
-
|
|
19492
|
-
|
|
19493
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19494
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19495
|
-
}
|
|
19496
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19497
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19498
|
-
}
|
|
19499
|
-
@supports not selector(:focus-visible) {
|
|
19500
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19501
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19502
|
-
}
|
|
19503
|
-
}.v-card {
|
|
19504
|
-
display: block;
|
|
19435
|
+
}.v-bottom-navigation {
|
|
19436
|
+
display: flex;
|
|
19437
|
+
max-width: 100%;
|
|
19505
19438
|
overflow: hidden;
|
|
19506
|
-
|
|
19507
|
-
|
|
19508
|
-
padding: 0;
|
|
19509
|
-
text-decoration: none;
|
|
19510
|
-
transition-duration: 0.28s;
|
|
19511
|
-
transition-property: box-shadow, opacity, background;
|
|
19512
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
19513
|
-
z-index: 0;
|
|
19439
|
+
position: absolute;
|
|
19440
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19514
19441
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19515
19442
|
border-style: solid;
|
|
19516
19443
|
border-width: 0;
|
|
19517
|
-
border-radius:
|
|
19444
|
+
border-radius: 0;
|
|
19445
|
+
background: rgb(var(--v-theme-surface));
|
|
19446
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19518
19447
|
}
|
|
19519
|
-
.v-
|
|
19448
|
+
.v-bottom-navigation--border {
|
|
19520
19449
|
border-width: thin;
|
|
19521
19450
|
box-shadow: none;
|
|
19522
19451
|
}
|
|
19523
|
-
.v-
|
|
19524
|
-
|
|
19452
|
+
.v-bottom-navigation--active {
|
|
19453
|
+
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));
|
|
19525
19454
|
}
|
|
19526
|
-
|
|
19527
|
-
|
|
19455
|
+
|
|
19456
|
+
.v-bottom-navigation__content {
|
|
19457
|
+
display: flex;
|
|
19458
|
+
flex: none;
|
|
19459
|
+
font-size: 0.75rem;
|
|
19460
|
+
justify-content: center;
|
|
19461
|
+
transition: inherit;
|
|
19462
|
+
width: 100%;
|
|
19528
19463
|
}
|
|
19529
|
-
.v-
|
|
19530
|
-
|
|
19464
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
|
19465
|
+
font-size: inherit;
|
|
19466
|
+
height: 100%;
|
|
19467
|
+
max-width: 168px;
|
|
19468
|
+
min-width: 80px;
|
|
19469
|
+
text-transform: none;
|
|
19470
|
+
transition: inherit;
|
|
19471
|
+
width: auto;
|
|
19472
|
+
border-radius: 0;
|
|
19531
19473
|
}
|
|
19532
|
-
.v-
|
|
19533
|
-
|
|
19474
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
|
19475
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
19476
|
+
transition: inherit;
|
|
19534
19477
|
}
|
|
19535
|
-
|
|
19536
|
-
|
|
19537
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
19538
|
-
}
|
|
19478
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
|
19479
|
+
font-size: 1.5rem;
|
|
19539
19480
|
}
|
|
19540
|
-
.v-
|
|
19481
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
|
19482
|
+
flex-grow: 1;
|
|
19483
|
+
}
|
|
19484
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
|
19485
|
+
transition: inherit;
|
|
19486
|
+
opacity: 0;
|
|
19487
|
+
}
|
|
19488
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
19489
|
+
transform: translateY(0.5rem);
|
|
19490
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
|
19541
19491
|
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19542
19492
|
}
|
|
19543
|
-
.v-
|
|
19493
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
|
19544
19494
|
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19545
19495
|
}
|
|
19546
|
-
.v-
|
|
19496
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
|
19547
19497
|
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19548
19498
|
}
|
|
19549
19499
|
@supports not selector(:focus-visible) {
|
|
19550
|
-
.v-
|
|
19500
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
|
19551
19501
|
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19552
19502
|
}
|
|
19503
|
+
}.v-carousel {
|
|
19504
|
+
overflow: hidden;
|
|
19505
|
+
position: relative;
|
|
19506
|
+
width: 100%;
|
|
19553
19507
|
}
|
|
19554
|
-
.v-
|
|
19555
|
-
|
|
19556
|
-
|
|
19557
|
-
|
|
19558
|
-
|
|
19559
|
-
|
|
19560
|
-
|
|
19561
|
-
|
|
19562
|
-
|
|
19508
|
+
.v-carousel__controls {
|
|
19509
|
+
align-items: center;
|
|
19510
|
+
bottom: 0;
|
|
19511
|
+
display: flex;
|
|
19512
|
+
height: 50px;
|
|
19513
|
+
justify-content: center;
|
|
19514
|
+
list-style-type: none;
|
|
19515
|
+
position: absolute;
|
|
19516
|
+
width: 100%;
|
|
19517
|
+
z-index: 1;
|
|
19518
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
19519
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
19563
19520
|
}
|
|
19564
|
-
.v-
|
|
19565
|
-
|
|
19521
|
+
.v-carousel__controls > .v-item-group {
|
|
19522
|
+
flex: 0 1 auto;
|
|
19566
19523
|
}
|
|
19567
|
-
.v-
|
|
19568
|
-
|
|
19569
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19524
|
+
.v-carousel__controls__item {
|
|
19525
|
+
margin: 0 8px;
|
|
19570
19526
|
}
|
|
19571
|
-
.v-
|
|
19572
|
-
|
|
19527
|
+
.v-carousel__controls__item .v-icon {
|
|
19528
|
+
opacity: 0.5;
|
|
19573
19529
|
}
|
|
19574
|
-
.v-
|
|
19575
|
-
|
|
19530
|
+
.v-carousel__controls__item--active .v-icon {
|
|
19531
|
+
opacity: 1;
|
|
19532
|
+
vertical-align: middle;
|
|
19576
19533
|
}
|
|
19577
|
-
.v-
|
|
19578
|
-
|
|
19534
|
+
.v-carousel__controls__item:hover {
|
|
19535
|
+
background: none;
|
|
19579
19536
|
}
|
|
19580
|
-
.v-
|
|
19581
|
-
|
|
19537
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
19538
|
+
opacity: 0.8;
|
|
19582
19539
|
}
|
|
19583
|
-
|
|
19584
|
-
|
|
19585
|
-
|
|
19586
|
-
|
|
19587
|
-
top: 0;
|
|
19588
|
-
right: 0;
|
|
19540
|
+
|
|
19541
|
+
.v-carousel__progress {
|
|
19542
|
+
margin: 0;
|
|
19543
|
+
position: absolute;
|
|
19589
19544
|
bottom: 0;
|
|
19590
19545
|
left: 0;
|
|
19591
|
-
|
|
19546
|
+
right: 0;
|
|
19547
|
+
}
|
|
19548
|
+
|
|
19549
|
+
.v-carousel-item {
|
|
19550
|
+
display: block;
|
|
19551
|
+
height: inherit;
|
|
19552
|
+
text-decoration: none;
|
|
19553
|
+
}
|
|
19554
|
+
.v-carousel-item > .v-img {
|
|
19555
|
+
height: inherit;
|
|
19556
|
+
}
|
|
19557
|
+
|
|
19558
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
19559
|
+
background: transparent;
|
|
19560
|
+
}
|
|
19561
|
+
|
|
19562
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
19563
|
+
flex-direction: column;
|
|
19564
|
+
height: 100% !important;
|
|
19565
|
+
width: 50px;
|
|
19566
|
+
}.v-btn-group {
|
|
19567
|
+
display: inline-flex;
|
|
19568
|
+
flex-wrap: nowrap;
|
|
19569
|
+
max-width: 100%;
|
|
19570
|
+
min-width: 0;
|
|
19571
|
+
overflow: hidden;
|
|
19572
|
+
vertical-align: middle;
|
|
19573
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19574
|
+
border-style: solid;
|
|
19575
|
+
border-width: 0;
|
|
19576
|
+
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));
|
|
19577
|
+
border-radius: 4px;
|
|
19578
|
+
background: transparent;
|
|
19579
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19580
|
+
}
|
|
19581
|
+
.v-btn-group--border {
|
|
19582
|
+
border-width: thin;
|
|
19583
|
+
box-shadow: none;
|
|
19584
|
+
}
|
|
19585
|
+
.v-btn-group--density-default.v-btn-group {
|
|
19586
|
+
height: 48px;
|
|
19587
|
+
}
|
|
19588
|
+
|
|
19589
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
19590
|
+
height: 40px;
|
|
19591
|
+
}
|
|
19592
|
+
|
|
19593
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
19594
|
+
height: 36px;
|
|
19595
|
+
}
|
|
19596
|
+
|
|
19597
|
+
.v-btn-group .v-btn {
|
|
19598
|
+
border-radius: 0;
|
|
19599
|
+
border-color: inherit;
|
|
19600
|
+
}
|
|
19601
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
19602
|
+
border-inline-end: none;
|
|
19603
|
+
}
|
|
19604
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
19605
|
+
border-inline-start: none;
|
|
19606
|
+
}
|
|
19607
|
+
.v-btn-group .v-btn:first-child {
|
|
19608
|
+
border-start-start-radius: inherit;
|
|
19609
|
+
border-end-start-radius: inherit;
|
|
19610
|
+
}
|
|
19611
|
+
.v-btn-group .v-btn:last-child {
|
|
19612
|
+
border-start-end-radius: inherit;
|
|
19613
|
+
border-end-end-radius: inherit;
|
|
19614
|
+
}
|
|
19615
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
19616
|
+
border-inline-end-width: thin;
|
|
19617
|
+
border-inline-end-style: solid;
|
|
19618
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19619
|
+
}
|
|
19620
|
+
.v-btn-group--tile {
|
|
19621
|
+
border-radius: 0;
|
|
19622
|
+
}.v-card {
|
|
19623
|
+
display: block;
|
|
19624
|
+
overflow: hidden;
|
|
19625
|
+
overflow-wrap: break-word;
|
|
19626
|
+
position: relative;
|
|
19627
|
+
padding: 0;
|
|
19628
|
+
text-decoration: none;
|
|
19629
|
+
transition-duration: 0.28s;
|
|
19630
|
+
transition-property: box-shadow, opacity, background;
|
|
19631
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
19632
|
+
z-index: 0;
|
|
19633
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19634
|
+
border-style: solid;
|
|
19635
|
+
border-width: 0;
|
|
19636
|
+
border-radius: 4px;
|
|
19637
|
+
}
|
|
19638
|
+
.v-card--border {
|
|
19639
|
+
border-width: thin;
|
|
19640
|
+
box-shadow: none;
|
|
19641
|
+
}
|
|
19642
|
+
.v-card--absolute {
|
|
19643
|
+
position: absolute;
|
|
19644
|
+
}
|
|
19645
|
+
.v-card--fixed {
|
|
19646
|
+
position: fixed;
|
|
19647
|
+
}
|
|
19648
|
+
.v-card:hover > .v-card__overlay {
|
|
19649
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
19650
|
+
}
|
|
19651
|
+
.v-card:focus-visible > .v-card__overlay {
|
|
19652
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
19653
|
+
}
|
|
19654
|
+
@supports not selector(:focus-visible) {
|
|
19655
|
+
.v-card:focus > .v-card__overlay {
|
|
19656
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
19657
|
+
}
|
|
19658
|
+
}
|
|
19659
|
+
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
|
19660
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19661
|
+
}
|
|
19662
|
+
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
|
|
19663
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19664
|
+
}
|
|
19665
|
+
.v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
|
|
19666
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19667
|
+
}
|
|
19668
|
+
@supports not selector(:focus-visible) {
|
|
19669
|
+
.v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
|
|
19670
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19671
|
+
}
|
|
19672
|
+
}
|
|
19673
|
+
.v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
|
|
19674
|
+
background: transparent;
|
|
19675
|
+
color: inherit;
|
|
19676
|
+
}
|
|
19677
|
+
.v-card--variant-plain {
|
|
19678
|
+
opacity: 0.62;
|
|
19679
|
+
}
|
|
19680
|
+
.v-card--variant-plain:focus, .v-card--variant-plain:hover {
|
|
19681
|
+
opacity: 1;
|
|
19682
|
+
}
|
|
19683
|
+
.v-card--variant-plain .v-card__overlay {
|
|
19684
|
+
display: none;
|
|
19685
|
+
}
|
|
19686
|
+
.v-card--variant-elevated, .v-card--variant-flat {
|
|
19687
|
+
background: rgb(var(--v-theme-surface));
|
|
19688
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19689
|
+
}
|
|
19690
|
+
.v-card--variant-elevated {
|
|
19691
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
19692
|
+
}
|
|
19693
|
+
.v-card--variant-flat {
|
|
19694
|
+
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));
|
|
19695
|
+
}
|
|
19696
|
+
.v-card--variant-outlined {
|
|
19697
|
+
border: thin solid currentColor;
|
|
19698
|
+
}
|
|
19699
|
+
.v-card--variant-text .v-card__overlay {
|
|
19700
|
+
background: currentColor;
|
|
19701
|
+
}
|
|
19702
|
+
.v-card--variant-tonal .v-card__underlay {
|
|
19703
|
+
background: currentColor;
|
|
19704
|
+
opacity: var(--v-activated-opacity);
|
|
19705
|
+
border-radius: inherit;
|
|
19706
|
+
top: 0;
|
|
19707
|
+
right: 0;
|
|
19708
|
+
bottom: 0;
|
|
19709
|
+
left: 0;
|
|
19710
|
+
pointer-events: none;
|
|
19592
19711
|
}
|
|
19593
19712
|
.v-card .v-card__underlay {
|
|
19594
19713
|
position: absolute;
|
|
@@ -19799,204 +19918,80 @@ html.overflow-y-hidden {
|
|
|
19799
19918
|
pointer-events: none;
|
|
19800
19919
|
opacity: 0;
|
|
19801
19920
|
transition: opacity 0.2s ease-in-out;
|
|
19802
|
-
}.v-
|
|
19921
|
+
}.v-chip-group {
|
|
19922
|
+
display: flex;
|
|
19923
|
+
max-width: 100%;
|
|
19924
|
+
min-width: 0;
|
|
19925
|
+
overflow-x: auto;
|
|
19926
|
+
padding: 4px 0;
|
|
19927
|
+
}
|
|
19928
|
+
.v-chip-group .v-chip {
|
|
19929
|
+
margin: 4px 8px 4px 0;
|
|
19930
|
+
}
|
|
19931
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19932
|
+
opacity: var(--v-activated-opacity);
|
|
19933
|
+
}
|
|
19934
|
+
|
|
19935
|
+
.v-chip-group--column .v-slide-group__content {
|
|
19936
|
+
white-space: normal;
|
|
19937
|
+
flex-wrap: wrap;
|
|
19938
|
+
max-width: 100%;
|
|
19939
|
+
}.v-chip {
|
|
19940
|
+
align-items: center;
|
|
19803
19941
|
display: inline-flex;
|
|
19804
|
-
|
|
19942
|
+
font-weight: 400;
|
|
19805
19943
|
max-width: 100%;
|
|
19806
19944
|
min-width: 0;
|
|
19807
19945
|
overflow: hidden;
|
|
19946
|
+
position: relative;
|
|
19947
|
+
text-decoration: none;
|
|
19948
|
+
white-space: nowrap;
|
|
19808
19949
|
vertical-align: middle;
|
|
19809
19950
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19810
19951
|
border-style: solid;
|
|
19811
19952
|
border-width: 0;
|
|
19812
|
-
|
|
19813
|
-
border-radius: 4px;
|
|
19814
|
-
background: transparent;
|
|
19815
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19953
|
+
border-radius: 9999px;
|
|
19816
19954
|
}
|
|
19817
|
-
.v-
|
|
19818
|
-
|
|
19819
|
-
box-shadow: none;
|
|
19955
|
+
.v-chip .v-icon {
|
|
19956
|
+
--v-icon-size-multiplier: 0.8571428571;
|
|
19820
19957
|
}
|
|
19821
|
-
.v-
|
|
19822
|
-
|
|
19958
|
+
.v-chip.v-chip--size-x-small {
|
|
19959
|
+
--v-chip-size: 0.625rem;
|
|
19960
|
+
--v-chip-height: 20px;
|
|
19961
|
+
font-size: 0.625rem;
|
|
19962
|
+
padding: 0 8px;
|
|
19823
19963
|
}
|
|
19824
|
-
|
|
19825
|
-
|
|
19826
|
-
height: 40px;
|
|
19964
|
+
.v-chip.v-chip--size-x-small .v-avatar {
|
|
19965
|
+
--v-avatar-height: 14px;
|
|
19827
19966
|
}
|
|
19828
|
-
|
|
19829
|
-
|
|
19830
|
-
height: 36px;
|
|
19967
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
|
19968
|
+
--v-avatar-height: 20px;
|
|
19831
19969
|
}
|
|
19832
19970
|
|
|
19833
|
-
.v-
|
|
19834
|
-
|
|
19835
|
-
|
|
19971
|
+
.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
19972
|
+
margin-inline-start: -5.6px;
|
|
19973
|
+
margin-inline-end: 4px;
|
|
19836
19974
|
}
|
|
19837
|
-
.v-
|
|
19838
|
-
|
|
19975
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
19976
|
+
margin-inline-start: -8px;
|
|
19839
19977
|
}
|
|
19840
|
-
|
|
19841
|
-
|
|
19978
|
+
|
|
19979
|
+
.v-chip.v-chip--size-x-small .v-avatar--end {
|
|
19980
|
+
margin-inline-start: 4px;
|
|
19981
|
+
margin-inline-end: -5.6px;
|
|
19842
19982
|
}
|
|
19843
|
-
.v-
|
|
19844
|
-
|
|
19845
|
-
border-end-start-radius: inherit;
|
|
19983
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
|
|
19984
|
+
margin-inline-end: -8px;
|
|
19846
19985
|
}
|
|
19847
|
-
|
|
19848
|
-
|
|
19849
|
-
|
|
19986
|
+
|
|
19987
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
|
|
19988
|
+
margin-inline-start: 12px;
|
|
19850
19989
|
}
|
|
19851
|
-
|
|
19852
|
-
|
|
19853
|
-
|
|
19854
|
-
|
|
19855
|
-
|
|
19856
|
-
.v-btn-group--tile {
|
|
19857
|
-
border-radius: 0;
|
|
19858
|
-
}.v-carousel {
|
|
19859
|
-
overflow: hidden;
|
|
19860
|
-
position: relative;
|
|
19861
|
-
width: 100%;
|
|
19862
|
-
}
|
|
19863
|
-
.v-carousel__controls {
|
|
19864
|
-
align-items: center;
|
|
19865
|
-
bottom: 0;
|
|
19866
|
-
display: flex;
|
|
19867
|
-
height: 50px;
|
|
19868
|
-
justify-content: center;
|
|
19869
|
-
list-style-type: none;
|
|
19870
|
-
position: absolute;
|
|
19871
|
-
width: 100%;
|
|
19872
|
-
z-index: 1;
|
|
19873
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
19874
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
19875
|
-
}
|
|
19876
|
-
.v-carousel__controls > .v-item-group {
|
|
19877
|
-
flex: 0 1 auto;
|
|
19878
|
-
}
|
|
19879
|
-
.v-carousel__controls__item {
|
|
19880
|
-
margin: 0 8px;
|
|
19881
|
-
}
|
|
19882
|
-
.v-carousel__controls__item .v-icon {
|
|
19883
|
-
opacity: 0.5;
|
|
19884
|
-
}
|
|
19885
|
-
.v-carousel__controls__item--active .v-icon {
|
|
19886
|
-
opacity: 1;
|
|
19887
|
-
vertical-align: middle;
|
|
19888
|
-
}
|
|
19889
|
-
.v-carousel__controls__item:hover {
|
|
19890
|
-
background: none;
|
|
19891
|
-
}
|
|
19892
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
19893
|
-
opacity: 0.8;
|
|
19894
|
-
}
|
|
19895
|
-
|
|
19896
|
-
.v-carousel__progress {
|
|
19897
|
-
margin: 0;
|
|
19898
|
-
position: absolute;
|
|
19899
|
-
bottom: 0;
|
|
19900
|
-
left: 0;
|
|
19901
|
-
right: 0;
|
|
19902
|
-
}
|
|
19903
|
-
|
|
19904
|
-
.v-carousel-item {
|
|
19905
|
-
display: block;
|
|
19906
|
-
height: inherit;
|
|
19907
|
-
text-decoration: none;
|
|
19908
|
-
}
|
|
19909
|
-
.v-carousel-item > .v-img {
|
|
19910
|
-
height: inherit;
|
|
19911
|
-
}
|
|
19912
|
-
|
|
19913
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
19914
|
-
background: transparent;
|
|
19915
|
-
}
|
|
19916
|
-
|
|
19917
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
19918
|
-
flex-direction: column;
|
|
19919
|
-
height: 100% !important;
|
|
19920
|
-
width: 50px;
|
|
19921
|
-
}.v-checkbox.v-input {
|
|
19922
|
-
flex: 0 1 auto;
|
|
19923
|
-
}
|
|
19924
|
-
.v-checkbox .v-selection-control {
|
|
19925
|
-
min-height: var(--v-input-control-height);
|
|
19926
|
-
}.v-chip-group {
|
|
19927
|
-
display: flex;
|
|
19928
|
-
max-width: 100%;
|
|
19929
|
-
min-width: 0;
|
|
19930
|
-
overflow-x: auto;
|
|
19931
|
-
padding: 4px 0;
|
|
19932
|
-
}
|
|
19933
|
-
.v-chip-group .v-chip {
|
|
19934
|
-
margin: 4px 8px 4px 0;
|
|
19935
|
-
}
|
|
19936
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
|
19937
|
-
opacity: var(--v-activated-opacity);
|
|
19938
|
-
}
|
|
19939
|
-
|
|
19940
|
-
.v-chip-group--column .v-slide-group__content {
|
|
19941
|
-
white-space: normal;
|
|
19942
|
-
flex-wrap: wrap;
|
|
19943
|
-
max-width: 100%;
|
|
19944
|
-
}.v-chip {
|
|
19945
|
-
align-items: center;
|
|
19946
|
-
display: inline-flex;
|
|
19947
|
-
font-weight: 400;
|
|
19948
|
-
max-width: 100%;
|
|
19949
|
-
min-width: 0;
|
|
19950
|
-
overflow: hidden;
|
|
19951
|
-
position: relative;
|
|
19952
|
-
text-decoration: none;
|
|
19953
|
-
white-space: nowrap;
|
|
19954
|
-
vertical-align: middle;
|
|
19955
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19956
|
-
border-style: solid;
|
|
19957
|
-
border-width: 0;
|
|
19958
|
-
border-radius: 9999px;
|
|
19959
|
-
}
|
|
19960
|
-
.v-chip .v-icon {
|
|
19961
|
-
--v-icon-size-multiplier: 0.8571428571;
|
|
19962
|
-
}
|
|
19963
|
-
.v-chip.v-chip--size-x-small {
|
|
19964
|
-
--v-chip-size: 0.625rem;
|
|
19965
|
-
--v-chip-height: 20px;
|
|
19966
|
-
font-size: 0.625rem;
|
|
19967
|
-
padding: 0 8px;
|
|
19968
|
-
}
|
|
19969
|
-
.v-chip.v-chip--size-x-small .v-avatar {
|
|
19970
|
-
--v-avatar-height: 14px;
|
|
19971
|
-
}
|
|
19972
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
|
|
19973
|
-
--v-avatar-height: 20px;
|
|
19974
|
-
}
|
|
19975
|
-
|
|
19976
|
-
.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
19977
|
-
margin-inline-start: -5.6px;
|
|
19978
|
-
margin-inline-end: 4px;
|
|
19979
|
-
}
|
|
19980
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
19981
|
-
margin-inline-start: -8px;
|
|
19982
|
-
}
|
|
19983
|
-
|
|
19984
|
-
.v-chip.v-chip--size-x-small .v-avatar--end {
|
|
19985
|
-
margin-inline-start: 4px;
|
|
19986
|
-
margin-inline-end: -5.6px;
|
|
19987
|
-
}
|
|
19988
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
|
|
19989
|
-
margin-inline-end: -8px;
|
|
19990
|
-
}
|
|
19991
|
-
|
|
19992
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
|
|
19993
|
-
margin-inline-start: 12px;
|
|
19994
|
-
}
|
|
19995
|
-
|
|
19996
|
-
.v-chip.v-chip--size-x-small .v-icon--start,
|
|
19997
|
-
.v-chip.v-chip--size-x-small .v-chip__filter {
|
|
19998
|
-
margin-inline-start: -4px;
|
|
19999
|
-
margin-inline-end: 4px;
|
|
19990
|
+
|
|
19991
|
+
.v-chip.v-chip--size-x-small .v-icon--start,
|
|
19992
|
+
.v-chip.v-chip--size-x-small .v-chip__filter {
|
|
19993
|
+
margin-inline-start: -4px;
|
|
19994
|
+
margin-inline-end: 4px;
|
|
20000
19995
|
}
|
|
20001
19996
|
.v-chip.v-chip--size-x-small .v-icon--end,
|
|
20002
19997
|
.v-chip.v-chip--size-x-small .v-chip__close {
|
|
@@ -20353,6 +20348,11 @@ html.overflow-y-hidden {
|
|
|
20353
20348
|
|
|
20354
20349
|
.v-chip--label {
|
|
20355
20350
|
border-radius: 4px;
|
|
20351
|
+
}.v-checkbox.v-input {
|
|
20352
|
+
flex: 0 1 auto;
|
|
20353
|
+
}
|
|
20354
|
+
.v-checkbox .v-selection-control {
|
|
20355
|
+
min-height: var(--v-input-control-height);
|
|
20356
20356
|
}.v-color-picker {
|
|
20357
20357
|
align-self: flex-start;
|
|
20358
20358
|
contain: content;
|
|
@@ -21045,191 +21045,84 @@ html.overflow-y-hidden {
|
|
|
21045
21045
|
.offset-xxl-11 {
|
|
21046
21046
|
margin-inline-start: 91.6666666667%;
|
|
21047
21047
|
}
|
|
21048
|
-
}.v-
|
|
21049
|
-
|
|
21050
|
-
|
|
21051
|
-
|
|
21048
|
+
}.v-counter {
|
|
21049
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
21050
|
+
flex: 0 1 auto;
|
|
21051
|
+
font-size: 12px;
|
|
21052
|
+
transition-duration: 150ms;
|
|
21053
|
+
}.v-data-table {
|
|
21054
|
+
width: 100%;
|
|
21052
21055
|
}
|
|
21053
|
-
|
|
21054
|
-
|
|
21056
|
+
|
|
21057
|
+
.v-data-table__table {
|
|
21058
|
+
width: 100%;
|
|
21059
|
+
border-collapse: separate;
|
|
21060
|
+
border-spacing: 0;
|
|
21055
21061
|
}
|
|
21056
|
-
|
|
21057
|
-
|
|
21062
|
+
|
|
21063
|
+
.v-data-table__tr--focus {
|
|
21064
|
+
border: 1px dotted black;
|
|
21058
21065
|
}
|
|
21059
|
-
.v-
|
|
21060
|
-
|
|
21066
|
+
.v-data-table__tr--clickable {
|
|
21067
|
+
cursor: pointer;
|
|
21061
21068
|
}
|
|
21062
|
-
|
|
21063
|
-
|
|
21069
|
+
|
|
21070
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
21071
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
21072
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
21073
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
21074
|
+
text-align: end;
|
|
21064
21075
|
}
|
|
21065
|
-
.v-
|
|
21066
|
-
|
|
21067
|
-
|
|
21068
|
-
|
|
21076
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
21077
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
21078
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
21079
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
21080
|
+
flex-direction: row-reverse;
|
|
21069
21081
|
}
|
|
21070
|
-
|
|
21071
|
-
.v-
|
|
21072
|
-
|
|
21073
|
-
|
|
21074
|
-
|
|
21082
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
21083
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
21084
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
21085
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
21086
|
+
text-align: center;
|
|
21075
21087
|
}
|
|
21076
|
-
.v-
|
|
21077
|
-
|
|
21088
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
21089
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
21090
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
21091
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
21092
|
+
justify-content: center;
|
|
21078
21093
|
}
|
|
21079
|
-
.v-
|
|
21080
|
-
|
|
21081
|
-
|
|
21082
|
-
|
|
21083
|
-
|
|
21084
|
-
line-height: inherit;
|
|
21085
|
-
max-width: calc(100% - 2px - 2px);
|
|
21094
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
21095
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
21096
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
21097
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
21098
|
+
padding: 0 8px;
|
|
21086
21099
|
}
|
|
21087
|
-
.v-
|
|
21088
|
-
|
|
21100
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
|
21101
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
|
21102
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
|
21103
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
|
21104
|
+
text-overflow: ellipsis;
|
|
21105
|
+
text-wrap: nowrap;
|
|
21106
|
+
overflow: hidden;
|
|
21089
21107
|
}
|
|
21090
|
-
.v-
|
|
21091
|
-
.v-
|
|
21092
|
-
.v-
|
|
21093
|
-
.v-
|
|
21094
|
-
|
|
21108
|
+
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
|
21109
|
+
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
|
21110
|
+
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
|
21111
|
+
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
|
21112
|
+
display: contents;
|
|
21095
21113
|
}
|
|
21096
|
-
.v-
|
|
21097
|
-
|
|
21114
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
21115
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
21116
|
+
align-items: center;
|
|
21098
21117
|
}
|
|
21099
|
-
.v-
|
|
21100
|
-
|
|
21118
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
|
21119
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
|
21120
|
+
position: sticky;
|
|
21101
21121
|
}
|
|
21102
|
-
.v-
|
|
21103
|
-
|
|
21104
|
-
|
|
21105
|
-
|
|
21106
|
-
flex: 1 1;
|
|
21107
|
-
position: absolute;
|
|
21108
|
-
left: 0;
|
|
21109
|
-
right: 0;
|
|
21110
|
-
width: 100%;
|
|
21111
|
-
padding-inline: inherit;
|
|
21112
|
-
}
|
|
21113
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
21114
|
-
transition: none;
|
|
21115
|
-
}
|
|
21116
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
21117
|
-
opacity: 0;
|
|
21118
|
-
}
|
|
21119
|
-
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
21120
|
-
opacity: 0;
|
|
21121
|
-
}
|
|
21122
|
-
.v-combobox__menu-icon {
|
|
21123
|
-
margin-inline-start: 4px;
|
|
21124
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21125
|
-
}
|
|
21126
|
-
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
21127
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
21128
|
-
transform: rotate(180deg);
|
|
21129
|
-
}.v-data-table-footer {
|
|
21130
|
-
align-items: center;
|
|
21131
|
-
display: flex;
|
|
21132
|
-
flex-wrap: wrap;
|
|
21133
|
-
justify-content: flex-end;
|
|
21134
|
-
padding: 8px 4px;
|
|
21135
|
-
}
|
|
21136
|
-
.v-data-table-footer__items-per-page {
|
|
21137
|
-
align-items: center;
|
|
21138
|
-
display: flex;
|
|
21139
|
-
justify-content: center;
|
|
21140
|
-
}
|
|
21141
|
-
.v-data-table-footer__items-per-page > span {
|
|
21142
|
-
padding-inline-end: 8px;
|
|
21143
|
-
}
|
|
21144
|
-
.v-data-table-footer__items-per-page > .v-select {
|
|
21145
|
-
width: 90px;
|
|
21146
|
-
}
|
|
21147
|
-
.v-data-table-footer__info {
|
|
21148
|
-
display: flex;
|
|
21149
|
-
justify-content: flex-end;
|
|
21150
|
-
min-width: 116px;
|
|
21151
|
-
padding: 0 16px;
|
|
21152
|
-
}
|
|
21153
|
-
.v-data-table-footer__paginationz {
|
|
21154
|
-
align-items: center;
|
|
21155
|
-
display: flex;
|
|
21156
|
-
margin-inline-start: 16px;
|
|
21157
|
-
}
|
|
21158
|
-
.v-data-table-footer__page {
|
|
21159
|
-
padding: 0 8px;
|
|
21160
|
-
}.v-data-table {
|
|
21161
|
-
width: 100%;
|
|
21162
|
-
}
|
|
21163
|
-
|
|
21164
|
-
.v-data-table__table {
|
|
21165
|
-
width: 100%;
|
|
21166
|
-
border-collapse: separate;
|
|
21167
|
-
border-spacing: 0;
|
|
21168
|
-
}
|
|
21169
|
-
|
|
21170
|
-
.v-data-table__tr--focus {
|
|
21171
|
-
border: 1px dotted black;
|
|
21172
|
-
}
|
|
21173
|
-
.v-data-table__tr--clickable {
|
|
21174
|
-
cursor: pointer;
|
|
21175
|
-
}
|
|
21176
|
-
|
|
21177
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
|
|
21178
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
|
|
21179
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
|
|
21180
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
|
|
21181
|
-
text-align: end;
|
|
21182
|
-
}
|
|
21183
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
21184
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
|
|
21185
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
|
|
21186
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
|
|
21187
|
-
flex-direction: row-reverse;
|
|
21188
|
-
}
|
|
21189
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
|
|
21190
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
|
|
21191
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
|
|
21192
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
|
|
21193
|
-
text-align: center;
|
|
21194
|
-
}
|
|
21195
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
21196
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
|
|
21197
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
|
|
21198
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
|
|
21199
|
-
justify-content: center;
|
|
21200
|
-
}
|
|
21201
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
|
|
21202
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
|
|
21203
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
|
|
21204
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
|
|
21205
|
-
padding: 0 8px;
|
|
21206
|
-
}
|
|
21207
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
|
|
21208
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
|
|
21209
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
|
|
21210
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
|
|
21211
|
-
text-overflow: ellipsis;
|
|
21212
|
-
text-wrap: nowrap;
|
|
21213
|
-
overflow: hidden;
|
|
21214
|
-
}
|
|
21215
|
-
.v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
|
21216
|
-
.v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
|
|
21217
|
-
.v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
|
|
21218
|
-
.v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
|
|
21219
|
-
display: contents;
|
|
21220
|
-
}
|
|
21221
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th,
|
|
21222
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th {
|
|
21223
|
-
align-items: center;
|
|
21224
|
-
}
|
|
21225
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
|
|
21226
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
|
|
21227
|
-
position: sticky;
|
|
21228
|
-
}
|
|
21229
|
-
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
|
21230
|
-
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
|
21231
|
-
cursor: pointer;
|
|
21232
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21122
|
+
.v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
|
|
21123
|
+
.v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
|
|
21124
|
+
cursor: pointer;
|
|
21125
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21233
21126
|
}
|
|
21234
21127
|
.v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
|
|
21235
21128
|
.v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
|
|
@@ -21344,67 +21237,124 @@ html.overflow-y-hidden {
|
|
|
21344
21237
|
}
|
|
21345
21238
|
.v-data-table__td-sort-icon-active {
|
|
21346
21239
|
color: rgba(var(--v-theme-on-surface));
|
|
21347
|
-
}.v-
|
|
21348
|
-
|
|
21349
|
-
flex: 0 1 auto;
|
|
21350
|
-
font-size: 12px;
|
|
21351
|
-
transition-duration: 150ms;
|
|
21352
|
-
}.v-date-picker-controls {
|
|
21240
|
+
}.v-data-table-footer {
|
|
21241
|
+
align-items: center;
|
|
21353
21242
|
display: flex;
|
|
21243
|
+
flex-wrap: wrap;
|
|
21244
|
+
justify-content: flex-end;
|
|
21245
|
+
padding: 8px 4px;
|
|
21246
|
+
}
|
|
21247
|
+
.v-data-table-footer__items-per-page {
|
|
21354
21248
|
align-items: center;
|
|
21355
|
-
|
|
21356
|
-
|
|
21357
|
-
padding-top: 4px;
|
|
21358
|
-
padding-bottom: 4px;
|
|
21359
|
-
padding-inline-start: 6px;
|
|
21360
|
-
padding-inline-end: 12px;
|
|
21249
|
+
display: flex;
|
|
21250
|
+
justify-content: center;
|
|
21361
21251
|
}
|
|
21362
|
-
.v-
|
|
21363
|
-
|
|
21364
|
-
font-weight: 400;
|
|
21365
|
-
line-height: initial;
|
|
21366
|
-
letter-spacing: initial;
|
|
21252
|
+
.v-data-table-footer__items-per-page > span {
|
|
21253
|
+
padding-inline-end: 8px;
|
|
21367
21254
|
}
|
|
21368
|
-
.v-
|
|
21369
|
-
|
|
21255
|
+
.v-data-table-footer__items-per-page > .v-select {
|
|
21256
|
+
width: 90px;
|
|
21370
21257
|
}
|
|
21371
|
-
.v-
|
|
21372
|
-
|
|
21258
|
+
.v-data-table-footer__info {
|
|
21259
|
+
display: flex;
|
|
21260
|
+
justify-content: flex-end;
|
|
21261
|
+
min-width: 116px;
|
|
21262
|
+
padding: 0 16px;
|
|
21373
21263
|
}
|
|
21374
|
-
.v-
|
|
21375
|
-
|
|
21264
|
+
.v-data-table-footer__paginationz {
|
|
21265
|
+
align-items: center;
|
|
21266
|
+
display: flex;
|
|
21267
|
+
margin-inline-start: 16px;
|
|
21376
21268
|
}
|
|
21377
|
-
.v-
|
|
21378
|
-
|
|
21269
|
+
.v-data-table-footer__page {
|
|
21270
|
+
padding: 0 8px;
|
|
21271
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
|
21272
|
+
.v-combobox .v-field .v-text-field__suffix,
|
|
21273
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
21274
|
+
cursor: text;
|
|
21379
21275
|
}
|
|
21380
|
-
.v-
|
|
21381
|
-
|
|
21276
|
+
.v-combobox .v-field .v-field__input > input {
|
|
21277
|
+
flex: 1 1;
|
|
21382
21278
|
}
|
|
21383
|
-
.v-
|
|
21384
|
-
|
|
21279
|
+
.v-combobox .v-field input {
|
|
21280
|
+
min-width: 64px;
|
|
21385
21281
|
}
|
|
21386
|
-
|
|
21387
|
-
|
|
21388
|
-
margin-inline-end: 4px;
|
|
21282
|
+
.v-combobox .v-field:not(.v-field--focused) input {
|
|
21283
|
+
min-width: 0;
|
|
21389
21284
|
}
|
|
21390
|
-
.v-
|
|
21391
|
-
margin:
|
|
21392
|
-
|
|
21285
|
+
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
21286
|
+
margin-inline-end: 2px;
|
|
21287
|
+
}
|
|
21288
|
+
.v-combobox .v-combobox__selection-text {
|
|
21289
|
+
overflow: hidden;
|
|
21290
|
+
text-overflow: ellipsis;
|
|
21291
|
+
white-space: nowrap;
|
|
21393
21292
|
}
|
|
21394
21293
|
|
|
21395
|
-
.v-
|
|
21396
|
-
|
|
21294
|
+
.v-combobox__content {
|
|
21295
|
+
overflow: hidden;
|
|
21296
|
+
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));
|
|
21297
|
+
border-radius: 4px;
|
|
21397
21298
|
}
|
|
21398
|
-
.v-
|
|
21399
|
-
|
|
21299
|
+
.v-combobox__mask {
|
|
21300
|
+
background: rgb(var(--v-theme-surface-light));
|
|
21400
21301
|
}
|
|
21401
|
-
|
|
21402
|
-
|
|
21403
|
-
|
|
21302
|
+
.v-combobox__selection {
|
|
21303
|
+
display: inline-flex;
|
|
21304
|
+
align-items: center;
|
|
21305
|
+
height: 1.5rem;
|
|
21306
|
+
letter-spacing: inherit;
|
|
21307
|
+
line-height: inherit;
|
|
21308
|
+
max-width: calc(100% - 2px - 2px);
|
|
21404
21309
|
}
|
|
21405
|
-
|
|
21406
|
-
|
|
21407
|
-
|
|
21310
|
+
.v-combobox__selection:first-child {
|
|
21311
|
+
margin-inline-start: 0;
|
|
21312
|
+
}
|
|
21313
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
21314
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
21315
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21316
|
+
.v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21317
|
+
top: 0px;
|
|
21318
|
+
}
|
|
21319
|
+
.v-combobox--selecting-index .v-combobox__selection {
|
|
21320
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
21321
|
+
}
|
|
21322
|
+
.v-combobox--selecting-index .v-combobox__selection--selected {
|
|
21323
|
+
opacity: 1;
|
|
21324
|
+
}
|
|
21325
|
+
.v-combobox--selecting-index .v-field__input > input {
|
|
21326
|
+
caret-color: transparent;
|
|
21327
|
+
}
|
|
21328
|
+
.v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
|
|
21329
|
+
flex: 1 1;
|
|
21330
|
+
position: absolute;
|
|
21331
|
+
left: 0;
|
|
21332
|
+
right: 0;
|
|
21333
|
+
width: 100%;
|
|
21334
|
+
padding-inline: inherit;
|
|
21335
|
+
}
|
|
21336
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
|
|
21337
|
+
transition: none;
|
|
21338
|
+
}
|
|
21339
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
|
21340
|
+
opacity: 0;
|
|
21341
|
+
}
|
|
21342
|
+
.v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
|
|
21343
|
+
opacity: 0;
|
|
21344
|
+
}
|
|
21345
|
+
.v-combobox__menu-icon {
|
|
21346
|
+
margin-inline-start: 4px;
|
|
21347
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21348
|
+
}
|
|
21349
|
+
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
21350
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
21351
|
+
transform: rotate(180deg);
|
|
21352
|
+
}.v-date-picker {
|
|
21353
|
+
overflow: hidden;
|
|
21354
|
+
width: 328px;
|
|
21355
|
+
}
|
|
21356
|
+
.v-date-picker--show-week {
|
|
21357
|
+
width: 368px;
|
|
21408
21358
|
}.v-date-picker-header {
|
|
21409
21359
|
align-items: flex-end;
|
|
21410
21360
|
height: 70px;
|
|
@@ -21465,12 +21415,62 @@ html.overflow-y-hidden {
|
|
|
21465
21415
|
.date-picker-header-reverse-transition-leave-to {
|
|
21466
21416
|
opacity: 0;
|
|
21467
21417
|
transform: translate(0, 100%);
|
|
21468
|
-
}.v-date-picker {
|
|
21469
|
-
|
|
21470
|
-
|
|
21418
|
+
}.v-date-picker-controls {
|
|
21419
|
+
display: flex;
|
|
21420
|
+
align-items: center;
|
|
21421
|
+
justify-content: space-between;
|
|
21422
|
+
font-size: 0.875rem;
|
|
21423
|
+
padding-top: 4px;
|
|
21424
|
+
padding-bottom: 4px;
|
|
21425
|
+
padding-inline-start: 6px;
|
|
21426
|
+
padding-inline-end: 12px;
|
|
21471
21427
|
}
|
|
21472
|
-
.v-date-picker
|
|
21473
|
-
|
|
21428
|
+
.v-date-picker-controls > .v-btn:first-child {
|
|
21429
|
+
text-transform: none;
|
|
21430
|
+
font-weight: 400;
|
|
21431
|
+
line-height: initial;
|
|
21432
|
+
letter-spacing: initial;
|
|
21433
|
+
}
|
|
21434
|
+
.v-date-picker-controls--variant-classic {
|
|
21435
|
+
padding-inline-start: 12px;
|
|
21436
|
+
}
|
|
21437
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
|
21438
|
+
opacity: 0.7;
|
|
21439
|
+
}
|
|
21440
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21441
|
+
cursor: pointer;
|
|
21442
|
+
}
|
|
21443
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
|
21444
|
+
opacity: 1;
|
|
21445
|
+
}
|
|
21446
|
+
.v-date-picker-controls .v-btn:last-child {
|
|
21447
|
+
margin-inline-start: 4px;
|
|
21448
|
+
}
|
|
21449
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
|
21450
|
+
transform: rotate(180deg);
|
|
21451
|
+
}
|
|
21452
|
+
|
|
21453
|
+
.v-date-picker-controls__date {
|
|
21454
|
+
margin-inline-end: 4px;
|
|
21455
|
+
}
|
|
21456
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
|
21457
|
+
margin: auto;
|
|
21458
|
+
text-align: center;
|
|
21459
|
+
}
|
|
21460
|
+
|
|
21461
|
+
.v-date-picker-controls__month {
|
|
21462
|
+
display: flex;
|
|
21463
|
+
}
|
|
21464
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
|
21465
|
+
flex-direction: row-reverse;
|
|
21466
|
+
}
|
|
21467
|
+
|
|
21468
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
|
21469
|
+
flex: 1 0 auto;
|
|
21470
|
+
}
|
|
21471
|
+
|
|
21472
|
+
.v-date-picker__title {
|
|
21473
|
+
display: inline-block;
|
|
21474
21474
|
}.v-date-picker-month {
|
|
21475
21475
|
display: flex;
|
|
21476
21476
|
justify-content: center;
|
|
@@ -21560,6 +21560,56 @@ html.overflow-y-hidden {
|
|
|
21560
21560
|
}
|
|
21561
21561
|
.v-date-picker-years__content .v-btn {
|
|
21562
21562
|
padding-inline: 8px;
|
|
21563
|
+
}.v-divider {
|
|
21564
|
+
display: block;
|
|
21565
|
+
flex: 1 1 100%;
|
|
21566
|
+
height: 0px;
|
|
21567
|
+
max-height: 0px;
|
|
21568
|
+
opacity: var(--v-border-opacity);
|
|
21569
|
+
transition: inherit;
|
|
21570
|
+
border-style: solid;
|
|
21571
|
+
border-width: thin 0 0 0;
|
|
21572
|
+
}
|
|
21573
|
+
.v-divider--vertical {
|
|
21574
|
+
align-self: stretch;
|
|
21575
|
+
border-width: 0 thin 0 0;
|
|
21576
|
+
display: inline-flex;
|
|
21577
|
+
height: auto;
|
|
21578
|
+
margin-left: -1px;
|
|
21579
|
+
max-height: 100%;
|
|
21580
|
+
max-width: 0px;
|
|
21581
|
+
vertical-align: text-bottom;
|
|
21582
|
+
width: 0px;
|
|
21583
|
+
}
|
|
21584
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
21585
|
+
max-width: calc(100% - 72px);
|
|
21586
|
+
margin-inline-start: 72px;
|
|
21587
|
+
}
|
|
21588
|
+
.v-divider--inset.v-divider--vertical {
|
|
21589
|
+
margin-bottom: 8px;
|
|
21590
|
+
margin-top: 8px;
|
|
21591
|
+
max-height: calc(100% - 16px);
|
|
21592
|
+
}
|
|
21593
|
+
|
|
21594
|
+
.v-divider__content {
|
|
21595
|
+
padding: 0 16px;
|
|
21596
|
+
text-wrap: nowrap;
|
|
21597
|
+
}
|
|
21598
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
|
21599
|
+
padding: 4px 0;
|
|
21600
|
+
}
|
|
21601
|
+
|
|
21602
|
+
.v-divider__wrapper {
|
|
21603
|
+
display: flex;
|
|
21604
|
+
align-items: center;
|
|
21605
|
+
justify-content: center;
|
|
21606
|
+
}
|
|
21607
|
+
.v-divider__wrapper--vertical {
|
|
21608
|
+
flex-direction: column;
|
|
21609
|
+
height: 100%;
|
|
21610
|
+
}
|
|
21611
|
+
.v-divider__wrapper--vertical .v-divider {
|
|
21612
|
+
margin: 0 auto;
|
|
21563
21613
|
}.v-dialog {
|
|
21564
21614
|
align-items: center;
|
|
21565
21615
|
justify-content: center;
|
|
@@ -21652,56 +21702,6 @@ html.overflow-y-hidden {
|
|
|
21652
21702
|
-webkit-backface-visibility: hidden;
|
|
21653
21703
|
backface-visibility: hidden;
|
|
21654
21704
|
overflow-y: auto;
|
|
21655
|
-
}.v-divider {
|
|
21656
|
-
display: block;
|
|
21657
|
-
flex: 1 1 100%;
|
|
21658
|
-
height: 0px;
|
|
21659
|
-
max-height: 0px;
|
|
21660
|
-
opacity: var(--v-border-opacity);
|
|
21661
|
-
transition: inherit;
|
|
21662
|
-
border-style: solid;
|
|
21663
|
-
border-width: thin 0 0 0;
|
|
21664
|
-
}
|
|
21665
|
-
.v-divider--vertical {
|
|
21666
|
-
align-self: stretch;
|
|
21667
|
-
border-width: 0 thin 0 0;
|
|
21668
|
-
display: inline-flex;
|
|
21669
|
-
height: auto;
|
|
21670
|
-
margin-left: -1px;
|
|
21671
|
-
max-height: 100%;
|
|
21672
|
-
max-width: 0px;
|
|
21673
|
-
vertical-align: text-bottom;
|
|
21674
|
-
width: 0px;
|
|
21675
|
-
}
|
|
21676
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
21677
|
-
max-width: calc(100% - 72px);
|
|
21678
|
-
margin-inline-start: 72px;
|
|
21679
|
-
}
|
|
21680
|
-
.v-divider--inset.v-divider--vertical {
|
|
21681
|
-
margin-bottom: 8px;
|
|
21682
|
-
margin-top: 8px;
|
|
21683
|
-
max-height: calc(100% - 16px);
|
|
21684
|
-
}
|
|
21685
|
-
|
|
21686
|
-
.v-divider__content {
|
|
21687
|
-
padding: 0 16px;
|
|
21688
|
-
text-wrap: nowrap;
|
|
21689
|
-
}
|
|
21690
|
-
.v-divider__wrapper--vertical .v-divider__content {
|
|
21691
|
-
padding: 4px 0;
|
|
21692
|
-
}
|
|
21693
|
-
|
|
21694
|
-
.v-divider__wrapper {
|
|
21695
|
-
display: flex;
|
|
21696
|
-
align-items: center;
|
|
21697
|
-
justify-content: center;
|
|
21698
|
-
}
|
|
21699
|
-
.v-divider__wrapper--vertical {
|
|
21700
|
-
flex-direction: column;
|
|
21701
|
-
height: 100%;
|
|
21702
|
-
}
|
|
21703
|
-
.v-divider__wrapper--vertical .v-divider {
|
|
21704
|
-
margin: 0 auto;
|
|
21705
21705
|
}.v-empty-state {
|
|
21706
21706
|
align-items: center;
|
|
21707
21707
|
display: flex;
|
|
@@ -21769,35 +21769,75 @@ html.overflow-y-hidden {
|
|
|
21769
21769
|
.v-empty-state__action-btn.v-btn {
|
|
21770
21770
|
background-color: initial;
|
|
21771
21771
|
color: initial;
|
|
21772
|
-
}.v-
|
|
21773
|
-
|
|
21774
|
-
|
|
21775
|
-
|
|
21772
|
+
}.v-fab {
|
|
21773
|
+
align-items: center;
|
|
21774
|
+
display: inline-flex;
|
|
21775
|
+
flex: 1 1 auto;
|
|
21776
|
+
pointer-events: none;
|
|
21777
|
+
position: relative;
|
|
21778
|
+
transition-duration: 0.2s;
|
|
21779
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
21780
|
+
vertical-align: middle;
|
|
21776
21781
|
}
|
|
21777
|
-
.v-
|
|
21778
|
-
|
|
21779
|
-
margin: 0 auto;
|
|
21782
|
+
.v-fab .v-btn {
|
|
21783
|
+
pointer-events: auto;
|
|
21780
21784
|
}
|
|
21781
|
-
.v-
|
|
21782
|
-
|
|
21783
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
21784
|
-
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
21785
|
-
top: 0px;
|
|
21785
|
+
.v-fab .v-btn--variant-elevated {
|
|
21786
|
+
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));
|
|
21786
21787
|
}
|
|
21787
|
-
.v-
|
|
21788
|
-
|
|
21789
|
-
|
|
21790
|
-
|
|
21788
|
+
.v-fab--app, .v-fab--absolute {
|
|
21789
|
+
display: flex;
|
|
21790
|
+
}
|
|
21791
|
+
.v-fab--start, .v-fab--left {
|
|
21792
|
+
justify-content: flex-start;
|
|
21793
|
+
}
|
|
21794
|
+
.v-fab--center {
|
|
21795
|
+
align-items: center;
|
|
21796
|
+
justify-content: center;
|
|
21797
|
+
}
|
|
21798
|
+
.v-fab--end, .v-fab--right {
|
|
21799
|
+
justify-content: flex-end;
|
|
21800
|
+
}
|
|
21801
|
+
.v-fab--bottom {
|
|
21802
|
+
align-items: flex-end;
|
|
21803
|
+
}
|
|
21804
|
+
.v-fab--top {
|
|
21805
|
+
align-items: flex-start;
|
|
21806
|
+
}
|
|
21807
|
+
.v-fab--extended .v-btn {
|
|
21808
|
+
border-radius: 9999px !important;
|
|
21809
|
+
}
|
|
21810
|
+
|
|
21811
|
+
.v-fab__container {
|
|
21812
|
+
align-self: center;
|
|
21813
|
+
display: inline-flex;
|
|
21791
21814
|
position: absolute;
|
|
21815
|
+
vertical-align: middle;
|
|
21816
|
+
}
|
|
21817
|
+
.v-fab--app .v-fab__container {
|
|
21818
|
+
margin: 12px;
|
|
21819
|
+
}
|
|
21820
|
+
.v-fab--absolute .v-fab__container {
|
|
21821
|
+
position: absolute;
|
|
21822
|
+
z-index: 4;
|
|
21823
|
+
}
|
|
21824
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
|
21825
|
+
transform: translateY(-50%);
|
|
21826
|
+
}
|
|
21827
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
|
21828
|
+
transform: translateY(50%);
|
|
21829
|
+
}
|
|
21830
|
+
.v-fab--top .v-fab__container {
|
|
21792
21831
|
top: 0;
|
|
21793
|
-
width: 100%;
|
|
21794
|
-
z-index: 1;
|
|
21795
21832
|
}
|
|
21796
|
-
.v-
|
|
21797
|
-
|
|
21833
|
+
.v-fab--bottom .v-fab__container {
|
|
21834
|
+
bottom: 0;
|
|
21798
21835
|
}
|
|
21799
|
-
.v-
|
|
21800
|
-
|
|
21836
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
|
21837
|
+
left: 0;
|
|
21838
|
+
}
|
|
21839
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
|
21840
|
+
right: 0;
|
|
21801
21841
|
}.v-expansion-panel {
|
|
21802
21842
|
background-color: rgb(var(--v-theme-surface));
|
|
21803
21843
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -22008,75 +22048,6 @@ html.overflow-y-hidden {
|
|
|
22008
22048
|
}
|
|
22009
22049
|
.v-expansion-panels--tile > .v-expansion-panel {
|
|
22010
22050
|
border-radius: 0;
|
|
22011
|
-
}.v-fab {
|
|
22012
|
-
align-items: center;
|
|
22013
|
-
display: inline-flex;
|
|
22014
|
-
flex: 1 1 auto;
|
|
22015
|
-
pointer-events: none;
|
|
22016
|
-
position: relative;
|
|
22017
|
-
transition-duration: 0.2s;
|
|
22018
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
22019
|
-
vertical-align: middle;
|
|
22020
|
-
}
|
|
22021
|
-
.v-fab .v-btn {
|
|
22022
|
-
pointer-events: auto;
|
|
22023
|
-
}
|
|
22024
|
-
.v-fab .v-btn--variant-elevated {
|
|
22025
|
-
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));
|
|
22026
|
-
}
|
|
22027
|
-
.v-fab--app, .v-fab--absolute {
|
|
22028
|
-
display: flex;
|
|
22029
|
-
}
|
|
22030
|
-
.v-fab--start, .v-fab--left {
|
|
22031
|
-
justify-content: flex-start;
|
|
22032
|
-
}
|
|
22033
|
-
.v-fab--center {
|
|
22034
|
-
align-items: center;
|
|
22035
|
-
justify-content: center;
|
|
22036
|
-
}
|
|
22037
|
-
.v-fab--end, .v-fab--right {
|
|
22038
|
-
justify-content: flex-end;
|
|
22039
|
-
}
|
|
22040
|
-
.v-fab--bottom {
|
|
22041
|
-
align-items: flex-end;
|
|
22042
|
-
}
|
|
22043
|
-
.v-fab--top {
|
|
22044
|
-
align-items: flex-start;
|
|
22045
|
-
}
|
|
22046
|
-
.v-fab--extended .v-btn {
|
|
22047
|
-
border-radius: 9999px !important;
|
|
22048
|
-
}
|
|
22049
|
-
|
|
22050
|
-
.v-fab__container {
|
|
22051
|
-
align-self: center;
|
|
22052
|
-
display: inline-flex;
|
|
22053
|
-
position: absolute;
|
|
22054
|
-
vertical-align: middle;
|
|
22055
|
-
}
|
|
22056
|
-
.v-fab--app .v-fab__container {
|
|
22057
|
-
margin: 12px;
|
|
22058
|
-
}
|
|
22059
|
-
.v-fab--absolute .v-fab__container {
|
|
22060
|
-
position: absolute;
|
|
22061
|
-
z-index: 4;
|
|
22062
|
-
}
|
|
22063
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
|
22064
|
-
transform: translateY(-50%);
|
|
22065
|
-
}
|
|
22066
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
|
22067
|
-
transform: translateY(50%);
|
|
22068
|
-
}
|
|
22069
|
-
.v-fab--top .v-fab__container {
|
|
22070
|
-
top: 0;
|
|
22071
|
-
}
|
|
22072
|
-
.v-fab--bottom .v-fab__container {
|
|
22073
|
-
bottom: 0;
|
|
22074
|
-
}
|
|
22075
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
|
22076
|
-
left: 0;
|
|
22077
|
-
}
|
|
22078
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
|
22079
|
-
right: 0;
|
|
22080
22051
|
}/* region INPUT */
|
|
22081
22052
|
.v-field {
|
|
22082
22053
|
--v-theme-overlay-multiplier: 1;
|
|
@@ -22676,42 +22647,35 @@ textarea.v-field__input::placeholder {
|
|
|
22676
22647
|
}
|
|
22677
22648
|
.v-footer--rounded {
|
|
22678
22649
|
border-radius: 4px;
|
|
22679
|
-
}.v-
|
|
22680
|
-
|
|
22681
|
-
|
|
22650
|
+
}.v-file-input--hide.v-input .v-field,
|
|
22651
|
+
.v-file-input--hide.v-input .v-input__control,
|
|
22652
|
+
.v-file-input--hide.v-input .v-input__details {
|
|
22653
|
+
display: none;
|
|
22682
22654
|
}
|
|
22683
|
-
.v-
|
|
22684
|
-
|
|
22655
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
|
22656
|
+
grid-area: control;
|
|
22657
|
+
margin: 0 auto;
|
|
22685
22658
|
}
|
|
22686
|
-
.v-
|
|
22687
|
-
|
|
22659
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
|
22660
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
|
22661
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
|
22662
|
+
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
|
22663
|
+
top: 0px;
|
|
22688
22664
|
}
|
|
22689
|
-
|
|
22690
|
-
|
|
22691
|
-
|
|
22692
|
-
|
|
22693
|
-
.v-img__placeholder,
|
|
22694
|
-
.v-img__error {
|
|
22695
|
-
z-index: -1;
|
|
22665
|
+
.v-file-input input[type=file] {
|
|
22666
|
+
height: 100%;
|
|
22667
|
+
left: 0;
|
|
22668
|
+
opacity: 0;
|
|
22696
22669
|
position: absolute;
|
|
22697
22670
|
top: 0;
|
|
22698
|
-
left: 0;
|
|
22699
22671
|
width: 100%;
|
|
22700
|
-
|
|
22701
|
-
}
|
|
22702
|
-
|
|
22703
|
-
.v-img__img--preload {
|
|
22704
|
-
filter: blur(4px);
|
|
22705
|
-
}
|
|
22706
|
-
.v-img__img--contain {
|
|
22707
|
-
object-fit: contain;
|
|
22672
|
+
z-index: 1;
|
|
22708
22673
|
}
|
|
22709
|
-
.v-
|
|
22710
|
-
|
|
22674
|
+
.v-file-input .v-input__details {
|
|
22675
|
+
padding-inline: 16px;
|
|
22711
22676
|
}
|
|
22712
|
-
|
|
22713
|
-
|
|
22714
|
-
background-repeat: no-repeat;
|
|
22677
|
+
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
22678
|
+
padding-inline: 0;
|
|
22715
22679
|
}.v-icon {
|
|
22716
22680
|
--v-icon-size-multiplier: 1;
|
|
22717
22681
|
align-items: center;
|
|
@@ -22765,6 +22729,42 @@ textarea.v-field__input::placeholder {
|
|
|
22765
22729
|
|
|
22766
22730
|
.v-icon--end {
|
|
22767
22731
|
margin-inline-start: 8px;
|
|
22732
|
+
}.v-img {
|
|
22733
|
+
--v-theme-overlay-multiplier: 3;
|
|
22734
|
+
z-index: 0;
|
|
22735
|
+
}
|
|
22736
|
+
.v-img--booting .v-responsive__sizer {
|
|
22737
|
+
transition: none;
|
|
22738
|
+
}
|
|
22739
|
+
.v-img--rounded {
|
|
22740
|
+
border-radius: 4px;
|
|
22741
|
+
}
|
|
22742
|
+
|
|
22743
|
+
.v-img__img,
|
|
22744
|
+
.v-img__picture,
|
|
22745
|
+
.v-img__gradient,
|
|
22746
|
+
.v-img__placeholder,
|
|
22747
|
+
.v-img__error {
|
|
22748
|
+
z-index: -1;
|
|
22749
|
+
position: absolute;
|
|
22750
|
+
top: 0;
|
|
22751
|
+
left: 0;
|
|
22752
|
+
width: 100%;
|
|
22753
|
+
height: 100%;
|
|
22754
|
+
}
|
|
22755
|
+
|
|
22756
|
+
.v-img__img--preload {
|
|
22757
|
+
filter: blur(4px);
|
|
22758
|
+
}
|
|
22759
|
+
.v-img__img--contain {
|
|
22760
|
+
object-fit: contain;
|
|
22761
|
+
}
|
|
22762
|
+
.v-img__img--cover {
|
|
22763
|
+
object-fit: cover;
|
|
22764
|
+
}
|
|
22765
|
+
|
|
22766
|
+
.v-img__gradient {
|
|
22767
|
+
background-repeat: no-repeat;
|
|
22768
22768
|
}.v-infinite-scroll--horizontal {
|
|
22769
22769
|
display: flex;
|
|
22770
22770
|
flex-direction: row;
|
|
@@ -22790,6 +22790,11 @@ textarea.v-field__input::placeholder {
|
|
|
22790
22790
|
display: flex;
|
|
22791
22791
|
justify-content: center;
|
|
22792
22792
|
padding: 8px;
|
|
22793
|
+
}.v-item-group {
|
|
22794
|
+
flex: 0 1 auto;
|
|
22795
|
+
max-width: 100%;
|
|
22796
|
+
position: relative;
|
|
22797
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22793
22798
|
}.v-input {
|
|
22794
22799
|
display: grid;
|
|
22795
22800
|
flex: 1 1 auto;
|
|
@@ -22947,54 +22952,6 @@ textarea.v-field__input::placeholder {
|
|
|
22947
22952
|
|
|
22948
22953
|
.v-label--clickable {
|
|
22949
22954
|
cursor: pointer;
|
|
22950
|
-
}.v-item-group {
|
|
22951
|
-
flex: 0 1 auto;
|
|
22952
|
-
max-width: 100%;
|
|
22953
|
-
position: relative;
|
|
22954
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22955
|
-
}.v-layout-item {
|
|
22956
|
-
position: absolute;
|
|
22957
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22958
|
-
}
|
|
22959
|
-
|
|
22960
|
-
.v-layout-item--absolute {
|
|
22961
|
-
position: absolute;
|
|
22962
|
-
}.v-layout {
|
|
22963
|
-
--v-scrollbar-offset: 0px;
|
|
22964
|
-
display: flex;
|
|
22965
|
-
flex: 1 1 auto;
|
|
22966
|
-
}
|
|
22967
|
-
.v-layout--full-height {
|
|
22968
|
-
--v-scrollbar-offset: inherit;
|
|
22969
|
-
height: 100%;
|
|
22970
|
-
}.v-main {
|
|
22971
|
-
flex: 1 0 auto;
|
|
22972
|
-
max-width: 100%;
|
|
22973
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22974
|
-
padding-left: var(--v-layout-left);
|
|
22975
|
-
padding-right: var(--v-layout-right);
|
|
22976
|
-
padding-top: var(--v-layout-top);
|
|
22977
|
-
padding-bottom: var(--v-layout-bottom);
|
|
22978
|
-
}
|
|
22979
|
-
.v-main__scroller {
|
|
22980
|
-
max-width: 100%;
|
|
22981
|
-
position: relative;
|
|
22982
|
-
}
|
|
22983
|
-
.v-main--scrollable {
|
|
22984
|
-
display: flex;
|
|
22985
|
-
position: absolute;
|
|
22986
|
-
top: 0;
|
|
22987
|
-
left: 0;
|
|
22988
|
-
width: 100%;
|
|
22989
|
-
height: 100%;
|
|
22990
|
-
}
|
|
22991
|
-
.v-main--scrollable > .v-main__scroller {
|
|
22992
|
-
flex: 1 1 auto;
|
|
22993
|
-
overflow-y: auto;
|
|
22994
|
-
--v-layout-left: 0px;
|
|
22995
|
-
--v-layout-right: 0px;
|
|
22996
|
-
--v-layout-top: 0px;
|
|
22997
|
-
--v-layout-bottom: 0px;
|
|
22998
22955
|
}.v-list {
|
|
22999
22956
|
overflow: auto;
|
|
23000
22957
|
padding: 8px 0;
|
|
@@ -23550,10 +23507,51 @@ textarea.v-field__input::placeholder {
|
|
|
23550
23507
|
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
|
23551
23508
|
opacity: 0;
|
|
23552
23509
|
}
|
|
23553
|
-
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
|
23554
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
23555
|
-
}.v-
|
|
23556
|
-
|
|
23510
|
+
.v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
|
23511
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
23512
|
+
}.v-layout {
|
|
23513
|
+
--v-scrollbar-offset: 0px;
|
|
23514
|
+
display: flex;
|
|
23515
|
+
flex: 1 1 auto;
|
|
23516
|
+
}
|
|
23517
|
+
.v-layout--full-height {
|
|
23518
|
+
--v-scrollbar-offset: inherit;
|
|
23519
|
+
height: 100%;
|
|
23520
|
+
}.v-layout-item {
|
|
23521
|
+
position: absolute;
|
|
23522
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23523
|
+
}
|
|
23524
|
+
|
|
23525
|
+
.v-layout-item--absolute {
|
|
23526
|
+
position: absolute;
|
|
23527
|
+
}.v-main {
|
|
23528
|
+
flex: 1 0 auto;
|
|
23529
|
+
max-width: 100%;
|
|
23530
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
23531
|
+
padding-left: var(--v-layout-left);
|
|
23532
|
+
padding-right: var(--v-layout-right);
|
|
23533
|
+
padding-top: var(--v-layout-top);
|
|
23534
|
+
padding-bottom: var(--v-layout-bottom);
|
|
23535
|
+
}
|
|
23536
|
+
.v-main__scroller {
|
|
23537
|
+
max-width: 100%;
|
|
23538
|
+
position: relative;
|
|
23539
|
+
}
|
|
23540
|
+
.v-main--scrollable {
|
|
23541
|
+
display: flex;
|
|
23542
|
+
position: absolute;
|
|
23543
|
+
top: 0;
|
|
23544
|
+
left: 0;
|
|
23545
|
+
width: 100%;
|
|
23546
|
+
height: 100%;
|
|
23547
|
+
}
|
|
23548
|
+
.v-main--scrollable > .v-main__scroller {
|
|
23549
|
+
flex: 1 1 auto;
|
|
23550
|
+
overflow-y: auto;
|
|
23551
|
+
--v-layout-left: 0px;
|
|
23552
|
+
--v-layout-right: 0px;
|
|
23553
|
+
--v-layout-top: 0px;
|
|
23554
|
+
--v-layout-bottom: 0px;
|
|
23557
23555
|
}.v-menu > .v-overlay__content {
|
|
23558
23556
|
display: flex;
|
|
23559
23557
|
flex-direction: column;
|
|
@@ -23583,62 +23581,8 @@ textarea.v-field__input::placeholder {
|
|
|
23583
23581
|
-webkit-hyphens: auto;
|
|
23584
23582
|
hyphens: auto;
|
|
23585
23583
|
transition-duration: 150ms;
|
|
23586
|
-
}.v-
|
|
23587
|
-
|
|
23588
|
-
align-items: center;
|
|
23589
|
-
display: flex;
|
|
23590
|
-
justify-content: center;
|
|
23591
|
-
padding: 0.5rem 0;
|
|
23592
|
-
position: relative;
|
|
23593
|
-
}
|
|
23594
|
-
.v-otp-input .v-field {
|
|
23595
|
-
height: 100%;
|
|
23596
|
-
}
|
|
23597
|
-
|
|
23598
|
-
.v-otp-input__divider {
|
|
23599
|
-
margin: 0 8px;
|
|
23600
|
-
}
|
|
23601
|
-
|
|
23602
|
-
.v-otp-input__content {
|
|
23603
|
-
align-items: center;
|
|
23604
|
-
display: flex;
|
|
23605
|
-
gap: 0.5rem;
|
|
23606
|
-
height: 64px;
|
|
23607
|
-
padding: 0.5rem;
|
|
23608
|
-
justify-content: center;
|
|
23609
|
-
max-width: 320px;
|
|
23610
|
-
position: relative;
|
|
23611
|
-
border-radius: inherit;
|
|
23612
|
-
}
|
|
23613
|
-
.v-otp-input--divided .v-otp-input__content {
|
|
23614
|
-
max-width: 360px;
|
|
23615
|
-
}
|
|
23616
|
-
|
|
23617
|
-
.v-otp-input__field {
|
|
23618
|
-
color: inherit;
|
|
23619
|
-
font-size: 1.25rem;
|
|
23620
|
-
height: 100%;
|
|
23621
|
-
outline: none;
|
|
23622
|
-
text-align: center;
|
|
23623
|
-
width: 100%;
|
|
23624
|
-
}
|
|
23625
|
-
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
23626
|
-
-webkit-appearance: none;
|
|
23627
|
-
margin: 0;
|
|
23628
|
-
}
|
|
23629
|
-
.v-otp-input__field[type=number] {
|
|
23630
|
-
-moz-appearance: textfield;
|
|
23631
|
-
}
|
|
23632
|
-
|
|
23633
|
-
.v-otp-input__loader {
|
|
23634
|
-
align-items: center;
|
|
23635
|
-
display: flex;
|
|
23636
|
-
height: 100%;
|
|
23637
|
-
justify-content: center;
|
|
23638
|
-
width: 100%;
|
|
23639
|
-
}
|
|
23640
|
-
.v-otp-input__loader .v-progress-linear {
|
|
23641
|
-
position: absolute;
|
|
23584
|
+
}.v-locale-provider {
|
|
23585
|
+
display: contents;
|
|
23642
23586
|
}.v-navigation-drawer {
|
|
23643
23587
|
-webkit-overflow-scrolling: touch;
|
|
23644
23588
|
background: rgb(var(--v-theme-surface));
|
|
@@ -23741,197 +23685,131 @@ textarea.v-field__input::placeholder {
|
|
|
23741
23685
|
.v-navigation-drawer__append {
|
|
23742
23686
|
flex: none;
|
|
23743
23687
|
overflow: hidden;
|
|
23744
|
-
}.v-
|
|
23745
|
-
|
|
23746
|
-
left: 0;
|
|
23747
|
-
pointer-events: none;
|
|
23748
|
-
position: absolute;
|
|
23749
|
-
top: 0;
|
|
23750
|
-
display: contents;
|
|
23751
|
-
}
|
|
23752
|
-
|
|
23753
|
-
.v-overlay-scroll-blocked {
|
|
23754
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
23755
|
-
}
|
|
23756
|
-
.v-overlay-scroll-blocked:not(html) {
|
|
23757
|
-
overflow-y: hidden !important;
|
|
23758
|
-
}
|
|
23759
|
-
html.v-overlay-scroll-blocked {
|
|
23760
|
-
position: fixed;
|
|
23761
|
-
top: var(--v-body-scroll-y);
|
|
23762
|
-
left: var(--v-body-scroll-x);
|
|
23763
|
-
width: 100%;
|
|
23764
|
-
height: 100%;
|
|
23765
|
-
}
|
|
23766
|
-
|
|
23767
|
-
.v-overlay {
|
|
23768
|
-
border-radius: inherit;
|
|
23769
|
-
display: flex;
|
|
23770
|
-
left: 0;
|
|
23771
|
-
pointer-events: none;
|
|
23772
|
-
position: fixed;
|
|
23773
|
-
top: 0;
|
|
23774
|
-
bottom: 0;
|
|
23775
|
-
right: 0;
|
|
23776
|
-
}
|
|
23777
|
-
|
|
23778
|
-
.v-overlay__content {
|
|
23779
|
-
outline: none;
|
|
23780
|
-
position: absolute;
|
|
23781
|
-
pointer-events: auto;
|
|
23782
|
-
contain: layout;
|
|
23783
|
-
}
|
|
23784
|
-
|
|
23785
|
-
.v-overlay__scrim {
|
|
23786
|
-
pointer-events: auto;
|
|
23787
|
-
background: rgb(var(--v-theme-on-surface));
|
|
23788
|
-
border-radius: inherit;
|
|
23789
|
-
bottom: 0;
|
|
23790
|
-
left: 0;
|
|
23791
|
-
opacity: var(--v-overlay-opacity, 0.32);
|
|
23792
|
-
position: fixed;
|
|
23793
|
-
right: 0;
|
|
23794
|
-
top: 0;
|
|
23795
|
-
}
|
|
23796
|
-
|
|
23797
|
-
.v-overlay--absolute {
|
|
23798
|
-
position: absolute;
|
|
23799
|
-
}
|
|
23800
|
-
|
|
23801
|
-
.v-overlay--contained .v-overlay__scrim {
|
|
23802
|
-
position: absolute;
|
|
23803
|
-
}
|
|
23804
|
-
|
|
23805
|
-
.v-overlay--scroll-blocked {
|
|
23806
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
23807
|
-
}.v-progress-circular {
|
|
23688
|
+
}.v-otp-input {
|
|
23689
|
+
border-radius: 4px;
|
|
23808
23690
|
align-items: center;
|
|
23809
|
-
display:
|
|
23691
|
+
display: flex;
|
|
23810
23692
|
justify-content: center;
|
|
23693
|
+
padding: 0.5rem 0;
|
|
23811
23694
|
position: relative;
|
|
23812
|
-
vertical-align: middle;
|
|
23813
23695
|
}
|
|
23814
|
-
.v-
|
|
23815
|
-
width: 100%;
|
|
23696
|
+
.v-otp-input .v-field {
|
|
23816
23697
|
height: 100%;
|
|
23817
|
-
margin: auto;
|
|
23818
|
-
position: absolute;
|
|
23819
|
-
top: 0;
|
|
23820
|
-
bottom: 0;
|
|
23821
|
-
left: 0;
|
|
23822
|
-
right: 0;
|
|
23823
|
-
z-index: 0;
|
|
23824
|
-
}
|
|
23825
|
-
|
|
23826
|
-
.v-progress-circular__content {
|
|
23827
|
-
align-items: center;
|
|
23828
|
-
display: flex;
|
|
23829
|
-
justify-content: center;
|
|
23830
23698
|
}
|
|
23831
23699
|
|
|
23832
|
-
.v-
|
|
23833
|
-
|
|
23834
|
-
stroke: currentColor;
|
|
23835
|
-
z-index: 1;
|
|
23836
|
-
}
|
|
23837
|
-
|
|
23838
|
-
.v-progress-circular__overlay {
|
|
23839
|
-
stroke: currentColor;
|
|
23840
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
23841
|
-
z-index: 2;
|
|
23700
|
+
.v-otp-input__divider {
|
|
23701
|
+
margin: 0 8px;
|
|
23842
23702
|
}
|
|
23843
23703
|
|
|
23844
|
-
.v-
|
|
23845
|
-
|
|
23846
|
-
|
|
23847
|
-
|
|
23848
|
-
.v-progress-circular--size-small {
|
|
23849
|
-
height: 24px;
|
|
23850
|
-
width: 24px;
|
|
23851
|
-
}
|
|
23852
|
-
.v-progress-circular--size-default {
|
|
23853
|
-
height: 32px;
|
|
23854
|
-
width: 32px;
|
|
23855
|
-
}
|
|
23856
|
-
.v-progress-circular--size-large {
|
|
23857
|
-
height: 48px;
|
|
23858
|
-
width: 48px;
|
|
23859
|
-
}
|
|
23860
|
-
.v-progress-circular--size-x-large {
|
|
23704
|
+
.v-otp-input__content {
|
|
23705
|
+
align-items: center;
|
|
23706
|
+
display: flex;
|
|
23707
|
+
gap: 0.5rem;
|
|
23861
23708
|
height: 64px;
|
|
23862
|
-
|
|
23863
|
-
|
|
23864
|
-
|
|
23865
|
-
|
|
23866
|
-
|
|
23867
|
-
transform-origin: center center;
|
|
23868
|
-
transition: all 0.2s ease-in-out;
|
|
23709
|
+
padding: 0.5rem;
|
|
23710
|
+
justify-content: center;
|
|
23711
|
+
max-width: 320px;
|
|
23712
|
+
position: relative;
|
|
23713
|
+
border-radius: inherit;
|
|
23869
23714
|
}
|
|
23870
|
-
.v-
|
|
23871
|
-
|
|
23872
|
-
stroke-dasharray: 25, 200;
|
|
23873
|
-
stroke-dashoffset: 0;
|
|
23874
|
-
stroke-linecap: round;
|
|
23875
|
-
transform-origin: center center;
|
|
23876
|
-
transform: rotate(-90deg);
|
|
23715
|
+
.v-otp-input--divided .v-otp-input__content {
|
|
23716
|
+
max-width: 360px;
|
|
23877
23717
|
}
|
|
23878
23718
|
|
|
23879
|
-
.v-
|
|
23880
|
-
|
|
23719
|
+
.v-otp-input__field {
|
|
23720
|
+
color: inherit;
|
|
23721
|
+
font-size: 1.25rem;
|
|
23722
|
+
height: 100%;
|
|
23723
|
+
outline: none;
|
|
23724
|
+
text-align: center;
|
|
23725
|
+
width: 100%;
|
|
23881
23726
|
}
|
|
23882
|
-
.v-
|
|
23883
|
-
|
|
23727
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
|
23728
|
+
-webkit-appearance: none;
|
|
23729
|
+
margin: 0;
|
|
23884
23730
|
}
|
|
23885
|
-
|
|
23886
|
-
|
|
23887
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
23888
|
-
animation-play-state: paused !important;
|
|
23731
|
+
.v-otp-input__field[type=number] {
|
|
23732
|
+
-moz-appearance: textfield;
|
|
23889
23733
|
}
|
|
23890
23734
|
|
|
23891
|
-
|
|
23892
|
-
|
|
23893
|
-
|
|
23894
|
-
|
|
23895
|
-
|
|
23896
|
-
|
|
23897
|
-
|
|
23898
|
-
|
|
23899
|
-
|
|
23900
|
-
100% {
|
|
23901
|
-
stroke-dasharray: 100, 200;
|
|
23902
|
-
stroke-dashoffset: -124px;
|
|
23903
|
-
}
|
|
23904
|
-
}
|
|
23905
|
-
@keyframes progress-circular-rotate {
|
|
23906
|
-
100% {
|
|
23907
|
-
transform: rotate(270deg);
|
|
23908
|
-
}
|
|
23735
|
+
.v-otp-input__loader {
|
|
23736
|
+
align-items: center;
|
|
23737
|
+
display: flex;
|
|
23738
|
+
height: 100%;
|
|
23739
|
+
justify-content: center;
|
|
23740
|
+
width: 100%;
|
|
23741
|
+
}
|
|
23742
|
+
.v-otp-input__loader .v-progress-linear {
|
|
23743
|
+
position: absolute;
|
|
23909
23744
|
}.v-parallax {
|
|
23910
23745
|
position: relative;
|
|
23911
23746
|
overflow: hidden;
|
|
23912
23747
|
}
|
|
23913
23748
|
.v-parallax--active > .v-img__img {
|
|
23914
23749
|
will-change: transform;
|
|
23915
|
-
}.v-
|
|
23916
|
-
|
|
23917
|
-
|
|
23918
|
-
|
|
23750
|
+
}.v-overlay-container {
|
|
23751
|
+
contain: layout;
|
|
23752
|
+
left: 0;
|
|
23753
|
+
pointer-events: none;
|
|
23754
|
+
position: absolute;
|
|
23755
|
+
top: 0;
|
|
23756
|
+
display: contents;
|
|
23757
|
+
}
|
|
23758
|
+
|
|
23759
|
+
.v-overlay-scroll-blocked {
|
|
23760
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
23761
|
+
}
|
|
23762
|
+
.v-overlay-scroll-blocked:not(html) {
|
|
23763
|
+
overflow-y: hidden !important;
|
|
23764
|
+
}
|
|
23765
|
+
html.v-overlay-scroll-blocked {
|
|
23766
|
+
position: fixed;
|
|
23767
|
+
top: var(--v-body-scroll-y);
|
|
23768
|
+
left: var(--v-body-scroll-x);
|
|
23919
23769
|
width: 100%;
|
|
23770
|
+
height: 100%;
|
|
23920
23771
|
}
|
|
23921
|
-
|
|
23922
|
-
|
|
23923
|
-
|
|
23924
|
-
|
|
23772
|
+
|
|
23773
|
+
.v-overlay {
|
|
23774
|
+
border-radius: inherit;
|
|
23775
|
+
display: flex;
|
|
23776
|
+
left: 0;
|
|
23777
|
+
pointer-events: none;
|
|
23778
|
+
position: fixed;
|
|
23779
|
+
top: 0;
|
|
23780
|
+
bottom: 0;
|
|
23781
|
+
right: 0;
|
|
23925
23782
|
}
|
|
23926
|
-
|
|
23927
|
-
|
|
23783
|
+
|
|
23784
|
+
.v-overlay__content {
|
|
23785
|
+
outline: none;
|
|
23786
|
+
position: absolute;
|
|
23787
|
+
pointer-events: auto;
|
|
23788
|
+
contain: layout;
|
|
23928
23789
|
}
|
|
23929
|
-
|
|
23930
|
-
|
|
23931
|
-
|
|
23790
|
+
|
|
23791
|
+
.v-overlay__scrim {
|
|
23792
|
+
pointer-events: auto;
|
|
23793
|
+
background: rgb(var(--v-theme-on-surface));
|
|
23794
|
+
border-radius: inherit;
|
|
23795
|
+
bottom: 0;
|
|
23796
|
+
left: 0;
|
|
23797
|
+
opacity: var(--v-overlay-opacity, 0.32);
|
|
23798
|
+
position: fixed;
|
|
23799
|
+
right: 0;
|
|
23800
|
+
top: 0;
|
|
23932
23801
|
}
|
|
23933
|
-
|
|
23934
|
-
|
|
23802
|
+
|
|
23803
|
+
.v-overlay--absolute {
|
|
23804
|
+
position: absolute;
|
|
23805
|
+
}
|
|
23806
|
+
|
|
23807
|
+
.v-overlay--contained .v-overlay__scrim {
|
|
23808
|
+
position: absolute;
|
|
23809
|
+
}
|
|
23810
|
+
|
|
23811
|
+
.v-overlay--scroll-blocked {
|
|
23812
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
23935
23813
|
}.v-progress-linear {
|
|
23936
23814
|
background: transparent;
|
|
23937
23815
|
overflow: hidden;
|
|
@@ -24139,10 +24017,189 @@ html.v-overlay-scroll-blocked {
|
|
|
24139
24017
|
transform: translateX(var(--v-progress-linear-stream-to));
|
|
24140
24018
|
}
|
|
24141
24019
|
}
|
|
24142
|
-
@keyframes progress-linear-stripes {
|
|
24143
|
-
0% {
|
|
24144
|
-
background-position-x: var(--v-progress-linear-height);
|
|
24145
|
-
}
|
|
24020
|
+
@keyframes progress-linear-stripes {
|
|
24021
|
+
0% {
|
|
24022
|
+
background-position-x: var(--v-progress-linear-height);
|
|
24023
|
+
}
|
|
24024
|
+
}.v-pagination__list {
|
|
24025
|
+
display: inline-flex;
|
|
24026
|
+
list-style-type: none;
|
|
24027
|
+
justify-content: center;
|
|
24028
|
+
width: 100%;
|
|
24029
|
+
}
|
|
24030
|
+
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
24031
|
+
margin: 0.3rem;
|
|
24032
|
+
}.v-progress-circular {
|
|
24033
|
+
align-items: center;
|
|
24034
|
+
display: inline-flex;
|
|
24035
|
+
justify-content: center;
|
|
24036
|
+
position: relative;
|
|
24037
|
+
vertical-align: middle;
|
|
24038
|
+
}
|
|
24039
|
+
.v-progress-circular > svg {
|
|
24040
|
+
width: 100%;
|
|
24041
|
+
height: 100%;
|
|
24042
|
+
margin: auto;
|
|
24043
|
+
position: absolute;
|
|
24044
|
+
top: 0;
|
|
24045
|
+
bottom: 0;
|
|
24046
|
+
left: 0;
|
|
24047
|
+
right: 0;
|
|
24048
|
+
z-index: 0;
|
|
24049
|
+
}
|
|
24050
|
+
|
|
24051
|
+
.v-progress-circular__content {
|
|
24052
|
+
align-items: center;
|
|
24053
|
+
display: flex;
|
|
24054
|
+
justify-content: center;
|
|
24055
|
+
}
|
|
24056
|
+
|
|
24057
|
+
.v-progress-circular__underlay {
|
|
24058
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24059
|
+
stroke: currentColor;
|
|
24060
|
+
z-index: 1;
|
|
24061
|
+
}
|
|
24062
|
+
|
|
24063
|
+
.v-progress-circular__overlay {
|
|
24064
|
+
stroke: currentColor;
|
|
24065
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
24066
|
+
z-index: 2;
|
|
24067
|
+
}
|
|
24068
|
+
|
|
24069
|
+
.v-progress-circular--size-x-small {
|
|
24070
|
+
height: 16px;
|
|
24071
|
+
width: 16px;
|
|
24072
|
+
}
|
|
24073
|
+
.v-progress-circular--size-small {
|
|
24074
|
+
height: 24px;
|
|
24075
|
+
width: 24px;
|
|
24076
|
+
}
|
|
24077
|
+
.v-progress-circular--size-default {
|
|
24078
|
+
height: 32px;
|
|
24079
|
+
width: 32px;
|
|
24080
|
+
}
|
|
24081
|
+
.v-progress-circular--size-large {
|
|
24082
|
+
height: 48px;
|
|
24083
|
+
width: 48px;
|
|
24084
|
+
}
|
|
24085
|
+
.v-progress-circular--size-x-large {
|
|
24086
|
+
height: 64px;
|
|
24087
|
+
width: 64px;
|
|
24088
|
+
}
|
|
24089
|
+
|
|
24090
|
+
.v-progress-circular--indeterminate > svg {
|
|
24091
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
24092
|
+
transform-origin: center center;
|
|
24093
|
+
transition: all 0.2s ease-in-out;
|
|
24094
|
+
}
|
|
24095
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
24096
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
24097
|
+
stroke-dasharray: 25, 200;
|
|
24098
|
+
stroke-dashoffset: 0;
|
|
24099
|
+
stroke-linecap: round;
|
|
24100
|
+
transform-origin: center center;
|
|
24101
|
+
transform: rotate(-90deg);
|
|
24102
|
+
}
|
|
24103
|
+
|
|
24104
|
+
.v-progress-circular--disable-shrink > svg {
|
|
24105
|
+
animation-duration: 0.7s;
|
|
24106
|
+
}
|
|
24107
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
24108
|
+
animation: none;
|
|
24109
|
+
}
|
|
24110
|
+
|
|
24111
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
24112
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
24113
|
+
animation-play-state: paused !important;
|
|
24114
|
+
}
|
|
24115
|
+
|
|
24116
|
+
@keyframes progress-circular-dash {
|
|
24117
|
+
0% {
|
|
24118
|
+
stroke-dasharray: 1, 200;
|
|
24119
|
+
stroke-dashoffset: 0px;
|
|
24120
|
+
}
|
|
24121
|
+
50% {
|
|
24122
|
+
stroke-dasharray: 100, 200;
|
|
24123
|
+
stroke-dashoffset: -15px;
|
|
24124
|
+
}
|
|
24125
|
+
100% {
|
|
24126
|
+
stroke-dasharray: 100, 200;
|
|
24127
|
+
stroke-dashoffset: -124px;
|
|
24128
|
+
}
|
|
24129
|
+
}
|
|
24130
|
+
@keyframes progress-circular-rotate {
|
|
24131
|
+
100% {
|
|
24132
|
+
transform: rotate(270deg);
|
|
24133
|
+
}
|
|
24134
|
+
}.v-slider .v-slider__container input {
|
|
24135
|
+
cursor: default;
|
|
24136
|
+
padding: 0;
|
|
24137
|
+
width: 100%;
|
|
24138
|
+
display: none;
|
|
24139
|
+
}
|
|
24140
|
+
.v-slider > .v-input__append,
|
|
24141
|
+
.v-slider > .v-input__prepend {
|
|
24142
|
+
padding: 0;
|
|
24143
|
+
}
|
|
24144
|
+
|
|
24145
|
+
.v-slider__container {
|
|
24146
|
+
position: relative;
|
|
24147
|
+
min-height: inherit;
|
|
24148
|
+
width: 100%;
|
|
24149
|
+
height: 100%;
|
|
24150
|
+
display: flex;
|
|
24151
|
+
justify-content: center;
|
|
24152
|
+
align-items: center;
|
|
24153
|
+
cursor: pointer;
|
|
24154
|
+
}
|
|
24155
|
+
.v-input--disabled .v-slider__container {
|
|
24156
|
+
opacity: var(--v-disabled-opacity);
|
|
24157
|
+
}
|
|
24158
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
24159
|
+
color: rgb(var(--v-theme-error));
|
|
24160
|
+
}
|
|
24161
|
+
|
|
24162
|
+
.v-slider.v-input--horizontal {
|
|
24163
|
+
align-items: center;
|
|
24164
|
+
margin-inline: 8px 8px;
|
|
24165
|
+
}
|
|
24166
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
|
24167
|
+
min-height: 32px;
|
|
24168
|
+
display: flex;
|
|
24169
|
+
align-items: center;
|
|
24170
|
+
}
|
|
24171
|
+
|
|
24172
|
+
.v-slider.v-input--vertical {
|
|
24173
|
+
justify-content: center;
|
|
24174
|
+
margin-top: 12px;
|
|
24175
|
+
margin-bottom: 12px;
|
|
24176
|
+
}
|
|
24177
|
+
.v-slider.v-input--vertical > .v-input__control {
|
|
24178
|
+
min-height: 300px;
|
|
24179
|
+
}
|
|
24180
|
+
|
|
24181
|
+
.v-slider.v-input--disabled {
|
|
24182
|
+
pointer-events: none;
|
|
24183
|
+
}
|
|
24184
|
+
|
|
24185
|
+
.v-slider--has-labels > .v-input__control {
|
|
24186
|
+
margin-bottom: 4px;
|
|
24187
|
+
}
|
|
24188
|
+
|
|
24189
|
+
.v-slider__label {
|
|
24190
|
+
margin-inline-end: 12px;
|
|
24191
|
+
}.v-radio-group > .v-input__control {
|
|
24192
|
+
flex-direction: column;
|
|
24193
|
+
}
|
|
24194
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
24195
|
+
margin-inline-start: 16px;
|
|
24196
|
+
}
|
|
24197
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
24198
|
+
padding-inline-start: 6px;
|
|
24199
|
+
margin-top: 8px;
|
|
24200
|
+
}
|
|
24201
|
+
.v-radio-group .v-input__details {
|
|
24202
|
+
padding-inline: 16px;
|
|
24146
24203
|
}.v-responsive {
|
|
24147
24204
|
display: flex;
|
|
24148
24205
|
flex: 1 0 auto;
|
|
@@ -24223,63 +24280,82 @@ html.v-overlay-scroll-blocked {
|
|
|
24223
24280
|
opacity: 0;
|
|
24224
24281
|
position: absolute;
|
|
24225
24282
|
width: 0;
|
|
24226
|
-
}.v-
|
|
24227
|
-
|
|
24228
|
-
|
|
24229
|
-
|
|
24230
|
-
|
|
24283
|
+
}.v-sheet {
|
|
24284
|
+
display: block;
|
|
24285
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24286
|
+
border-style: solid;
|
|
24287
|
+
border-width: 0;
|
|
24288
|
+
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));
|
|
24289
|
+
border-radius: 0;
|
|
24290
|
+
background: rgb(var(--v-theme-surface));
|
|
24291
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24231
24292
|
}
|
|
24232
|
-
.v-
|
|
24233
|
-
|
|
24234
|
-
|
|
24293
|
+
.v-sheet--border {
|
|
24294
|
+
border-width: thin;
|
|
24295
|
+
box-shadow: none;
|
|
24235
24296
|
}
|
|
24236
|
-
|
|
24237
|
-
|
|
24297
|
+
.v-sheet--absolute {
|
|
24298
|
+
position: absolute;
|
|
24299
|
+
}
|
|
24300
|
+
.v-sheet--fixed {
|
|
24301
|
+
position: fixed;
|
|
24302
|
+
}
|
|
24303
|
+
.v-sheet--relative {
|
|
24238
24304
|
position: relative;
|
|
24239
|
-
|
|
24240
|
-
|
|
24241
|
-
|
|
24242
|
-
|
|
24243
|
-
|
|
24244
|
-
|
|
24305
|
+
}
|
|
24306
|
+
.v-sheet--sticky {
|
|
24307
|
+
position: sticky;
|
|
24308
|
+
}
|
|
24309
|
+
.v-sheet--rounded {
|
|
24310
|
+
border-radius: 4px;
|
|
24311
|
+
}.v-select .v-field .v-text-field__prefix,
|
|
24312
|
+
.v-select .v-field .v-text-field__suffix,
|
|
24313
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
24245
24314
|
cursor: pointer;
|
|
24246
24315
|
}
|
|
24247
|
-
.v-
|
|
24248
|
-
|
|
24316
|
+
.v-select .v-field .v-field__input > input {
|
|
24317
|
+
align-self: flex-start;
|
|
24318
|
+
opacity: 1;
|
|
24319
|
+
flex: 0 0;
|
|
24320
|
+
position: absolute;
|
|
24321
|
+
width: 100%;
|
|
24322
|
+
transition: none;
|
|
24323
|
+
pointer-events: none;
|
|
24324
|
+
caret-color: transparent;
|
|
24249
24325
|
}
|
|
24250
|
-
.v-
|
|
24251
|
-
|
|
24326
|
+
.v-select .v-field--dirty .v-select__selection {
|
|
24327
|
+
margin-inline-end: 2px;
|
|
24252
24328
|
}
|
|
24253
|
-
|
|
24254
|
-
|
|
24255
|
-
|
|
24256
|
-
|
|
24329
|
+
.v-select .v-select__selection-text {
|
|
24330
|
+
overflow: hidden;
|
|
24331
|
+
text-overflow: ellipsis;
|
|
24332
|
+
white-space: nowrap;
|
|
24257
24333
|
}
|
|
24258
|
-
.v-
|
|
24259
|
-
|
|
24260
|
-
|
|
24261
|
-
|
|
24334
|
+
.v-select__content {
|
|
24335
|
+
overflow: hidden;
|
|
24336
|
+
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));
|
|
24337
|
+
border-radius: 4px;
|
|
24262
24338
|
}
|
|
24263
|
-
|
|
24264
|
-
|
|
24265
|
-
|
|
24266
|
-
|
|
24267
|
-
|
|
24339
|
+
.v-select__selection {
|
|
24340
|
+
display: inline-flex;
|
|
24341
|
+
align-items: center;
|
|
24342
|
+
letter-spacing: inherit;
|
|
24343
|
+
line-height: inherit;
|
|
24344
|
+
max-width: 100%;
|
|
24268
24345
|
}
|
|
24269
|
-
.v-
|
|
24270
|
-
|
|
24346
|
+
.v-select .v-select__selection:first-child {
|
|
24347
|
+
margin-inline-start: 0;
|
|
24271
24348
|
}
|
|
24272
|
-
|
|
24273
|
-
|
|
24274
|
-
pointer-events: none;
|
|
24349
|
+
.v-select--selected .v-field .v-field__input > input {
|
|
24350
|
+
opacity: 0;
|
|
24275
24351
|
}
|
|
24276
|
-
|
|
24277
|
-
|
|
24278
|
-
|
|
24352
|
+
.v-select__menu-icon {
|
|
24353
|
+
margin-inline-start: 4px;
|
|
24354
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24279
24355
|
}
|
|
24280
|
-
|
|
24281
|
-
|
|
24282
|
-
|
|
24356
|
+
.v-select--active-menu .v-select__menu-icon {
|
|
24357
|
+
opacity: var(--v-high-emphasis-opacity);
|
|
24358
|
+
transform: rotate(180deg);
|
|
24283
24359
|
}.v-selection-control {
|
|
24284
24360
|
align-items: center;
|
|
24285
24361
|
contain: layout;
|
|
@@ -24381,90 +24457,6 @@ html.v-overlay-scroll-blocked {
|
|
|
24381
24457
|
}
|
|
24382
24458
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
24383
24459
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
24384
|
-
}.v-selection-control-group {
|
|
24385
|
-
grid-area: control;
|
|
24386
|
-
display: flex;
|
|
24387
|
-
flex-direction: column;
|
|
24388
|
-
}
|
|
24389
|
-
.v-selection-control-group--inline {
|
|
24390
|
-
flex-direction: row;
|
|
24391
|
-
flex-wrap: wrap;
|
|
24392
|
-
}.v-sheet {
|
|
24393
|
-
display: block;
|
|
24394
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
24395
|
-
border-style: solid;
|
|
24396
|
-
border-width: 0;
|
|
24397
|
-
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));
|
|
24398
|
-
border-radius: 0;
|
|
24399
|
-
background: rgb(var(--v-theme-surface));
|
|
24400
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
24401
|
-
}
|
|
24402
|
-
.v-sheet--border {
|
|
24403
|
-
border-width: thin;
|
|
24404
|
-
box-shadow: none;
|
|
24405
|
-
}
|
|
24406
|
-
.v-sheet--absolute {
|
|
24407
|
-
position: absolute;
|
|
24408
|
-
}
|
|
24409
|
-
.v-sheet--fixed {
|
|
24410
|
-
position: fixed;
|
|
24411
|
-
}
|
|
24412
|
-
.v-sheet--relative {
|
|
24413
|
-
position: relative;
|
|
24414
|
-
}
|
|
24415
|
-
.v-sheet--sticky {
|
|
24416
|
-
position: sticky;
|
|
24417
|
-
}
|
|
24418
|
-
.v-sheet--rounded {
|
|
24419
|
-
border-radius: 4px;
|
|
24420
|
-
}.v-select .v-field .v-text-field__prefix,
|
|
24421
|
-
.v-select .v-field .v-text-field__suffix,
|
|
24422
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
|
24423
|
-
cursor: pointer;
|
|
24424
|
-
}
|
|
24425
|
-
.v-select .v-field .v-field__input > input {
|
|
24426
|
-
align-self: flex-start;
|
|
24427
|
-
opacity: 1;
|
|
24428
|
-
flex: 0 0;
|
|
24429
|
-
position: absolute;
|
|
24430
|
-
width: 100%;
|
|
24431
|
-
transition: none;
|
|
24432
|
-
pointer-events: none;
|
|
24433
|
-
caret-color: transparent;
|
|
24434
|
-
}
|
|
24435
|
-
.v-select .v-field--dirty .v-select__selection {
|
|
24436
|
-
margin-inline-end: 2px;
|
|
24437
|
-
}
|
|
24438
|
-
.v-select .v-select__selection-text {
|
|
24439
|
-
overflow: hidden;
|
|
24440
|
-
text-overflow: ellipsis;
|
|
24441
|
-
white-space: nowrap;
|
|
24442
|
-
}
|
|
24443
|
-
.v-select__content {
|
|
24444
|
-
overflow: hidden;
|
|
24445
|
-
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));
|
|
24446
|
-
border-radius: 4px;
|
|
24447
|
-
}
|
|
24448
|
-
.v-select__selection {
|
|
24449
|
-
display: inline-flex;
|
|
24450
|
-
align-items: center;
|
|
24451
|
-
letter-spacing: inherit;
|
|
24452
|
-
line-height: inherit;
|
|
24453
|
-
max-width: 100%;
|
|
24454
|
-
}
|
|
24455
|
-
.v-select .v-select__selection:first-child {
|
|
24456
|
-
margin-inline-start: 0;
|
|
24457
|
-
}
|
|
24458
|
-
.v-select--selected .v-field .v-field__input > input {
|
|
24459
|
-
opacity: 0;
|
|
24460
|
-
}
|
|
24461
|
-
.v-select__menu-icon {
|
|
24462
|
-
margin-inline-start: 4px;
|
|
24463
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
24464
|
-
}
|
|
24465
|
-
.v-select--active-menu .v-select__menu-icon {
|
|
24466
|
-
opacity: var(--v-high-emphasis-opacity);
|
|
24467
|
-
transform: rotate(180deg);
|
|
24468
24460
|
}.v-skeleton-loader {
|
|
24469
24461
|
align-items: center;
|
|
24470
24462
|
background: rgb(var(--v-theme-surface));
|
|
@@ -24688,61 +24680,14 @@ html.v-overlay-scroll-blocked {
|
|
|
24688
24680
|
100% {
|
|
24689
24681
|
transform: translateX(100%);
|
|
24690
24682
|
}
|
|
24691
|
-
}.v-
|
|
24692
|
-
|
|
24693
|
-
overflow: hidden;
|
|
24694
|
-
}
|
|
24695
|
-
|
|
24696
|
-
.v-slide-group__next,
|
|
24697
|
-
.v-slide-group__prev {
|
|
24698
|
-
align-items: center;
|
|
24699
|
-
display: flex;
|
|
24700
|
-
flex: 0 1 52px;
|
|
24701
|
-
justify-content: center;
|
|
24702
|
-
min-width: 52px;
|
|
24703
|
-
cursor: pointer;
|
|
24704
|
-
}
|
|
24705
|
-
.v-slide-group__next--disabled,
|
|
24706
|
-
.v-slide-group__prev--disabled {
|
|
24707
|
-
pointer-events: none;
|
|
24708
|
-
opacity: var(--v-disabled-opacity);
|
|
24709
|
-
}
|
|
24710
|
-
|
|
24711
|
-
.v-slide-group__content {
|
|
24712
|
-
display: flex;
|
|
24713
|
-
flex: 1 0 auto;
|
|
24714
|
-
position: relative;
|
|
24715
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
24716
|
-
white-space: nowrap;
|
|
24717
|
-
}
|
|
24718
|
-
.v-slide-group__content > * {
|
|
24719
|
-
white-space: initial;
|
|
24720
|
-
}
|
|
24721
|
-
|
|
24722
|
-
.v-slide-group__container {
|
|
24723
|
-
contain: content;
|
|
24683
|
+
}.v-selection-control-group {
|
|
24684
|
+
grid-area: control;
|
|
24724
24685
|
display: flex;
|
|
24725
|
-
flex:
|
|
24726
|
-
|
|
24727
|
-
|
|
24728
|
-
|
|
24729
|
-
|
|
24730
|
-
}
|
|
24731
|
-
.v-slide-group__container::-webkit-scrollbar {
|
|
24732
|
-
display: none;
|
|
24733
|
-
}
|
|
24734
|
-
|
|
24735
|
-
.v-slide-group--vertical {
|
|
24736
|
-
max-height: inherit;
|
|
24737
|
-
}
|
|
24738
|
-
.v-slide-group--vertical,
|
|
24739
|
-
.v-slide-group--vertical .v-slide-group__container,
|
|
24740
|
-
.v-slide-group--vertical .v-slide-group__content {
|
|
24741
|
-
flex-direction: column;
|
|
24742
|
-
}
|
|
24743
|
-
.v-slide-group--vertical .v-slide-group__container {
|
|
24744
|
-
overflow-x: hidden;
|
|
24745
|
-
overflow-y: auto;
|
|
24686
|
+
flex-direction: column;
|
|
24687
|
+
}
|
|
24688
|
+
.v-selection-control-group--inline {
|
|
24689
|
+
flex-direction: row;
|
|
24690
|
+
flex-wrap: wrap;
|
|
24746
24691
|
}.v-snackbar {
|
|
24747
24692
|
justify-content: center;
|
|
24748
24693
|
z-index: 10000;
|
|
@@ -25047,6 +24992,61 @@ html.v-overlay-scroll-blocked {
|
|
|
25047
24992
|
width: 100%;
|
|
25048
24993
|
height: 100%;
|
|
25049
24994
|
pointer-events: none;
|
|
24995
|
+
}.v-slide-group {
|
|
24996
|
+
display: flex;
|
|
24997
|
+
overflow: hidden;
|
|
24998
|
+
}
|
|
24999
|
+
|
|
25000
|
+
.v-slide-group__next,
|
|
25001
|
+
.v-slide-group__prev {
|
|
25002
|
+
align-items: center;
|
|
25003
|
+
display: flex;
|
|
25004
|
+
flex: 0 1 52px;
|
|
25005
|
+
justify-content: center;
|
|
25006
|
+
min-width: 52px;
|
|
25007
|
+
cursor: pointer;
|
|
25008
|
+
}
|
|
25009
|
+
.v-slide-group__next--disabled,
|
|
25010
|
+
.v-slide-group__prev--disabled {
|
|
25011
|
+
pointer-events: none;
|
|
25012
|
+
opacity: var(--v-disabled-opacity);
|
|
25013
|
+
}
|
|
25014
|
+
|
|
25015
|
+
.v-slide-group__content {
|
|
25016
|
+
display: flex;
|
|
25017
|
+
flex: 1 0 auto;
|
|
25018
|
+
position: relative;
|
|
25019
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
25020
|
+
white-space: nowrap;
|
|
25021
|
+
}
|
|
25022
|
+
.v-slide-group__content > * {
|
|
25023
|
+
white-space: initial;
|
|
25024
|
+
}
|
|
25025
|
+
|
|
25026
|
+
.v-slide-group__container {
|
|
25027
|
+
contain: content;
|
|
25028
|
+
display: flex;
|
|
25029
|
+
flex: 1 1 auto;
|
|
25030
|
+
overflow-x: auto;
|
|
25031
|
+
overflow-y: hidden;
|
|
25032
|
+
scrollbar-width: none;
|
|
25033
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
|
25034
|
+
}
|
|
25035
|
+
.v-slide-group__container::-webkit-scrollbar {
|
|
25036
|
+
display: none;
|
|
25037
|
+
}
|
|
25038
|
+
|
|
25039
|
+
.v-slide-group--vertical {
|
|
25040
|
+
max-height: inherit;
|
|
25041
|
+
}
|
|
25042
|
+
.v-slide-group--vertical,
|
|
25043
|
+
.v-slide-group--vertical .v-slide-group__container,
|
|
25044
|
+
.v-slide-group--vertical .v-slide-group__content {
|
|
25045
|
+
flex-direction: column;
|
|
25046
|
+
}
|
|
25047
|
+
.v-slide-group--vertical .v-slide-group__container {
|
|
25048
|
+
overflow-x: hidden;
|
|
25049
|
+
overflow-y: auto;
|
|
25050
25050
|
}.v-switch .v-label {
|
|
25051
25051
|
padding-inline-start: 10px;
|
|
25052
25052
|
}
|
|
@@ -25227,6 +25227,138 @@ html.v-overlay-scroll-blocked {
|
|
|
25227
25227
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
|
25228
25228
|
border-width: 0;
|
|
25229
25229
|
}
|
|
25230
|
+
}.v-tab.v-tab.v-btn {
|
|
25231
|
+
height: var(--v-tabs-height);
|
|
25232
|
+
border-radius: 0;
|
|
25233
|
+
min-width: 90px;
|
|
25234
|
+
}
|
|
25235
|
+
.v-slide-group--horizontal .v-tab {
|
|
25236
|
+
max-width: 360px;
|
|
25237
|
+
}
|
|
25238
|
+
.v-slide-group--vertical .v-tab {
|
|
25239
|
+
justify-content: start;
|
|
25240
|
+
}
|
|
25241
|
+
|
|
25242
|
+
.v-tab__slider {
|
|
25243
|
+
position: absolute;
|
|
25244
|
+
bottom: 0;
|
|
25245
|
+
left: 0;
|
|
25246
|
+
height: 2px;
|
|
25247
|
+
width: 100%;
|
|
25248
|
+
background: currentColor;
|
|
25249
|
+
pointer-events: none;
|
|
25250
|
+
opacity: 0;
|
|
25251
|
+
}
|
|
25252
|
+
.v-tab--selected .v-tab__slider {
|
|
25253
|
+
opacity: 1;
|
|
25254
|
+
}
|
|
25255
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
25256
|
+
top: 0;
|
|
25257
|
+
height: 100%;
|
|
25258
|
+
width: 2px;
|
|
25259
|
+
}.v-tabs {
|
|
25260
|
+
display: flex;
|
|
25261
|
+
height: var(--v-tabs-height);
|
|
25262
|
+
}
|
|
25263
|
+
.v-tabs--density-default {
|
|
25264
|
+
--v-tabs-height: 48px;
|
|
25265
|
+
}
|
|
25266
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
25267
|
+
--v-tabs-height: 72px;
|
|
25268
|
+
}
|
|
25269
|
+
|
|
25270
|
+
.v-tabs--density-comfortable {
|
|
25271
|
+
--v-tabs-height: 44px;
|
|
25272
|
+
}
|
|
25273
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
25274
|
+
--v-tabs-height: 68px;
|
|
25275
|
+
}
|
|
25276
|
+
|
|
25277
|
+
.v-tabs--density-compact {
|
|
25278
|
+
--v-tabs-height: 36px;
|
|
25279
|
+
}
|
|
25280
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
|
25281
|
+
--v-tabs-height: 60px;
|
|
25282
|
+
}
|
|
25283
|
+
|
|
25284
|
+
.v-tabs.v-slide-group--vertical {
|
|
25285
|
+
height: auto;
|
|
25286
|
+
flex: none;
|
|
25287
|
+
--v-tabs-height: 48px;
|
|
25288
|
+
}
|
|
25289
|
+
|
|
25290
|
+
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
25291
|
+
margin-inline-start: 42px;
|
|
25292
|
+
}
|
|
25293
|
+
|
|
25294
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
25295
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
25296
|
+
margin-inline-end: auto;
|
|
25297
|
+
}
|
|
25298
|
+
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
25299
|
+
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
25300
|
+
margin-inline-start: auto;
|
|
25301
|
+
}
|
|
25302
|
+
|
|
25303
|
+
.v-tabs--grow {
|
|
25304
|
+
flex-grow: 1;
|
|
25305
|
+
}
|
|
25306
|
+
.v-tabs--grow .v-tab {
|
|
25307
|
+
flex: 1 0 auto;
|
|
25308
|
+
max-width: none;
|
|
25309
|
+
}
|
|
25310
|
+
|
|
25311
|
+
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
25312
|
+
margin-inline-start: auto;
|
|
25313
|
+
}
|
|
25314
|
+
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
25315
|
+
margin-inline-end: 0;
|
|
25316
|
+
}
|
|
25317
|
+
|
|
25318
|
+
@media (max-width: 1279.98px) {
|
|
25319
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
25320
|
+
margin-inline-start: 52px;
|
|
25321
|
+
}
|
|
25322
|
+
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
25323
|
+
margin-inline-end: 52px;
|
|
25324
|
+
}
|
|
25325
|
+
}.v-system-bar {
|
|
25326
|
+
align-items: center;
|
|
25327
|
+
display: flex;
|
|
25328
|
+
flex: 1 1 auto;
|
|
25329
|
+
height: 24px;
|
|
25330
|
+
justify-content: flex-end;
|
|
25331
|
+
max-width: 100%;
|
|
25332
|
+
padding-inline: 8px;
|
|
25333
|
+
position: relative;
|
|
25334
|
+
text-align: end;
|
|
25335
|
+
width: 100%;
|
|
25336
|
+
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));
|
|
25337
|
+
background: rgba(var(--v-theme-surface-light));
|
|
25338
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25339
|
+
font-size: 0.75rem;
|
|
25340
|
+
font-weight: 400;
|
|
25341
|
+
letter-spacing: 0.0333333333em;
|
|
25342
|
+
line-height: 1.667;
|
|
25343
|
+
text-transform: none;
|
|
25344
|
+
}
|
|
25345
|
+
.v-system-bar .v-icon {
|
|
25346
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
25347
|
+
}
|
|
25348
|
+
.v-system-bar--absolute {
|
|
25349
|
+
position: absolute;
|
|
25350
|
+
}
|
|
25351
|
+
.v-system-bar--fixed {
|
|
25352
|
+
position: fixed;
|
|
25353
|
+
}
|
|
25354
|
+
.v-system-bar--rounded {
|
|
25355
|
+
border-radius: 0;
|
|
25356
|
+
}
|
|
25357
|
+
.v-system-bar--window {
|
|
25358
|
+
height: 32px;
|
|
25359
|
+
}
|
|
25360
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
25361
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
25230
25362
|
}.v-speed-dial__content {
|
|
25231
25363
|
gap: 8px;
|
|
25232
25364
|
}
|
|
@@ -25254,21 +25386,88 @@ html.v-overlay-scroll-blocked {
|
|
|
25254
25386
|
.v-speed-dial__content > *:nth-child(5) {
|
|
25255
25387
|
transition-delay: 0.2s;
|
|
25256
25388
|
}
|
|
25257
|
-
.v-speed-dial__content > *:nth-child(6) {
|
|
25258
|
-
transition-delay: 0.25s;
|
|
25389
|
+
.v-speed-dial__content > *:nth-child(6) {
|
|
25390
|
+
transition-delay: 0.25s;
|
|
25391
|
+
}
|
|
25392
|
+
.v-speed-dial__content > *:nth-child(7) {
|
|
25393
|
+
transition-delay: 0.3s;
|
|
25394
|
+
}
|
|
25395
|
+
.v-speed-dial__content > *:nth-child(8) {
|
|
25396
|
+
transition-delay: 0.35s;
|
|
25397
|
+
}
|
|
25398
|
+
.v-speed-dial__content > *:nth-child(9) {
|
|
25399
|
+
transition-delay: 0.4s;
|
|
25400
|
+
}
|
|
25401
|
+
.v-speed-dial__content > *:nth-child(10) {
|
|
25402
|
+
transition-delay: 0.45s;
|
|
25403
|
+
}/* region BLOCK */
|
|
25404
|
+
.v-text-field input {
|
|
25405
|
+
color: inherit;
|
|
25406
|
+
opacity: 0;
|
|
25407
|
+
flex: 1;
|
|
25408
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
25409
|
+
min-width: 0;
|
|
25410
|
+
}
|
|
25411
|
+
.v-text-field input:focus, .v-text-field input:active {
|
|
25412
|
+
outline: none;
|
|
25413
|
+
}
|
|
25414
|
+
.v-text-field input:invalid {
|
|
25415
|
+
box-shadow: none;
|
|
25416
|
+
}
|
|
25417
|
+
.v-text-field .v-field {
|
|
25418
|
+
cursor: text;
|
|
25419
|
+
}
|
|
25420
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
25421
|
+
--v-field-padding-start: 6px;
|
|
25422
|
+
}
|
|
25423
|
+
|
|
25424
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
25425
|
+
--v-field-padding-end: 0;
|
|
25426
|
+
}
|
|
25427
|
+
|
|
25428
|
+
.v-text-field .v-input__details {
|
|
25429
|
+
padding-inline: 16px;
|
|
25430
|
+
}
|
|
25431
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
25432
|
+
padding-inline: 0;
|
|
25433
|
+
}
|
|
25434
|
+
|
|
25435
|
+
.v-text-field .v-field--no-label input,
|
|
25436
|
+
.v-text-field .v-field--active input {
|
|
25437
|
+
opacity: 1;
|
|
25438
|
+
}
|
|
25439
|
+
.v-text-field .v-field--single-line input {
|
|
25440
|
+
transition: none;
|
|
25441
|
+
}
|
|
25442
|
+
|
|
25443
|
+
/* endregion */
|
|
25444
|
+
/* region ELEMENTS */
|
|
25445
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
|
25446
|
+
align-items: center;
|
|
25447
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
25448
|
+
cursor: default;
|
|
25449
|
+
display: flex;
|
|
25450
|
+
opacity: 0;
|
|
25451
|
+
transition: inherit;
|
|
25452
|
+
white-space: nowrap;
|
|
25453
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
25454
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
25455
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
25456
|
+
}
|
|
25457
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
25458
|
+
opacity: 1;
|
|
25259
25459
|
}
|
|
25260
|
-
.v-
|
|
25261
|
-
|
|
25460
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
25461
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
25262
25462
|
}
|
|
25263
|
-
.v-
|
|
25264
|
-
|
|
25463
|
+
.v-text-field__prefix {
|
|
25464
|
+
padding-inline-start: var(--v-field-padding-start);
|
|
25265
25465
|
}
|
|
25266
|
-
.v-
|
|
25267
|
-
|
|
25466
|
+
.v-text-field__suffix {
|
|
25467
|
+
padding-inline-end: var(--v-field-padding-end);
|
|
25268
25468
|
}
|
|
25269
|
-
|
|
25270
|
-
|
|
25271
|
-
}.v-table {
|
|
25469
|
+
|
|
25470
|
+
/* endregion */.v-table {
|
|
25272
25471
|
background: rgb(var(--v-theme-surface));
|
|
25273
25472
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
25274
25473
|
font-size: 0.875rem;
|
|
@@ -25406,208 +25605,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25406
25605
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
25407
25606
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
25408
25607
|
border-top: 0px !important;
|
|
25409
|
-
}/* region BLOCK */
|
|
25410
|
-
.v-text-field input {
|
|
25411
|
-
color: inherit;
|
|
25412
|
-
opacity: 0;
|
|
25413
|
-
flex: 1;
|
|
25414
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
25415
|
-
min-width: 0;
|
|
25416
|
-
}
|
|
25417
|
-
.v-text-field input:focus, .v-text-field input:active {
|
|
25418
|
-
outline: none;
|
|
25419
|
-
}
|
|
25420
|
-
.v-text-field input:invalid {
|
|
25421
|
-
box-shadow: none;
|
|
25422
|
-
}
|
|
25423
|
-
.v-text-field .v-field {
|
|
25424
|
-
cursor: text;
|
|
25425
|
-
}
|
|
25426
|
-
.v-text-field--prefixed.v-text-field .v-field__input {
|
|
25427
|
-
--v-field-padding-start: 6px;
|
|
25428
|
-
}
|
|
25429
|
-
|
|
25430
|
-
.v-text-field--suffixed.v-text-field .v-field__input {
|
|
25431
|
-
--v-field-padding-end: 0;
|
|
25432
|
-
}
|
|
25433
|
-
|
|
25434
|
-
.v-text-field .v-input__details {
|
|
25435
|
-
padding-inline: 16px;
|
|
25436
|
-
}
|
|
25437
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
|
25438
|
-
padding-inline: 0;
|
|
25439
|
-
}
|
|
25440
|
-
|
|
25441
|
-
.v-text-field .v-field--no-label input,
|
|
25442
|
-
.v-text-field .v-field--active input {
|
|
25443
|
-
opacity: 1;
|
|
25444
|
-
}
|
|
25445
|
-
.v-text-field .v-field--single-line input {
|
|
25446
|
-
transition: none;
|
|
25447
|
-
}
|
|
25448
|
-
|
|
25449
|
-
/* endregion */
|
|
25450
|
-
/* region ELEMENTS */
|
|
25451
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
|
25452
|
-
align-items: center;
|
|
25453
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
25454
|
-
cursor: default;
|
|
25455
|
-
display: flex;
|
|
25456
|
-
opacity: 0;
|
|
25457
|
-
transition: inherit;
|
|
25458
|
-
white-space: nowrap;
|
|
25459
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
|
25460
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
|
25461
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
|
25462
|
-
}
|
|
25463
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
|
25464
|
-
opacity: 1;
|
|
25465
|
-
}
|
|
25466
|
-
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
|
25467
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
25468
|
-
}
|
|
25469
|
-
.v-text-field__prefix {
|
|
25470
|
-
padding-inline-start: var(--v-field-padding-start);
|
|
25471
|
-
}
|
|
25472
|
-
.v-text-field__suffix {
|
|
25473
|
-
padding-inline-end: var(--v-field-padding-end);
|
|
25474
|
-
}
|
|
25475
|
-
|
|
25476
|
-
/* endregion */.v-tabs {
|
|
25477
|
-
display: flex;
|
|
25478
|
-
height: var(--v-tabs-height);
|
|
25479
|
-
}
|
|
25480
|
-
.v-tabs--density-default {
|
|
25481
|
-
--v-tabs-height: 48px;
|
|
25482
|
-
}
|
|
25483
|
-
.v-tabs--density-default.v-tabs--stacked {
|
|
25484
|
-
--v-tabs-height: 72px;
|
|
25485
|
-
}
|
|
25486
|
-
|
|
25487
|
-
.v-tabs--density-comfortable {
|
|
25488
|
-
--v-tabs-height: 44px;
|
|
25489
|
-
}
|
|
25490
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
25491
|
-
--v-tabs-height: 68px;
|
|
25492
|
-
}
|
|
25493
|
-
|
|
25494
|
-
.v-tabs--density-compact {
|
|
25495
|
-
--v-tabs-height: 36px;
|
|
25496
|
-
}
|
|
25497
|
-
.v-tabs--density-compact.v-tabs--stacked {
|
|
25498
|
-
--v-tabs-height: 60px;
|
|
25499
|
-
}
|
|
25500
|
-
|
|
25501
|
-
.v-tabs.v-slide-group--vertical {
|
|
25502
|
-
height: auto;
|
|
25503
|
-
flex: none;
|
|
25504
|
-
--v-tabs-height: 48px;
|
|
25505
|
-
}
|
|
25506
|
-
|
|
25507
|
-
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
25508
|
-
margin-inline-start: 42px;
|
|
25509
|
-
}
|
|
25510
|
-
|
|
25511
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
|
|
25512
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
|
|
25513
|
-
margin-inline-end: auto;
|
|
25514
|
-
}
|
|
25515
|
-
.v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
|
|
25516
|
-
.v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
|
|
25517
|
-
margin-inline-start: auto;
|
|
25518
|
-
}
|
|
25519
|
-
|
|
25520
|
-
.v-tabs--grow {
|
|
25521
|
-
flex-grow: 1;
|
|
25522
|
-
}
|
|
25523
|
-
.v-tabs--grow .v-tab {
|
|
25524
|
-
flex: 1 0 auto;
|
|
25525
|
-
max-width: none;
|
|
25526
|
-
}
|
|
25527
|
-
|
|
25528
|
-
.v-tabs--align-tabs-end .v-tab:first-child {
|
|
25529
|
-
margin-inline-start: auto;
|
|
25530
|
-
}
|
|
25531
|
-
.v-tabs--align-tabs-end .v-tab:last-child {
|
|
25532
|
-
margin-inline-end: 0;
|
|
25533
|
-
}
|
|
25534
|
-
|
|
25535
|
-
@media (max-width: 1279.98px) {
|
|
25536
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
25537
|
-
margin-inline-start: 52px;
|
|
25538
|
-
}
|
|
25539
|
-
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
25540
|
-
margin-inline-end: 52px;
|
|
25541
|
-
}
|
|
25542
|
-
}.v-tab.v-tab.v-btn {
|
|
25543
|
-
height: var(--v-tabs-height);
|
|
25544
|
-
border-radius: 0;
|
|
25545
|
-
min-width: 90px;
|
|
25546
|
-
}
|
|
25547
|
-
.v-slide-group--horizontal .v-tab {
|
|
25548
|
-
max-width: 360px;
|
|
25549
|
-
}
|
|
25550
|
-
.v-slide-group--vertical .v-tab {
|
|
25551
|
-
justify-content: start;
|
|
25552
|
-
}
|
|
25553
|
-
|
|
25554
|
-
.v-tab__slider {
|
|
25555
|
-
position: absolute;
|
|
25556
|
-
bottom: 0;
|
|
25557
|
-
left: 0;
|
|
25558
|
-
height: 2px;
|
|
25559
|
-
width: 100%;
|
|
25560
|
-
background: currentColor;
|
|
25561
|
-
pointer-events: none;
|
|
25562
|
-
opacity: 0;
|
|
25563
|
-
}
|
|
25564
|
-
.v-tab--selected .v-tab__slider {
|
|
25565
|
-
opacity: 1;
|
|
25566
|
-
}
|
|
25567
|
-
.v-slide-group--vertical .v-tab__slider {
|
|
25568
|
-
top: 0;
|
|
25569
|
-
height: 100%;
|
|
25570
|
-
width: 2px;
|
|
25571
|
-
}.v-system-bar {
|
|
25572
|
-
align-items: center;
|
|
25573
|
-
display: flex;
|
|
25574
|
-
flex: 1 1 auto;
|
|
25575
|
-
height: 24px;
|
|
25576
|
-
justify-content: flex-end;
|
|
25577
|
-
max-width: 100%;
|
|
25578
|
-
padding-inline: 8px;
|
|
25579
|
-
position: relative;
|
|
25580
|
-
text-align: end;
|
|
25581
|
-
width: 100%;
|
|
25582
|
-
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));
|
|
25583
|
-
background: rgba(var(--v-theme-surface-light));
|
|
25584
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
25585
|
-
font-size: 0.75rem;
|
|
25586
|
-
font-weight: 400;
|
|
25587
|
-
letter-spacing: 0.0333333333em;
|
|
25588
|
-
line-height: 1.667;
|
|
25589
|
-
text-transform: none;
|
|
25590
|
-
}
|
|
25591
|
-
.v-system-bar .v-icon {
|
|
25592
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
25593
|
-
}
|
|
25594
|
-
.v-system-bar--absolute {
|
|
25595
|
-
position: absolute;
|
|
25596
|
-
}
|
|
25597
|
-
.v-system-bar--fixed {
|
|
25598
|
-
position: fixed;
|
|
25599
|
-
}
|
|
25600
|
-
.v-system-bar--rounded {
|
|
25601
|
-
border-radius: 0;
|
|
25602
|
-
}
|
|
25603
|
-
.v-system-bar--window {
|
|
25604
|
-
height: 32px;
|
|
25605
|
-
}
|
|
25606
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
|
25607
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
25608
|
-
}.v-theme-provider {
|
|
25609
|
-
background: rgb(var(--v-theme-background));
|
|
25610
|
-
color: rgb(var(--v-theme-on-background));
|
|
25611
25608
|
}.v-textarea .v-field {
|
|
25612
25609
|
--v-textarea-control-height: var(--v-input-control-height);
|
|
25613
25610
|
}
|
|
@@ -25774,8 +25771,42 @@ html.v-overlay-scroll-blocked {
|
|
|
25774
25771
|
height: inherit;
|
|
25775
25772
|
align-self: stretch;
|
|
25776
25773
|
}
|
|
25777
|
-
.v-toolbar-items > .v-btn {
|
|
25778
|
-
border-radius: 0;
|
|
25774
|
+
.v-toolbar-items > .v-btn {
|
|
25775
|
+
border-radius: 0;
|
|
25776
|
+
}.v-theme-provider {
|
|
25777
|
+
background: rgb(var(--v-theme-background));
|
|
25778
|
+
color: rgb(var(--v-theme-on-background));
|
|
25779
|
+
}.v-tooltip > .v-overlay__content {
|
|
25780
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
25781
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
25782
|
+
border-radius: 4px;
|
|
25783
|
+
font-size: 0.875rem;
|
|
25784
|
+
line-height: 1.6;
|
|
25785
|
+
display: inline-block;
|
|
25786
|
+
padding: 5px 16px;
|
|
25787
|
+
text-transform: initial;
|
|
25788
|
+
width: auto;
|
|
25789
|
+
opacity: 1;
|
|
25790
|
+
pointer-events: none;
|
|
25791
|
+
transition-property: opacity, transform;
|
|
25792
|
+
overflow-wrap: break-word;
|
|
25793
|
+
}
|
|
25794
|
+
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
25795
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
25796
|
+
transition-duration: 150ms;
|
|
25797
|
+
}
|
|
25798
|
+
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
25799
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
25800
|
+
transition-duration: 75ms;
|
|
25801
|
+
}.v-virtual-scroll {
|
|
25802
|
+
display: block;
|
|
25803
|
+
flex: 1 1 auto;
|
|
25804
|
+
max-width: 100%;
|
|
25805
|
+
overflow: auto;
|
|
25806
|
+
position: relative;
|
|
25807
|
+
}
|
|
25808
|
+
.v-virtual-scroll__container {
|
|
25809
|
+
display: block;
|
|
25779
25810
|
}.v-timeline .v-timeline-divider__dot {
|
|
25780
25811
|
background: rgb(var(--v-theme-surface-light));
|
|
25781
25812
|
}
|
|
@@ -26192,37 +26223,6 @@ html.v-overlay-scroll-blocked {
|
|
|
26192
26223
|
|
|
26193
26224
|
.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 {
|
|
26194
26225
|
padding-inline-end: 0;
|
|
26195
|
-
}.v-tooltip > .v-overlay__content {
|
|
26196
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
26197
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
26198
|
-
border-radius: 4px;
|
|
26199
|
-
font-size: 0.875rem;
|
|
26200
|
-
line-height: 1.6;
|
|
26201
|
-
display: inline-block;
|
|
26202
|
-
padding: 5px 16px;
|
|
26203
|
-
text-transform: initial;
|
|
26204
|
-
width: auto;
|
|
26205
|
-
opacity: 1;
|
|
26206
|
-
pointer-events: none;
|
|
26207
|
-
transition-property: opacity, transform;
|
|
26208
|
-
overflow-wrap: break-word;
|
|
26209
|
-
}
|
|
26210
|
-
.v-tooltip > .v-overlay__content[class*=enter-active] {
|
|
26211
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
26212
|
-
transition-duration: 150ms;
|
|
26213
|
-
}
|
|
26214
|
-
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
|
26215
|
-
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
26216
|
-
transition-duration: 75ms;
|
|
26217
|
-
}.v-virtual-scroll {
|
|
26218
|
-
display: block;
|
|
26219
|
-
flex: 1 1 auto;
|
|
26220
|
-
max-width: 100%;
|
|
26221
|
-
overflow: auto;
|
|
26222
|
-
position: relative;
|
|
26223
|
-
}
|
|
26224
|
-
.v-virtual-scroll__container {
|
|
26225
|
-
display: block;
|
|
26226
26226
|
}.v-window {
|
|
26227
26227
|
overflow: hidden;
|
|
26228
26228
|
}
|
|
@@ -26293,76 +26293,34 @@ html.v-overlay-scroll-blocked {
|
|
|
26293
26293
|
}
|
|
26294
26294
|
.v-window-y-reverse-transition-leave-to {
|
|
26295
26295
|
transform: translateY(100%);
|
|
26296
|
-
}.v-color-picker-
|
|
26297
|
-
background-color: transparent !important;
|
|
26298
|
-
}
|
|
26299
|
-
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
|
|
26300
|
-
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
|
26301
|
-
}
|
|
26302
|
-
|
|
26303
|
-
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
|
|
26304
|
-
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
|
26305
|
-
}
|
|
26306
|
-
|
|
26307
|
-
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
|
26308
|
-
content: "";
|
|
26309
|
-
z-index: -1;
|
|
26310
|
-
left: 0;
|
|
26311
|
-
top: 0;
|
|
26312
|
-
width: 100%;
|
|
26313
|
-
height: 100%;
|
|
26314
|
-
position: absolute;
|
|
26315
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26316
|
-
border-radius: inherit;
|
|
26317
|
-
}
|
|
26318
|
-
|
|
26319
|
-
.v-color-picker-preview__sliders {
|
|
26296
|
+
}.v-color-picker-edit {
|
|
26320
26297
|
display: flex;
|
|
26321
|
-
|
|
26322
|
-
flex-direction: column;
|
|
26323
|
-
padding-inline-end: 16px;
|
|
26298
|
+
margin-top: 24px;
|
|
26324
26299
|
}
|
|
26325
26300
|
|
|
26326
|
-
.v-color-picker-
|
|
26327
|
-
position: relative;
|
|
26328
|
-
height: 30px;
|
|
26329
|
-
width: 30px;
|
|
26330
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26331
|
-
border-radius: 50%;
|
|
26332
|
-
overflow: hidden;
|
|
26333
|
-
margin-inline-end: 24px;
|
|
26334
|
-
}
|
|
26335
|
-
.v-color-picker-preview__dot > div {
|
|
26301
|
+
.v-color-picker-edit__input {
|
|
26336
26302
|
width: 100%;
|
|
26337
|
-
|
|
26338
|
-
|
|
26339
|
-
|
|
26340
|
-
|
|
26341
|
-
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
26303
|
+
display: flex;
|
|
26304
|
+
flex-wrap: wrap;
|
|
26305
|
+
justify-content: center;
|
|
26306
|
+
text-align: center;
|
|
26342
26307
|
}
|
|
26343
|
-
|
|
26344
|
-
|
|
26345
|
-
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
26308
|
+
.v-color-picker-edit__input:not(:last-child) {
|
|
26309
|
+
margin-inline-end: 8px;
|
|
26346
26310
|
}
|
|
26347
|
-
|
|
26348
|
-
|
|
26349
|
-
|
|
26311
|
+
.v-color-picker-edit__input input {
|
|
26312
|
+
border-radius: 4px;
|
|
26313
|
+
margin-bottom: 8px;
|
|
26314
|
+
min-width: 0;
|
|
26315
|
+
outline: none;
|
|
26316
|
+
text-align: center;
|
|
26350
26317
|
width: 100%;
|
|
26351
|
-
|
|
26352
|
-
|
|
26353
|
-
|
|
26354
|
-
display: none;
|
|
26355
|
-
}
|
|
26356
|
-
|
|
26357
|
-
.v-color-picker-preview {
|
|
26358
|
-
align-items: center;
|
|
26359
|
-
display: flex;
|
|
26360
|
-
margin-bottom: 0;
|
|
26318
|
+
height: 32px;
|
|
26319
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
26320
|
+
color: rgba(var(--v-theme-on-surface));
|
|
26361
26321
|
}
|
|
26362
|
-
|
|
26363
|
-
|
|
26364
|
-
position: relative;
|
|
26365
|
-
margin-right: 12px;
|
|
26322
|
+
.v-color-picker-edit__input span {
|
|
26323
|
+
font-size: 0.75rem;
|
|
26366
26324
|
}.v-color-picker-canvas {
|
|
26367
26325
|
display: flex;
|
|
26368
26326
|
position: relative;
|
|
@@ -26385,34 +26343,6 @@ html.v-overlay-scroll-blocked {
|
|
|
26385
26343
|
}
|
|
26386
26344
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
26387
26345
|
will-change: transform;
|
|
26388
|
-
}.v-color-picker-edit {
|
|
26389
|
-
display: flex;
|
|
26390
|
-
margin-top: 24px;
|
|
26391
|
-
}
|
|
26392
|
-
|
|
26393
|
-
.v-color-picker-edit__input {
|
|
26394
|
-
width: 100%;
|
|
26395
|
-
display: flex;
|
|
26396
|
-
flex-wrap: wrap;
|
|
26397
|
-
justify-content: center;
|
|
26398
|
-
text-align: center;
|
|
26399
|
-
}
|
|
26400
|
-
.v-color-picker-edit__input:not(:last-child) {
|
|
26401
|
-
margin-inline-end: 8px;
|
|
26402
|
-
}
|
|
26403
|
-
.v-color-picker-edit__input input {
|
|
26404
|
-
border-radius: 4px;
|
|
26405
|
-
margin-bottom: 8px;
|
|
26406
|
-
min-width: 0;
|
|
26407
|
-
outline: none;
|
|
26408
|
-
text-align: center;
|
|
26409
|
-
width: 100%;
|
|
26410
|
-
height: 32px;
|
|
26411
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
26412
|
-
color: rgba(var(--v-theme-on-surface));
|
|
26413
|
-
}
|
|
26414
|
-
.v-color-picker-edit__input span {
|
|
26415
|
-
font-size: 0.75rem;
|
|
26416
26346
|
}.v-color-picker-swatches {
|
|
26417
26347
|
overflow-y: auto;
|
|
26418
26348
|
}
|
|
@@ -26442,171 +26372,82 @@ html.v-overlay-scroll-blocked {
|
|
|
26442
26372
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26443
26373
|
cursor: pointer;
|
|
26444
26374
|
}
|
|
26445
|
-
.v-color-picker-swatches__color > div {
|
|
26446
|
-
display: flex;
|
|
26447
|
-
align-items: center;
|
|
26448
|
-
justify-content: center;
|
|
26449
|
-
width: 100%;
|
|
26450
|
-
height: 100%;
|
|
26451
|
-
}.v-slider-
|
|
26452
|
-
|
|
26453
|
-
color: rgb(var(--v-theme-surface-variant));
|
|
26454
|
-
}
|
|
26455
|
-
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
|
26456
|
-
color: inherit;
|
|
26457
|
-
}
|
|
26458
|
-
|
|
26459
|
-
.v-slider-thumb__label {
|
|
26460
|
-
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26461
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
26462
|
-
}
|
|
26463
|
-
.v-slider-thumb__label::before {
|
|
26464
|
-
color: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26465
|
-
}
|
|
26466
|
-
|
|
26467
|
-
.v-slider-thumb {
|
|
26468
|
-
outline: none;
|
|
26469
|
-
position: absolute;
|
|
26470
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
26471
|
-
}
|
|
26472
|
-
|
|
26473
|
-
.v-slider-thumb__surface {
|
|
26474
|
-
cursor: pointer;
|
|
26475
|
-
width: var(--v-slider-thumb-size);
|
|
26476
|
-
height: var(--v-slider-thumb-size);
|
|
26477
|
-
border-radius: 50%;
|
|
26478
|
-
-webkit-user-select: none;
|
|
26479
|
-
user-select: none;
|
|
26480
|
-
background-color: currentColor;
|
|
26481
|
-
}
|
|
26482
|
-
@media (forced-colors: active) {
|
|
26483
|
-
.v-slider-thumb__surface {
|
|
26484
|
-
background-color: highlight;
|
|
26485
|
-
}
|
|
26486
|
-
}
|
|
26487
|
-
.v-slider-thumb__surface::before {
|
|
26488
|
-
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
26489
|
-
content: "";
|
|
26490
|
-
color: inherit;
|
|
26491
|
-
top: 0;
|
|
26492
|
-
left: 0;
|
|
26493
|
-
width: 100%;
|
|
26494
|
-
height: 100%;
|
|
26495
|
-
border-radius: 50%;
|
|
26496
|
-
background: currentColor;
|
|
26497
|
-
position: absolute;
|
|
26498
|
-
pointer-events: none;
|
|
26499
|
-
opacity: 0;
|
|
26500
|
-
}
|
|
26501
|
-
.v-slider-thumb__surface::after {
|
|
26502
|
-
content: "";
|
|
26503
|
-
width: 42px;
|
|
26504
|
-
height: 42px;
|
|
26505
|
-
position: absolute;
|
|
26506
|
-
top: 50%;
|
|
26507
|
-
left: 50%;
|
|
26508
|
-
transform: translate(-50%, -50%);
|
|
26509
|
-
}
|
|
26510
|
-
|
|
26511
|
-
.v-slider-thumb__label-container {
|
|
26512
|
-
position: absolute;
|
|
26513
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26514
|
-
}
|
|
26515
|
-
|
|
26516
|
-
.v-slider-thumb__label {
|
|
26517
|
-
display: flex;
|
|
26518
|
-
align-items: center;
|
|
26519
|
-
justify-content: center;
|
|
26520
|
-
font-size: 0.75rem;
|
|
26521
|
-
min-width: 35px;
|
|
26522
|
-
height: 25px;
|
|
26523
|
-
border-radius: 4px;
|
|
26524
|
-
padding: 6px;
|
|
26525
|
-
position: absolute;
|
|
26526
|
-
-webkit-user-select: none;
|
|
26527
|
-
user-select: none;
|
|
26528
|
-
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26529
|
-
}
|
|
26530
|
-
.v-slider-thumb__label::before {
|
|
26531
|
-
content: "";
|
|
26532
|
-
width: 0;
|
|
26533
|
-
height: 0;
|
|
26534
|
-
position: absolute;
|
|
26535
|
-
}
|
|
26536
|
-
|
|
26537
|
-
.v-slider-thumb__ripple {
|
|
26538
|
-
position: absolute;
|
|
26539
|
-
left: calc(var(--v-slider-thumb-size) / -2);
|
|
26540
|
-
top: calc(var(--v-slider-thumb-size) / -2);
|
|
26541
|
-
width: calc(var(--v-slider-thumb-size) * 2);
|
|
26542
|
-
height: calc(var(--v-slider-thumb-size) * 2);
|
|
26543
|
-
background: inherit;
|
|
26544
|
-
}
|
|
26545
|
-
|
|
26546
|
-
.v-slider.v-input--horizontal .v-slider-thumb {
|
|
26547
|
-
top: 50%;
|
|
26548
|
-
transform: translateY(-50%);
|
|
26549
|
-
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
26550
|
-
}
|
|
26551
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
26552
|
-
left: calc(var(--v-slider-thumb-size) / 2);
|
|
26553
|
-
top: 0;
|
|
26554
|
-
}
|
|
26555
|
-
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26556
|
-
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
26375
|
+
.v-color-picker-swatches__color > div {
|
|
26376
|
+
display: flex;
|
|
26377
|
+
align-items: center;
|
|
26378
|
+
justify-content: center;
|
|
26379
|
+
width: 100%;
|
|
26380
|
+
height: 100%;
|
|
26381
|
+
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
26382
|
+
background-color: transparent !important;
|
|
26557
26383
|
}
|
|
26558
|
-
.v-locale--is-ltr.v-
|
|
26559
|
-
|
|
26384
|
+
.v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
|
|
26385
|
+
background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
|
|
26560
26386
|
}
|
|
26561
26387
|
|
|
26562
|
-
.v-locale--is-rtl.v-
|
|
26563
|
-
|
|
26388
|
+
.v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
|
|
26389
|
+
background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
|
|
26564
26390
|
}
|
|
26565
26391
|
|
|
26566
|
-
.v-
|
|
26567
|
-
|
|
26568
|
-
|
|
26569
|
-
|
|
26570
|
-
|
|
26392
|
+
.v-color-picker-preview__alpha .v-slider-track__background::after {
|
|
26393
|
+
content: "";
|
|
26394
|
+
z-index: -1;
|
|
26395
|
+
left: 0;
|
|
26396
|
+
top: 0;
|
|
26397
|
+
width: 100%;
|
|
26398
|
+
height: 100%;
|
|
26399
|
+
position: absolute;
|
|
26400
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26401
|
+
border-radius: inherit;
|
|
26571
26402
|
}
|
|
26572
26403
|
|
|
26573
|
-
.v-
|
|
26574
|
-
|
|
26404
|
+
.v-color-picker-preview__sliders {
|
|
26405
|
+
display: flex;
|
|
26406
|
+
flex: 1 0 auto;
|
|
26407
|
+
flex-direction: column;
|
|
26408
|
+
padding-inline-end: 16px;
|
|
26575
26409
|
}
|
|
26576
|
-
|
|
26577
|
-
|
|
26578
|
-
|
|
26410
|
+
|
|
26411
|
+
.v-color-picker-preview__dot {
|
|
26412
|
+
position: relative;
|
|
26413
|
+
height: 30px;
|
|
26414
|
+
width: 30px;
|
|
26415
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
26416
|
+
border-radius: 50%;
|
|
26417
|
+
overflow: hidden;
|
|
26418
|
+
margin-inline-end: 24px;
|
|
26579
26419
|
}
|
|
26580
|
-
.v-
|
|
26581
|
-
|
|
26582
|
-
|
|
26420
|
+
.v-color-picker-preview__dot > div {
|
|
26421
|
+
width: 100%;
|
|
26422
|
+
height: 100%;
|
|
26583
26423
|
}
|
|
26584
|
-
|
|
26585
|
-
|
|
26586
|
-
|
|
26587
|
-
border-bottom: 6px solid transparent;
|
|
26588
|
-
left: -6px;
|
|
26424
|
+
|
|
26425
|
+
.v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
26426
|
+
background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
26589
26427
|
}
|
|
26590
26428
|
|
|
26591
|
-
.v-slider-
|
|
26592
|
-
|
|
26593
|
-
opacity: var(--v-focus-opacity);
|
|
26429
|
+
.v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
|
|
26430
|
+
background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
|
|
26594
26431
|
}
|
|
26595
26432
|
|
|
26596
|
-
.v-
|
|
26597
|
-
|
|
26433
|
+
.v-color-picker-preview__track {
|
|
26434
|
+
position: relative;
|
|
26435
|
+
width: 100%;
|
|
26436
|
+
margin: 0 !important;
|
|
26598
26437
|
}
|
|
26599
|
-
.v-
|
|
26600
|
-
|
|
26438
|
+
.v-color-picker-preview__track .v-slider-track__fill {
|
|
26439
|
+
display: none;
|
|
26601
26440
|
}
|
|
26602
26441
|
|
|
26603
|
-
|
|
26604
|
-
|
|
26605
|
-
|
|
26606
|
-
|
|
26607
|
-
|
|
26608
|
-
|
|
26609
|
-
|
|
26442
|
+
.v-color-picker-preview {
|
|
26443
|
+
align-items: center;
|
|
26444
|
+
display: flex;
|
|
26445
|
+
margin-bottom: 0;
|
|
26446
|
+
}
|
|
26447
|
+
|
|
26448
|
+
.v-color-picker-preview__eye-dropper {
|
|
26449
|
+
position: relative;
|
|
26450
|
+
margin-right: 12px;
|
|
26610
26451
|
}.v-slider-track__background {
|
|
26611
26452
|
background-color: rgb(var(--v-theme-surface-variant));
|
|
26612
26453
|
}
|
|
@@ -26785,4 +26626,163 @@ html.v-overlay-scroll-blocked {
|
|
|
26785
26626
|
|
|
26786
26627
|
.v-slider-track__background--opacity {
|
|
26787
26628
|
opacity: 0.38;
|
|
26629
|
+
}.v-slider-thumb {
|
|
26630
|
+
touch-action: none;
|
|
26631
|
+
color: rgb(var(--v-theme-surface-variant));
|
|
26632
|
+
}
|
|
26633
|
+
.v-input--error:not(.v-input--disabled) .v-slider-thumb {
|
|
26634
|
+
color: inherit;
|
|
26635
|
+
}
|
|
26636
|
+
|
|
26637
|
+
.v-slider-thumb__label {
|
|
26638
|
+
background: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26639
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
26640
|
+
}
|
|
26641
|
+
.v-slider-thumb__label::before {
|
|
26642
|
+
color: rgba(var(--v-theme-surface-variant), 0.7);
|
|
26643
|
+
}
|
|
26644
|
+
|
|
26645
|
+
.v-slider-thumb {
|
|
26646
|
+
outline: none;
|
|
26647
|
+
position: absolute;
|
|
26648
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
26649
|
+
}
|
|
26650
|
+
|
|
26651
|
+
.v-slider-thumb__surface {
|
|
26652
|
+
cursor: pointer;
|
|
26653
|
+
width: var(--v-slider-thumb-size);
|
|
26654
|
+
height: var(--v-slider-thumb-size);
|
|
26655
|
+
border-radius: 50%;
|
|
26656
|
+
-webkit-user-select: none;
|
|
26657
|
+
user-select: none;
|
|
26658
|
+
background-color: currentColor;
|
|
26659
|
+
}
|
|
26660
|
+
@media (forced-colors: active) {
|
|
26661
|
+
.v-slider-thumb__surface {
|
|
26662
|
+
background-color: highlight;
|
|
26663
|
+
}
|
|
26664
|
+
}
|
|
26665
|
+
.v-slider-thumb__surface::before {
|
|
26666
|
+
transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
26667
|
+
content: "";
|
|
26668
|
+
color: inherit;
|
|
26669
|
+
top: 0;
|
|
26670
|
+
left: 0;
|
|
26671
|
+
width: 100%;
|
|
26672
|
+
height: 100%;
|
|
26673
|
+
border-radius: 50%;
|
|
26674
|
+
background: currentColor;
|
|
26675
|
+
position: absolute;
|
|
26676
|
+
pointer-events: none;
|
|
26677
|
+
opacity: 0;
|
|
26678
|
+
}
|
|
26679
|
+
.v-slider-thumb__surface::after {
|
|
26680
|
+
content: "";
|
|
26681
|
+
width: 42px;
|
|
26682
|
+
height: 42px;
|
|
26683
|
+
position: absolute;
|
|
26684
|
+
top: 50%;
|
|
26685
|
+
left: 50%;
|
|
26686
|
+
transform: translate(-50%, -50%);
|
|
26687
|
+
}
|
|
26688
|
+
|
|
26689
|
+
.v-slider-thumb__label-container {
|
|
26690
|
+
position: absolute;
|
|
26691
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26692
|
+
}
|
|
26693
|
+
|
|
26694
|
+
.v-slider-thumb__label {
|
|
26695
|
+
display: flex;
|
|
26696
|
+
align-items: center;
|
|
26697
|
+
justify-content: center;
|
|
26698
|
+
font-size: 0.75rem;
|
|
26699
|
+
min-width: 35px;
|
|
26700
|
+
height: 25px;
|
|
26701
|
+
border-radius: 4px;
|
|
26702
|
+
padding: 6px;
|
|
26703
|
+
position: absolute;
|
|
26704
|
+
-webkit-user-select: none;
|
|
26705
|
+
user-select: none;
|
|
26706
|
+
transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
|
|
26707
|
+
}
|
|
26708
|
+
.v-slider-thumb__label::before {
|
|
26709
|
+
content: "";
|
|
26710
|
+
width: 0;
|
|
26711
|
+
height: 0;
|
|
26712
|
+
position: absolute;
|
|
26713
|
+
}
|
|
26714
|
+
|
|
26715
|
+
.v-slider-thumb__ripple {
|
|
26716
|
+
position: absolute;
|
|
26717
|
+
left: calc(var(--v-slider-thumb-size) / -2);
|
|
26718
|
+
top: calc(var(--v-slider-thumb-size) / -2);
|
|
26719
|
+
width: calc(var(--v-slider-thumb-size) * 2);
|
|
26720
|
+
height: calc(var(--v-slider-thumb-size) * 2);
|
|
26721
|
+
background: inherit;
|
|
26722
|
+
}
|
|
26723
|
+
|
|
26724
|
+
.v-slider.v-input--horizontal .v-slider-thumb {
|
|
26725
|
+
top: 50%;
|
|
26726
|
+
transform: translateY(-50%);
|
|
26727
|
+
inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
26728
|
+
}
|
|
26729
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label-container {
|
|
26730
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
|
26731
|
+
top: 0;
|
|
26732
|
+
}
|
|
26733
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26734
|
+
bottom: calc(var(--v-slider-thumb-size) / 2);
|
|
26735
|
+
}
|
|
26736
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26737
|
+
transform: translateX(-50%);
|
|
26738
|
+
}
|
|
26739
|
+
|
|
26740
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
|
|
26741
|
+
transform: translateX(50%);
|
|
26742
|
+
}
|
|
26743
|
+
|
|
26744
|
+
.v-slider.v-input--horizontal .v-slider-thumb__label::before {
|
|
26745
|
+
border-left: 6px solid transparent;
|
|
26746
|
+
border-right: 6px solid transparent;
|
|
26747
|
+
border-top: 6px solid currentColor;
|
|
26748
|
+
bottom: -6px;
|
|
26749
|
+
}
|
|
26750
|
+
|
|
26751
|
+
.v-slider.v-input--vertical .v-slider-thumb {
|
|
26752
|
+
top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
|
|
26753
|
+
}
|
|
26754
|
+
.v-slider.v-input--vertical .v-slider-thumb__label-container {
|
|
26755
|
+
top: calc(var(--v-slider-thumb-size) / 2);
|
|
26756
|
+
right: 0;
|
|
26757
|
+
}
|
|
26758
|
+
.v-slider.v-input--vertical .v-slider-thumb__label {
|
|
26759
|
+
top: -12.5px;
|
|
26760
|
+
left: calc(var(--v-slider-thumb-size) / 2);
|
|
26761
|
+
}
|
|
26762
|
+
.v-slider.v-input--vertical .v-slider-thumb__label::before {
|
|
26763
|
+
border-right: 6px solid currentColor;
|
|
26764
|
+
border-top: 6px solid transparent;
|
|
26765
|
+
border-bottom: 6px solid transparent;
|
|
26766
|
+
left: -6px;
|
|
26767
|
+
}
|
|
26768
|
+
|
|
26769
|
+
.v-slider-thumb--focused .v-slider-thumb__surface::before {
|
|
26770
|
+
transform: scale(2);
|
|
26771
|
+
opacity: var(--v-focus-opacity);
|
|
26772
|
+
}
|
|
26773
|
+
|
|
26774
|
+
.v-slider-thumb--pressed {
|
|
26775
|
+
transition: none;
|
|
26776
|
+
}
|
|
26777
|
+
.v-slider-thumb--pressed .v-slider-thumb__surface::before {
|
|
26778
|
+
opacity: var(--v-pressed-opacity);
|
|
26779
|
+
}
|
|
26780
|
+
|
|
26781
|
+
@media (hover: hover) {
|
|
26782
|
+
.v-slider-thumb:hover .v-slider-thumb__surface::before {
|
|
26783
|
+
transform: scale(2);
|
|
26784
|
+
}
|
|
26785
|
+
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
|
26786
|
+
opacity: var(--v-hover-opacity);
|
|
26787
|
+
}
|
|
26788
26788
|
}
|