@vuetify/nightly 3.7.3-master.2024-10-30 → 3.7.3-master.2024-10-31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +3686 -3686
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +6494 -6494
- package/dist/vuetify-labs.css +3251 -3251
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1551 -1551
- package/dist/vuetify.d.ts +50 -50
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/package.json +1 -1
package/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.3-master.2024-10-
|
2
|
+
* Vuetify v3.7.3-master.2024-10-31
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -17978,6 +17978,22 @@ html.overflow-y-hidden {
|
|
17978
17978
|
.v-ripple__animation--out {
|
17979
17979
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
17980
17980
|
opacity: 0;
|
17981
|
+
}.v-application {
|
17982
|
+
display: flex;
|
17983
|
+
background: rgb(var(--v-theme-background));
|
17984
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
17985
|
+
}
|
17986
|
+
|
17987
|
+
.v-application__wrap {
|
17988
|
+
-webkit-backface-visibility: hidden;
|
17989
|
+
backface-visibility: hidden;
|
17990
|
+
display: flex;
|
17991
|
+
flex-direction: column;
|
17992
|
+
flex: 1 1 auto;
|
17993
|
+
max-width: 100%;
|
17994
|
+
min-height: 100vh;
|
17995
|
+
min-height: 100dvh;
|
17996
|
+
position: relative;
|
17981
17997
|
}.v-app-bar {
|
17982
17998
|
display: flex;
|
17983
17999
|
}
|
@@ -17990,6 +18006,91 @@ html.overflow-y-hidden {
|
|
17990
18006
|
}
|
17991
18007
|
.v-app-bar:not(.v-toolbar--absolute) {
|
17992
18008
|
padding-inline-end: var(--v-scrollbar-offset);
|
18009
|
+
}.v-autocomplete .v-field .v-text-field__prefix,
|
18010
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18011
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18012
|
+
cursor: text;
|
18013
|
+
}
|
18014
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18015
|
+
flex: 1 1;
|
18016
|
+
}
|
18017
|
+
.v-autocomplete .v-field input {
|
18018
|
+
min-width: 64px;
|
18019
|
+
}
|
18020
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18021
|
+
min-width: 0;
|
18022
|
+
}
|
18023
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18024
|
+
margin-inline-end: 2px;
|
18025
|
+
}
|
18026
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
18027
|
+
overflow: hidden;
|
18028
|
+
text-overflow: ellipsis;
|
18029
|
+
white-space: nowrap;
|
18030
|
+
}
|
18031
|
+
|
18032
|
+
.v-autocomplete__content {
|
18033
|
+
overflow: hidden;
|
18034
|
+
}
|
18035
|
+
.v-autocomplete__content {
|
18036
|
+
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));
|
18037
|
+
}
|
18038
|
+
.v-autocomplete__content {
|
18039
|
+
border-radius: 4px;
|
18040
|
+
}
|
18041
|
+
.v-autocomplete__mask {
|
18042
|
+
background: rgb(var(--v-theme-surface-light));
|
18043
|
+
}
|
18044
|
+
.v-autocomplete__selection {
|
18045
|
+
display: inline-flex;
|
18046
|
+
align-items: center;
|
18047
|
+
height: 1.5rem;
|
18048
|
+
letter-spacing: inherit;
|
18049
|
+
line-height: inherit;
|
18050
|
+
max-width: calc(100% - 2px - 2px);
|
18051
|
+
}
|
18052
|
+
.v-autocomplete__selection:first-child {
|
18053
|
+
margin-inline-start: 0;
|
18054
|
+
}
|
18055
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18056
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18057
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18058
|
+
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18059
|
+
top: 0px;
|
18060
|
+
}
|
18061
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18062
|
+
opacity: var(--v-medium-emphasis-opacity);
|
18063
|
+
}
|
18064
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18065
|
+
opacity: 1;
|
18066
|
+
}
|
18067
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
18068
|
+
caret-color: transparent;
|
18069
|
+
}
|
18070
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18071
|
+
flex: 1 1;
|
18072
|
+
position: absolute;
|
18073
|
+
left: 0;
|
18074
|
+
right: 0;
|
18075
|
+
width: 100%;
|
18076
|
+
padding-inline: inherit;
|
18077
|
+
}
|
18078
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18079
|
+
transition: none;
|
18080
|
+
}
|
18081
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18082
|
+
opacity: 0;
|
18083
|
+
}
|
18084
|
+
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18085
|
+
opacity: 0;
|
18086
|
+
}
|
18087
|
+
.v-autocomplete__menu-icon {
|
18088
|
+
margin-inline-start: 4px;
|
18089
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18090
|
+
}
|
18091
|
+
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18092
|
+
opacity: var(--v-high-emphasis-opacity);
|
18093
|
+
transform: rotate(180deg);
|
17993
18094
|
}.v-alert {
|
17994
18095
|
display: grid;
|
17995
18096
|
flex: 1 1;
|
@@ -18206,107 +18307,6 @@ html.overflow-y-hidden {
|
|
18206
18307
|
text-transform: none;
|
18207
18308
|
word-break: normal;
|
18208
18309
|
word-wrap: break-word;
|
18209
|
-
}.v-application {
|
18210
|
-
display: flex;
|
18211
|
-
background: rgb(var(--v-theme-background));
|
18212
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
18213
|
-
}
|
18214
|
-
|
18215
|
-
.v-application__wrap {
|
18216
|
-
-webkit-backface-visibility: hidden;
|
18217
|
-
backface-visibility: hidden;
|
18218
|
-
display: flex;
|
18219
|
-
flex-direction: column;
|
18220
|
-
flex: 1 1 auto;
|
18221
|
-
max-width: 100%;
|
18222
|
-
min-height: 100vh;
|
18223
|
-
min-height: 100dvh;
|
18224
|
-
position: relative;
|
18225
|
-
}.v-autocomplete .v-field .v-text-field__prefix,
|
18226
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
18227
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18228
|
-
cursor: text;
|
18229
|
-
}
|
18230
|
-
.v-autocomplete .v-field .v-field__input > input {
|
18231
|
-
flex: 1 1;
|
18232
|
-
}
|
18233
|
-
.v-autocomplete .v-field input {
|
18234
|
-
min-width: 64px;
|
18235
|
-
}
|
18236
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18237
|
-
min-width: 0;
|
18238
|
-
}
|
18239
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18240
|
-
margin-inline-end: 2px;
|
18241
|
-
}
|
18242
|
-
.v-autocomplete .v-autocomplete__selection-text {
|
18243
|
-
overflow: hidden;
|
18244
|
-
text-overflow: ellipsis;
|
18245
|
-
white-space: nowrap;
|
18246
|
-
}
|
18247
|
-
|
18248
|
-
.v-autocomplete__content {
|
18249
|
-
overflow: hidden;
|
18250
|
-
}
|
18251
|
-
.v-autocomplete__content {
|
18252
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18253
|
-
}
|
18254
|
-
.v-autocomplete__content {
|
18255
|
-
border-radius: 4px;
|
18256
|
-
}
|
18257
|
-
.v-autocomplete__mask {
|
18258
|
-
background: rgb(var(--v-theme-surface-light));
|
18259
|
-
}
|
18260
|
-
.v-autocomplete__selection {
|
18261
|
-
display: inline-flex;
|
18262
|
-
align-items: center;
|
18263
|
-
height: 1.5rem;
|
18264
|
-
letter-spacing: inherit;
|
18265
|
-
line-height: inherit;
|
18266
|
-
max-width: calc(100% - 2px - 2px);
|
18267
|
-
}
|
18268
|
-
.v-autocomplete__selection:first-child {
|
18269
|
-
margin-inline-start: 0;
|
18270
|
-
}
|
18271
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
18272
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
18273
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
|
18274
|
-
.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
|
18275
|
-
top: 0px;
|
18276
|
-
}
|
18277
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
18278
|
-
opacity: var(--v-medium-emphasis-opacity);
|
18279
|
-
}
|
18280
|
-
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
18281
|
-
opacity: 1;
|
18282
|
-
}
|
18283
|
-
.v-autocomplete--selecting-index .v-field__input > input {
|
18284
|
-
caret-color: transparent;
|
18285
|
-
}
|
18286
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
|
18287
|
-
flex: 1 1;
|
18288
|
-
position: absolute;
|
18289
|
-
left: 0;
|
18290
|
-
right: 0;
|
18291
|
-
width: 100%;
|
18292
|
-
padding-inline: inherit;
|
18293
|
-
}
|
18294
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
|
18295
|
-
transition: none;
|
18296
|
-
}
|
18297
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
|
18298
|
-
opacity: 0;
|
18299
|
-
}
|
18300
|
-
.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
|
18301
|
-
opacity: 0;
|
18302
|
-
}
|
18303
|
-
.v-autocomplete__menu-icon {
|
18304
|
-
margin-inline-start: 4px;
|
18305
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18306
|
-
}
|
18307
|
-
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
18308
|
-
opacity: var(--v-high-emphasis-opacity);
|
18309
|
-
transform: rotate(180deg);
|
18310
18310
|
}.v-avatar {
|
18311
18311
|
flex: none;
|
18312
18312
|
align-items: center;
|
@@ -18579,48 +18579,121 @@ html.overflow-y-hidden {
|
|
18579
18579
|
}
|
18580
18580
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18581
18581
|
align-self: flex-start;
|
18582
|
-
}.v-
|
18583
|
-
display:
|
18584
|
-
|
18585
|
-
overflow: hidden;
|
18586
|
-
position: absolute;
|
18587
|
-
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18588
|
-
}
|
18589
|
-
.v-bottom-navigation {
|
18590
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18591
|
-
border-style: solid;
|
18592
|
-
border-width: 0;
|
18593
|
-
}
|
18594
|
-
.v-bottom-navigation--border {
|
18595
|
-
border-width: thin;
|
18596
|
-
box-shadow: none;
|
18597
|
-
}
|
18598
|
-
.v-bottom-navigation {
|
18599
|
-
border-radius: 0;
|
18600
|
-
}
|
18601
|
-
.v-bottom-navigation {
|
18602
|
-
background: rgb(var(--v-theme-surface));
|
18603
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18604
|
-
}
|
18605
|
-
.v-bottom-navigation--active {
|
18606
|
-
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));
|
18582
|
+
}.v-badge {
|
18583
|
+
display: inline-block;
|
18584
|
+
line-height: 1;
|
18607
18585
|
}
|
18608
18586
|
|
18609
|
-
.v-
|
18610
|
-
|
18611
|
-
|
18587
|
+
.v-badge__badge {
|
18588
|
+
align-items: center;
|
18589
|
+
display: inline-flex;
|
18590
|
+
border-radius: 10px;
|
18612
18591
|
font-size: 0.75rem;
|
18592
|
+
font-weight: 500;
|
18593
|
+
height: 1.25rem;
|
18613
18594
|
justify-content: center;
|
18614
|
-
|
18615
|
-
|
18595
|
+
min-width: 20px;
|
18596
|
+
padding: 4px 6px;
|
18597
|
+
pointer-events: auto;
|
18598
|
+
position: absolute;
|
18599
|
+
text-align: center;
|
18600
|
+
text-indent: 0;
|
18601
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18602
|
+
white-space: nowrap;
|
18616
18603
|
}
|
18617
|
-
.v-
|
18618
|
-
|
18619
|
-
|
18620
|
-
|
18621
|
-
|
18622
|
-
|
18623
|
-
|
18604
|
+
.v-badge__badge {
|
18605
|
+
background: rgb(var(--v-theme-surface-variant));
|
18606
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18607
|
+
}
|
18608
|
+
.v-badge--bordered .v-badge__badge::after {
|
18609
|
+
border-radius: inherit;
|
18610
|
+
border-style: solid;
|
18611
|
+
border-width: 2px;
|
18612
|
+
bottom: 0;
|
18613
|
+
color: rgb(var(--v-theme-background));
|
18614
|
+
content: "";
|
18615
|
+
left: 0;
|
18616
|
+
position: absolute;
|
18617
|
+
right: 0;
|
18618
|
+
top: 0;
|
18619
|
+
transform: scale(1.05);
|
18620
|
+
}
|
18621
|
+
.v-badge--dot .v-badge__badge {
|
18622
|
+
border-radius: 4.5px;
|
18623
|
+
height: 9px;
|
18624
|
+
min-width: 0;
|
18625
|
+
padding: 0;
|
18626
|
+
width: 9px;
|
18627
|
+
}
|
18628
|
+
.v-badge--dot .v-badge__badge::after {
|
18629
|
+
border-width: 1.5px;
|
18630
|
+
}
|
18631
|
+
.v-badge--inline .v-badge__badge {
|
18632
|
+
position: relative;
|
18633
|
+
vertical-align: middle;
|
18634
|
+
}
|
18635
|
+
.v-badge__badge .v-icon {
|
18636
|
+
color: inherit;
|
18637
|
+
font-size: 0.75rem;
|
18638
|
+
margin: 0 -2px;
|
18639
|
+
}
|
18640
|
+
.v-badge__badge img,
|
18641
|
+
.v-badge__badge .v-img {
|
18642
|
+
height: 100%;
|
18643
|
+
width: 100%;
|
18644
|
+
}
|
18645
|
+
|
18646
|
+
.v-badge__wrapper {
|
18647
|
+
display: flex;
|
18648
|
+
position: relative;
|
18649
|
+
}
|
18650
|
+
.v-badge--inline .v-badge__wrapper {
|
18651
|
+
align-items: center;
|
18652
|
+
display: inline-flex;
|
18653
|
+
justify-content: center;
|
18654
|
+
margin: 0 4px;
|
18655
|
+
}.v-bottom-navigation {
|
18656
|
+
display: flex;
|
18657
|
+
max-width: 100%;
|
18658
|
+
overflow: hidden;
|
18659
|
+
position: absolute;
|
18660
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18661
|
+
}
|
18662
|
+
.v-bottom-navigation {
|
18663
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18664
|
+
border-style: solid;
|
18665
|
+
border-width: 0;
|
18666
|
+
}
|
18667
|
+
.v-bottom-navigation--border {
|
18668
|
+
border-width: thin;
|
18669
|
+
box-shadow: none;
|
18670
|
+
}
|
18671
|
+
.v-bottom-navigation {
|
18672
|
+
border-radius: 0;
|
18673
|
+
}
|
18674
|
+
.v-bottom-navigation {
|
18675
|
+
background: rgb(var(--v-theme-surface));
|
18676
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18677
|
+
}
|
18678
|
+
.v-bottom-navigation--active {
|
18679
|
+
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));
|
18680
|
+
}
|
18681
|
+
|
18682
|
+
.v-bottom-navigation__content {
|
18683
|
+
display: flex;
|
18684
|
+
flex: none;
|
18685
|
+
font-size: 0.75rem;
|
18686
|
+
justify-content: center;
|
18687
|
+
transition: inherit;
|
18688
|
+
width: 100%;
|
18689
|
+
}
|
18690
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18691
|
+
font-size: inherit;
|
18692
|
+
height: 100%;
|
18693
|
+
max-width: 168px;
|
18694
|
+
min-width: 80px;
|
18695
|
+
text-transform: none;
|
18696
|
+
transition: inherit;
|
18624
18697
|
width: auto;
|
18625
18698
|
}
|
18626
18699
|
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
@@ -18642,6 +18715,40 @@ html.overflow-y-hidden {
|
|
18642
18715
|
}
|
18643
18716
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18644
18717
|
transform: translateY(0.5rem);
|
18718
|
+
}.bottom-sheet-transition-enter-from {
|
18719
|
+
transform: translateY(100%);
|
18720
|
+
}
|
18721
|
+
.bottom-sheet-transition-leave-to {
|
18722
|
+
transform: translateY(100%);
|
18723
|
+
}
|
18724
|
+
|
18725
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18726
|
+
align-self: flex-end;
|
18727
|
+
border-radius: 0;
|
18728
|
+
flex: 0 1 auto;
|
18729
|
+
left: 0;
|
18730
|
+
right: 0;
|
18731
|
+
margin-inline: 0;
|
18732
|
+
margin-bottom: 0;
|
18733
|
+
transition-duration: 0.2s;
|
18734
|
+
width: 100%;
|
18735
|
+
max-width: 100%;
|
18736
|
+
overflow: visible;
|
18737
|
+
}
|
18738
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18739
|
+
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18740
|
+
}
|
18741
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18742
|
+
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18743
|
+
border-radius: 0;
|
18744
|
+
}
|
18745
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18746
|
+
max-width: none;
|
18747
|
+
}
|
18748
|
+
@media (min-width: 600px) {
|
18749
|
+
.v-bottom-sheet.v-bottom-sheet--inset {
|
18750
|
+
max-width: 70%;
|
18751
|
+
}
|
18645
18752
|
}.v-breadcrumbs {
|
18646
18753
|
display: flex;
|
18647
18754
|
align-items: center;
|
@@ -18699,113 +18806,6 @@ html.overflow-y-hidden {
|
|
18699
18806
|
display: inline-block;
|
18700
18807
|
padding: 0 8px;
|
18701
18808
|
vertical-align: middle;
|
18702
|
-
}.bottom-sheet-transition-enter-from {
|
18703
|
-
transform: translateY(100%);
|
18704
|
-
}
|
18705
|
-
.bottom-sheet-transition-leave-to {
|
18706
|
-
transform: translateY(100%);
|
18707
|
-
}
|
18708
|
-
|
18709
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18710
|
-
align-self: flex-end;
|
18711
|
-
border-radius: 0;
|
18712
|
-
flex: 0 1 auto;
|
18713
|
-
left: 0;
|
18714
|
-
right: 0;
|
18715
|
-
margin-inline: 0;
|
18716
|
-
margin-bottom: 0;
|
18717
|
-
transition-duration: 0.2s;
|
18718
|
-
width: 100%;
|
18719
|
-
max-width: 100%;
|
18720
|
-
overflow: visible;
|
18721
|
-
}
|
18722
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
18723
|
-
box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18724
|
-
}
|
18725
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
18726
|
-
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
|
18727
|
-
border-radius: 0;
|
18728
|
-
}
|
18729
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18730
|
-
max-width: none;
|
18731
|
-
}
|
18732
|
-
@media (min-width: 600px) {
|
18733
|
-
.v-bottom-sheet.v-bottom-sheet--inset {
|
18734
|
-
max-width: 70%;
|
18735
|
-
}
|
18736
|
-
}.v-badge {
|
18737
|
-
display: inline-block;
|
18738
|
-
line-height: 1;
|
18739
|
-
}
|
18740
|
-
|
18741
|
-
.v-badge__badge {
|
18742
|
-
align-items: center;
|
18743
|
-
display: inline-flex;
|
18744
|
-
border-radius: 10px;
|
18745
|
-
font-size: 0.75rem;
|
18746
|
-
font-weight: 500;
|
18747
|
-
height: 1.25rem;
|
18748
|
-
justify-content: center;
|
18749
|
-
min-width: 20px;
|
18750
|
-
padding: 4px 6px;
|
18751
|
-
pointer-events: auto;
|
18752
|
-
position: absolute;
|
18753
|
-
text-align: center;
|
18754
|
-
text-indent: 0;
|
18755
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18756
|
-
white-space: nowrap;
|
18757
|
-
}
|
18758
|
-
.v-badge__badge {
|
18759
|
-
background: rgb(var(--v-theme-surface-variant));
|
18760
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18761
|
-
}
|
18762
|
-
.v-badge--bordered .v-badge__badge::after {
|
18763
|
-
border-radius: inherit;
|
18764
|
-
border-style: solid;
|
18765
|
-
border-width: 2px;
|
18766
|
-
bottom: 0;
|
18767
|
-
color: rgb(var(--v-theme-background));
|
18768
|
-
content: "";
|
18769
|
-
left: 0;
|
18770
|
-
position: absolute;
|
18771
|
-
right: 0;
|
18772
|
-
top: 0;
|
18773
|
-
transform: scale(1.05);
|
18774
|
-
}
|
18775
|
-
.v-badge--dot .v-badge__badge {
|
18776
|
-
border-radius: 4.5px;
|
18777
|
-
height: 9px;
|
18778
|
-
min-width: 0;
|
18779
|
-
padding: 0;
|
18780
|
-
width: 9px;
|
18781
|
-
}
|
18782
|
-
.v-badge--dot .v-badge__badge::after {
|
18783
|
-
border-width: 1.5px;
|
18784
|
-
}
|
18785
|
-
.v-badge--inline .v-badge__badge {
|
18786
|
-
position: relative;
|
18787
|
-
vertical-align: middle;
|
18788
|
-
}
|
18789
|
-
.v-badge__badge .v-icon {
|
18790
|
-
color: inherit;
|
18791
|
-
font-size: 0.75rem;
|
18792
|
-
margin: 0 -2px;
|
18793
|
-
}
|
18794
|
-
.v-badge__badge img,
|
18795
|
-
.v-badge__badge .v-img {
|
18796
|
-
height: 100%;
|
18797
|
-
width: 100%;
|
18798
|
-
}
|
18799
|
-
|
18800
|
-
.v-badge__wrapper {
|
18801
|
-
display: flex;
|
18802
|
-
position: relative;
|
18803
|
-
}
|
18804
|
-
.v-badge--inline .v-badge__wrapper {
|
18805
|
-
align-items: center;
|
18806
|
-
display: inline-flex;
|
18807
|
-
justify-content: center;
|
18808
|
-
margin: 0 4px;
|
18809
18809
|
}.v-btn {
|
18810
18810
|
align-items: center;
|
18811
18811
|
border-radius: 4px;
|
@@ -19230,6 +19230,19 @@ html.overflow-y-hidden {
|
|
19230
19230
|
}
|
19231
19231
|
.v-pagination__item--is-active .v-btn__overlay {
|
19232
19232
|
opacity: var(--v-border-opacity);
|
19233
|
+
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19234
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19235
|
+
}
|
19236
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19237
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19238
|
+
}
|
19239
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19240
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19241
|
+
}
|
19242
|
+
@supports not selector(:focus-visible) {
|
19243
|
+
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19244
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19245
|
+
}
|
19233
19246
|
}.v-btn-group {
|
19234
19247
|
display: inline-flex;
|
19235
19248
|
flex-wrap: nowrap;
|
@@ -19294,19 +19307,11 @@ html.overflow-y-hidden {
|
|
19294
19307
|
}
|
19295
19308
|
.v-btn-group--tile {
|
19296
19309
|
border-radius: 0;
|
19297
|
-
}.v-
|
19298
|
-
|
19299
|
-
}
|
19300
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
|
19301
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19310
|
+
}.v-checkbox.v-input {
|
19311
|
+
flex: 0 1 auto;
|
19302
19312
|
}
|
19303
|
-
.v-
|
19304
|
-
|
19305
|
-
}
|
19306
|
-
@supports not selector(:focus-visible) {
|
19307
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
|
19308
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19309
|
-
}
|
19313
|
+
.v-checkbox .v-selection-control {
|
19314
|
+
min-height: var(--v-input-control-height);
|
19310
19315
|
}.v-card {
|
19311
19316
|
display: block;
|
19312
19317
|
overflow: hidden;
|
@@ -19615,76 +19620,6 @@ html.overflow-y-hidden {
|
|
19615
19620
|
pointer-events: none;
|
19616
19621
|
opacity: 0;
|
19617
19622
|
transition: opacity 0.2s ease-in-out;
|
19618
|
-
}.v-carousel {
|
19619
|
-
overflow: hidden;
|
19620
|
-
position: relative;
|
19621
|
-
width: 100%;
|
19622
|
-
}
|
19623
|
-
.v-carousel__controls {
|
19624
|
-
align-items: center;
|
19625
|
-
bottom: 0;
|
19626
|
-
display: flex;
|
19627
|
-
height: 50px;
|
19628
|
-
justify-content: center;
|
19629
|
-
list-style-type: none;
|
19630
|
-
position: absolute;
|
19631
|
-
width: 100%;
|
19632
|
-
z-index: 1;
|
19633
|
-
}
|
19634
|
-
.v-carousel__controls {
|
19635
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19636
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
19637
|
-
}
|
19638
|
-
.v-carousel__controls > .v-item-group {
|
19639
|
-
flex: 0 1 auto;
|
19640
|
-
}
|
19641
|
-
.v-carousel__controls__item {
|
19642
|
-
margin: 0 8px;
|
19643
|
-
}
|
19644
|
-
.v-carousel__controls__item .v-icon {
|
19645
|
-
opacity: 0.5;
|
19646
|
-
}
|
19647
|
-
.v-carousel__controls__item--active .v-icon {
|
19648
|
-
opacity: 1;
|
19649
|
-
vertical-align: middle;
|
19650
|
-
}
|
19651
|
-
.v-carousel__controls__item:hover {
|
19652
|
-
background: none;
|
19653
|
-
}
|
19654
|
-
.v-carousel__controls__item:hover .v-icon {
|
19655
|
-
opacity: 0.8;
|
19656
|
-
}
|
19657
|
-
|
19658
|
-
.v-carousel__progress {
|
19659
|
-
margin: 0;
|
19660
|
-
position: absolute;
|
19661
|
-
bottom: 0;
|
19662
|
-
left: 0;
|
19663
|
-
right: 0;
|
19664
|
-
}
|
19665
|
-
|
19666
|
-
.v-carousel-item {
|
19667
|
-
display: block;
|
19668
|
-
height: inherit;
|
19669
|
-
text-decoration: none;
|
19670
|
-
}
|
19671
|
-
.v-carousel-item > .v-img {
|
19672
|
-
height: inherit;
|
19673
|
-
}
|
19674
|
-
|
19675
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
19676
|
-
background: transparent;
|
19677
|
-
}
|
19678
|
-
|
19679
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
19680
|
-
flex-direction: column;
|
19681
|
-
height: 100% !important;
|
19682
|
-
width: 50px;
|
19683
|
-
}.v-checkbox.v-input {
|
19684
|
-
flex: 0 1 auto;
|
19685
|
-
}
|
19686
|
-
.v-checkbox .v-selection-control {
|
19687
|
-
min-height: var(--v-input-control-height);
|
19688
19623
|
}.v-chip {
|
19689
19624
|
align-items: center;
|
19690
19625
|
display: inline-flex;
|
@@ -20121,6 +20056,28 @@ html.overflow-y-hidden {
|
|
20121
20056
|
white-space: normal;
|
20122
20057
|
flex-wrap: wrap;
|
20123
20058
|
max-width: 100%;
|
20059
|
+
}.v-color-picker {
|
20060
|
+
align-self: flex-start;
|
20061
|
+
contain: content;
|
20062
|
+
}
|
20063
|
+
.v-color-picker.v-sheet {
|
20064
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20065
|
+
}
|
20066
|
+
.v-color-picker.v-sheet {
|
20067
|
+
border-radius: 4px;
|
20068
|
+
}
|
20069
|
+
|
20070
|
+
.v-color-picker__controls {
|
20071
|
+
display: flex;
|
20072
|
+
flex-direction: column;
|
20073
|
+
padding: 16px;
|
20074
|
+
}
|
20075
|
+
|
20076
|
+
.v-color-picker--flat {
|
20077
|
+
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));
|
20078
|
+
}
|
20079
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20080
|
+
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));
|
20124
20081
|
}.v-combobox .v-field .v-text-field__prefix,
|
20125
20082
|
.v-combobox .v-field .v-text-field__suffix,
|
20126
20083
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
@@ -20206,28 +20163,6 @@ html.overflow-y-hidden {
|
|
20206
20163
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
20207
20164
|
opacity: var(--v-high-emphasis-opacity);
|
20208
20165
|
transform: rotate(180deg);
|
20209
|
-
}.v-color-picker {
|
20210
|
-
align-self: flex-start;
|
20211
|
-
contain: content;
|
20212
|
-
}
|
20213
|
-
.v-color-picker.v-sheet {
|
20214
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20215
|
-
}
|
20216
|
-
.v-color-picker.v-sheet {
|
20217
|
-
border-radius: 4px;
|
20218
|
-
}
|
20219
|
-
|
20220
|
-
.v-color-picker__controls {
|
20221
|
-
display: flex;
|
20222
|
-
flex-direction: column;
|
20223
|
-
padding: 16px;
|
20224
|
-
}
|
20225
|
-
|
20226
|
-
.v-color-picker--flat {
|
20227
|
-
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));
|
20228
|
-
}
|
20229
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20230
|
-
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));
|
20231
20166
|
}.v-counter {
|
20232
20167
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
20233
20168
|
flex: 0 1 auto;
|
@@ -20451,173 +20386,503 @@ html.overflow-y-hidden {
|
|
20451
20386
|
}
|
20452
20387
|
.v-data-table-footer__page {
|
20453
20388
|
padding: 0 8px;
|
20454
|
-
}.v-
|
20455
|
-
|
20456
|
-
|
20457
|
-
margin: auto;
|
20458
|
-
}
|
20459
|
-
.v-dialog > .v-overlay__content {
|
20460
|
-
max-height: calc(100% - 48px);
|
20461
|
-
width: calc(100% - 48px);
|
20462
|
-
max-width: calc(100% - 48px);
|
20463
|
-
margin: 24px;
|
20464
|
-
}
|
20465
|
-
.v-dialog > .v-overlay__content,
|
20466
|
-
.v-dialog > .v-overlay__content > form {
|
20467
|
-
display: flex;
|
20468
|
-
flex-direction: column;
|
20469
|
-
min-height: 0;
|
20470
|
-
}
|
20471
|
-
.v-dialog > .v-overlay__content > .v-card,
|
20472
|
-
.v-dialog > .v-overlay__content > .v-sheet,
|
20473
|
-
.v-dialog > .v-overlay__content > form > .v-card,
|
20474
|
-
.v-dialog > .v-overlay__content > form > .v-sheet {
|
20475
|
-
--v-scrollbar-offset: 0px;
|
20476
|
-
border-radius: 4px;
|
20477
|
-
overflow-y: auto;
|
20389
|
+
}.v-date-picker {
|
20390
|
+
overflow: hidden;
|
20391
|
+
width: 328px;
|
20478
20392
|
}
|
20479
|
-
.v-
|
20480
|
-
|
20481
|
-
.v-
|
20482
|
-
|
20483
|
-
|
20393
|
+
.v-date-picker--show-week {
|
20394
|
+
width: 368px;
|
20395
|
+
}.v-date-picker-header {
|
20396
|
+
align-items: flex-end;
|
20397
|
+
height: 70px;
|
20398
|
+
display: grid;
|
20399
|
+
grid-template-areas: "prepend content append";
|
20400
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
20401
|
+
overflow: hidden;
|
20402
|
+
padding-inline: 24px 12px;
|
20403
|
+
padding-bottom: 12px;
|
20484
20404
|
}
|
20485
|
-
|
20486
|
-
.v-
|
20487
|
-
|
20488
|
-
flex-direction: column;
|
20405
|
+
|
20406
|
+
.v-date-picker-header__append {
|
20407
|
+
grid-area: append;
|
20489
20408
|
}
|
20490
|
-
|
20491
|
-
.v-
|
20492
|
-
|
20409
|
+
|
20410
|
+
.v-date-picker-header__prepend {
|
20411
|
+
grid-area: prepend;
|
20412
|
+
padding-inline-start: 8px;
|
20493
20413
|
}
|
20494
|
-
|
20495
|
-
.v-
|
20496
|
-
|
20414
|
+
|
20415
|
+
.v-date-picker-header__content {
|
20416
|
+
align-items: center;
|
20417
|
+
display: inline-flex;
|
20418
|
+
font-size: 32px;
|
20419
|
+
line-height: 40px;
|
20420
|
+
grid-area: content;
|
20421
|
+
justify-content: space-between;
|
20497
20422
|
}
|
20498
|
-
.v-
|
20499
|
-
|
20500
|
-
font-size: inherit;
|
20501
|
-
letter-spacing: 0.03125em;
|
20502
|
-
line-height: inherit;
|
20503
|
-
padding: 16px 24px 24px;
|
20423
|
+
.v-date-picker-header--clickable .v-date-picker-header__content {
|
20424
|
+
cursor: pointer;
|
20504
20425
|
}
|
20505
|
-
.v-
|
20506
|
-
|
20507
|
-
justify-content: flex-end;
|
20426
|
+
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
20427
|
+
opacity: 0.7;
|
20508
20428
|
}
|
20509
20429
|
|
20510
|
-
.
|
20511
|
-
|
20430
|
+
.date-picker-header-transition-enter-active,
|
20431
|
+
.date-picker-header-reverse-transition-enter-active {
|
20432
|
+
transition-duration: 0.3s;
|
20433
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20512
20434
|
}
|
20513
|
-
.
|
20514
|
-
|
20515
|
-
|
20516
|
-
|
20517
|
-
width: 100%;
|
20518
|
-
max-width: 100%;
|
20519
|
-
max-height: 100%;
|
20520
|
-
overflow-y: auto;
|
20521
|
-
top: 0;
|
20522
|
-
left: 0;
|
20435
|
+
.date-picker-header-transition-leave-active,
|
20436
|
+
.date-picker-header-reverse-transition-leave-active {
|
20437
|
+
transition-duration: 0.3s;
|
20438
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20523
20439
|
}
|
20524
|
-
|
20525
|
-
.
|
20526
|
-
|
20440
|
+
|
20441
|
+
.date-picker-header-transition-enter-from {
|
20442
|
+
transform: translate(0, 100%);
|
20527
20443
|
}
|
20528
|
-
.
|
20529
|
-
|
20530
|
-
|
20531
|
-
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
20532
|
-
min-height: 100%;
|
20533
|
-
min-width: 100%;
|
20534
|
-
border-radius: 0;
|
20444
|
+
.date-picker-header-transition-leave-to {
|
20445
|
+
opacity: 0;
|
20446
|
+
transform: translate(0, -100%);
|
20535
20447
|
}
|
20536
20448
|
|
20537
|
-
.
|
20538
|
-
|
20539
|
-
display: flex;
|
20449
|
+
.date-picker-header-reverse-transition-enter-from {
|
20450
|
+
transform: translate(0, -100%);
|
20540
20451
|
}
|
20541
|
-
.
|
20542
|
-
|
20452
|
+
.date-picker-header-reverse-transition-leave-to {
|
20453
|
+
opacity: 0;
|
20454
|
+
transform: translate(0, 100%);
|
20455
|
+
}.v-date-picker-controls {
|
20543
20456
|
display: flex;
|
20544
|
-
|
20545
|
-
|
20546
|
-
|
20547
|
-
|
20548
|
-
|
20549
|
-
|
20550
|
-
|
20551
|
-
|
20552
|
-
|
20457
|
+
align-items: center;
|
20458
|
+
justify-content: space-between;
|
20459
|
+
font-size: 0.875rem;
|
20460
|
+
padding-top: 4px;
|
20461
|
+
padding-bottom: 4px;
|
20462
|
+
padding-inline-start: 6px;
|
20463
|
+
padding-inline-end: 12px;
|
20464
|
+
}
|
20465
|
+
.v-date-picker-controls > .v-btn:first-child {
|
20466
|
+
text-transform: none;
|
20467
|
+
font-weight: 400;
|
20468
|
+
line-height: initial;
|
20469
|
+
letter-spacing: initial;
|
20470
|
+
}
|
20471
|
+
.v-date-picker-controls--variant-classic {
|
20472
|
+
padding-inline-start: 12px;
|
20473
|
+
}
|
20474
|
+
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
20475
|
+
opacity: 0.7;
|
20476
|
+
}
|
20477
|
+
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20478
|
+
cursor: pointer;
|
20479
|
+
}
|
20480
|
+
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
20481
|
+
opacity: 1;
|
20482
|
+
}
|
20483
|
+
.v-date-picker-controls .v-btn:last-child {
|
20484
|
+
margin-inline-start: 4px;
|
20485
|
+
}
|
20486
|
+
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
20487
|
+
transform: rotate(180deg);
|
20488
|
+
}
|
20489
|
+
|
20490
|
+
.v-date-picker-controls__date {
|
20491
|
+
margin-inline-end: 4px;
|
20492
|
+
}
|
20493
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
20494
|
+
margin: auto;
|
20495
|
+
text-align: center;
|
20496
|
+
}
|
20497
|
+
|
20498
|
+
.v-date-picker-controls__month {
|
20499
|
+
display: flex;
|
20500
|
+
}
|
20501
|
+
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
20502
|
+
flex-direction: row-reverse;
|
20503
|
+
}
|
20504
|
+
|
20505
|
+
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
20506
|
+
flex: 1 0 auto;
|
20507
|
+
}
|
20508
|
+
|
20509
|
+
.v-date-picker__title {
|
20510
|
+
display: inline-block;
|
20511
|
+
}.v-date-picker-month {
|
20512
|
+
display: flex;
|
20513
|
+
justify-content: center;
|
20514
|
+
padding: 0 12px 8px;
|
20515
|
+
--v-date-picker-month-day-diff: 4px;
|
20516
|
+
}
|
20517
|
+
|
20518
|
+
.v-date-picker-month__weeks {
|
20519
|
+
display: grid;
|
20520
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20521
|
+
column-gap: 4px;
|
20522
|
+
font-size: 0.85rem;
|
20523
|
+
}
|
20524
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20525
|
+
grid-row-gap: 0;
|
20526
|
+
}
|
20527
|
+
|
20528
|
+
.v-date-picker-month__weekday {
|
20529
|
+
font-size: 0.85rem;
|
20530
|
+
}
|
20531
|
+
|
20532
|
+
.v-date-picker-month__days {
|
20533
|
+
display: grid;
|
20534
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20535
|
+
column-gap: 4px;
|
20536
|
+
flex: 1 1;
|
20537
|
+
justify-content: space-around;
|
20538
|
+
}
|
20539
|
+
|
20540
|
+
.v-date-picker-month__day {
|
20541
|
+
align-items: center;
|
20542
|
+
display: flex;
|
20543
|
+
justify-content: center;
|
20544
|
+
position: relative;
|
20545
|
+
height: 40px;
|
20546
|
+
width: 40px;
|
20547
|
+
}
|
20548
|
+
.v-date-picker-month__day--selected .v-btn {
|
20549
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
20550
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20551
|
+
}
|
20552
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20553
|
+
--v-btn-height: 24px;
|
20554
|
+
--v-btn-size: 0.85rem;
|
20555
|
+
}
|
20556
|
+
.v-date-picker-month__day--week {
|
20557
|
+
font-size: var(--v-btn-size);
|
20558
|
+
}
|
20559
|
+
|
20560
|
+
.v-date-picker-month__day--adjacent {
|
20561
|
+
opacity: 0.5;
|
20562
|
+
}
|
20563
|
+
|
20564
|
+
.v-date-picker-month__day--hide-adjacent {
|
20565
|
+
opacity: 0;
|
20566
|
+
}.v-date-picker-months {
|
20567
|
+
height: 288px;
|
20568
|
+
}
|
20569
|
+
|
20570
|
+
.v-date-picker-months__content {
|
20571
|
+
align-items: center;
|
20572
|
+
display: grid;
|
20573
|
+
flex: 1 1;
|
20574
|
+
height: inherit;
|
20575
|
+
justify-content: space-around;
|
20576
|
+
grid-template-columns: repeat(2, 1fr);
|
20577
|
+
grid-gap: 0px 24px;
|
20578
|
+
padding-inline-start: 36px;
|
20579
|
+
padding-inline-end: 36px;
|
20580
|
+
}
|
20581
|
+
.v-date-picker-months__content .v-btn {
|
20582
|
+
text-transform: none;
|
20583
|
+
padding-inline-start: 8px;
|
20584
|
+
padding-inline-end: 8px;
|
20585
|
+
}.v-date-picker-years {
|
20586
|
+
height: 288px;
|
20587
|
+
overflow-y: scroll;
|
20588
|
+
}
|
20589
|
+
|
20590
|
+
.v-date-picker-years__content {
|
20591
|
+
display: grid;
|
20592
|
+
flex: 1 1;
|
20593
|
+
justify-content: space-around;
|
20594
|
+
grid-template-columns: repeat(3, 1fr);
|
20595
|
+
gap: 8px 24px;
|
20596
|
+
padding-inline: 32px;
|
20597
|
+
}
|
20598
|
+
.v-date-picker-years__content .v-btn {
|
20599
|
+
padding-inline: 8px;
|
20600
|
+
}.v-divider {
|
20601
|
+
display: block;
|
20602
|
+
flex: 1 1 100%;
|
20603
|
+
height: 0px;
|
20604
|
+
max-height: 0px;
|
20605
|
+
opacity: var(--v-border-opacity);
|
20606
|
+
transition: inherit;
|
20607
|
+
}
|
20608
|
+
.v-divider {
|
20609
|
+
border-style: solid;
|
20610
|
+
border-width: thin 0 0 0;
|
20611
|
+
}
|
20612
|
+
.v-divider--vertical {
|
20613
|
+
align-self: stretch;
|
20614
|
+
border-width: 0 thin 0 0;
|
20615
|
+
display: inline-flex;
|
20616
|
+
height: auto;
|
20617
|
+
margin-left: -1px;
|
20618
|
+
max-height: 100%;
|
20619
|
+
max-width: 0px;
|
20620
|
+
vertical-align: text-bottom;
|
20621
|
+
width: 0px;
|
20622
|
+
}
|
20623
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
20624
|
+
max-width: calc(100% - 72px);
|
20625
|
+
margin-inline-start: 72px;
|
20626
|
+
}
|
20627
|
+
.v-divider--inset.v-divider--vertical {
|
20628
|
+
margin-bottom: 8px;
|
20629
|
+
margin-top: 8px;
|
20630
|
+
max-height: calc(100% - 16px);
|
20631
|
+
}
|
20632
|
+
|
20633
|
+
.v-divider__content {
|
20634
|
+
padding: 0 16px;
|
20635
|
+
text-wrap: nowrap;
|
20636
|
+
}
|
20637
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
20638
|
+
padding: 4px 0;
|
20639
|
+
}
|
20640
|
+
|
20641
|
+
.v-divider__wrapper {
|
20642
|
+
display: flex;
|
20643
|
+
align-items: center;
|
20644
|
+
justify-content: center;
|
20645
|
+
}
|
20646
|
+
.v-divider__wrapper--vertical {
|
20647
|
+
flex-direction: column;
|
20648
|
+
height: 100%;
|
20649
|
+
}
|
20650
|
+
.v-divider__wrapper--vertical .v-divider {
|
20651
|
+
margin: 0 auto;
|
20652
|
+
}.v-carousel {
|
20653
|
+
overflow: hidden;
|
20654
|
+
position: relative;
|
20655
|
+
width: 100%;
|
20656
|
+
}
|
20657
|
+
.v-carousel__controls {
|
20658
|
+
align-items: center;
|
20659
|
+
bottom: 0;
|
20660
|
+
display: flex;
|
20661
|
+
height: 50px;
|
20662
|
+
justify-content: center;
|
20663
|
+
list-style-type: none;
|
20664
|
+
position: absolute;
|
20665
|
+
width: 100%;
|
20666
|
+
z-index: 1;
|
20667
|
+
}
|
20668
|
+
.v-carousel__controls {
|
20669
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
20670
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20671
|
+
}
|
20672
|
+
.v-carousel__controls > .v-item-group {
|
20673
|
+
flex: 0 1 auto;
|
20674
|
+
}
|
20675
|
+
.v-carousel__controls__item {
|
20676
|
+
margin: 0 8px;
|
20677
|
+
}
|
20678
|
+
.v-carousel__controls__item .v-icon {
|
20679
|
+
opacity: 0.5;
|
20680
|
+
}
|
20681
|
+
.v-carousel__controls__item--active .v-icon {
|
20682
|
+
opacity: 1;
|
20683
|
+
vertical-align: middle;
|
20684
|
+
}
|
20685
|
+
.v-carousel__controls__item:hover {
|
20686
|
+
background: none;
|
20687
|
+
}
|
20688
|
+
.v-carousel__controls__item:hover .v-icon {
|
20689
|
+
opacity: 0.8;
|
20690
|
+
}
|
20691
|
+
|
20692
|
+
.v-carousel__progress {
|
20693
|
+
margin: 0;
|
20694
|
+
position: absolute;
|
20695
|
+
bottom: 0;
|
20696
|
+
left: 0;
|
20697
|
+
right: 0;
|
20698
|
+
}
|
20699
|
+
|
20700
|
+
.v-carousel-item {
|
20701
|
+
display: block;
|
20702
|
+
height: inherit;
|
20703
|
+
text-decoration: none;
|
20704
|
+
}
|
20705
|
+
.v-carousel-item > .v-img {
|
20706
|
+
height: inherit;
|
20707
|
+
}
|
20708
|
+
|
20709
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
20710
|
+
background: transparent;
|
20711
|
+
}
|
20712
|
+
|
20713
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
20714
|
+
flex-direction: column;
|
20715
|
+
height: 100% !important;
|
20716
|
+
width: 50px;
|
20717
|
+
}.v-dialog {
|
20718
|
+
align-items: center;
|
20719
|
+
justify-content: center;
|
20720
|
+
margin: auto;
|
20721
|
+
}
|
20722
|
+
.v-dialog > .v-overlay__content {
|
20723
|
+
max-height: calc(100% - 48px);
|
20724
|
+
width: calc(100% - 48px);
|
20725
|
+
max-width: calc(100% - 48px);
|
20726
|
+
margin: 24px;
|
20727
|
+
}
|
20728
|
+
.v-dialog > .v-overlay__content,
|
20729
|
+
.v-dialog > .v-overlay__content > form {
|
20730
|
+
display: flex;
|
20731
|
+
flex-direction: column;
|
20732
|
+
min-height: 0;
|
20733
|
+
}
|
20734
|
+
.v-dialog > .v-overlay__content > .v-card,
|
20735
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
20736
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
20737
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
20738
|
+
--v-scrollbar-offset: 0px;
|
20739
|
+
border-radius: 4px;
|
20553
20740
|
overflow-y: auto;
|
20554
|
-
}
|
20555
|
-
|
20741
|
+
}
|
20742
|
+
.v-dialog > .v-overlay__content > .v-card,
|
20743
|
+
.v-dialog > .v-overlay__content > .v-sheet,
|
20744
|
+
.v-dialog > .v-overlay__content > form > .v-card,
|
20745
|
+
.v-dialog > .v-overlay__content > form > .v-sheet {
|
20746
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
20747
|
+
}
|
20748
|
+
.v-dialog > .v-overlay__content > .v-card,
|
20749
|
+
.v-dialog > .v-overlay__content > form > .v-card {
|
20556
20750
|
display: flex;
|
20557
20751
|
flex-direction: column;
|
20558
|
-
justify-content: center;
|
20559
|
-
min-height: 100%;
|
20560
|
-
padding: 16px;
|
20561
20752
|
}
|
20562
|
-
.v-
|
20563
|
-
|
20753
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item,
|
20754
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
|
20755
|
+
padding: 16px 24px;
|
20564
20756
|
}
|
20565
|
-
.v-
|
20566
|
-
|
20757
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
|
20758
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
|
20759
|
+
padding-top: 0;
|
20567
20760
|
}
|
20568
|
-
.v-
|
20569
|
-
|
20761
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-text,
|
20762
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
|
20763
|
+
font-size: inherit;
|
20764
|
+
letter-spacing: 0.03125em;
|
20765
|
+
line-height: inherit;
|
20766
|
+
padding: 16px 24px 24px;
|
20767
|
+
}
|
20768
|
+
.v-dialog > .v-overlay__content > .v-card > .v-card-actions,
|
20769
|
+
.v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
|
20770
|
+
justify-content: flex-end;
|
20570
20771
|
}
|
20571
20772
|
|
20572
|
-
.v-
|
20573
|
-
|
20773
|
+
.v-dialog--fullscreen {
|
20774
|
+
--v-scrollbar-offset: 0px;
|
20775
|
+
}
|
20776
|
+
.v-dialog--fullscreen > .v-overlay__content {
|
20777
|
+
border-radius: 0;
|
20778
|
+
margin: 0;
|
20779
|
+
padding: 0;
|
20574
20780
|
width: 100%;
|
20781
|
+
max-width: 100%;
|
20782
|
+
max-height: 100%;
|
20783
|
+
overflow-y: auto;
|
20784
|
+
top: 0;
|
20785
|
+
left: 0;
|
20575
20786
|
}
|
20576
|
-
.v-
|
20577
|
-
|
20787
|
+
.v-dialog--fullscreen > .v-overlay__content,
|
20788
|
+
.v-dialog--fullscreen > .v-overlay__content > form {
|
20789
|
+
height: 100%;
|
20790
|
+
}
|
20791
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-card,
|
20792
|
+
.v-dialog--fullscreen > .v-overlay__content > .v-sheet,
|
20793
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-card,
|
20794
|
+
.v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
|
20795
|
+
min-height: 100%;
|
20796
|
+
min-width: 100%;
|
20797
|
+
border-radius: 0;
|
20578
20798
|
}
|
20579
20799
|
|
20580
|
-
.v-
|
20581
|
-
|
20582
|
-
|
20583
|
-
font-weight: 300;
|
20584
|
-
line-height: 1;
|
20585
|
-
text-align: center;
|
20586
|
-
margin-bottom: 8px;
|
20800
|
+
.v-dialog--scrollable > .v-overlay__content,
|
20801
|
+
.v-dialog--scrollable > .v-overlay__content > form {
|
20802
|
+
display: flex;
|
20587
20803
|
}
|
20588
|
-
.v-
|
20589
|
-
|
20804
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card,
|
20805
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card {
|
20806
|
+
display: flex;
|
20807
|
+
flex: 1 1 100%;
|
20808
|
+
flex-direction: column;
|
20809
|
+
max-height: 100%;
|
20810
|
+
max-width: 100%;
|
20590
20811
|
}
|
20591
|
-
|
20592
|
-
.v-
|
20593
|
-
|
20594
|
-
|
20595
|
-
|
20596
|
-
|
20597
|
-
|
20812
|
+
.v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
|
20813
|
+
.v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
|
20814
|
+
-webkit-backface-visibility: hidden;
|
20815
|
+
backface-visibility: hidden;
|
20816
|
+
overflow-y: auto;
|
20817
|
+
}.v-fab {
|
20818
|
+
align-items: center;
|
20819
|
+
display: inline-flex;
|
20820
|
+
flex: 1 1 auto;
|
20821
|
+
pointer-events: none;
|
20822
|
+
position: relative;
|
20823
|
+
transition-duration: 0.2s;
|
20824
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20825
|
+
vertical-align: middle;
|
20598
20826
|
}
|
20599
|
-
|
20600
|
-
|
20601
|
-
font-size: 0.875rem;
|
20602
|
-
font-weight: 400;
|
20603
|
-
line-height: 1.425;
|
20604
|
-
padding: 0 16px;
|
20605
|
-
text-align: center;
|
20827
|
+
.v-fab .v-btn {
|
20828
|
+
pointer-events: auto;
|
20606
20829
|
}
|
20607
|
-
|
20608
|
-
.v-
|
20609
|
-
padding: 24px 0;
|
20830
|
+
.v-fab .v-btn--variant-elevated {
|
20831
|
+
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));
|
20610
20832
|
}
|
20611
|
-
|
20612
|
-
.v-empty-state__actions {
|
20833
|
+
.v-fab--app, .v-fab--absolute {
|
20613
20834
|
display: flex;
|
20614
|
-
|
20615
|
-
|
20835
|
+
}
|
20836
|
+
.v-fab--start, .v-fab--left {
|
20837
|
+
justify-content: flex-start;
|
20838
|
+
}
|
20839
|
+
.v-fab--center {
|
20840
|
+
align-items: center;
|
20841
|
+
justify-content: center;
|
20842
|
+
}
|
20843
|
+
.v-fab--end, .v-fab--right {
|
20844
|
+
justify-content: flex-end;
|
20845
|
+
}
|
20846
|
+
.v-fab--bottom {
|
20847
|
+
align-items: flex-end;
|
20848
|
+
}
|
20849
|
+
.v-fab--top {
|
20850
|
+
align-items: flex-start;
|
20851
|
+
}
|
20852
|
+
.v-fab--extended .v-btn {
|
20853
|
+
border-radius: 9999px !important;
|
20616
20854
|
}
|
20617
20855
|
|
20618
|
-
.v-
|
20619
|
-
|
20620
|
-
|
20856
|
+
.v-fab__container {
|
20857
|
+
align-self: center;
|
20858
|
+
display: inline-flex;
|
20859
|
+
position: absolute;
|
20860
|
+
vertical-align: middle;
|
20861
|
+
}
|
20862
|
+
.v-fab--app .v-fab__container {
|
20863
|
+
margin: 12px;
|
20864
|
+
}
|
20865
|
+
.v-fab--absolute .v-fab__container {
|
20866
|
+
position: absolute;
|
20867
|
+
z-index: 4;
|
20868
|
+
}
|
20869
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
20870
|
+
transform: translateY(-50%);
|
20871
|
+
}
|
20872
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
20873
|
+
transform: translateY(50%);
|
20874
|
+
}
|
20875
|
+
.v-fab--top .v-fab__container {
|
20876
|
+
top: 0;
|
20877
|
+
}
|
20878
|
+
.v-fab--bottom .v-fab__container {
|
20879
|
+
bottom: 0;
|
20880
|
+
}
|
20881
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
20882
|
+
left: 0;
|
20883
|
+
}
|
20884
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20885
|
+
right: 0;
|
20621
20886
|
}.v-expansion-panel {
|
20622
20887
|
background-color: rgb(var(--v-theme-surface));
|
20623
20888
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21376,117 +21641,48 @@ textarea.v-field__input::placeholder {
|
|
21376
21641
|
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
21377
21642
|
}
|
21378
21643
|
}
|
21379
|
-
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
|
21380
|
-
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
21381
|
-
}
|
21382
|
-
|
21383
|
-
.v-field--variant-solo-inverted .v-field__overlay {
|
21384
|
-
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
21385
|
-
}
|
21386
|
-
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
|
21387
|
-
opacity: 0;
|
21388
|
-
}
|
21389
|
-
@media (hover: hover) {
|
21390
|
-
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
21391
|
-
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
21392
|
-
}
|
21393
|
-
}
|
21394
|
-
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
21395
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
21396
|
-
opacity: 1;
|
21397
|
-
}
|
21398
|
-
|
21399
|
-
/* endregion */
|
21400
|
-
/* region MODIFIERS */
|
21401
|
-
.v-field--reverse .v-field__field,
|
21402
|
-
.v-field--reverse .v-field__input,
|
21403
|
-
.v-field--reverse .v-field__outline {
|
21404
|
-
flex-direction: row-reverse;
|
21405
|
-
}
|
21406
|
-
.v-field--reverse .v-field__input, .v-field--reverse input {
|
21407
|
-
text-align: end;
|
21408
|
-
}
|
21409
|
-
|
21410
|
-
.v-input--disabled .v-field--variant-filled .v-field__outline::before,
|
21411
|
-
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
21412
|
-
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
21413
|
-
}
|
21414
|
-
|
21415
|
-
.v-field--loading .v-field__outline::after,
|
21416
|
-
.v-field--loading .v-field__outline::before {
|
21417
|
-
opacity: 0;
|
21418
|
-
}
|
21419
|
-
|
21420
|
-
/* endregion */.v-fab {
|
21421
|
-
align-items: center;
|
21422
|
-
display: inline-flex;
|
21423
|
-
flex: 1 1 auto;
|
21424
|
-
pointer-events: none;
|
21425
|
-
position: relative;
|
21426
|
-
transition-duration: 0.2s;
|
21427
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21428
|
-
vertical-align: middle;
|
21429
|
-
}
|
21430
|
-
.v-fab .v-btn {
|
21431
|
-
pointer-events: auto;
|
21432
|
-
}
|
21433
|
-
.v-fab .v-btn--variant-elevated {
|
21434
|
-
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));
|
21435
|
-
}
|
21436
|
-
.v-fab--app, .v-fab--absolute {
|
21437
|
-
display: flex;
|
21438
|
-
}
|
21439
|
-
.v-fab--start, .v-fab--left {
|
21440
|
-
justify-content: flex-start;
|
21441
|
-
}
|
21442
|
-
.v-fab--center {
|
21443
|
-
align-items: center;
|
21444
|
-
justify-content: center;
|
21445
|
-
}
|
21446
|
-
.v-fab--end, .v-fab--right {
|
21447
|
-
justify-content: flex-end;
|
21448
|
-
}
|
21449
|
-
.v-fab--bottom {
|
21450
|
-
align-items: flex-end;
|
21451
|
-
}
|
21452
|
-
.v-fab--top {
|
21453
|
-
align-items: flex-start;
|
21454
|
-
}
|
21455
|
-
.v-fab--extended .v-btn {
|
21456
|
-
border-radius: 9999px !important;
|
21457
|
-
}
|
21644
|
+
.v-field--variant-solo-filled.v-field--focused .v-field__overlay {
|
21645
|
+
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
21646
|
+
}
|
21458
21647
|
|
21459
|
-
.v-
|
21460
|
-
|
21461
|
-
display: inline-flex;
|
21462
|
-
position: absolute;
|
21463
|
-
vertical-align: middle;
|
21648
|
+
.v-field--variant-solo-inverted .v-field__overlay {
|
21649
|
+
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
21464
21650
|
}
|
21465
|
-
.v-
|
21466
|
-
|
21651
|
+
.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
|
21652
|
+
opacity: 0;
|
21467
21653
|
}
|
21468
|
-
|
21469
|
-
|
21470
|
-
|
21654
|
+
@media (hover: hover) {
|
21655
|
+
.v-field--variant-solo-inverted:hover .v-field__overlay {
|
21656
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
21657
|
+
}
|
21471
21658
|
}
|
21472
|
-
.v-
|
21473
|
-
|
21659
|
+
.v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
|
21660
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
21661
|
+
opacity: 1;
|
21474
21662
|
}
|
21475
|
-
|
21476
|
-
|
21663
|
+
|
21664
|
+
/* endregion */
|
21665
|
+
/* region MODIFIERS */
|
21666
|
+
.v-field--reverse .v-field__field,
|
21667
|
+
.v-field--reverse .v-field__input,
|
21668
|
+
.v-field--reverse .v-field__outline {
|
21669
|
+
flex-direction: row-reverse;
|
21477
21670
|
}
|
21478
|
-
.v-
|
21479
|
-
|
21671
|
+
.v-field--reverse .v-field__input, .v-field--reverse input {
|
21672
|
+
text-align: end;
|
21480
21673
|
}
|
21481
|
-
|
21482
|
-
|
21674
|
+
|
21675
|
+
.v-input--disabled .v-field--variant-filled .v-field__outline::before,
|
21676
|
+
.v-input--disabled .v-field--variant-underlined .v-field__outline::before {
|
21677
|
+
border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
|
21483
21678
|
}
|
21484
|
-
|
21485
|
-
|
21679
|
+
|
21680
|
+
.v-field--loading .v-field__outline::after,
|
21681
|
+
.v-field--loading .v-field__outline::before {
|
21682
|
+
opacity: 0;
|
21486
21683
|
}
|
21487
|
-
|
21488
|
-
|
21489
|
-
}.v-file-input--hide.v-input .v-field,
|
21684
|
+
|
21685
|
+
/* endregion */.v-file-input--hide.v-input .v-field,
|
21490
21686
|
.v-file-input--hide.v-input .v-input__control,
|
21491
21687
|
.v-file-input--hide.v-input .v-input__details {
|
21492
21688
|
display: none;
|
@@ -21551,58 +21747,6 @@ textarea.v-field__input::placeholder {
|
|
21551
21747
|
}
|
21552
21748
|
.v-footer--rounded {
|
21553
21749
|
border-radius: 4px;
|
21554
|
-
}.v-divider {
|
21555
|
-
display: block;
|
21556
|
-
flex: 1 1 100%;
|
21557
|
-
height: 0px;
|
21558
|
-
max-height: 0px;
|
21559
|
-
opacity: var(--v-border-opacity);
|
21560
|
-
transition: inherit;
|
21561
|
-
}
|
21562
|
-
.v-divider {
|
21563
|
-
border-style: solid;
|
21564
|
-
border-width: thin 0 0 0;
|
21565
|
-
}
|
21566
|
-
.v-divider--vertical {
|
21567
|
-
align-self: stretch;
|
21568
|
-
border-width: 0 thin 0 0;
|
21569
|
-
display: inline-flex;
|
21570
|
-
height: auto;
|
21571
|
-
margin-left: -1px;
|
21572
|
-
max-height: 100%;
|
21573
|
-
max-width: 0px;
|
21574
|
-
vertical-align: text-bottom;
|
21575
|
-
width: 0px;
|
21576
|
-
}
|
21577
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
21578
|
-
max-width: calc(100% - 72px);
|
21579
|
-
margin-inline-start: 72px;
|
21580
|
-
}
|
21581
|
-
.v-divider--inset.v-divider--vertical {
|
21582
|
-
margin-bottom: 8px;
|
21583
|
-
margin-top: 8px;
|
21584
|
-
max-height: calc(100% - 16px);
|
21585
|
-
}
|
21586
|
-
|
21587
|
-
.v-divider__content {
|
21588
|
-
padding: 0 16px;
|
21589
|
-
text-wrap: nowrap;
|
21590
|
-
}
|
21591
|
-
.v-divider__wrapper--vertical .v-divider__content {
|
21592
|
-
padding: 4px 0;
|
21593
|
-
}
|
21594
|
-
|
21595
|
-
.v-divider__wrapper {
|
21596
|
-
display: flex;
|
21597
|
-
align-items: center;
|
21598
|
-
justify-content: center;
|
21599
|
-
}
|
21600
|
-
.v-divider__wrapper--vertical {
|
21601
|
-
flex-direction: column;
|
21602
|
-
height: 100%;
|
21603
|
-
}
|
21604
|
-
.v-divider__wrapper--vertical .v-divider {
|
21605
|
-
margin: 0 auto;
|
21606
21750
|
}.v-container {
|
21607
21751
|
width: 100%;
|
21608
21752
|
padding: 16px;
|
@@ -22275,6 +22419,57 @@ textarea.v-field__input::placeholder {
|
|
22275
22419
|
.offset-xxl-11 {
|
22276
22420
|
margin-inline-start: 91.6666666667%;
|
22277
22421
|
}
|
22422
|
+
}.v-img {
|
22423
|
+
--v-theme-overlay-multiplier: 3;
|
22424
|
+
z-index: 0;
|
22425
|
+
}
|
22426
|
+
.v-img.v-img--absolute {
|
22427
|
+
height: 100%;
|
22428
|
+
left: 0;
|
22429
|
+
overflow: hidden;
|
22430
|
+
position: absolute;
|
22431
|
+
top: 0;
|
22432
|
+
width: 100%;
|
22433
|
+
z-index: -1;
|
22434
|
+
}
|
22435
|
+
.v-img--booting .v-responsive__sizer {
|
22436
|
+
transition: none;
|
22437
|
+
}
|
22438
|
+
.v-img--rounded {
|
22439
|
+
border-radius: 4px;
|
22440
|
+
}
|
22441
|
+
|
22442
|
+
.v-img__img,
|
22443
|
+
.v-img__picture,
|
22444
|
+
.v-img__gradient,
|
22445
|
+
.v-img__placeholder,
|
22446
|
+
.v-img__error {
|
22447
|
+
z-index: -1;
|
22448
|
+
}
|
22449
|
+
.v-img__img,
|
22450
|
+
.v-img__picture,
|
22451
|
+
.v-img__gradient,
|
22452
|
+
.v-img__placeholder,
|
22453
|
+
.v-img__error {
|
22454
|
+
position: absolute;
|
22455
|
+
top: 0;
|
22456
|
+
left: 0;
|
22457
|
+
width: 100%;
|
22458
|
+
height: 100%;
|
22459
|
+
}
|
22460
|
+
|
22461
|
+
.v-img__img--preload {
|
22462
|
+
filter: blur(4px);
|
22463
|
+
}
|
22464
|
+
.v-img__img--contain {
|
22465
|
+
object-fit: contain;
|
22466
|
+
}
|
22467
|
+
.v-img__img--cover {
|
22468
|
+
object-fit: cover;
|
22469
|
+
}
|
22470
|
+
|
22471
|
+
.v-img__gradient {
|
22472
|
+
background-repeat: no-repeat;
|
22278
22473
|
}.v-icon {
|
22279
22474
|
--v-icon-size-multiplier: 1;
|
22280
22475
|
align-items: center;
|
@@ -22328,57 +22523,43 @@ textarea.v-field__input::placeholder {
|
|
22328
22523
|
|
22329
22524
|
.v-icon--end {
|
22330
22525
|
margin-inline-start: 8px;
|
22331
|
-
}.v-
|
22332
|
-
|
22333
|
-
|
22526
|
+
}.v-infinite-scroll--horizontal {
|
22527
|
+
display: flex;
|
22528
|
+
flex-direction: row;
|
22529
|
+
overflow-x: auto;
|
22334
22530
|
}
|
22335
|
-
.v-
|
22531
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22336
22532
|
height: 100%;
|
22337
|
-
|
22338
|
-
overflow: hidden;
|
22339
|
-
position: absolute;
|
22340
|
-
top: 0;
|
22341
|
-
width: 100%;
|
22342
|
-
z-index: -1;
|
22343
|
-
}
|
22344
|
-
.v-img--booting .v-responsive__sizer {
|
22345
|
-
transition: none;
|
22346
|
-
}
|
22347
|
-
.v-img--rounded {
|
22348
|
-
border-radius: 4px;
|
22533
|
+
width: var(--v-infinite-margin-size, 1px);
|
22349
22534
|
}
|
22350
22535
|
|
22351
|
-
.v-
|
22352
|
-
|
22353
|
-
|
22354
|
-
|
22355
|
-
.v-img__error {
|
22356
|
-
z-index: -1;
|
22536
|
+
.v-infinite-scroll--vertical {
|
22537
|
+
display: flex;
|
22538
|
+
flex-direction: column;
|
22539
|
+
overflow-y: auto;
|
22357
22540
|
}
|
22358
|
-
.v-
|
22359
|
-
|
22360
|
-
.v-img__gradient,
|
22361
|
-
.v-img__placeholder,
|
22362
|
-
.v-img__error {
|
22363
|
-
position: absolute;
|
22364
|
-
top: 0;
|
22365
|
-
left: 0;
|
22541
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22542
|
+
height: 1px;
|
22366
22543
|
width: 100%;
|
22367
|
-
height: 100%;
|
22368
22544
|
}
|
22369
22545
|
|
22370
|
-
.v-
|
22371
|
-
|
22546
|
+
.v-infinite-scroll-intersect {
|
22547
|
+
pointer-events: none;
|
22548
|
+
margin-top: var(--v-infinite-margin);
|
22549
|
+
margin-bottom: calc(var(--v-infinite-margin) * -1);
|
22372
22550
|
}
|
22373
|
-
.v-
|
22374
|
-
|
22551
|
+
.v-infinite-scroll-intersect:nth-child(2) {
|
22552
|
+
--v-infinite-margin: var(--v-infinite-margin-size, 1px);
|
22375
22553
|
}
|
22376
|
-
.v-
|
22377
|
-
|
22554
|
+
.v-infinite-scroll-intersect:nth-last-child(2) {
|
22555
|
+
--v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
|
22378
22556
|
}
|
22379
22557
|
|
22380
|
-
.v-
|
22381
|
-
|
22558
|
+
.v-infinite-scroll__side {
|
22559
|
+
align-items: center;
|
22560
|
+
display: flex;
|
22561
|
+
justify-content: center;
|
22562
|
+
padding: 8px;
|
22382
22563
|
}.v-input {
|
22383
22564
|
display: grid;
|
22384
22565
|
flex: 1 1 auto;
|
@@ -22511,53 +22692,16 @@ textarea.v-field__input::placeholder {
|
|
22511
22692
|
.v-input--plain-underlined .v-input__append {
|
22512
22693
|
align-items: flex-start;
|
22513
22694
|
}
|
22514
|
-
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
22515
|
-
padding-top: calc(var(--v-input-padding-top) + 4px);
|
22516
|
-
}
|
22517
|
-
|
22518
|
-
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
22519
|
-
padding-top: calc(var(--v-input-padding-top) + 2px);
|
22520
|
-
}
|
22521
|
-
|
22522
|
-
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22523
|
-
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22524
|
-
}.v-infinite-scroll--horizontal {
|
22525
|
-
display: flex;
|
22526
|
-
flex-direction: row;
|
22527
|
-
overflow-x: auto;
|
22528
|
-
}
|
22529
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
22530
|
-
height: 100%;
|
22531
|
-
width: var(--v-infinite-margin-size, 1px);
|
22532
|
-
}
|
22533
|
-
|
22534
|
-
.v-infinite-scroll--vertical {
|
22535
|
-
display: flex;
|
22536
|
-
flex-direction: column;
|
22537
|
-
overflow-y: auto;
|
22538
|
-
}
|
22539
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
22540
|
-
height: 1px;
|
22541
|
-
width: 100%;
|
22542
|
-
}
|
22543
|
-
|
22544
|
-
.v-infinite-scroll-intersect {
|
22545
|
-
pointer-events: none;
|
22546
|
-
margin-top: var(--v-infinite-margin);
|
22547
|
-
margin-bottom: calc(var(--v-infinite-margin) * -1);
|
22548
|
-
}
|
22549
|
-
.v-infinite-scroll-intersect:nth-child(2) {
|
22550
|
-
--v-infinite-margin: var(--v-infinite-margin-size, 1px);
|
22695
|
+
.v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
|
22696
|
+
padding-top: calc(var(--v-input-padding-top) + 4px);
|
22551
22697
|
}
|
22552
|
-
|
22553
|
-
|
22698
|
+
|
22699
|
+
.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
|
22700
|
+
padding-top: calc(var(--v-input-padding-top) + 2px);
|
22554
22701
|
}
|
22555
22702
|
|
22556
|
-
.v-
|
22557
|
-
|
22558
|
-
display: flex;
|
22559
|
-
justify-content: center;
|
22560
|
-
padding: 8px;
|
22703
|
+
.v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
|
22704
|
+
padding-top: calc(var(--v-input-padding-top) + 0px);
|
22561
22705
|
}.v-item-group {
|
22562
22706
|
flex: 0 1 auto;
|
22563
22707
|
max-width: 100%;
|
@@ -22578,6 +22722,13 @@ textarea.v-field__input::placeholder {
|
|
22578
22722
|
|
22579
22723
|
.v-label--clickable {
|
22580
22724
|
cursor: pointer;
|
22725
|
+
}.v-layout-item {
|
22726
|
+
position: absolute;
|
22727
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22728
|
+
}
|
22729
|
+
|
22730
|
+
.v-layout-item--absolute {
|
22731
|
+
position: absolute;
|
22581
22732
|
}.v-layout {
|
22582
22733
|
--v-scrollbar-offset: 0px;
|
22583
22734
|
display: flex;
|
@@ -22586,13 +22737,6 @@ textarea.v-field__input::placeholder {
|
|
22586
22737
|
.v-layout--full-height {
|
22587
22738
|
--v-scrollbar-offset: inherit;
|
22588
22739
|
height: 100%;
|
22589
|
-
}.v-layout-item {
|
22590
|
-
position: absolute;
|
22591
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22592
|
-
}
|
22593
|
-
|
22594
|
-
.v-layout-item--absolute {
|
22595
|
-
position: absolute;
|
22596
22740
|
}.v-list {
|
22597
22741
|
overflow: auto;
|
22598
22742
|
padding: 8px 0;
|
@@ -23168,27 +23312,6 @@ textarea.v-field__input::placeholder {
|
|
23168
23312
|
}
|
23169
23313
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23170
23314
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23171
|
-
}.v-locale-provider {
|
23172
|
-
display: contents;
|
23173
|
-
}.v-menu > .v-overlay__content {
|
23174
|
-
display: flex;
|
23175
|
-
flex-direction: column;
|
23176
|
-
}
|
23177
|
-
.v-menu > .v-overlay__content {
|
23178
|
-
border-radius: 4px;
|
23179
|
-
}
|
23180
|
-
.v-menu > .v-overlay__content > .v-card,
|
23181
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23182
|
-
.v-menu > .v-overlay__content > .v-list {
|
23183
|
-
background: rgb(var(--v-theme-surface));
|
23184
|
-
border-radius: inherit;
|
23185
|
-
overflow: auto;
|
23186
|
-
height: 100%;
|
23187
|
-
}
|
23188
|
-
.v-menu > .v-overlay__content > .v-card,
|
23189
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
23190
|
-
.v-menu > .v-overlay__content > .v-list {
|
23191
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23192
23315
|
}.v-main {
|
23193
23316
|
flex: 1 0 auto;
|
23194
23317
|
max-width: 100%;
|
@@ -23219,6 +23342,8 @@ textarea.v-field__input::placeholder {
|
|
23219
23342
|
--v-layout-right: 0px;
|
23220
23343
|
--v-layout-top: 0px;
|
23221
23344
|
--v-layout-bottom: 0px;
|
23345
|
+
}.v-locale-provider {
|
23346
|
+
display: contents;
|
23222
23347
|
}.v-messages {
|
23223
23348
|
flex: 1 1 auto;
|
23224
23349
|
font-size: 12px;
|
@@ -23235,6 +23360,25 @@ textarea.v-field__input::placeholder {
|
|
23235
23360
|
-webkit-hyphens: auto;
|
23236
23361
|
hyphens: auto;
|
23237
23362
|
transition-duration: 150ms;
|
23363
|
+
}.v-menu > .v-overlay__content {
|
23364
|
+
display: flex;
|
23365
|
+
flex-direction: column;
|
23366
|
+
}
|
23367
|
+
.v-menu > .v-overlay__content {
|
23368
|
+
border-radius: 4px;
|
23369
|
+
}
|
23370
|
+
.v-menu > .v-overlay__content > .v-card,
|
23371
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23372
|
+
.v-menu > .v-overlay__content > .v-list {
|
23373
|
+
background: rgb(var(--v-theme-surface));
|
23374
|
+
border-radius: inherit;
|
23375
|
+
overflow: auto;
|
23376
|
+
height: 100%;
|
23377
|
+
}
|
23378
|
+
.v-menu > .v-overlay__content > .v-card,
|
23379
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
23380
|
+
.v-menu > .v-overlay__content > .v-list {
|
23381
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
23238
23382
|
}.v-navigation-drawer {
|
23239
23383
|
-webkit-overflow-scrolling: touch;
|
23240
23384
|
background: rgb(var(--v-theme-surface));
|
@@ -23472,12 +23616,6 @@ html.v-overlay-scroll-blocked {
|
|
23472
23616
|
}
|
23473
23617
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23474
23618
|
margin: 0.3rem;
|
23475
|
-
}.v-parallax {
|
23476
|
-
position: relative;
|
23477
|
-
overflow: hidden;
|
23478
|
-
}
|
23479
|
-
.v-parallax--active > .v-img__img {
|
23480
|
-
will-change: transform;
|
23481
23619
|
}.v-progress-circular {
|
23482
23620
|
align-items: center;
|
23483
23621
|
display: inline-flex;
|
@@ -23580,6 +23718,12 @@ html.v-overlay-scroll-blocked {
|
|
23580
23718
|
100% {
|
23581
23719
|
transform: rotate(270deg);
|
23582
23720
|
}
|
23721
|
+
}.v-parallax {
|
23722
|
+
position: relative;
|
23723
|
+
overflow: hidden;
|
23724
|
+
}
|
23725
|
+
.v-parallax--active > .v-img__img {
|
23726
|
+
will-change: transform;
|
23583
23727
|
}.v-progress-linear {
|
23584
23728
|
background: transparent;
|
23585
23729
|
overflow: hidden;
|
@@ -23808,18 +23952,6 @@ html.v-overlay-scroll-blocked {
|
|
23808
23952
|
0% {
|
23809
23953
|
background-position-x: var(--v-progress-linear-height);
|
23810
23954
|
}
|
23811
|
-
}.v-radio-group > .v-input__control {
|
23812
|
-
flex-direction: column;
|
23813
|
-
}
|
23814
|
-
.v-radio-group > .v-input__control > .v-label {
|
23815
|
-
margin-inline-start: 16px;
|
23816
|
-
}
|
23817
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
23818
|
-
padding-inline-start: 6px;
|
23819
|
-
margin-top: 8px;
|
23820
|
-
}
|
23821
|
-
.v-radio-group .v-input__details {
|
23822
|
-
padding-inline: 16px;
|
23823
23955
|
}.v-slider .v-slider__container input {
|
23824
23956
|
cursor: default;
|
23825
23957
|
padding: 0;
|
@@ -23930,6 +24062,18 @@ html.v-overlay-scroll-blocked {
|
|
23930
24062
|
opacity: 0;
|
23931
24063
|
position: absolute;
|
23932
24064
|
width: 0;
|
24065
|
+
}.v-radio-group > .v-input__control {
|
24066
|
+
flex-direction: column;
|
24067
|
+
}
|
24068
|
+
.v-radio-group > .v-input__control > .v-label {
|
24069
|
+
margin-inline-start: 16px;
|
24070
|
+
}
|
24071
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
24072
|
+
padding-inline-start: 6px;
|
24073
|
+
margin-top: 8px;
|
24074
|
+
}
|
24075
|
+
.v-radio-group .v-input__details {
|
24076
|
+
padding-inline: 16px;
|
23933
24077
|
}.v-responsive {
|
23934
24078
|
display: flex;
|
23935
24079
|
flex: 1 0 auto;
|
@@ -24008,6 +24152,14 @@ html.v-overlay-scroll-blocked {
|
|
24008
24152
|
.v-select--active-menu .v-select__menu-icon {
|
24009
24153
|
opacity: var(--v-high-emphasis-opacity);
|
24010
24154
|
transform: rotate(180deg);
|
24155
|
+
}.v-selection-control-group {
|
24156
|
+
grid-area: control;
|
24157
|
+
display: flex;
|
24158
|
+
flex-direction: column;
|
24159
|
+
}
|
24160
|
+
.v-selection-control-group--inline {
|
24161
|
+
flex-direction: row;
|
24162
|
+
flex-wrap: wrap;
|
24011
24163
|
}.v-selection-control {
|
24012
24164
|
align-items: center;
|
24013
24165
|
contain: layout;
|
@@ -24111,14 +24263,6 @@ html.v-overlay-scroll-blocked {
|
|
24111
24263
|
}
|
24112
24264
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24113
24265
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24114
|
-
}.v-selection-control-group {
|
24115
|
-
grid-area: control;
|
24116
|
-
display: flex;
|
24117
|
-
flex-direction: column;
|
24118
|
-
}
|
24119
|
-
.v-selection-control-group--inline {
|
24120
|
-
flex-direction: row;
|
24121
|
-
flex-wrap: wrap;
|
24122
24266
|
}.v-sheet {
|
24123
24267
|
display: block;
|
24124
24268
|
}
|
@@ -24581,41 +24725,223 @@ html.v-overlay-scroll-blocked {
|
|
24581
24725
|
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
|
24582
24726
|
flex-direction: row;
|
24583
24727
|
}
|
24584
|
-
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24585
|
-
flex-direction: row-reverse;
|
24728
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
|
24729
|
+
flex-direction: row-reverse;
|
24730
|
+
}
|
24731
|
+
.v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
|
24732
|
+
flex-direction: column-reverse;
|
24733
|
+
}
|
24734
|
+
.v-speed-dial__content > *:nth-child(1) {
|
24735
|
+
transition-delay: 0s;
|
24736
|
+
}
|
24737
|
+
.v-speed-dial__content > *:nth-child(2) {
|
24738
|
+
transition-delay: 0.05s;
|
24739
|
+
}
|
24740
|
+
.v-speed-dial__content > *:nth-child(3) {
|
24741
|
+
transition-delay: 0.1s;
|
24742
|
+
}
|
24743
|
+
.v-speed-dial__content > *:nth-child(4) {
|
24744
|
+
transition-delay: 0.15s;
|
24745
|
+
}
|
24746
|
+
.v-speed-dial__content > *:nth-child(5) {
|
24747
|
+
transition-delay: 0.2s;
|
24748
|
+
}
|
24749
|
+
.v-speed-dial__content > *:nth-child(6) {
|
24750
|
+
transition-delay: 0.25s;
|
24751
|
+
}
|
24752
|
+
.v-speed-dial__content > *:nth-child(7) {
|
24753
|
+
transition-delay: 0.3s;
|
24754
|
+
}
|
24755
|
+
.v-speed-dial__content > *:nth-child(8) {
|
24756
|
+
transition-delay: 0.35s;
|
24757
|
+
}
|
24758
|
+
.v-speed-dial__content > *:nth-child(9) {
|
24759
|
+
transition-delay: 0.4s;
|
24760
|
+
}
|
24761
|
+
.v-speed-dial__content > *:nth-child(10) {
|
24762
|
+
transition-delay: 0.45s;
|
24763
|
+
}.v-switch .v-label {
|
24764
|
+
padding-inline-start: 10px;
|
24765
|
+
}
|
24766
|
+
|
24767
|
+
.v-switch__loader {
|
24768
|
+
display: flex;
|
24769
|
+
}
|
24770
|
+
.v-switch__loader .v-progress-circular {
|
24771
|
+
color: rgb(var(--v-theme-surface));
|
24772
|
+
}
|
24773
|
+
|
24774
|
+
.v-switch__track,
|
24775
|
+
.v-switch__thumb {
|
24776
|
+
transition: none;
|
24777
|
+
}
|
24778
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24779
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24780
|
+
background-color: rgb(var(--v-theme-error));
|
24781
|
+
color: rgb(var(--v-theme-on-error));
|
24782
|
+
}
|
24783
|
+
|
24784
|
+
.v-switch__track-true {
|
24785
|
+
margin-inline-end: auto;
|
24786
|
+
}
|
24787
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
24788
|
+
opacity: 0;
|
24789
|
+
}
|
24790
|
+
|
24791
|
+
.v-switch__track-false {
|
24792
|
+
margin-inline-start: auto;
|
24793
|
+
}
|
24794
|
+
.v-selection-control--dirty .v-switch__track-false {
|
24795
|
+
opacity: 0;
|
24796
|
+
}
|
24797
|
+
|
24798
|
+
.v-switch__track {
|
24799
|
+
display: inline-flex;
|
24800
|
+
align-items: center;
|
24801
|
+
font-size: 0.5rem;
|
24802
|
+
padding: 0 5px;
|
24803
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
24804
|
+
border-radius: 9999px;
|
24805
|
+
height: 14px;
|
24806
|
+
opacity: 0.6;
|
24807
|
+
min-width: 36px;
|
24808
|
+
cursor: pointer;
|
24809
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24810
|
+
}
|
24811
|
+
.v-switch--inset .v-switch__track {
|
24812
|
+
border-radius: 9999px;
|
24813
|
+
font-size: 0.75rem;
|
24814
|
+
height: 32px;
|
24815
|
+
min-width: 52px;
|
24816
|
+
}
|
24817
|
+
|
24818
|
+
.v-switch__thumb {
|
24819
|
+
align-items: center;
|
24820
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
24821
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
24822
|
+
border-radius: 50%;
|
24823
|
+
display: flex;
|
24824
|
+
font-size: 0.75rem;
|
24825
|
+
height: 20px;
|
24826
|
+
justify-content: center;
|
24827
|
+
width: 20px;
|
24828
|
+
pointer-events: none;
|
24829
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24830
|
+
position: relative;
|
24831
|
+
overflow: hidden;
|
24832
|
+
}
|
24833
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
24834
|
+
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));
|
24835
|
+
}
|
24836
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24837
|
+
background: rgb(var(--v-theme-surface-variant));
|
24838
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
24839
|
+
}
|
24840
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24841
|
+
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));
|
24842
|
+
}
|
24843
|
+
.v-switch--inset .v-switch__thumb {
|
24844
|
+
height: 24px;
|
24845
|
+
width: 24px;
|
24846
|
+
transform: scale(0.6666666667);
|
24847
|
+
}
|
24848
|
+
.v-switch--inset .v-switch__thumb--filled {
|
24849
|
+
transform: none;
|
24850
|
+
}
|
24851
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
24852
|
+
transform: none;
|
24853
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
24854
|
+
}
|
24855
|
+
|
24856
|
+
.v-switch.v-input {
|
24857
|
+
flex: 0 1 auto;
|
24858
|
+
}
|
24859
|
+
.v-switch .v-selection-control {
|
24860
|
+
min-height: var(--v-input-control-height);
|
24861
|
+
}
|
24862
|
+
.v-switch .v-selection-control__input {
|
24863
|
+
border-radius: 50%;
|
24864
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
24865
|
+
position: absolute;
|
24586
24866
|
}
|
24587
|
-
.v-
|
24588
|
-
|
24867
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
24868
|
+
transform: translateX(-10px);
|
24589
24869
|
}
|
24590
|
-
|
24591
|
-
|
24870
|
+
|
24871
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
24872
|
+
transform: translateX(10px);
|
24592
24873
|
}
|
24593
|
-
|
24594
|
-
|
24874
|
+
|
24875
|
+
.v-switch .v-selection-control__input .v-icon {
|
24876
|
+
position: absolute;
|
24595
24877
|
}
|
24596
|
-
.v-
|
24597
|
-
|
24878
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24879
|
+
transform: translateX(10px);
|
24598
24880
|
}
|
24599
|
-
|
24600
|
-
|
24881
|
+
|
24882
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24883
|
+
transform: translateX(-10px);
|
24601
24884
|
}
|
24602
|
-
|
24603
|
-
|
24885
|
+
|
24886
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
24887
|
+
transform: scale(0.8);
|
24604
24888
|
}
|
24605
|
-
.v-
|
24606
|
-
|
24889
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
24890
|
+
transform: scale(0.75);
|
24891
|
+
box-shadow: none;
|
24607
24892
|
}
|
24608
|
-
.v-
|
24609
|
-
|
24893
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
24894
|
+
width: auto;
|
24610
24895
|
}
|
24611
|
-
.v-
|
24612
|
-
|
24896
|
+
.v-switch.v-input--vertical .v-label {
|
24897
|
+
min-width: max-content;
|
24613
24898
|
}
|
24614
|
-
.v-
|
24615
|
-
|
24899
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
24900
|
+
transform: rotate(-90deg);
|
24616
24901
|
}
|
24617
|
-
|
24618
|
-
|
24902
|
+
|
24903
|
+
@media (forced-colors: active) {
|
24904
|
+
.v-switch .v-switch__loader .v-progress-circular {
|
24905
|
+
color: currentColor;
|
24906
|
+
}
|
24907
|
+
.v-switch .v-switch__thumb {
|
24908
|
+
background-color: buttontext;
|
24909
|
+
}
|
24910
|
+
.v-switch .v-switch__track,
|
24911
|
+
.v-switch .v-switch__thumb {
|
24912
|
+
border: 1px solid;
|
24913
|
+
color: buttontext;
|
24914
|
+
}
|
24915
|
+
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24916
|
+
background-color: highlight;
|
24917
|
+
}
|
24918
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
24919
|
+
background-color: highlight;
|
24920
|
+
}
|
24921
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
24922
|
+
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24923
|
+
color: highlight;
|
24924
|
+
}
|
24925
|
+
.v-switch.v-switch--inset .v-switch__track {
|
24926
|
+
border-width: 2px;
|
24927
|
+
}
|
24928
|
+
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24929
|
+
background-color: highlighttext;
|
24930
|
+
color: highlighttext;
|
24931
|
+
}
|
24932
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24933
|
+
background-color: graytext;
|
24934
|
+
}
|
24935
|
+
.v-switch.v-input--disabled .v-switch__track,
|
24936
|
+
.v-switch.v-input--disabled .v-switch__thumb {
|
24937
|
+
color: graytext;
|
24938
|
+
}
|
24939
|
+
.v-switch.v-switch--loading .v-switch__thumb {
|
24940
|
+
background-color: canvas;
|
24941
|
+
}
|
24942
|
+
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24943
|
+
border-width: 0;
|
24944
|
+
}
|
24619
24945
|
}.v-stepper.v-sheet {
|
24620
24946
|
overflow: hidden;
|
24621
24947
|
}
|
@@ -24748,231 +25074,49 @@ html.v-overlay-scroll-blocked {
|
|
24748
25074
|
.v-stepper-item--error .v-stepper-item__avatar.v-avatar {
|
24749
25075
|
background: rgb(var(--v-theme-error));
|
24750
25076
|
}
|
24751
|
-
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
24752
|
-
margin-bottom: 16px;
|
24753
|
-
margin-inline-end: 0;
|
24754
|
-
}
|
24755
|
-
|
24756
|
-
.v-stepper-item__title {
|
24757
|
-
line-height: 1;
|
24758
|
-
}
|
24759
|
-
.v-stepper--mobile .v-stepper-item__title {
|
24760
|
-
display: none;
|
24761
|
-
}
|
24762
|
-
|
24763
|
-
.v-stepper-item__subtitle {
|
24764
|
-
font-size: 0.75rem;
|
24765
|
-
text-align: left;
|
24766
|
-
line-height: 1;
|
24767
|
-
opacity: var(--v-medium-emphasis-opacity);
|
24768
|
-
}
|
24769
|
-
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
24770
|
-
text-align: center;
|
24771
|
-
}
|
24772
|
-
.v-stepper--mobile .v-stepper-item__subtitle {
|
24773
|
-
display: none;
|
24774
|
-
}
|
24775
|
-
|
24776
|
-
.v-stepper-item__overlay {
|
24777
|
-
background-color: currentColor;
|
24778
|
-
border-radius: inherit;
|
24779
|
-
opacity: 0;
|
24780
|
-
transition: opacity 0.2s ease-in-out;
|
24781
|
-
}
|
24782
|
-
|
24783
|
-
.v-stepper-item__overlay,
|
24784
|
-
.v-stepper-item__underlay {
|
24785
|
-
pointer-events: none;
|
24786
|
-
}
|
24787
|
-
.v-stepper-item__overlay,
|
24788
|
-
.v-stepper-item__underlay {
|
24789
|
-
position: absolute;
|
24790
|
-
top: 0;
|
24791
|
-
left: 0;
|
24792
|
-
width: 100%;
|
24793
|
-
height: 100%;
|
24794
|
-
}.v-switch .v-label {
|
24795
|
-
padding-inline-start: 10px;
|
24796
|
-
}
|
24797
|
-
|
24798
|
-
.v-switch__loader {
|
24799
|
-
display: flex;
|
24800
|
-
}
|
24801
|
-
.v-switch__loader .v-progress-circular {
|
24802
|
-
color: rgb(var(--v-theme-surface));
|
24803
|
-
}
|
24804
|
-
|
24805
|
-
.v-switch__track,
|
24806
|
-
.v-switch__thumb {
|
24807
|
-
transition: none;
|
24808
|
-
}
|
24809
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
24810
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
24811
|
-
background-color: rgb(var(--v-theme-error));
|
24812
|
-
color: rgb(var(--v-theme-on-error));
|
24813
|
-
}
|
24814
|
-
|
24815
|
-
.v-switch__track-true {
|
24816
|
-
margin-inline-end: auto;
|
24817
|
-
}
|
24818
|
-
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
24819
|
-
opacity: 0;
|
24820
|
-
}
|
24821
|
-
|
24822
|
-
.v-switch__track-false {
|
24823
|
-
margin-inline-start: auto;
|
24824
|
-
}
|
24825
|
-
.v-selection-control--dirty .v-switch__track-false {
|
24826
|
-
opacity: 0;
|
24827
|
-
}
|
24828
|
-
|
24829
|
-
.v-switch__track {
|
24830
|
-
display: inline-flex;
|
24831
|
-
align-items: center;
|
24832
|
-
font-size: 0.5rem;
|
24833
|
-
padding: 0 5px;
|
24834
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
24835
|
-
border-radius: 9999px;
|
24836
|
-
height: 14px;
|
24837
|
-
opacity: 0.6;
|
24838
|
-
min-width: 36px;
|
24839
|
-
cursor: pointer;
|
24840
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24841
|
-
}
|
24842
|
-
.v-switch--inset .v-switch__track {
|
24843
|
-
border-radius: 9999px;
|
24844
|
-
font-size: 0.75rem;
|
24845
|
-
height: 32px;
|
24846
|
-
min-width: 52px;
|
24847
|
-
}
|
24848
|
-
|
24849
|
-
.v-switch__thumb {
|
24850
|
-
align-items: center;
|
24851
|
-
background-color: rgb(var(--v-theme-surface-bright));
|
24852
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
24853
|
-
border-radius: 50%;
|
24854
|
-
display: flex;
|
24855
|
-
font-size: 0.75rem;
|
24856
|
-
height: 20px;
|
24857
|
-
justify-content: center;
|
24858
|
-
width: 20px;
|
24859
|
-
pointer-events: none;
|
24860
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
24861
|
-
position: relative;
|
24862
|
-
overflow: hidden;
|
24863
|
-
}
|
24864
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
24865
|
-
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));
|
24866
|
-
}
|
24867
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24868
|
-
background: rgb(var(--v-theme-surface-variant));
|
24869
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
24870
|
-
}
|
24871
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
24872
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24873
|
-
}
|
24874
|
-
.v-switch--inset .v-switch__thumb {
|
24875
|
-
height: 24px;
|
24876
|
-
width: 24px;
|
24877
|
-
transform: scale(0.6666666667);
|
24878
|
-
}
|
24879
|
-
.v-switch--inset .v-switch__thumb--filled {
|
24880
|
-
transform: none;
|
24881
|
-
}
|
24882
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
24883
|
-
transform: none;
|
24884
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
24885
|
-
}
|
24886
|
-
|
24887
|
-
.v-switch.v-input {
|
24888
|
-
flex: 0 1 auto;
|
24889
|
-
}
|
24890
|
-
.v-switch .v-selection-control {
|
24891
|
-
min-height: var(--v-input-control-height);
|
24892
|
-
}
|
24893
|
-
.v-switch .v-selection-control__input {
|
24894
|
-
border-radius: 50%;
|
24895
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
24896
|
-
position: absolute;
|
24897
|
-
}
|
24898
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
24899
|
-
transform: translateX(-10px);
|
24900
|
-
}
|
24901
|
-
|
24902
|
-
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
24903
|
-
transform: translateX(10px);
|
24904
|
-
}
|
24905
|
-
|
24906
|
-
.v-switch .v-selection-control__input .v-icon {
|
24907
|
-
position: absolute;
|
24908
|
-
}
|
24909
|
-
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
24910
|
-
transform: translateX(10px);
|
25077
|
+
.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
|
25078
|
+
margin-bottom: 16px;
|
25079
|
+
margin-inline-end: 0;
|
24911
25080
|
}
|
24912
25081
|
|
24913
|
-
.v-
|
24914
|
-
|
25082
|
+
.v-stepper-item__title {
|
25083
|
+
line-height: 1;
|
24915
25084
|
}
|
24916
|
-
|
24917
|
-
|
24918
|
-
transform: scale(0.8);
|
25085
|
+
.v-stepper--mobile .v-stepper-item__title {
|
25086
|
+
display: none;
|
24919
25087
|
}
|
24920
|
-
|
24921
|
-
|
24922
|
-
|
25088
|
+
|
25089
|
+
.v-stepper-item__subtitle {
|
25090
|
+
font-size: 0.75rem;
|
25091
|
+
text-align: left;
|
25092
|
+
line-height: 1;
|
25093
|
+
opacity: var(--v-medium-emphasis-opacity);
|
24923
25094
|
}
|
24924
|
-
.v-
|
24925
|
-
|
25095
|
+
.v-stepper--alt-labels .v-stepper-item__subtitle {
|
25096
|
+
text-align: center;
|
24926
25097
|
}
|
24927
|
-
.v-
|
24928
|
-
|
25098
|
+
.v-stepper--mobile .v-stepper-item__subtitle {
|
25099
|
+
display: none;
|
24929
25100
|
}
|
24930
|
-
|
24931
|
-
|
25101
|
+
|
25102
|
+
.v-stepper-item__overlay {
|
25103
|
+
background-color: currentColor;
|
25104
|
+
border-radius: inherit;
|
25105
|
+
opacity: 0;
|
25106
|
+
transition: opacity 0.2s ease-in-out;
|
24932
25107
|
}
|
24933
25108
|
|
24934
|
-
|
24935
|
-
|
24936
|
-
|
24937
|
-
|
24938
|
-
|
24939
|
-
|
24940
|
-
|
24941
|
-
|
24942
|
-
|
24943
|
-
|
24944
|
-
|
24945
|
-
}
|
24946
|
-
.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24947
|
-
background-color: highlight;
|
24948
|
-
}
|
24949
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
|
24950
|
-
background-color: highlight;
|
24951
|
-
}
|
24952
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
|
24953
|
-
.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24954
|
-
color: highlight;
|
24955
|
-
}
|
24956
|
-
.v-switch.v-switch--inset .v-switch__track {
|
24957
|
-
border-width: 2px;
|
24958
|
-
}
|
24959
|
-
.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
|
24960
|
-
background-color: highlighttext;
|
24961
|
-
color: highlighttext;
|
24962
|
-
}
|
24963
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
24964
|
-
background-color: graytext;
|
24965
|
-
}
|
24966
|
-
.v-switch.v-input--disabled .v-switch__track,
|
24967
|
-
.v-switch.v-input--disabled .v-switch__thumb {
|
24968
|
-
color: graytext;
|
24969
|
-
}
|
24970
|
-
.v-switch.v-switch--loading .v-switch__thumb {
|
24971
|
-
background-color: canvas;
|
24972
|
-
}
|
24973
|
-
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
24974
|
-
border-width: 0;
|
24975
|
-
}
|
25109
|
+
.v-stepper-item__overlay,
|
25110
|
+
.v-stepper-item__underlay {
|
25111
|
+
pointer-events: none;
|
25112
|
+
}
|
25113
|
+
.v-stepper-item__overlay,
|
25114
|
+
.v-stepper-item__underlay {
|
25115
|
+
position: absolute;
|
25116
|
+
top: 0;
|
25117
|
+
left: 0;
|
25118
|
+
width: 100%;
|
25119
|
+
height: 100%;
|
24976
25120
|
}.v-system-bar {
|
24977
25121
|
align-items: center;
|
24978
25122
|
display: flex;
|
@@ -25016,6 +25160,35 @@ html.v-overlay-scroll-blocked {
|
|
25016
25160
|
}
|
25017
25161
|
.v-system-bar:not(.v-system-bar--absolute) {
|
25018
25162
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25163
|
+
}.v-tab.v-tab.v-btn {
|
25164
|
+
height: var(--v-tabs-height);
|
25165
|
+
border-radius: 0;
|
25166
|
+
min-width: 90px;
|
25167
|
+
}
|
25168
|
+
.v-slide-group--horizontal .v-tab {
|
25169
|
+
max-width: 360px;
|
25170
|
+
}
|
25171
|
+
.v-slide-group--vertical .v-tab {
|
25172
|
+
justify-content: start;
|
25173
|
+
}
|
25174
|
+
|
25175
|
+
.v-tab__slider {
|
25176
|
+
position: absolute;
|
25177
|
+
bottom: 0;
|
25178
|
+
left: 0;
|
25179
|
+
height: 2px;
|
25180
|
+
width: 100%;
|
25181
|
+
background: currentColor;
|
25182
|
+
pointer-events: none;
|
25183
|
+
opacity: 0;
|
25184
|
+
}
|
25185
|
+
.v-tab--selected .v-tab__slider {
|
25186
|
+
opacity: 1;
|
25187
|
+
}
|
25188
|
+
.v-slide-group--vertical .v-tab__slider {
|
25189
|
+
top: 0;
|
25190
|
+
height: 100%;
|
25191
|
+
width: 2px;
|
25019
25192
|
}.v-tabs {
|
25020
25193
|
display: flex;
|
25021
25194
|
height: var(--v-tabs-height);
|
@@ -25082,141 +25255,6 @@ html.v-overlay-scroll-blocked {
|
|
25082
25255
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25083
25256
|
margin-inline-end: 52px;
|
25084
25257
|
}
|
25085
|
-
}.v-tab.v-tab.v-btn {
|
25086
|
-
height: var(--v-tabs-height);
|
25087
|
-
border-radius: 0;
|
25088
|
-
min-width: 90px;
|
25089
|
-
}
|
25090
|
-
.v-slide-group--horizontal .v-tab {
|
25091
|
-
max-width: 360px;
|
25092
|
-
}
|
25093
|
-
.v-slide-group--vertical .v-tab {
|
25094
|
-
justify-content: start;
|
25095
|
-
}
|
25096
|
-
|
25097
|
-
.v-tab__slider {
|
25098
|
-
position: absolute;
|
25099
|
-
bottom: 0;
|
25100
|
-
left: 0;
|
25101
|
-
height: 2px;
|
25102
|
-
width: 100%;
|
25103
|
-
background: currentColor;
|
25104
|
-
pointer-events: none;
|
25105
|
-
opacity: 0;
|
25106
|
-
}
|
25107
|
-
.v-tab--selected .v-tab__slider {
|
25108
|
-
opacity: 1;
|
25109
|
-
}
|
25110
|
-
.v-slide-group--vertical .v-tab__slider {
|
25111
|
-
top: 0;
|
25112
|
-
height: 100%;
|
25113
|
-
width: 2px;
|
25114
|
-
}/* region BLOCK */
|
25115
|
-
.v-text-field input {
|
25116
|
-
color: inherit;
|
25117
|
-
opacity: 0;
|
25118
|
-
flex: 1;
|
25119
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25120
|
-
min-width: 0;
|
25121
|
-
}
|
25122
|
-
.v-text-field input:focus, .v-text-field input:active {
|
25123
|
-
outline: none;
|
25124
|
-
}
|
25125
|
-
.v-text-field input:invalid {
|
25126
|
-
box-shadow: none;
|
25127
|
-
}
|
25128
|
-
.v-text-field .v-field {
|
25129
|
-
cursor: text;
|
25130
|
-
}
|
25131
|
-
.v-text-field--prefixed.v-text-field .v-field__input {
|
25132
|
-
--v-field-padding-start: 6px;
|
25133
|
-
}
|
25134
|
-
|
25135
|
-
.v-text-field--suffixed.v-text-field .v-field__input {
|
25136
|
-
--v-field-padding-end: 0;
|
25137
|
-
}
|
25138
|
-
|
25139
|
-
.v-text-field .v-input__details {
|
25140
|
-
padding-inline: 16px;
|
25141
|
-
}
|
25142
|
-
.v-input--plain-underlined.v-text-field .v-input__details {
|
25143
|
-
padding-inline: 0;
|
25144
|
-
}
|
25145
|
-
|
25146
|
-
.v-text-field .v-field--no-label input,
|
25147
|
-
.v-text-field .v-field--active input {
|
25148
|
-
opacity: 1;
|
25149
|
-
}
|
25150
|
-
.v-text-field .v-field--single-line input {
|
25151
|
-
transition: none;
|
25152
|
-
}
|
25153
|
-
|
25154
|
-
/* endregion */
|
25155
|
-
/* region ELEMENTS */
|
25156
|
-
.v-text-field__prefix, .v-text-field__suffix {
|
25157
|
-
align-items: center;
|
25158
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25159
|
-
cursor: default;
|
25160
|
-
display: flex;
|
25161
|
-
opacity: 0;
|
25162
|
-
transition: inherit;
|
25163
|
-
white-space: nowrap;
|
25164
|
-
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25165
|
-
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25166
|
-
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25167
|
-
}
|
25168
|
-
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25169
|
-
opacity: 1;
|
25170
|
-
}
|
25171
|
-
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25172
|
-
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25173
|
-
}
|
25174
|
-
.v-text-field__prefix {
|
25175
|
-
padding-inline-start: var(--v-field-padding-start);
|
25176
|
-
}
|
25177
|
-
.v-text-field__suffix {
|
25178
|
-
padding-inline-end: var(--v-field-padding-end);
|
25179
|
-
}
|
25180
|
-
|
25181
|
-
/* endregion */.v-textarea .v-field {
|
25182
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
25183
|
-
}
|
25184
|
-
.v-textarea .v-field__field {
|
25185
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
25186
|
-
}
|
25187
|
-
.v-textarea .v-field__input {
|
25188
|
-
flex: 1 1 auto;
|
25189
|
-
outline: none;
|
25190
|
-
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25191
|
-
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25192
|
-
}
|
25193
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
25194
|
-
visibility: hidden;
|
25195
|
-
position: absolute;
|
25196
|
-
top: 0;
|
25197
|
-
left: 0;
|
25198
|
-
height: 0 !important;
|
25199
|
-
min-height: 0 !important;
|
25200
|
-
pointer-events: none;
|
25201
|
-
}
|
25202
|
-
.v-textarea--no-resize .v-field__input {
|
25203
|
-
resize: none;
|
25204
|
-
}
|
25205
|
-
.v-textarea .v-field--no-label textarea,
|
25206
|
-
.v-textarea .v-field--active textarea {
|
25207
|
-
opacity: 1;
|
25208
|
-
}
|
25209
|
-
.v-textarea textarea {
|
25210
|
-
opacity: 0;
|
25211
|
-
flex: 1;
|
25212
|
-
min-width: 0;
|
25213
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25214
|
-
}
|
25215
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25216
|
-
outline: none;
|
25217
|
-
}
|
25218
|
-
.v-textarea textarea:invalid {
|
25219
|
-
box-shadow: none;
|
25220
25258
|
}.v-table {
|
25221
25259
|
font-size: 0.875rem;
|
25222
25260
|
transition-duration: 0.28s;
|
@@ -25359,6 +25397,115 @@ html.v-overlay-scroll-blocked {
|
|
25359
25397
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
25360
25398
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
25361
25399
|
border-top: 0px !important;
|
25400
|
+
}/* region BLOCK */
|
25401
|
+
.v-text-field input {
|
25402
|
+
color: inherit;
|
25403
|
+
opacity: 0;
|
25404
|
+
flex: 1;
|
25405
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25406
|
+
min-width: 0;
|
25407
|
+
}
|
25408
|
+
.v-text-field input:focus, .v-text-field input:active {
|
25409
|
+
outline: none;
|
25410
|
+
}
|
25411
|
+
.v-text-field input:invalid {
|
25412
|
+
box-shadow: none;
|
25413
|
+
}
|
25414
|
+
.v-text-field .v-field {
|
25415
|
+
cursor: text;
|
25416
|
+
}
|
25417
|
+
.v-text-field--prefixed.v-text-field .v-field__input {
|
25418
|
+
--v-field-padding-start: 6px;
|
25419
|
+
}
|
25420
|
+
|
25421
|
+
.v-text-field--suffixed.v-text-field .v-field__input {
|
25422
|
+
--v-field-padding-end: 0;
|
25423
|
+
}
|
25424
|
+
|
25425
|
+
.v-text-field .v-input__details {
|
25426
|
+
padding-inline: 16px;
|
25427
|
+
}
|
25428
|
+
.v-input--plain-underlined.v-text-field .v-input__details {
|
25429
|
+
padding-inline: 0;
|
25430
|
+
}
|
25431
|
+
|
25432
|
+
.v-text-field .v-field--no-label input,
|
25433
|
+
.v-text-field .v-field--active input {
|
25434
|
+
opacity: 1;
|
25435
|
+
}
|
25436
|
+
.v-text-field .v-field--single-line input {
|
25437
|
+
transition: none;
|
25438
|
+
}
|
25439
|
+
|
25440
|
+
/* endregion */
|
25441
|
+
/* region ELEMENTS */
|
25442
|
+
.v-text-field__prefix, .v-text-field__suffix {
|
25443
|
+
align-items: center;
|
25444
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
25445
|
+
cursor: default;
|
25446
|
+
display: flex;
|
25447
|
+
opacity: 0;
|
25448
|
+
transition: inherit;
|
25449
|
+
white-space: nowrap;
|
25450
|
+
min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
|
25451
|
+
padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
|
25452
|
+
padding-bottom: var(--v-field-padding-bottom, 6px);
|
25453
|
+
}
|
25454
|
+
.v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
|
25455
|
+
opacity: 1;
|
25456
|
+
}
|
25457
|
+
.v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
|
25458
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
25459
|
+
}
|
25460
|
+
.v-text-field__prefix {
|
25461
|
+
padding-inline-start: var(--v-field-padding-start);
|
25462
|
+
}
|
25463
|
+
.v-text-field__suffix {
|
25464
|
+
padding-inline-end: var(--v-field-padding-end);
|
25465
|
+
}
|
25466
|
+
|
25467
|
+
/* endregion */.v-textarea .v-field {
|
25468
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
25469
|
+
}
|
25470
|
+
.v-textarea .v-field__field {
|
25471
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
25472
|
+
}
|
25473
|
+
.v-textarea .v-field__input {
|
25474
|
+
flex: 1 1 auto;
|
25475
|
+
outline: none;
|
25476
|
+
-webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25477
|
+
mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
|
25478
|
+
}
|
25479
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
25480
|
+
visibility: hidden;
|
25481
|
+
position: absolute;
|
25482
|
+
top: 0;
|
25483
|
+
left: 0;
|
25484
|
+
height: 0 !important;
|
25485
|
+
min-height: 0 !important;
|
25486
|
+
pointer-events: none;
|
25487
|
+
}
|
25488
|
+
.v-textarea--no-resize .v-field__input {
|
25489
|
+
resize: none;
|
25490
|
+
}
|
25491
|
+
.v-textarea .v-field--no-label textarea,
|
25492
|
+
.v-textarea .v-field--active textarea {
|
25493
|
+
opacity: 1;
|
25494
|
+
}
|
25495
|
+
.v-textarea textarea {
|
25496
|
+
opacity: 0;
|
25497
|
+
flex: 1;
|
25498
|
+
min-width: 0;
|
25499
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25500
|
+
}
|
25501
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
25502
|
+
outline: none;
|
25503
|
+
}
|
25504
|
+
.v-textarea textarea:invalid {
|
25505
|
+
box-shadow: none;
|
25506
|
+
}.v-theme-provider {
|
25507
|
+
background: rgb(var(--v-theme-background));
|
25508
|
+
color: rgb(var(--v-theme-on-background));
|
25362
25509
|
}.v-timeline .v-timeline-divider__dot {
|
25363
25510
|
background: rgb(var(--v-theme-surface-light));
|
25364
25511
|
}
|
@@ -25920,9 +26067,6 @@ html.v-overlay-scroll-blocked {
|
|
25920
26067
|
}
|
25921
26068
|
.v-toolbar-items > .v-btn {
|
25922
26069
|
border-radius: 0;
|
25923
|
-
}.v-theme-provider {
|
25924
|
-
background: rgb(var(--v-theme-background));
|
25925
|
-
color: rgb(var(--v-theme-on-background));
|
25926
26070
|
}.v-tooltip > .v-overlay__content {
|
25927
26071
|
background: rgb(var(--v-theme-surface-variant));
|
25928
26072
|
color: rgb(var(--v-theme-on-surface-variant));
|
@@ -25945,15 +26089,6 @@ html.v-overlay-scroll-blocked {
|
|
25945
26089
|
.v-tooltip > .v-overlay__content[class*=leave-active] {
|
25946
26090
|
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
25947
26091
|
transition-duration: 75ms;
|
25948
|
-
}.v-virtual-scroll {
|
25949
|
-
display: block;
|
25950
|
-
flex: 1 1 auto;
|
25951
|
-
max-width: 100%;
|
25952
|
-
overflow: auto;
|
25953
|
-
position: relative;
|
25954
|
-
}
|
25955
|
-
.v-virtual-scroll__container {
|
25956
|
-
display: block;
|
25957
26092
|
}.v-window {
|
25958
26093
|
overflow: hidden;
|
25959
26094
|
}
|
@@ -26024,217 +26159,82 @@ html.v-overlay-scroll-blocked {
|
|
26024
26159
|
}
|
26025
26160
|
.v-window-y-reverse-transition-leave-to {
|
26026
26161
|
transform: translateY(100%);
|
26027
|
-
}.v-
|
26028
|
-
display:
|
26029
|
-
|
26030
|
-
|
26031
|
-
|
26032
|
-
|
26033
|
-
padding-bottom: 4px;
|
26034
|
-
padding-inline-start: 6px;
|
26035
|
-
padding-inline-end: 12px;
|
26036
|
-
}
|
26037
|
-
.v-date-picker-controls > .v-btn:first-child {
|
26038
|
-
text-transform: none;
|
26039
|
-
font-weight: 400;
|
26040
|
-
line-height: initial;
|
26041
|
-
letter-spacing: initial;
|
26042
|
-
}
|
26043
|
-
.v-date-picker-controls--variant-classic {
|
26044
|
-
padding-inline-start: 12px;
|
26045
|
-
}
|
26046
|
-
.v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
|
26047
|
-
opacity: 0.7;
|
26048
|
-
}
|
26049
|
-
.v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
|
26050
|
-
cursor: pointer;
|
26051
|
-
}
|
26052
|
-
.v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
|
26053
|
-
opacity: 1;
|
26054
|
-
}
|
26055
|
-
.v-date-picker-controls .v-btn:last-child {
|
26056
|
-
margin-inline-start: 4px;
|
26057
|
-
}
|
26058
|
-
.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
|
26059
|
-
transform: rotate(180deg);
|
26060
|
-
}
|
26061
|
-
|
26062
|
-
.v-date-picker-controls__date {
|
26063
|
-
margin-inline-end: 4px;
|
26064
|
-
}
|
26065
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__date {
|
26066
|
-
margin: auto;
|
26067
|
-
text-align: center;
|
26068
|
-
}
|
26069
|
-
|
26070
|
-
.v-date-picker-controls__month {
|
26071
|
-
display: flex;
|
26072
|
-
}
|
26073
|
-
.v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
|
26074
|
-
flex-direction: row-reverse;
|
26075
|
-
}
|
26076
|
-
|
26077
|
-
.v-date-picker-controls--variant-classic .v-date-picker-controls__month {
|
26078
|
-
flex: 1 0 auto;
|
26079
|
-
}
|
26080
|
-
|
26081
|
-
.v-date-picker__title {
|
26082
|
-
display: inline-block;
|
26083
|
-
}.v-date-picker-header {
|
26084
|
-
align-items: flex-end;
|
26085
|
-
height: 70px;
|
26086
|
-
display: grid;
|
26087
|
-
grid-template-areas: "prepend content append";
|
26088
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content;
|
26089
|
-
overflow: hidden;
|
26090
|
-
padding-inline: 24px 12px;
|
26091
|
-
padding-bottom: 12px;
|
26092
|
-
}
|
26093
|
-
|
26094
|
-
.v-date-picker-header__append {
|
26095
|
-
grid-area: append;
|
26096
|
-
}
|
26097
|
-
|
26098
|
-
.v-date-picker-header__prepend {
|
26099
|
-
grid-area: prepend;
|
26100
|
-
padding-inline-start: 8px;
|
26162
|
+
}.v-virtual-scroll {
|
26163
|
+
display: block;
|
26164
|
+
flex: 1 1 auto;
|
26165
|
+
max-width: 100%;
|
26166
|
+
overflow: auto;
|
26167
|
+
position: relative;
|
26101
26168
|
}
|
26102
|
-
|
26103
|
-
|
26169
|
+
.v-virtual-scroll__container {
|
26170
|
+
display: block;
|
26171
|
+
}.v-empty-state {
|
26104
26172
|
align-items: center;
|
26105
|
-
display:
|
26106
|
-
|
26107
|
-
|
26108
|
-
|
26109
|
-
|
26110
|
-
}
|
26111
|
-
.v-date-picker-header--clickable .v-date-picker-header__content {
|
26112
|
-
cursor: pointer;
|
26113
|
-
}
|
26114
|
-
.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
|
26115
|
-
opacity: 0.7;
|
26116
|
-
}
|
26117
|
-
|
26118
|
-
.date-picker-header-transition-enter-active,
|
26119
|
-
.date-picker-header-reverse-transition-enter-active {
|
26120
|
-
transition-duration: 0.3s;
|
26121
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
26122
|
-
}
|
26123
|
-
.date-picker-header-transition-leave-active,
|
26124
|
-
.date-picker-header-reverse-transition-leave-active {
|
26125
|
-
transition-duration: 0.3s;
|
26126
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
26127
|
-
}
|
26128
|
-
|
26129
|
-
.date-picker-header-transition-enter-from {
|
26130
|
-
transform: translate(0, 100%);
|
26131
|
-
}
|
26132
|
-
.date-picker-header-transition-leave-to {
|
26133
|
-
opacity: 0;
|
26134
|
-
transform: translate(0, -100%);
|
26135
|
-
}
|
26136
|
-
|
26137
|
-
.date-picker-header-reverse-transition-enter-from {
|
26138
|
-
transform: translate(0, -100%);
|
26139
|
-
}
|
26140
|
-
.date-picker-header-reverse-transition-leave-to {
|
26141
|
-
opacity: 0;
|
26142
|
-
transform: translate(0, 100%);
|
26143
|
-
}.v-date-picker {
|
26144
|
-
overflow: hidden;
|
26145
|
-
width: 328px;
|
26173
|
+
display: flex;
|
26174
|
+
flex-direction: column;
|
26175
|
+
justify-content: center;
|
26176
|
+
min-height: 100%;
|
26177
|
+
padding: 16px;
|
26146
26178
|
}
|
26147
|
-
.v-
|
26148
|
-
|
26149
|
-
}.v-date-picker-months {
|
26150
|
-
height: 288px;
|
26179
|
+
.v-empty-state--start {
|
26180
|
+
align-items: flex-start;
|
26151
26181
|
}
|
26152
|
-
|
26153
|
-
.v-date-picker-months__content {
|
26182
|
+
.v-empty-state--center {
|
26154
26183
|
align-items: center;
|
26155
|
-
display: grid;
|
26156
|
-
flex: 1 1;
|
26157
|
-
height: inherit;
|
26158
|
-
justify-content: space-around;
|
26159
|
-
grid-template-columns: repeat(2, 1fr);
|
26160
|
-
grid-gap: 0px 24px;
|
26161
|
-
padding-inline-start: 36px;
|
26162
|
-
padding-inline-end: 36px;
|
26163
26184
|
}
|
26164
|
-
.v-
|
26165
|
-
|
26166
|
-
padding-inline-start: 8px;
|
26167
|
-
padding-inline-end: 8px;
|
26168
|
-
}.v-date-picker-years {
|
26169
|
-
height: 288px;
|
26170
|
-
overflow-y: scroll;
|
26185
|
+
.v-empty-state--end {
|
26186
|
+
align-items: flex-end;
|
26171
26187
|
}
|
26172
26188
|
|
26173
|
-
.v-
|
26174
|
-
|
26175
|
-
|
26176
|
-
justify-content: space-around;
|
26177
|
-
grid-template-columns: repeat(3, 1fr);
|
26178
|
-
gap: 8px 24px;
|
26179
|
-
padding-inline: 32px;
|
26189
|
+
.v-empty-state__media {
|
26190
|
+
text-align: center;
|
26191
|
+
width: 100%;
|
26180
26192
|
}
|
26181
|
-
.v-
|
26182
|
-
|
26183
|
-
}.v-date-picker-month {
|
26184
|
-
display: flex;
|
26185
|
-
justify-content: center;
|
26186
|
-
padding: 0 12px 8px;
|
26187
|
-
--v-date-picker-month-day-diff: 4px;
|
26193
|
+
.v-empty-state__media .v-icon {
|
26194
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
26188
26195
|
}
|
26189
26196
|
|
26190
|
-
.v-
|
26191
|
-
|
26192
|
-
|
26193
|
-
|
26194
|
-
|
26197
|
+
.v-empty-state__headline {
|
26198
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
26199
|
+
font-size: 3.75rem;
|
26200
|
+
font-weight: 300;
|
26201
|
+
line-height: 1;
|
26202
|
+
text-align: center;
|
26203
|
+
margin-bottom: 8px;
|
26195
26204
|
}
|
26196
|
-
.v-
|
26197
|
-
|
26205
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
26206
|
+
font-size: 2.125rem;
|
26198
26207
|
}
|
26199
26208
|
|
26200
|
-
.v-
|
26201
|
-
font-size:
|
26209
|
+
.v-empty-state__title {
|
26210
|
+
font-size: 1.25rem;
|
26211
|
+
font-weight: 500;
|
26212
|
+
line-height: 1.6;
|
26213
|
+
margin-bottom: 4px;
|
26214
|
+
text-align: center;
|
26202
26215
|
}
|
26203
26216
|
|
26204
|
-
.v-
|
26205
|
-
|
26206
|
-
|
26207
|
-
|
26208
|
-
|
26209
|
-
|
26217
|
+
.v-empty-state__text {
|
26218
|
+
font-size: 0.875rem;
|
26219
|
+
font-weight: 400;
|
26220
|
+
line-height: 1.425;
|
26221
|
+
padding: 0 16px;
|
26222
|
+
text-align: center;
|
26210
26223
|
}
|
26211
26224
|
|
26212
|
-
.v-
|
26213
|
-
|
26214
|
-
display: flex;
|
26215
|
-
justify-content: center;
|
26216
|
-
position: relative;
|
26217
|
-
height: 40px;
|
26218
|
-
width: 40px;
|
26219
|
-
}
|
26220
|
-
.v-date-picker-month__day--selected .v-btn {
|
26221
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
26222
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
26223
|
-
}
|
26224
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
26225
|
-
--v-btn-height: 24px;
|
26226
|
-
--v-btn-size: 0.85rem;
|
26227
|
-
}
|
26228
|
-
.v-date-picker-month__day--week {
|
26229
|
-
font-size: var(--v-btn-size);
|
26225
|
+
.v-empty-state__content {
|
26226
|
+
padding: 24px 0;
|
26230
26227
|
}
|
26231
26228
|
|
26232
|
-
.v-
|
26233
|
-
|
26229
|
+
.v-empty-state__actions {
|
26230
|
+
display: flex;
|
26231
|
+
gap: 8px;
|
26232
|
+
padding: 16px;
|
26234
26233
|
}
|
26235
26234
|
|
26236
|
-
.v-
|
26237
|
-
|
26235
|
+
.v-empty-state__action-btn.v-btn {
|
26236
|
+
background-color: initial;
|
26237
|
+
color: initial;
|
26238
26238
|
}.v-color-picker-edit {
|
26239
26239
|
display: flex;
|
26240
26240
|
margin-top: 24px;
|
@@ -26390,184 +26390,63 @@ html.v-overlay-scroll-blocked {
|
|
26390
26390
|
justify-content: center;
|
26391
26391
|
width: 100%;
|
26392
26392
|
height: 100%;
|
26393
|
-
}.v-
|
26394
|
-
|
26395
|
-
|
26396
|
-
|
26397
|
-
|
26398
|
-
background-color: highlight;
|
26399
|
-
}
|
26400
|
-
}
|
26401
|
-
|
26402
|
-
.v-slider-track__fill {
|
26403
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
26404
|
-
}
|
26405
|
-
@media (forced-colors: active) {
|
26406
|
-
.v-slider-track__fill {
|
26407
|
-
background-color: highlight;
|
26408
|
-
}
|
26409
|
-
}
|
26410
|
-
|
26411
|
-
.v-slider-track__tick {
|
26412
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
26413
|
-
}
|
26414
|
-
.v-slider-track__tick--filled {
|
26415
|
-
background-color: rgb(var(--v-theme-surface-light));
|
26416
|
-
}
|
26417
|
-
|
26418
|
-
.v-slider-track {
|
26419
|
-
border-radius: 6px;
|
26420
|
-
}
|
26421
|
-
@media (forced-colors: active) {
|
26422
|
-
.v-slider-track {
|
26423
|
-
border: thin solid buttontext;
|
26424
|
-
}
|
26425
|
-
}
|
26426
|
-
|
26427
|
-
.v-slider-track__background, .v-slider-track__fill {
|
26428
|
-
position: absolute;
|
26429
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26430
|
-
border-radius: inherit;
|
26431
|
-
}
|
26432
|
-
.v-slider--pressed .v-slider-track__background, .v-slider--pressed .v-slider-track__fill {
|
26433
|
-
transition: none;
|
26434
|
-
}
|
26435
|
-
.v-input--error:not(.v-input--disabled) .v-slider-track__background, .v-input--error:not(.v-input--disabled) .v-slider-track__fill {
|
26436
|
-
background-color: currentColor;
|
26437
|
-
}
|
26438
|
-
|
26439
|
-
.v-slider-track__ticks {
|
26440
|
-
height: 100%;
|
26441
|
-
width: 100%;
|
26442
|
-
position: relative;
|
26443
|
-
}
|
26444
|
-
|
26445
|
-
.v-slider-track__tick {
|
26446
|
-
position: absolute;
|
26447
|
-
opacity: 0;
|
26448
|
-
transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
26449
|
-
border-radius: 2px;
|
26450
|
-
width: var(--v-slider-tick-size);
|
26451
|
-
height: var(--v-slider-tick-size);
|
26452
|
-
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
|
26453
|
-
}
|
26454
|
-
.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
|
26455
|
-
transform: none;
|
26456
|
-
}
|
26457
|
-
|
26458
|
-
.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
|
26459
|
-
transform: translateX(100%);
|
26460
|
-
}
|
26461
|
-
|
26462
|
-
.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
|
26463
|
-
transform: translateX(-100%);
|
26464
|
-
}
|
26465
|
-
|
26466
|
-
.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
|
26467
|
-
transform: none;
|
26468
|
-
}
|
26469
|
-
|
26470
|
-
.v-slider-track__tick-label {
|
26471
|
-
position: absolute;
|
26472
|
-
-webkit-user-select: none;
|
26473
|
-
user-select: none;
|
26474
|
-
white-space: nowrap;
|
26475
|
-
}
|
26476
|
-
|
26477
|
-
.v-slider.v-input--horizontal .v-slider-track {
|
26478
|
-
display: flex;
|
26479
|
-
align-items: center;
|
26480
|
-
width: 100%;
|
26481
|
-
height: calc(var(--v-slider-track-size) + 2px);
|
26482
|
-
touch-action: pan-y;
|
26483
|
-
}
|
26484
|
-
.v-slider.v-input--horizontal .v-slider-track__background {
|
26485
|
-
height: var(--v-slider-track-size);
|
26486
|
-
}
|
26487
|
-
.v-slider.v-input--horizontal .v-slider-track__fill {
|
26488
|
-
height: inherit;
|
26489
|
-
}
|
26490
|
-
.v-slider.v-input--horizontal .v-slider-track__tick {
|
26491
|
-
margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
26492
|
-
}
|
26493
|
-
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
|
26494
|
-
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
|
26495
|
-
}
|
26496
|
-
|
26497
|
-
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
26498
|
-
margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
|
26499
|
-
}
|
26500
|
-
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
26501
|
-
transform: translateX(-50%);
|
26502
|
-
}
|
26503
|
-
|
26504
|
-
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
26505
|
-
transform: translateX(50%);
|
26506
|
-
}
|
26507
|
-
|
26508
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--first {
|
26509
|
-
margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
|
26510
|
-
}
|
26511
|
-
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
26512
|
-
transform: translateX(0%);
|
26513
|
-
}
|
26514
|
-
|
26515
|
-
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
26516
|
-
transform: translateX(0%);
|
26517
|
-
}
|
26518
|
-
|
26519
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--last {
|
26520
|
-
margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
|
26521
|
-
}
|
26522
|
-
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
26523
|
-
transform: translateX(-100%);
|
26524
|
-
}
|
26525
|
-
|
26526
|
-
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
26527
|
-
transform: translateX(100%);
|
26528
|
-
}
|
26529
|
-
|
26530
|
-
.v-slider.v-input--vertical .v-slider-track {
|
26531
|
-
height: 100%;
|
26532
|
-
display: flex;
|
26533
|
-
justify-content: center;
|
26534
|
-
width: calc(var(--v-slider-track-size) + 2px);
|
26535
|
-
touch-action: pan-x;
|
26393
|
+
}.v-picker.v-sheet {
|
26394
|
+
display: grid;
|
26395
|
+
grid-auto-rows: min-content;
|
26396
|
+
grid-template-areas: "title" "header" "body";
|
26397
|
+
overflow: hidden;
|
26536
26398
|
}
|
26537
|
-
.v-
|
26538
|
-
|
26399
|
+
.v-picker.v-sheet {
|
26400
|
+
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));
|
26539
26401
|
}
|
26540
|
-
.v-
|
26541
|
-
|
26402
|
+
.v-picker.v-sheet {
|
26403
|
+
border-radius: 4px;
|
26542
26404
|
}
|
26543
|
-
.v-
|
26544
|
-
|
26405
|
+
.v-picker.v-sheet.v-picker--with-actions {
|
26406
|
+
grid-template-areas: "title" "header" "body" "actions";
|
26545
26407
|
}
|
26546
|
-
|
26547
|
-
|
26548
|
-
|
26408
|
+
|
26409
|
+
.v-picker__body {
|
26410
|
+
grid-area: body;
|
26411
|
+
overflow: hidden;
|
26412
|
+
position: relative;
|
26549
26413
|
}
|
26550
|
-
|
26551
|
-
|
26414
|
+
|
26415
|
+
.v-picker__header {
|
26416
|
+
grid-area: header;
|
26552
26417
|
}
|
26553
26418
|
|
26554
|
-
.v-
|
26555
|
-
|
26419
|
+
.v-picker__actions {
|
26420
|
+
grid-area: actions;
|
26421
|
+
padding: 0 12px 12px;
|
26422
|
+
display: flex;
|
26423
|
+
align-items: center;
|
26424
|
+
justify-content: flex-end;
|
26556
26425
|
}
|
26557
|
-
.v-
|
26558
|
-
|
26426
|
+
.v-picker__actions .v-btn {
|
26427
|
+
min-width: 48px;
|
26559
26428
|
}
|
26560
|
-
.v-
|
26561
|
-
margin-inline-
|
26562
|
-
transform: translateY(-50%);
|
26429
|
+
.v-picker__actions .v-btn:not(:last-child) {
|
26430
|
+
margin-inline-end: 8px;
|
26563
26431
|
}
|
26564
26432
|
|
26565
|
-
.v-
|
26566
|
-
|
26433
|
+
.v-picker--landscape {
|
26434
|
+
grid-template-areas: "title" "header body" "header body";
|
26567
26435
|
}
|
26568
26436
|
|
26569
|
-
.v-
|
26570
|
-
|
26437
|
+
.v-picker--landscape.v-picker--with-actions {
|
26438
|
+
grid-template-areas: "title" "header body" "header actions";
|
26439
|
+
}
|
26440
|
+
|
26441
|
+
.v-picker-title {
|
26442
|
+
text-transform: uppercase;
|
26443
|
+
font-size: 0.75rem;
|
26444
|
+
grid-area: title;
|
26445
|
+
padding-inline: 24px 12px;
|
26446
|
+
padding-top: 16px;
|
26447
|
+
padding-bottom: 16px;
|
26448
|
+
font-weight: 400;
|
26449
|
+
letter-spacing: 0.1666666667em;
|
26571
26450
|
}.v-slider-thumb {
|
26572
26451
|
touch-action: none;
|
26573
26452
|
color: rgb(var(--v-theme-surface-variant));
|
@@ -26727,61 +26606,182 @@ html.v-overlay-scroll-blocked {
|
|
26727
26606
|
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
26728
26607
|
opacity: var(--v-hover-opacity);
|
26729
26608
|
}
|
26730
|
-
}.v-
|
26731
|
-
|
26732
|
-
grid-auto-rows: min-content;
|
26733
|
-
grid-template-areas: "title" "header" "body";
|
26734
|
-
overflow: hidden;
|
26609
|
+
}.v-slider-track__background {
|
26610
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
26735
26611
|
}
|
26736
|
-
|
26737
|
-
|
26612
|
+
@media (forced-colors: active) {
|
26613
|
+
.v-slider-track__background {
|
26614
|
+
background-color: highlight;
|
26615
|
+
}
|
26738
26616
|
}
|
26739
|
-
|
26740
|
-
|
26617
|
+
|
26618
|
+
.v-slider-track__fill {
|
26619
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
26741
26620
|
}
|
26742
|
-
|
26743
|
-
|
26621
|
+
@media (forced-colors: active) {
|
26622
|
+
.v-slider-track__fill {
|
26623
|
+
background-color: highlight;
|
26624
|
+
}
|
26744
26625
|
}
|
26745
26626
|
|
26746
|
-
.v-
|
26747
|
-
|
26748
|
-
|
26627
|
+
.v-slider-track__tick {
|
26628
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
26629
|
+
}
|
26630
|
+
.v-slider-track__tick--filled {
|
26631
|
+
background-color: rgb(var(--v-theme-surface-light));
|
26632
|
+
}
|
26633
|
+
|
26634
|
+
.v-slider-track {
|
26635
|
+
border-radius: 6px;
|
26636
|
+
}
|
26637
|
+
@media (forced-colors: active) {
|
26638
|
+
.v-slider-track {
|
26639
|
+
border: thin solid buttontext;
|
26640
|
+
}
|
26641
|
+
}
|
26642
|
+
|
26643
|
+
.v-slider-track__background, .v-slider-track__fill {
|
26644
|
+
position: absolute;
|
26645
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
26646
|
+
border-radius: inherit;
|
26647
|
+
}
|
26648
|
+
.v-slider--pressed .v-slider-track__background, .v-slider--pressed .v-slider-track__fill {
|
26649
|
+
transition: none;
|
26650
|
+
}
|
26651
|
+
.v-input--error:not(.v-input--disabled) .v-slider-track__background, .v-input--error:not(.v-input--disabled) .v-slider-track__fill {
|
26652
|
+
background-color: currentColor;
|
26653
|
+
}
|
26654
|
+
|
26655
|
+
.v-slider-track__ticks {
|
26656
|
+
height: 100%;
|
26657
|
+
width: 100%;
|
26749
26658
|
position: relative;
|
26750
26659
|
}
|
26751
26660
|
|
26752
|
-
.v-
|
26753
|
-
|
26661
|
+
.v-slider-track__tick {
|
26662
|
+
position: absolute;
|
26663
|
+
opacity: 0;
|
26664
|
+
transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
26665
|
+
border-radius: 2px;
|
26666
|
+
width: var(--v-slider-tick-size);
|
26667
|
+
height: var(--v-slider-tick-size);
|
26668
|
+
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
|
26669
|
+
}
|
26670
|
+
.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
|
26671
|
+
transform: none;
|
26754
26672
|
}
|
26755
26673
|
|
26756
|
-
.v-
|
26757
|
-
|
26758
|
-
|
26674
|
+
.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
|
26675
|
+
transform: translateX(100%);
|
26676
|
+
}
|
26677
|
+
|
26678
|
+
.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
|
26679
|
+
transform: translateX(-100%);
|
26680
|
+
}
|
26681
|
+
|
26682
|
+
.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
|
26683
|
+
transform: none;
|
26684
|
+
}
|
26685
|
+
|
26686
|
+
.v-slider-track__tick-label {
|
26687
|
+
position: absolute;
|
26688
|
+
-webkit-user-select: none;
|
26689
|
+
user-select: none;
|
26690
|
+
white-space: nowrap;
|
26691
|
+
}
|
26692
|
+
|
26693
|
+
.v-slider.v-input--horizontal .v-slider-track {
|
26759
26694
|
display: flex;
|
26760
26695
|
align-items: center;
|
26761
|
-
|
26696
|
+
width: 100%;
|
26697
|
+
height: calc(var(--v-slider-track-size) + 2px);
|
26698
|
+
touch-action: pan-y;
|
26762
26699
|
}
|
26763
|
-
.v-
|
26764
|
-
|
26700
|
+
.v-slider.v-input--horizontal .v-slider-track__background {
|
26701
|
+
height: var(--v-slider-track-size);
|
26765
26702
|
}
|
26766
|
-
.v-
|
26767
|
-
|
26703
|
+
.v-slider.v-input--horizontal .v-slider-track__fill {
|
26704
|
+
height: inherit;
|
26705
|
+
}
|
26706
|
+
.v-slider.v-input--horizontal .v-slider-track__tick {
|
26707
|
+
margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
26708
|
+
}
|
26709
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
|
26710
|
+
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
|
26768
26711
|
}
|
26769
26712
|
|
26770
|
-
.v-
|
26771
|
-
|
26713
|
+
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
26714
|
+
margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
|
26715
|
+
}
|
26716
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
26717
|
+
transform: translateX(-50%);
|
26772
26718
|
}
|
26773
26719
|
|
26774
|
-
.v-
|
26775
|
-
|
26720
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
26721
|
+
transform: translateX(50%);
|
26776
26722
|
}
|
26777
26723
|
|
26778
|
-
.v-
|
26779
|
-
|
26780
|
-
|
26781
|
-
|
26782
|
-
|
26783
|
-
|
26784
|
-
|
26785
|
-
|
26786
|
-
|
26724
|
+
.v-slider.v-input--horizontal .v-slider-track__tick--first {
|
26725
|
+
margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
|
26726
|
+
}
|
26727
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
26728
|
+
transform: translateX(0%);
|
26729
|
+
}
|
26730
|
+
|
26731
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
26732
|
+
transform: translateX(0%);
|
26733
|
+
}
|
26734
|
+
|
26735
|
+
.v-slider.v-input--horizontal .v-slider-track__tick--last {
|
26736
|
+
margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
|
26737
|
+
}
|
26738
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
26739
|
+
transform: translateX(-100%);
|
26740
|
+
}
|
26741
|
+
|
26742
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
26743
|
+
transform: translateX(100%);
|
26744
|
+
}
|
26745
|
+
|
26746
|
+
.v-slider.v-input--vertical .v-slider-track {
|
26747
|
+
height: 100%;
|
26748
|
+
display: flex;
|
26749
|
+
justify-content: center;
|
26750
|
+
width: calc(var(--v-slider-track-size) + 2px);
|
26751
|
+
touch-action: pan-x;
|
26752
|
+
}
|
26753
|
+
.v-slider.v-input--vertical .v-slider-track__background {
|
26754
|
+
width: var(--v-slider-track-size);
|
26755
|
+
}
|
26756
|
+
.v-slider.v-input--vertical .v-slider-track__fill {
|
26757
|
+
width: inherit;
|
26758
|
+
}
|
26759
|
+
.v-slider.v-input--vertical .v-slider-track__ticks {
|
26760
|
+
height: 100%;
|
26761
|
+
}
|
26762
|
+
.v-slider.v-input--vertical .v-slider-track__tick {
|
26763
|
+
margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
26764
|
+
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
|
26765
|
+
}
|
26766
|
+
.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
|
26767
|
+
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
|
26768
|
+
}
|
26769
|
+
|
26770
|
+
.v-slider.v-input--vertical .v-slider-track__tick--first {
|
26771
|
+
bottom: calc(0% + var(--v-slider-tick-size) + 1px);
|
26772
|
+
}
|
26773
|
+
.v-slider.v-input--vertical .v-slider-track__tick--last {
|
26774
|
+
bottom: calc(100% - var(--v-slider-tick-size) - 1px);
|
26775
|
+
}
|
26776
|
+
.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label {
|
26777
|
+
margin-inline-start: calc(var(--v-slider-track-size) / 2 + 12px);
|
26778
|
+
transform: translateY(-50%);
|
26779
|
+
}
|
26780
|
+
|
26781
|
+
.v-slider-track__ticks--always-show .v-slider-track__tick, .v-slider--focused .v-slider-track__tick {
|
26782
|
+
opacity: 1;
|
26783
|
+
}
|
26784
|
+
|
26785
|
+
.v-slider-track__background--opacity {
|
26786
|
+
opacity: 0.38;
|
26787
26787
|
}
|