@vuetify/nightly 3.7.3-master.2024-10-24 → 3.7.3-master.2024-10-25
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 +3290 -3290
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +5907 -5907
- package/dist/vuetify-labs.css +5142 -5142
- 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 +856 -856
- package/dist/vuetify.d.ts +54 -54
- 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 +54 -54
- 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-25
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18006,91 +18006,6 @@ html.overflow-y-hidden {
|
|
18006
18006
|
min-height: 100vh;
|
18007
18007
|
min-height: 100dvh;
|
18008
18008
|
position: relative;
|
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);
|
18094
18009
|
}.v-alert {
|
18095
18010
|
display: grid;
|
18096
18011
|
flex: 1 1;
|
@@ -18307,6 +18222,164 @@ html.overflow-y-hidden {
|
|
18307
18222
|
text-transform: none;
|
18308
18223
|
word-break: normal;
|
18309
18224
|
word-wrap: break-word;
|
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
|
+
}.v-badge {
|
18311
|
+
display: inline-block;
|
18312
|
+
line-height: 1;
|
18313
|
+
}
|
18314
|
+
|
18315
|
+
.v-badge__badge {
|
18316
|
+
align-items: center;
|
18317
|
+
display: inline-flex;
|
18318
|
+
border-radius: 10px;
|
18319
|
+
font-size: 0.75rem;
|
18320
|
+
font-weight: 500;
|
18321
|
+
height: 1.25rem;
|
18322
|
+
justify-content: center;
|
18323
|
+
min-width: 20px;
|
18324
|
+
padding: 4px 6px;
|
18325
|
+
pointer-events: auto;
|
18326
|
+
position: absolute;
|
18327
|
+
text-align: center;
|
18328
|
+
text-indent: 0;
|
18329
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
18330
|
+
white-space: nowrap;
|
18331
|
+
}
|
18332
|
+
.v-badge__badge {
|
18333
|
+
background: rgb(var(--v-theme-surface-variant));
|
18334
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
18335
|
+
}
|
18336
|
+
.v-badge--bordered .v-badge__badge::after {
|
18337
|
+
border-radius: inherit;
|
18338
|
+
border-style: solid;
|
18339
|
+
border-width: 2px;
|
18340
|
+
bottom: 0;
|
18341
|
+
color: rgb(var(--v-theme-background));
|
18342
|
+
content: "";
|
18343
|
+
left: 0;
|
18344
|
+
position: absolute;
|
18345
|
+
right: 0;
|
18346
|
+
top: 0;
|
18347
|
+
transform: scale(1.05);
|
18348
|
+
}
|
18349
|
+
.v-badge--dot .v-badge__badge {
|
18350
|
+
border-radius: 4.5px;
|
18351
|
+
height: 9px;
|
18352
|
+
min-width: 0;
|
18353
|
+
padding: 0;
|
18354
|
+
width: 9px;
|
18355
|
+
}
|
18356
|
+
.v-badge--dot .v-badge__badge::after {
|
18357
|
+
border-width: 1.5px;
|
18358
|
+
}
|
18359
|
+
.v-badge--inline .v-badge__badge {
|
18360
|
+
position: relative;
|
18361
|
+
vertical-align: middle;
|
18362
|
+
}
|
18363
|
+
.v-badge__badge .v-icon {
|
18364
|
+
color: inherit;
|
18365
|
+
font-size: 0.75rem;
|
18366
|
+
margin: 0 -2px;
|
18367
|
+
}
|
18368
|
+
.v-badge__badge img,
|
18369
|
+
.v-badge__badge .v-img {
|
18370
|
+
height: 100%;
|
18371
|
+
width: 100%;
|
18372
|
+
}
|
18373
|
+
|
18374
|
+
.v-badge__wrapper {
|
18375
|
+
display: flex;
|
18376
|
+
position: relative;
|
18377
|
+
}
|
18378
|
+
.v-badge--inline .v-badge__wrapper {
|
18379
|
+
align-items: center;
|
18380
|
+
display: inline-flex;
|
18381
|
+
justify-content: center;
|
18382
|
+
margin: 0 4px;
|
18310
18383
|
}.v-avatar {
|
18311
18384
|
flex: none;
|
18312
18385
|
align-items: center;
|
@@ -18579,147 +18652,11 @@ html.overflow-y-hidden {
|
|
18579
18652
|
}
|
18580
18653
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
18581
18654
|
align-self: flex-start;
|
18582
|
-
}.
|
18583
|
-
|
18584
|
-
|
18585
|
-
|
18586
|
-
|
18587
|
-
.v-badge__badge {
|
18588
|
-
align-items: center;
|
18589
|
-
display: inline-flex;
|
18590
|
-
border-radius: 10px;
|
18591
|
-
font-size: 0.75rem;
|
18592
|
-
font-weight: 500;
|
18593
|
-
height: 1.25rem;
|
18594
|
-
justify-content: center;
|
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;
|
18603
|
-
}
|
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;
|
18697
|
-
width: auto;
|
18698
|
-
}
|
18699
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18700
|
-
border-radius: 0;
|
18701
|
-
}
|
18702
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18703
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18704
|
-
transition: inherit;
|
18705
|
-
}
|
18706
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18707
|
-
font-size: 1.5rem;
|
18708
|
-
}
|
18709
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18710
|
-
flex-grow: 1;
|
18711
|
-
}
|
18712
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18713
|
-
transition: inherit;
|
18714
|
-
opacity: 0;
|
18715
|
-
}
|
18716
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
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%);
|
18655
|
+
}.bottom-sheet-transition-enter-from {
|
18656
|
+
transform: translateY(100%);
|
18657
|
+
}
|
18658
|
+
.bottom-sheet-transition-leave-to {
|
18659
|
+
transform: translateY(100%);
|
18723
18660
|
}
|
18724
18661
|
|
18725
18662
|
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
|
@@ -18806,6 +18743,69 @@ html.overflow-y-hidden {
|
|
18806
18743
|
display: inline-block;
|
18807
18744
|
padding: 0 8px;
|
18808
18745
|
vertical-align: middle;
|
18746
|
+
}.v-bottom-navigation {
|
18747
|
+
display: flex;
|
18748
|
+
max-width: 100%;
|
18749
|
+
overflow: hidden;
|
18750
|
+
position: absolute;
|
18751
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
18752
|
+
}
|
18753
|
+
.v-bottom-navigation {
|
18754
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
18755
|
+
border-style: solid;
|
18756
|
+
border-width: 0;
|
18757
|
+
}
|
18758
|
+
.v-bottom-navigation--border {
|
18759
|
+
border-width: thin;
|
18760
|
+
box-shadow: none;
|
18761
|
+
}
|
18762
|
+
.v-bottom-navigation {
|
18763
|
+
border-radius: 0;
|
18764
|
+
}
|
18765
|
+
.v-bottom-navigation {
|
18766
|
+
background: rgb(var(--v-theme-surface));
|
18767
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
18768
|
+
}
|
18769
|
+
.v-bottom-navigation--active {
|
18770
|
+
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));
|
18771
|
+
}
|
18772
|
+
|
18773
|
+
.v-bottom-navigation__content {
|
18774
|
+
display: flex;
|
18775
|
+
flex: none;
|
18776
|
+
font-size: 0.75rem;
|
18777
|
+
justify-content: center;
|
18778
|
+
transition: inherit;
|
18779
|
+
width: 100%;
|
18780
|
+
}
|
18781
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18782
|
+
font-size: inherit;
|
18783
|
+
height: 100%;
|
18784
|
+
max-width: 168px;
|
18785
|
+
min-width: 80px;
|
18786
|
+
text-transform: none;
|
18787
|
+
transition: inherit;
|
18788
|
+
width: auto;
|
18789
|
+
}
|
18790
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
18791
|
+
border-radius: 0;
|
18792
|
+
}
|
18793
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
18794
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18795
|
+
transition: inherit;
|
18796
|
+
}
|
18797
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
18798
|
+
font-size: 1.5rem;
|
18799
|
+
}
|
18800
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
18801
|
+
flex-grow: 1;
|
18802
|
+
}
|
18803
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
18804
|
+
transition: inherit;
|
18805
|
+
opacity: 0;
|
18806
|
+
}
|
18807
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
18808
|
+
transform: translateY(0.5rem);
|
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,6 @@ html.overflow-y-hidden {
|
|
19294
19307
|
}
|
19295
19308
|
.v-btn-group--tile {
|
19296
19309
|
border-radius: 0;
|
19297
|
-
}.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
|
19298
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
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));
|
19302
|
-
}
|
19303
|
-
.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
|
19304
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
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
|
-
}
|
19310
19310
|
}.v-card {
|
19311
19311
|
display: block;
|
19312
19312
|
overflow: hidden;
|
@@ -19685,6 +19685,24 @@ html.overflow-y-hidden {
|
|
19685
19685
|
flex-direction: column;
|
19686
19686
|
height: 100% !important;
|
19687
19687
|
width: 50px;
|
19688
|
+
}.v-chip-group {
|
19689
|
+
display: flex;
|
19690
|
+
max-width: 100%;
|
19691
|
+
min-width: 0;
|
19692
|
+
overflow-x: auto;
|
19693
|
+
padding: 4px 0;
|
19694
|
+
}
|
19695
|
+
.v-chip-group .v-chip {
|
19696
|
+
margin: 4px 8px 4px 0;
|
19697
|
+
}
|
19698
|
+
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
19699
|
+
opacity: var(--v-activated-opacity);
|
19700
|
+
}
|
19701
|
+
|
19702
|
+
.v-chip-group--column .v-slide-group__content {
|
19703
|
+
white-space: normal;
|
19704
|
+
flex-wrap: wrap;
|
19705
|
+
max-width: 100%;
|
19688
19706
|
}.v-chip {
|
19689
19707
|
align-items: center;
|
19690
19708
|
display: inline-flex;
|
@@ -20125,31 +20143,13 @@ html.overflow-y-hidden {
|
|
20125
20143
|
}
|
20126
20144
|
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
20127
20145
|
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));
|
20128
|
-
}.v-
|
20129
|
-
|
20130
|
-
|
20131
|
-
|
20132
|
-
overflow-x: auto;
|
20133
|
-
padding: 4px 0;
|
20146
|
+
}.v-combobox .v-field .v-text-field__prefix,
|
20147
|
+
.v-combobox .v-field .v-text-field__suffix,
|
20148
|
+
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20149
|
+
cursor: text;
|
20134
20150
|
}
|
20135
|
-
.v-
|
20136
|
-
|
20137
|
-
}
|
20138
|
-
.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
|
20139
|
-
opacity: var(--v-activated-opacity);
|
20140
|
-
}
|
20141
|
-
|
20142
|
-
.v-chip-group--column .v-slide-group__content {
|
20143
|
-
white-space: normal;
|
20144
|
-
flex-wrap: wrap;
|
20145
|
-
max-width: 100%;
|
20146
|
-
}.v-combobox .v-field .v-text-field__prefix,
|
20147
|
-
.v-combobox .v-field .v-text-field__suffix,
|
20148
|
-
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
20149
|
-
cursor: text;
|
20150
|
-
}
|
20151
|
-
.v-combobox .v-field .v-field__input > input {
|
20152
|
-
flex: 1 1;
|
20151
|
+
.v-combobox .v-field .v-field__input > input {
|
20152
|
+
flex: 1 1;
|
20153
20153
|
}
|
20154
20154
|
.v-combobox .v-field input {
|
20155
20155
|
min-width: 64px;
|
@@ -20451,67 +20451,6 @@ html.overflow-y-hidden {
|
|
20451
20451
|
}
|
20452
20452
|
.v-data-table-footer__page {
|
20453
20453
|
padding: 0 8px;
|
20454
|
-
}.v-date-picker-month {
|
20455
|
-
display: flex;
|
20456
|
-
justify-content: center;
|
20457
|
-
padding: 0 12px 8px;
|
20458
|
-
--v-date-picker-month-day-diff: 4px;
|
20459
|
-
}
|
20460
|
-
|
20461
|
-
.v-date-picker-month__weeks {
|
20462
|
-
display: grid;
|
20463
|
-
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20464
|
-
column-gap: 4px;
|
20465
|
-
font-size: 0.85rem;
|
20466
|
-
}
|
20467
|
-
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20468
|
-
grid-row-gap: 0;
|
20469
|
-
}
|
20470
|
-
|
20471
|
-
.v-date-picker-month__weekday {
|
20472
|
-
font-size: 0.85rem;
|
20473
|
-
}
|
20474
|
-
|
20475
|
-
.v-date-picker-month__days {
|
20476
|
-
display: grid;
|
20477
|
-
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20478
|
-
column-gap: 4px;
|
20479
|
-
flex: 1 1;
|
20480
|
-
justify-content: space-around;
|
20481
|
-
}
|
20482
|
-
|
20483
|
-
.v-date-picker-month__day {
|
20484
|
-
align-items: center;
|
20485
|
-
display: flex;
|
20486
|
-
justify-content: center;
|
20487
|
-
position: relative;
|
20488
|
-
height: 40px;
|
20489
|
-
width: 40px;
|
20490
|
-
}
|
20491
|
-
.v-date-picker-month__day--selected .v-btn {
|
20492
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
20493
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
20494
|
-
}
|
20495
|
-
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20496
|
-
--v-btn-height: 24px;
|
20497
|
-
--v-btn-size: 0.85rem;
|
20498
|
-
}
|
20499
|
-
.v-date-picker-month__day--week {
|
20500
|
-
font-size: var(--v-btn-size);
|
20501
|
-
}
|
20502
|
-
|
20503
|
-
.v-date-picker-month__day--adjacent {
|
20504
|
-
opacity: 0.5;
|
20505
|
-
}
|
20506
|
-
|
20507
|
-
.v-date-picker-month__day--hide-adjacent {
|
20508
|
-
opacity: 0;
|
20509
|
-
}.v-date-picker {
|
20510
|
-
overflow: hidden;
|
20511
|
-
width: 328px;
|
20512
|
-
}
|
20513
|
-
.v-date-picker--show-week {
|
20514
|
-
width: 368px;
|
20515
20454
|
}.v-date-picker-controls {
|
20516
20455
|
display: flex;
|
20517
20456
|
align-items: center;
|
@@ -20568,6 +20507,12 @@ html.overflow-y-hidden {
|
|
20568
20507
|
|
20569
20508
|
.v-date-picker__title {
|
20570
20509
|
display: inline-block;
|
20510
|
+
}.v-date-picker {
|
20511
|
+
overflow: hidden;
|
20512
|
+
width: 328px;
|
20513
|
+
}
|
20514
|
+
.v-date-picker--show-week {
|
20515
|
+
width: 368px;
|
20571
20516
|
}.v-date-picker-header {
|
20572
20517
|
align-items: flex-end;
|
20573
20518
|
height: 70px;
|
@@ -20628,6 +20573,61 @@ html.overflow-y-hidden {
|
|
20628
20573
|
.date-picker-header-reverse-transition-leave-to {
|
20629
20574
|
opacity: 0;
|
20630
20575
|
transform: translate(0, 100%);
|
20576
|
+
}.v-date-picker-month {
|
20577
|
+
display: flex;
|
20578
|
+
justify-content: center;
|
20579
|
+
padding: 0 12px 8px;
|
20580
|
+
--v-date-picker-month-day-diff: 4px;
|
20581
|
+
}
|
20582
|
+
|
20583
|
+
.v-date-picker-month__weeks {
|
20584
|
+
display: grid;
|
20585
|
+
grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
|
20586
|
+
column-gap: 4px;
|
20587
|
+
font-size: 0.85rem;
|
20588
|
+
}
|
20589
|
+
.v-date-picker-month__weeks + .v-date-picker-month__days {
|
20590
|
+
grid-row-gap: 0;
|
20591
|
+
}
|
20592
|
+
|
20593
|
+
.v-date-picker-month__weekday {
|
20594
|
+
font-size: 0.85rem;
|
20595
|
+
}
|
20596
|
+
|
20597
|
+
.v-date-picker-month__days {
|
20598
|
+
display: grid;
|
20599
|
+
grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
|
20600
|
+
column-gap: 4px;
|
20601
|
+
flex: 1 1;
|
20602
|
+
justify-content: space-around;
|
20603
|
+
}
|
20604
|
+
|
20605
|
+
.v-date-picker-month__day {
|
20606
|
+
align-items: center;
|
20607
|
+
display: flex;
|
20608
|
+
justify-content: center;
|
20609
|
+
position: relative;
|
20610
|
+
height: 40px;
|
20611
|
+
width: 40px;
|
20612
|
+
}
|
20613
|
+
.v-date-picker-month__day--selected .v-btn {
|
20614
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
20615
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20616
|
+
}
|
20617
|
+
.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
|
20618
|
+
--v-btn-height: 24px;
|
20619
|
+
--v-btn-size: 0.85rem;
|
20620
|
+
}
|
20621
|
+
.v-date-picker-month__day--week {
|
20622
|
+
font-size: var(--v-btn-size);
|
20623
|
+
}
|
20624
|
+
|
20625
|
+
.v-date-picker-month__day--adjacent {
|
20626
|
+
opacity: 0.5;
|
20627
|
+
}
|
20628
|
+
|
20629
|
+
.v-date-picker-month__day--hide-adjacent {
|
20630
|
+
opacity: 0;
|
20631
20631
|
}.v-date-picker-months {
|
20632
20632
|
height: 288px;
|
20633
20633
|
}
|
@@ -20647,6 +20647,21 @@ html.overflow-y-hidden {
|
|
20647
20647
|
text-transform: none;
|
20648
20648
|
padding-inline-start: 8px;
|
20649
20649
|
padding-inline-end: 8px;
|
20650
|
+
}.v-date-picker-years {
|
20651
|
+
height: 288px;
|
20652
|
+
overflow-y: scroll;
|
20653
|
+
}
|
20654
|
+
|
20655
|
+
.v-date-picker-years__content {
|
20656
|
+
display: grid;
|
20657
|
+
flex: 1 1;
|
20658
|
+
justify-content: space-around;
|
20659
|
+
grid-template-columns: repeat(3, 1fr);
|
20660
|
+
gap: 8px 24px;
|
20661
|
+
padding-inline: 32px;
|
20662
|
+
}
|
20663
|
+
.v-date-picker-years__content .v-btn {
|
20664
|
+
padding-inline: 8px;
|
20650
20665
|
}.v-dialog {
|
20651
20666
|
align-items: center;
|
20652
20667
|
justify-content: center;
|
@@ -20747,21 +20762,6 @@ html.overflow-y-hidden {
|
|
20747
20762
|
-webkit-backface-visibility: hidden;
|
20748
20763
|
backface-visibility: hidden;
|
20749
20764
|
overflow-y: auto;
|
20750
|
-
}.v-date-picker-years {
|
20751
|
-
height: 288px;
|
20752
|
-
overflow-y: scroll;
|
20753
|
-
}
|
20754
|
-
|
20755
|
-
.v-date-picker-years__content {
|
20756
|
-
display: grid;
|
20757
|
-
flex: 1 1;
|
20758
|
-
justify-content: space-around;
|
20759
|
-
grid-template-columns: repeat(3, 1fr);
|
20760
|
-
gap: 8px 24px;
|
20761
|
-
padding-inline: 32px;
|
20762
|
-
}
|
20763
|
-
.v-date-picker-years__content .v-btn {
|
20764
|
-
padding-inline: 8px;
|
20765
20765
|
}.v-divider {
|
20766
20766
|
display: block;
|
20767
20767
|
flex: 1 1 100%;
|
@@ -20881,6 +20881,75 @@ html.overflow-y-hidden {
|
|
20881
20881
|
.v-empty-state__action-btn.v-btn {
|
20882
20882
|
background-color: initial;
|
20883
20883
|
color: initial;
|
20884
|
+
}.v-fab {
|
20885
|
+
align-items: center;
|
20886
|
+
display: inline-flex;
|
20887
|
+
flex: 1 1 auto;
|
20888
|
+
pointer-events: none;
|
20889
|
+
position: relative;
|
20890
|
+
transition-duration: 0.2s;
|
20891
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
20892
|
+
vertical-align: middle;
|
20893
|
+
}
|
20894
|
+
.v-fab .v-btn {
|
20895
|
+
pointer-events: auto;
|
20896
|
+
}
|
20897
|
+
.v-fab .v-btn--variant-elevated {
|
20898
|
+
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));
|
20899
|
+
}
|
20900
|
+
.v-fab--app, .v-fab--absolute {
|
20901
|
+
display: flex;
|
20902
|
+
}
|
20903
|
+
.v-fab--start, .v-fab--left {
|
20904
|
+
justify-content: flex-start;
|
20905
|
+
}
|
20906
|
+
.v-fab--center {
|
20907
|
+
align-items: center;
|
20908
|
+
justify-content: center;
|
20909
|
+
}
|
20910
|
+
.v-fab--end, .v-fab--right {
|
20911
|
+
justify-content: flex-end;
|
20912
|
+
}
|
20913
|
+
.v-fab--bottom {
|
20914
|
+
align-items: flex-end;
|
20915
|
+
}
|
20916
|
+
.v-fab--top {
|
20917
|
+
align-items: flex-start;
|
20918
|
+
}
|
20919
|
+
.v-fab--extended .v-btn {
|
20920
|
+
border-radius: 9999px !important;
|
20921
|
+
}
|
20922
|
+
|
20923
|
+
.v-fab__container {
|
20924
|
+
align-self: center;
|
20925
|
+
display: inline-flex;
|
20926
|
+
position: absolute;
|
20927
|
+
vertical-align: middle;
|
20928
|
+
}
|
20929
|
+
.v-fab--app .v-fab__container {
|
20930
|
+
margin: 12px;
|
20931
|
+
}
|
20932
|
+
.v-fab--absolute .v-fab__container {
|
20933
|
+
position: absolute;
|
20934
|
+
z-index: 4;
|
20935
|
+
}
|
20936
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
20937
|
+
transform: translateY(-50%);
|
20938
|
+
}
|
20939
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
20940
|
+
transform: translateY(50%);
|
20941
|
+
}
|
20942
|
+
.v-fab--top .v-fab__container {
|
20943
|
+
top: 0;
|
20944
|
+
}
|
20945
|
+
.v-fab--bottom .v-fab__container {
|
20946
|
+
bottom: 0;
|
20947
|
+
}
|
20948
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
20949
|
+
left: 0;
|
20950
|
+
}
|
20951
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
20952
|
+
right: 0;
|
20884
20953
|
}.v-expansion-panel {
|
20885
20954
|
background-color: rgb(var(--v-theme-surface));
|
20886
20955
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
@@ -21680,83 +21749,14 @@ textarea.v-field__input::placeholder {
|
|
21680
21749
|
opacity: 0;
|
21681
21750
|
}
|
21682
21751
|
|
21683
|
-
/* endregion */.v-
|
21684
|
-
|
21685
|
-
|
21686
|
-
|
21687
|
-
pointer-events: none;
|
21688
|
-
position: relative;
|
21689
|
-
transition-duration: 0.2s;
|
21690
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
21691
|
-
vertical-align: middle;
|
21692
|
-
}
|
21693
|
-
.v-fab .v-btn {
|
21694
|
-
pointer-events: auto;
|
21695
|
-
}
|
21696
|
-
.v-fab .v-btn--variant-elevated {
|
21697
|
-
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));
|
21752
|
+
/* endregion */.v-file-input--hide.v-input .v-field,
|
21753
|
+
.v-file-input--hide.v-input .v-input__control,
|
21754
|
+
.v-file-input--hide.v-input .v-input__details {
|
21755
|
+
display: none;
|
21698
21756
|
}
|
21699
|
-
.v-
|
21700
|
-
|
21701
|
-
|
21702
|
-
.v-fab--start, .v-fab--left {
|
21703
|
-
justify-content: flex-start;
|
21704
|
-
}
|
21705
|
-
.v-fab--center {
|
21706
|
-
align-items: center;
|
21707
|
-
justify-content: center;
|
21708
|
-
}
|
21709
|
-
.v-fab--end, .v-fab--right {
|
21710
|
-
justify-content: flex-end;
|
21711
|
-
}
|
21712
|
-
.v-fab--bottom {
|
21713
|
-
align-items: flex-end;
|
21714
|
-
}
|
21715
|
-
.v-fab--top {
|
21716
|
-
align-items: flex-start;
|
21717
|
-
}
|
21718
|
-
.v-fab--extended .v-btn {
|
21719
|
-
border-radius: 9999px !important;
|
21720
|
-
}
|
21721
|
-
|
21722
|
-
.v-fab__container {
|
21723
|
-
align-self: center;
|
21724
|
-
display: inline-flex;
|
21725
|
-
position: absolute;
|
21726
|
-
vertical-align: middle;
|
21727
|
-
}
|
21728
|
-
.v-fab--app .v-fab__container {
|
21729
|
-
margin: 12px;
|
21730
|
-
}
|
21731
|
-
.v-fab--absolute .v-fab__container {
|
21732
|
-
position: absolute;
|
21733
|
-
z-index: 4;
|
21734
|
-
}
|
21735
|
-
.v-fab--offset.v-fab--top .v-fab__container {
|
21736
|
-
transform: translateY(-50%);
|
21737
|
-
}
|
21738
|
-
.v-fab--offset.v-fab--bottom .v-fab__container {
|
21739
|
-
transform: translateY(50%);
|
21740
|
-
}
|
21741
|
-
.v-fab--top .v-fab__container {
|
21742
|
-
top: 0;
|
21743
|
-
}
|
21744
|
-
.v-fab--bottom .v-fab__container {
|
21745
|
-
bottom: 0;
|
21746
|
-
}
|
21747
|
-
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
21748
|
-
left: 0;
|
21749
|
-
}
|
21750
|
-
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
21751
|
-
right: 0;
|
21752
|
-
}.v-file-input--hide.v-input .v-field,
|
21753
|
-
.v-file-input--hide.v-input .v-input__control,
|
21754
|
-
.v-file-input--hide.v-input .v-input__details {
|
21755
|
-
display: none;
|
21756
|
-
}
|
21757
|
-
.v-file-input--hide.v-input .v-input__prepend {
|
21758
|
-
grid-area: control;
|
21759
|
-
margin: 0 auto;
|
21757
|
+
.v-file-input--hide.v-input .v-input__prepend {
|
21758
|
+
grid-area: control;
|
21759
|
+
margin: 0 auto;
|
21760
21760
|
}
|
21761
21761
|
.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
|
21762
21762
|
.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
|
@@ -22450,42 +22450,6 @@ textarea.v-field__input::placeholder {
|
|
22450
22450
|
.offset-xxl-11 {
|
22451
22451
|
margin-inline-start: 91.6666666667%;
|
22452
22452
|
}
|
22453
|
-
}.v-footer {
|
22454
|
-
align-items: center;
|
22455
|
-
display: flex;
|
22456
|
-
flex: 1 1 auto;
|
22457
|
-
padding: 8px 16px;
|
22458
|
-
position: relative;
|
22459
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22460
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
22461
|
-
}
|
22462
|
-
.v-footer {
|
22463
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
22464
|
-
border-style: solid;
|
22465
|
-
border-width: 0;
|
22466
|
-
}
|
22467
|
-
.v-footer--border {
|
22468
|
-
border-width: thin;
|
22469
|
-
box-shadow: none;
|
22470
|
-
}
|
22471
|
-
.v-footer {
|
22472
|
-
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));
|
22473
|
-
}
|
22474
|
-
.v-footer--absolute {
|
22475
|
-
position: absolute;
|
22476
|
-
}
|
22477
|
-
.v-footer--fixed {
|
22478
|
-
position: fixed;
|
22479
|
-
}
|
22480
|
-
.v-footer {
|
22481
|
-
border-radius: 0;
|
22482
|
-
}
|
22483
|
-
.v-footer {
|
22484
|
-
background: rgb(var(--v-theme-surface));
|
22485
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
22486
|
-
}
|
22487
|
-
.v-footer--rounded {
|
22488
|
-
border-radius: 4px;
|
22489
22453
|
}.v-icon {
|
22490
22454
|
--v-icon-size-multiplier: 1;
|
22491
22455
|
align-items: center;
|
@@ -22789,6 +22753,13 @@ textarea.v-field__input::placeholder {
|
|
22789
22753
|
|
22790
22754
|
.v-label--clickable {
|
22791
22755
|
cursor: pointer;
|
22756
|
+
}.v-layout-item {
|
22757
|
+
position: absolute;
|
22758
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22759
|
+
}
|
22760
|
+
|
22761
|
+
.v-layout-item--absolute {
|
22762
|
+
position: absolute;
|
22792
22763
|
}.v-layout {
|
22793
22764
|
--v-scrollbar-offset: 0px;
|
22794
22765
|
display: flex;
|
@@ -22797,13 +22768,6 @@ textarea.v-field__input::placeholder {
|
|
22797
22768
|
.v-layout--full-height {
|
22798
22769
|
--v-scrollbar-offset: inherit;
|
22799
22770
|
height: 100%;
|
22800
|
-
}.v-layout-item {
|
22801
|
-
position: absolute;
|
22802
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22803
|
-
}
|
22804
|
-
|
22805
|
-
.v-layout-item--absolute {
|
22806
|
-
position: absolute;
|
22807
22771
|
}.v-list {
|
22808
22772
|
overflow: auto;
|
22809
22773
|
padding: 8px 0;
|
@@ -23379,8 +23343,6 @@ textarea.v-field__input::placeholder {
|
|
23379
23343
|
}
|
23380
23344
|
.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
|
23381
23345
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23382
|
-
}.v-locale-provider {
|
23383
|
-
display: contents;
|
23384
23346
|
}.v-main {
|
23385
23347
|
flex: 1 0 auto;
|
23386
23348
|
max-width: 100%;
|
@@ -23430,6 +23392,87 @@ textarea.v-field__input::placeholder {
|
|
23430
23392
|
.v-menu > .v-overlay__content > .v-sheet,
|
23431
23393
|
.v-menu > .v-overlay__content > .v-list {
|
23432
23394
|
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));
|
23395
|
+
}.v-locale-provider {
|
23396
|
+
display: contents;
|
23397
|
+
}.v-messages {
|
23398
|
+
flex: 1 1 auto;
|
23399
|
+
font-size: 12px;
|
23400
|
+
min-height: 14px;
|
23401
|
+
min-width: 1px;
|
23402
|
+
opacity: var(--v-medium-emphasis-opacity);
|
23403
|
+
position: relative;
|
23404
|
+
}
|
23405
|
+
.v-messages__message {
|
23406
|
+
line-height: 12px;
|
23407
|
+
word-break: break-word;
|
23408
|
+
overflow-wrap: break-word;
|
23409
|
+
word-wrap: break-word;
|
23410
|
+
-webkit-hyphens: auto;
|
23411
|
+
hyphens: auto;
|
23412
|
+
transition-duration: 150ms;
|
23413
|
+
}.v-overlay-container {
|
23414
|
+
contain: layout;
|
23415
|
+
left: 0;
|
23416
|
+
pointer-events: none;
|
23417
|
+
position: absolute;
|
23418
|
+
top: 0;
|
23419
|
+
display: contents;
|
23420
|
+
}
|
23421
|
+
|
23422
|
+
.v-overlay-scroll-blocked {
|
23423
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
23424
|
+
}
|
23425
|
+
.v-overlay-scroll-blocked:not(html) {
|
23426
|
+
overflow-y: hidden !important;
|
23427
|
+
}
|
23428
|
+
html.v-overlay-scroll-blocked {
|
23429
|
+
position: fixed;
|
23430
|
+
top: var(--v-body-scroll-y);
|
23431
|
+
left: var(--v-body-scroll-x);
|
23432
|
+
width: 100%;
|
23433
|
+
height: 100%;
|
23434
|
+
}
|
23435
|
+
|
23436
|
+
.v-overlay {
|
23437
|
+
border-radius: inherit;
|
23438
|
+
display: flex;
|
23439
|
+
left: 0;
|
23440
|
+
pointer-events: none;
|
23441
|
+
position: fixed;
|
23442
|
+
top: 0;
|
23443
|
+
bottom: 0;
|
23444
|
+
right: 0;
|
23445
|
+
}
|
23446
|
+
|
23447
|
+
.v-overlay__content {
|
23448
|
+
outline: none;
|
23449
|
+
position: absolute;
|
23450
|
+
pointer-events: auto;
|
23451
|
+
contain: layout;
|
23452
|
+
}
|
23453
|
+
|
23454
|
+
.v-overlay__scrim {
|
23455
|
+
pointer-events: auto;
|
23456
|
+
background: rgb(var(--v-theme-on-surface));
|
23457
|
+
border-radius: inherit;
|
23458
|
+
bottom: 0;
|
23459
|
+
left: 0;
|
23460
|
+
opacity: var(--v-overlay-opacity, 0.32);
|
23461
|
+
position: fixed;
|
23462
|
+
right: 0;
|
23463
|
+
top: 0;
|
23464
|
+
}
|
23465
|
+
|
23466
|
+
.v-overlay--absolute {
|
23467
|
+
position: absolute;
|
23468
|
+
}
|
23469
|
+
|
23470
|
+
.v-overlay--contained .v-overlay__scrim {
|
23471
|
+
position: absolute;
|
23472
|
+
}
|
23473
|
+
|
23474
|
+
.v-overlay--scroll-blocked {
|
23475
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
23433
23476
|
}.v-navigation-drawer {
|
23434
23477
|
-webkit-overflow-scrolling: touch;
|
23435
23478
|
background: rgb(var(--v-theme-surface));
|
@@ -23538,116 +23581,37 @@ textarea.v-field__input::placeholder {
|
|
23538
23581
|
.v-navigation-drawer__append {
|
23539
23582
|
flex: none;
|
23540
23583
|
overflow: hidden;
|
23541
|
-
}.v-
|
23542
|
-
|
23543
|
-
|
23544
|
-
|
23545
|
-
|
23546
|
-
opacity: var(--v-medium-emphasis-opacity);
|
23584
|
+
}.v-otp-input {
|
23585
|
+
align-items: center;
|
23586
|
+
display: flex;
|
23587
|
+
justify-content: center;
|
23588
|
+
padding: 0.5rem 0;
|
23547
23589
|
position: relative;
|
23548
23590
|
}
|
23549
|
-
.v-
|
23550
|
-
|
23551
|
-
word-break: break-word;
|
23552
|
-
overflow-wrap: break-word;
|
23553
|
-
word-wrap: break-word;
|
23554
|
-
-webkit-hyphens: auto;
|
23555
|
-
hyphens: auto;
|
23556
|
-
transition-duration: 150ms;
|
23557
|
-
}.v-overlay-container {
|
23558
|
-
contain: layout;
|
23559
|
-
left: 0;
|
23560
|
-
pointer-events: none;
|
23561
|
-
position: absolute;
|
23562
|
-
top: 0;
|
23563
|
-
display: contents;
|
23564
|
-
}
|
23565
|
-
|
23566
|
-
.v-overlay-scroll-blocked {
|
23567
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
23568
|
-
}
|
23569
|
-
.v-overlay-scroll-blocked:not(html) {
|
23570
|
-
overflow-y: hidden !important;
|
23591
|
+
.v-otp-input {
|
23592
|
+
border-radius: 4px;
|
23571
23593
|
}
|
23572
|
-
|
23573
|
-
position: fixed;
|
23574
|
-
top: var(--v-body-scroll-y);
|
23575
|
-
left: var(--v-body-scroll-x);
|
23576
|
-
width: 100%;
|
23594
|
+
.v-otp-input .v-field {
|
23577
23595
|
height: 100%;
|
23578
23596
|
}
|
23579
23597
|
|
23580
|
-
.v-
|
23581
|
-
|
23598
|
+
.v-otp-input__divider {
|
23599
|
+
margin: 0 8px;
|
23600
|
+
}
|
23601
|
+
|
23602
|
+
.v-otp-input__content {
|
23603
|
+
align-items: center;
|
23582
23604
|
display: flex;
|
23583
|
-
|
23584
|
-
|
23585
|
-
|
23586
|
-
|
23587
|
-
|
23588
|
-
|
23589
|
-
|
23590
|
-
|
23591
|
-
.v-
|
23592
|
-
|
23593
|
-
position: absolute;
|
23594
|
-
pointer-events: auto;
|
23595
|
-
contain: layout;
|
23596
|
-
}
|
23597
|
-
|
23598
|
-
.v-overlay__scrim {
|
23599
|
-
pointer-events: auto;
|
23600
|
-
background: rgb(var(--v-theme-on-surface));
|
23601
|
-
border-radius: inherit;
|
23602
|
-
bottom: 0;
|
23603
|
-
left: 0;
|
23604
|
-
opacity: var(--v-overlay-opacity, 0.32);
|
23605
|
-
position: fixed;
|
23606
|
-
right: 0;
|
23607
|
-
top: 0;
|
23608
|
-
}
|
23609
|
-
|
23610
|
-
.v-overlay--absolute {
|
23611
|
-
position: absolute;
|
23612
|
-
}
|
23613
|
-
|
23614
|
-
.v-overlay--contained .v-overlay__scrim {
|
23615
|
-
position: absolute;
|
23616
|
-
}
|
23617
|
-
|
23618
|
-
.v-overlay--scroll-blocked {
|
23619
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
23620
|
-
}.v-otp-input {
|
23621
|
-
align-items: center;
|
23622
|
-
display: flex;
|
23623
|
-
justify-content: center;
|
23624
|
-
padding: 0.5rem 0;
|
23625
|
-
position: relative;
|
23626
|
-
}
|
23627
|
-
.v-otp-input {
|
23628
|
-
border-radius: 4px;
|
23629
|
-
}
|
23630
|
-
.v-otp-input .v-field {
|
23631
|
-
height: 100%;
|
23632
|
-
}
|
23633
|
-
|
23634
|
-
.v-otp-input__divider {
|
23635
|
-
margin: 0 8px;
|
23636
|
-
}
|
23637
|
-
|
23638
|
-
.v-otp-input__content {
|
23639
|
-
align-items: center;
|
23640
|
-
display: flex;
|
23641
|
-
gap: 0.5rem;
|
23642
|
-
height: 64px;
|
23643
|
-
padding: 0.5rem;
|
23644
|
-
justify-content: center;
|
23645
|
-
max-width: 320px;
|
23646
|
-
position: relative;
|
23647
|
-
border-radius: inherit;
|
23648
|
-
}
|
23649
|
-
.v-otp-input--divided .v-otp-input__content {
|
23650
|
-
max-width: 360px;
|
23605
|
+
gap: 0.5rem;
|
23606
|
+
height: 64px;
|
23607
|
+
padding: 0.5rem;
|
23608
|
+
justify-content: center;
|
23609
|
+
max-width: 320px;
|
23610
|
+
position: relative;
|
23611
|
+
border-radius: inherit;
|
23612
|
+
}
|
23613
|
+
.v-otp-input--divided .v-otp-input__content {
|
23614
|
+
max-width: 360px;
|
23651
23615
|
}
|
23652
23616
|
|
23653
23617
|
.v-otp-input__field {
|
@@ -23683,6 +23647,12 @@ html.v-overlay-scroll-blocked {
|
|
23683
23647
|
}
|
23684
23648
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
23685
23649
|
margin: 0.3rem;
|
23650
|
+
}.v-parallax {
|
23651
|
+
position: relative;
|
23652
|
+
overflow: hidden;
|
23653
|
+
}
|
23654
|
+
.v-parallax--active > .v-img__img {
|
23655
|
+
will-change: transform;
|
23686
23656
|
}.v-progress-circular {
|
23687
23657
|
align-items: center;
|
23688
23658
|
display: inline-flex;
|
@@ -23785,12 +23755,6 @@ html.v-overlay-scroll-blocked {
|
|
23785
23755
|
100% {
|
23786
23756
|
transform: rotate(270deg);
|
23787
23757
|
}
|
23788
|
-
}.v-parallax {
|
23789
|
-
position: relative;
|
23790
|
-
overflow: hidden;
|
23791
|
-
}
|
23792
|
-
.v-parallax--active > .v-img__img {
|
23793
|
-
will-change: transform;
|
23794
23758
|
}.v-progress-linear {
|
23795
23759
|
background: transparent;
|
23796
23760
|
overflow: hidden;
|
@@ -24019,59 +23983,6 @@ html.v-overlay-scroll-blocked {
|
|
24019
23983
|
0% {
|
24020
23984
|
background-position-x: var(--v-progress-linear-height);
|
24021
23985
|
}
|
24022
|
-
}.v-rating {
|
24023
|
-
max-width: 100%;
|
24024
|
-
display: inline-flex;
|
24025
|
-
white-space: nowrap;
|
24026
|
-
}
|
24027
|
-
.v-rating--readonly {
|
24028
|
-
pointer-events: none;
|
24029
|
-
}
|
24030
|
-
|
24031
|
-
.v-rating__wrapper {
|
24032
|
-
align-items: center;
|
24033
|
-
display: inline-flex;
|
24034
|
-
flex-direction: column;
|
24035
|
-
}
|
24036
|
-
.v-rating__wrapper--bottom {
|
24037
|
-
flex-direction: column-reverse;
|
24038
|
-
}
|
24039
|
-
|
24040
|
-
.v-rating__item {
|
24041
|
-
display: inline-flex;
|
24042
|
-
position: relative;
|
24043
|
-
}
|
24044
|
-
.v-rating__item label {
|
24045
|
-
cursor: pointer;
|
24046
|
-
}
|
24047
|
-
.v-rating__item .v-btn--variant-plain {
|
24048
|
-
opacity: 1;
|
24049
|
-
}
|
24050
|
-
.v-rating__item .v-btn {
|
24051
|
-
transition-property: transform;
|
24052
|
-
}
|
24053
|
-
.v-rating__item .v-btn .v-icon {
|
24054
|
-
transition: inherit;
|
24055
|
-
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24056
|
-
}
|
24057
|
-
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24058
|
-
transform: scale(1.25);
|
24059
|
-
}
|
24060
|
-
.v-rating__item--half {
|
24061
|
-
overflow: hidden;
|
24062
|
-
position: absolute;
|
24063
|
-
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24064
|
-
z-index: 1;
|
24065
|
-
}
|
24066
|
-
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24067
|
-
opacity: 0;
|
24068
|
-
}
|
24069
|
-
|
24070
|
-
.v-rating__hidden {
|
24071
|
-
height: 0;
|
24072
|
-
opacity: 0;
|
24073
|
-
position: absolute;
|
24074
|
-
width: 0;
|
24075
23986
|
}.v-radio-group > .v-input__control {
|
24076
23987
|
flex-direction: column;
|
24077
23988
|
}
|
@@ -24141,6 +24052,59 @@ html.v-overlay-scroll-blocked {
|
|
24141
24052
|
|
24142
24053
|
.v-slider__label {
|
24143
24054
|
margin-inline-end: 12px;
|
24055
|
+
}.v-rating {
|
24056
|
+
max-width: 100%;
|
24057
|
+
display: inline-flex;
|
24058
|
+
white-space: nowrap;
|
24059
|
+
}
|
24060
|
+
.v-rating--readonly {
|
24061
|
+
pointer-events: none;
|
24062
|
+
}
|
24063
|
+
|
24064
|
+
.v-rating__wrapper {
|
24065
|
+
align-items: center;
|
24066
|
+
display: inline-flex;
|
24067
|
+
flex-direction: column;
|
24068
|
+
}
|
24069
|
+
.v-rating__wrapper--bottom {
|
24070
|
+
flex-direction: column-reverse;
|
24071
|
+
}
|
24072
|
+
|
24073
|
+
.v-rating__item {
|
24074
|
+
display: inline-flex;
|
24075
|
+
position: relative;
|
24076
|
+
}
|
24077
|
+
.v-rating__item label {
|
24078
|
+
cursor: pointer;
|
24079
|
+
}
|
24080
|
+
.v-rating__item .v-btn--variant-plain {
|
24081
|
+
opacity: 1;
|
24082
|
+
}
|
24083
|
+
.v-rating__item .v-btn {
|
24084
|
+
transition-property: transform;
|
24085
|
+
}
|
24086
|
+
.v-rating__item .v-btn .v-icon {
|
24087
|
+
transition: inherit;
|
24088
|
+
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
24089
|
+
}
|
24090
|
+
.v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
|
24091
|
+
transform: scale(1.25);
|
24092
|
+
}
|
24093
|
+
.v-rating__item--half {
|
24094
|
+
overflow: hidden;
|
24095
|
+
position: absolute;
|
24096
|
+
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
|
24097
|
+
z-index: 1;
|
24098
|
+
}
|
24099
|
+
.v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
|
24100
|
+
opacity: 0;
|
24101
|
+
}
|
24102
|
+
|
24103
|
+
.v-rating__hidden {
|
24104
|
+
height: 0;
|
24105
|
+
opacity: 0;
|
24106
|
+
position: absolute;
|
24107
|
+
width: 0;
|
24144
24108
|
}.v-responsive {
|
24145
24109
|
display: flex;
|
24146
24110
|
flex: 1 0 auto;
|
@@ -24167,58 +24131,42 @@ html.v-overlay-scroll-blocked {
|
|
24167
24131
|
flex: 1 0 0px;
|
24168
24132
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24169
24133
|
pointer-events: none;
|
24170
|
-
}.v-
|
24171
|
-
|
24172
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
24173
|
-
cursor: pointer;
|
24174
|
-
}
|
24175
|
-
.v-select .v-field .v-field__input > input {
|
24176
|
-
align-self: flex-start;
|
24177
|
-
opacity: 1;
|
24178
|
-
flex: 0 0;
|
24179
|
-
position: absolute;
|
24180
|
-
width: 100%;
|
24181
|
-
transition: none;
|
24182
|
-
pointer-events: none;
|
24183
|
-
caret-color: transparent;
|
24134
|
+
}.v-sheet {
|
24135
|
+
display: block;
|
24184
24136
|
}
|
24185
|
-
.v-
|
24186
|
-
|
24137
|
+
.v-sheet {
|
24138
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
24139
|
+
border-style: solid;
|
24140
|
+
border-width: 0;
|
24187
24141
|
}
|
24188
|
-
.v-
|
24189
|
-
|
24190
|
-
|
24191
|
-
white-space: nowrap;
|
24142
|
+
.v-sheet--border {
|
24143
|
+
border-width: thin;
|
24144
|
+
box-shadow: none;
|
24192
24145
|
}
|
24193
|
-
.v-
|
24194
|
-
|
24146
|
+
.v-sheet {
|
24147
|
+
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));
|
24195
24148
|
}
|
24196
|
-
.v-
|
24197
|
-
|
24149
|
+
.v-sheet--absolute {
|
24150
|
+
position: absolute;
|
24198
24151
|
}
|
24199
|
-
.v-
|
24200
|
-
|
24152
|
+
.v-sheet--fixed {
|
24153
|
+
position: fixed;
|
24201
24154
|
}
|
24202
|
-
.v-
|
24203
|
-
|
24204
|
-
align-items: center;
|
24205
|
-
letter-spacing: inherit;
|
24206
|
-
line-height: inherit;
|
24207
|
-
max-width: 100%;
|
24155
|
+
.v-sheet--relative {
|
24156
|
+
position: relative;
|
24208
24157
|
}
|
24209
|
-
.v-
|
24210
|
-
|
24158
|
+
.v-sheet--sticky {
|
24159
|
+
position: sticky;
|
24211
24160
|
}
|
24212
|
-
.v-
|
24213
|
-
|
24161
|
+
.v-sheet {
|
24162
|
+
border-radius: 0;
|
24214
24163
|
}
|
24215
|
-
.v-
|
24216
|
-
|
24217
|
-
|
24164
|
+
.v-sheet {
|
24165
|
+
background: rgb(var(--v-theme-surface));
|
24166
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24218
24167
|
}
|
24219
|
-
.v-
|
24220
|
-
|
24221
|
-
transform: rotate(180deg);
|
24168
|
+
.v-sheet--rounded {
|
24169
|
+
border-radius: 4px;
|
24222
24170
|
}.v-selection-control {
|
24223
24171
|
align-items: center;
|
24224
24172
|
contain: layout;
|
@@ -24322,105 +24270,58 @@ html.v-overlay-scroll-blocked {
|
|
24322
24270
|
}
|
24323
24271
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
24324
24272
|
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
24325
|
-
}.v-
|
24326
|
-
|
24327
|
-
|
24328
|
-
flex-direction: column;
|
24329
|
-
}
|
24330
|
-
.v-selection-control-group--inline {
|
24331
|
-
flex-direction: row;
|
24332
|
-
flex-wrap: wrap;
|
24333
|
-
}.v-slide-group {
|
24334
|
-
display: flex;
|
24335
|
-
overflow: hidden;
|
24336
|
-
}
|
24337
|
-
|
24338
|
-
.v-slide-group__next,
|
24339
|
-
.v-slide-group__prev {
|
24340
|
-
align-items: center;
|
24341
|
-
display: flex;
|
24342
|
-
flex: 0 1 52px;
|
24343
|
-
justify-content: center;
|
24344
|
-
min-width: 52px;
|
24273
|
+
}.v-select .v-field .v-text-field__prefix,
|
24274
|
+
.v-select .v-field .v-text-field__suffix,
|
24275
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
24345
24276
|
cursor: pointer;
|
24346
24277
|
}
|
24347
|
-
.v-
|
24348
|
-
|
24278
|
+
.v-select .v-field .v-field__input > input {
|
24279
|
+
align-self: flex-start;
|
24280
|
+
opacity: 1;
|
24281
|
+
flex: 0 0;
|
24282
|
+
position: absolute;
|
24283
|
+
width: 100%;
|
24284
|
+
transition: none;
|
24349
24285
|
pointer-events: none;
|
24350
|
-
|
24351
|
-
}
|
24352
|
-
|
24353
|
-
.v-slide-group__content {
|
24354
|
-
display: flex;
|
24355
|
-
flex: 1 0 auto;
|
24356
|
-
position: relative;
|
24357
|
-
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24358
|
-
white-space: nowrap;
|
24359
|
-
}
|
24360
|
-
.v-slide-group__content > * {
|
24361
|
-
white-space: initial;
|
24362
|
-
}
|
24363
|
-
|
24364
|
-
.v-slide-group__container {
|
24365
|
-
contain: content;
|
24366
|
-
display: flex;
|
24367
|
-
flex: 1 1 auto;
|
24368
|
-
overflow-x: auto;
|
24369
|
-
overflow-y: hidden;
|
24370
|
-
scrollbar-width: none;
|
24371
|
-
scrollbar-color: rgba(0, 0, 0, 0);
|
24372
|
-
}
|
24373
|
-
.v-slide-group__container::-webkit-scrollbar {
|
24374
|
-
display: none;
|
24375
|
-
}
|
24376
|
-
|
24377
|
-
.v-slide-group--vertical {
|
24378
|
-
max-height: inherit;
|
24379
|
-
}
|
24380
|
-
.v-slide-group--vertical,
|
24381
|
-
.v-slide-group--vertical .v-slide-group__container,
|
24382
|
-
.v-slide-group--vertical .v-slide-group__content {
|
24383
|
-
flex-direction: column;
|
24384
|
-
}
|
24385
|
-
.v-slide-group--vertical .v-slide-group__container {
|
24386
|
-
overflow-x: hidden;
|
24387
|
-
overflow-y: auto;
|
24388
|
-
}.v-sheet {
|
24389
|
-
display: block;
|
24286
|
+
caret-color: transparent;
|
24390
24287
|
}
|
24391
|
-
.v-
|
24392
|
-
|
24393
|
-
border-style: solid;
|
24394
|
-
border-width: 0;
|
24288
|
+
.v-select .v-field--dirty .v-select__selection {
|
24289
|
+
margin-inline-end: 2px;
|
24395
24290
|
}
|
24396
|
-
.v-
|
24397
|
-
|
24398
|
-
|
24291
|
+
.v-select .v-select__selection-text {
|
24292
|
+
overflow: hidden;
|
24293
|
+
text-overflow: ellipsis;
|
24294
|
+
white-space: nowrap;
|
24399
24295
|
}
|
24400
|
-
.v-
|
24401
|
-
|
24296
|
+
.v-select__content {
|
24297
|
+
overflow: hidden;
|
24402
24298
|
}
|
24403
|
-
.v-
|
24404
|
-
|
24299
|
+
.v-select__content {
|
24300
|
+
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));
|
24405
24301
|
}
|
24406
|
-
.v-
|
24407
|
-
|
24302
|
+
.v-select__content {
|
24303
|
+
border-radius: 4px;
|
24408
24304
|
}
|
24409
|
-
.v-
|
24410
|
-
|
24305
|
+
.v-select__selection {
|
24306
|
+
display: inline-flex;
|
24307
|
+
align-items: center;
|
24308
|
+
letter-spacing: inherit;
|
24309
|
+
line-height: inherit;
|
24310
|
+
max-width: 100%;
|
24411
24311
|
}
|
24412
|
-
.v-
|
24413
|
-
|
24312
|
+
.v-select .v-select__selection:first-child {
|
24313
|
+
margin-inline-start: 0;
|
24414
24314
|
}
|
24415
|
-
.v-
|
24416
|
-
|
24315
|
+
.v-select--selected .v-field .v-field__input > input {
|
24316
|
+
opacity: 0;
|
24417
24317
|
}
|
24418
|
-
.v-
|
24419
|
-
|
24420
|
-
|
24318
|
+
.v-select__menu-icon {
|
24319
|
+
margin-inline-start: 4px;
|
24320
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
24421
24321
|
}
|
24422
|
-
.v-
|
24423
|
-
|
24322
|
+
.v-select--active-menu .v-select__menu-icon {
|
24323
|
+
opacity: var(--v-high-emphasis-opacity);
|
24324
|
+
transform: rotate(180deg);
|
24424
24325
|
}.v-skeleton-loader {
|
24425
24326
|
align-items: center;
|
24426
24327
|
background: rgb(var(--v-theme-surface));
|
@@ -24642,10 +24543,73 @@ html.v-overlay-scroll-blocked {
|
|
24642
24543
|
border-radius: 0;
|
24643
24544
|
}
|
24644
24545
|
|
24645
|
-
@keyframes loading {
|
24646
|
-
100% {
|
24647
|
-
transform: translateX(100%);
|
24648
|
-
}
|
24546
|
+
@keyframes loading {
|
24547
|
+
100% {
|
24548
|
+
transform: translateX(100%);
|
24549
|
+
}
|
24550
|
+
}.v-selection-control-group {
|
24551
|
+
grid-area: control;
|
24552
|
+
display: flex;
|
24553
|
+
flex-direction: column;
|
24554
|
+
}
|
24555
|
+
.v-selection-control-group--inline {
|
24556
|
+
flex-direction: row;
|
24557
|
+
flex-wrap: wrap;
|
24558
|
+
}.v-slide-group {
|
24559
|
+
display: flex;
|
24560
|
+
overflow: hidden;
|
24561
|
+
}
|
24562
|
+
|
24563
|
+
.v-slide-group__next,
|
24564
|
+
.v-slide-group__prev {
|
24565
|
+
align-items: center;
|
24566
|
+
display: flex;
|
24567
|
+
flex: 0 1 52px;
|
24568
|
+
justify-content: center;
|
24569
|
+
min-width: 52px;
|
24570
|
+
cursor: pointer;
|
24571
|
+
}
|
24572
|
+
.v-slide-group__next--disabled,
|
24573
|
+
.v-slide-group__prev--disabled {
|
24574
|
+
pointer-events: none;
|
24575
|
+
opacity: var(--v-disabled-opacity);
|
24576
|
+
}
|
24577
|
+
|
24578
|
+
.v-slide-group__content {
|
24579
|
+
display: flex;
|
24580
|
+
flex: 1 0 auto;
|
24581
|
+
position: relative;
|
24582
|
+
transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
|
24583
|
+
white-space: nowrap;
|
24584
|
+
}
|
24585
|
+
.v-slide-group__content > * {
|
24586
|
+
white-space: initial;
|
24587
|
+
}
|
24588
|
+
|
24589
|
+
.v-slide-group__container {
|
24590
|
+
contain: content;
|
24591
|
+
display: flex;
|
24592
|
+
flex: 1 1 auto;
|
24593
|
+
overflow-x: auto;
|
24594
|
+
overflow-y: hidden;
|
24595
|
+
scrollbar-width: none;
|
24596
|
+
scrollbar-color: rgba(0, 0, 0, 0);
|
24597
|
+
}
|
24598
|
+
.v-slide-group__container::-webkit-scrollbar {
|
24599
|
+
display: none;
|
24600
|
+
}
|
24601
|
+
|
24602
|
+
.v-slide-group--vertical {
|
24603
|
+
max-height: inherit;
|
24604
|
+
}
|
24605
|
+
.v-slide-group--vertical,
|
24606
|
+
.v-slide-group--vertical .v-slide-group__container,
|
24607
|
+
.v-slide-group--vertical .v-slide-group__content {
|
24608
|
+
flex-direction: column;
|
24609
|
+
}
|
24610
|
+
.v-slide-group--vertical .v-slide-group__container {
|
24611
|
+
overflow-x: hidden;
|
24612
|
+
overflow-y: auto;
|
24649
24613
|
}.v-snackbar {
|
24650
24614
|
justify-content: center;
|
24651
24615
|
z-index: 10000;
|
@@ -25002,49 +24966,6 @@ html.v-overlay-scroll-blocked {
|
|
25002
24966
|
left: 0;
|
25003
24967
|
width: 100%;
|
25004
24968
|
height: 100%;
|
25005
|
-
}.v-system-bar {
|
25006
|
-
align-items: center;
|
25007
|
-
display: flex;
|
25008
|
-
flex: 1 1 auto;
|
25009
|
-
height: 24px;
|
25010
|
-
justify-content: flex-end;
|
25011
|
-
max-width: 100%;
|
25012
|
-
padding-inline: 8px;
|
25013
|
-
position: relative;
|
25014
|
-
text-align: end;
|
25015
|
-
width: 100%;
|
25016
|
-
}
|
25017
|
-
.v-system-bar .v-icon {
|
25018
|
-
opacity: var(--v-medium-emphasis-opacity);
|
25019
|
-
}
|
25020
|
-
.v-system-bar {
|
25021
|
-
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));
|
25022
|
-
}
|
25023
|
-
.v-system-bar--absolute {
|
25024
|
-
position: absolute;
|
25025
|
-
}
|
25026
|
-
.v-system-bar--fixed {
|
25027
|
-
position: fixed;
|
25028
|
-
}
|
25029
|
-
.v-system-bar {
|
25030
|
-
background: rgba(var(--v-theme-surface-light));
|
25031
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25032
|
-
}
|
25033
|
-
.v-system-bar {
|
25034
|
-
font-size: 0.75rem;
|
25035
|
-
font-weight: 400;
|
25036
|
-
letter-spacing: 0.0333333333em;
|
25037
|
-
line-height: 1.667;
|
25038
|
-
text-transform: none;
|
25039
|
-
}
|
25040
|
-
.v-system-bar--rounded {
|
25041
|
-
border-radius: 0;
|
25042
|
-
}
|
25043
|
-
.v-system-bar--window {
|
25044
|
-
height: 32px;
|
25045
|
-
}
|
25046
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
25047
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25048
24969
|
}.v-switch .v-label {
|
25049
24970
|
padding-inline-start: 10px;
|
25050
24971
|
}
|
@@ -25227,6 +25148,35 @@ html.v-overlay-scroll-blocked {
|
|
25227
25148
|
.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
|
25228
25149
|
border-width: 0;
|
25229
25150
|
}
|
25151
|
+
}.v-tab.v-tab.v-btn {
|
25152
|
+
height: var(--v-tabs-height);
|
25153
|
+
border-radius: 0;
|
25154
|
+
min-width: 90px;
|
25155
|
+
}
|
25156
|
+
.v-slide-group--horizontal .v-tab {
|
25157
|
+
max-width: 360px;
|
25158
|
+
}
|
25159
|
+
.v-slide-group--vertical .v-tab {
|
25160
|
+
justify-content: start;
|
25161
|
+
}
|
25162
|
+
|
25163
|
+
.v-tab__slider {
|
25164
|
+
position: absolute;
|
25165
|
+
bottom: 0;
|
25166
|
+
left: 0;
|
25167
|
+
height: 2px;
|
25168
|
+
width: 100%;
|
25169
|
+
background: currentColor;
|
25170
|
+
pointer-events: none;
|
25171
|
+
opacity: 0;
|
25172
|
+
}
|
25173
|
+
.v-tab--selected .v-tab__slider {
|
25174
|
+
opacity: 1;
|
25175
|
+
}
|
25176
|
+
.v-slide-group--vertical .v-tab__slider {
|
25177
|
+
top: 0;
|
25178
|
+
height: 100%;
|
25179
|
+
width: 2px;
|
25230
25180
|
}.v-tabs {
|
25231
25181
|
display: flex;
|
25232
25182
|
height: var(--v-tabs-height);
|
@@ -25293,35 +25243,49 @@ html.v-overlay-scroll-blocked {
|
|
25293
25243
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
25294
25244
|
margin-inline-end: 52px;
|
25295
25245
|
}
|
25296
|
-
}.v-
|
25297
|
-
|
25298
|
-
|
25299
|
-
|
25246
|
+
}.v-system-bar {
|
25247
|
+
align-items: center;
|
25248
|
+
display: flex;
|
25249
|
+
flex: 1 1 auto;
|
25250
|
+
height: 24px;
|
25251
|
+
justify-content: flex-end;
|
25252
|
+
max-width: 100%;
|
25253
|
+
padding-inline: 8px;
|
25254
|
+
position: relative;
|
25255
|
+
text-align: end;
|
25256
|
+
width: 100%;
|
25300
25257
|
}
|
25301
|
-
.v-
|
25302
|
-
|
25258
|
+
.v-system-bar .v-icon {
|
25259
|
+
opacity: var(--v-medium-emphasis-opacity);
|
25303
25260
|
}
|
25304
|
-
.v-
|
25305
|
-
|
25261
|
+
.v-system-bar {
|
25262
|
+
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));
|
25306
25263
|
}
|
25307
|
-
|
25308
|
-
.v-tab__slider {
|
25264
|
+
.v-system-bar--absolute {
|
25309
25265
|
position: absolute;
|
25310
|
-
bottom: 0;
|
25311
|
-
left: 0;
|
25312
|
-
height: 2px;
|
25313
|
-
width: 100%;
|
25314
|
-
background: currentColor;
|
25315
|
-
pointer-events: none;
|
25316
|
-
opacity: 0;
|
25317
25266
|
}
|
25318
|
-
.v-
|
25319
|
-
|
25267
|
+
.v-system-bar--fixed {
|
25268
|
+
position: fixed;
|
25320
25269
|
}
|
25321
|
-
.v-
|
25322
|
-
|
25323
|
-
|
25324
|
-
|
25270
|
+
.v-system-bar {
|
25271
|
+
background: rgba(var(--v-theme-surface-light));
|
25272
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
25273
|
+
}
|
25274
|
+
.v-system-bar {
|
25275
|
+
font-size: 0.75rem;
|
25276
|
+
font-weight: 400;
|
25277
|
+
letter-spacing: 0.0333333333em;
|
25278
|
+
line-height: 1.667;
|
25279
|
+
text-transform: none;
|
25280
|
+
}
|
25281
|
+
.v-system-bar--rounded {
|
25282
|
+
border-radius: 0;
|
25283
|
+
}
|
25284
|
+
.v-system-bar--window {
|
25285
|
+
height: 32px;
|
25286
|
+
}
|
25287
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
25288
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
25325
25289
|
}.v-table {
|
25326
25290
|
font-size: 0.875rem;
|
25327
25291
|
transition-duration: 0.28s;
|
@@ -26235,6 +26199,77 @@ html.v-overlay-scroll-blocked {
|
|
26235
26199
|
}
|
26236
26200
|
.v-window-y-reverse-transition-leave-to {
|
26237
26201
|
transform: translateY(100%);
|
26202
|
+
}.v-footer {
|
26203
|
+
align-items: center;
|
26204
|
+
display: flex;
|
26205
|
+
flex: 1 1 auto;
|
26206
|
+
padding: 8px 16px;
|
26207
|
+
position: relative;
|
26208
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
26209
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
26210
|
+
}
|
26211
|
+
.v-footer {
|
26212
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
26213
|
+
border-style: solid;
|
26214
|
+
border-width: 0;
|
26215
|
+
}
|
26216
|
+
.v-footer--border {
|
26217
|
+
border-width: thin;
|
26218
|
+
box-shadow: none;
|
26219
|
+
}
|
26220
|
+
.v-footer {
|
26221
|
+
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));
|
26222
|
+
}
|
26223
|
+
.v-footer--absolute {
|
26224
|
+
position: absolute;
|
26225
|
+
}
|
26226
|
+
.v-footer--fixed {
|
26227
|
+
position: fixed;
|
26228
|
+
}
|
26229
|
+
.v-footer {
|
26230
|
+
border-radius: 0;
|
26231
|
+
}
|
26232
|
+
.v-footer {
|
26233
|
+
background: rgb(var(--v-theme-surface));
|
26234
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
26235
|
+
}
|
26236
|
+
.v-footer--rounded {
|
26237
|
+
border-radius: 4px;
|
26238
|
+
}.v-color-picker-swatches {
|
26239
|
+
overflow-y: auto;
|
26240
|
+
}
|
26241
|
+
.v-color-picker-swatches > div {
|
26242
|
+
display: flex;
|
26243
|
+
flex-wrap: wrap;
|
26244
|
+
justify-content: center;
|
26245
|
+
padding: 8px;
|
26246
|
+
}
|
26247
|
+
|
26248
|
+
.v-color-picker-swatches__swatch {
|
26249
|
+
display: flex;
|
26250
|
+
flex-direction: column;
|
26251
|
+
margin-bottom: 10px;
|
26252
|
+
}
|
26253
|
+
|
26254
|
+
.v-color-picker-swatches__color {
|
26255
|
+
position: relative;
|
26256
|
+
height: 18px;
|
26257
|
+
max-height: 18px;
|
26258
|
+
width: 45px;
|
26259
|
+
margin: 2px 4px;
|
26260
|
+
border-radius: 2px;
|
26261
|
+
-webkit-user-select: none;
|
26262
|
+
user-select: none;
|
26263
|
+
overflow: hidden;
|
26264
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26265
|
+
cursor: pointer;
|
26266
|
+
}
|
26267
|
+
.v-color-picker-swatches__color > div {
|
26268
|
+
display: flex;
|
26269
|
+
align-items: center;
|
26270
|
+
justify-content: center;
|
26271
|
+
width: 100%;
|
26272
|
+
height: 100%;
|
26238
26273
|
}.v-color-picker-canvas {
|
26239
26274
|
display: flex;
|
26240
26275
|
position: relative;
|
@@ -26355,41 +26390,6 @@ html.v-overlay-scroll-blocked {
|
|
26355
26390
|
.v-color-picker-preview__eye-dropper {
|
26356
26391
|
position: relative;
|
26357
26392
|
margin-right: 12px;
|
26358
|
-
}.v-color-picker-swatches {
|
26359
|
-
overflow-y: auto;
|
26360
|
-
}
|
26361
|
-
.v-color-picker-swatches > div {
|
26362
|
-
display: flex;
|
26363
|
-
flex-wrap: wrap;
|
26364
|
-
justify-content: center;
|
26365
|
-
padding: 8px;
|
26366
|
-
}
|
26367
|
-
|
26368
|
-
.v-color-picker-swatches__swatch {
|
26369
|
-
display: flex;
|
26370
|
-
flex-direction: column;
|
26371
|
-
margin-bottom: 10px;
|
26372
|
-
}
|
26373
|
-
|
26374
|
-
.v-color-picker-swatches__color {
|
26375
|
-
position: relative;
|
26376
|
-
height: 18px;
|
26377
|
-
max-height: 18px;
|
26378
|
-
width: 45px;
|
26379
|
-
margin: 2px 4px;
|
26380
|
-
border-radius: 2px;
|
26381
|
-
-webkit-user-select: none;
|
26382
|
-
user-select: none;
|
26383
|
-
overflow: hidden;
|
26384
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
26385
|
-
cursor: pointer;
|
26386
|
-
}
|
26387
|
-
.v-color-picker-swatches__color > div {
|
26388
|
-
display: flex;
|
26389
|
-
align-items: center;
|
26390
|
-
justify-content: center;
|
26391
|
-
width: 100%;
|
26392
|
-
height: 100%;
|
26393
26393
|
}.v-picker.v-sheet {
|
26394
26394
|
display: grid;
|
26395
26395
|
grid-auto-rows: min-content;
|