@it-enterprise/forcebpm-ui-kit 1.0.2-beta.3 → 1.0.2-beta.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.
Files changed (86) hide show
  1. package/README.md +81 -65
  2. package/index.js +48 -1
  3. package/package.json +35 -15
  4. package/plugin.js +117 -0
  5. package/src/FActionSnackbar.vue +107 -0
  6. package/src/FAvatar.vue +10 -8
  7. package/src/{FConfirmModal.vue → FConfirmDialog.vue} +38 -28
  8. package/src/FContextMenu.vue +87 -0
  9. package/src/FDialog.vue +264 -0
  10. package/src/FLangSwitcher.vue +47 -0
  11. package/src/FNoData.vue +80 -0
  12. package/src/FNotify.vue +257 -0
  13. package/src/FPagination.vue +163 -0
  14. package/src/FPreLoader.vue +105 -0
  15. package/src/FSearchPanel.vue +191 -0
  16. package/src/FShare.vue +134 -0
  17. package/src/FTruncate.vue +121 -0
  18. package/src/FUserGroupPicker.vue +634 -0
  19. package/src/FUserRoles.vue +195 -0
  20. package/src/assets/fonts/ProximaNova-Bold.woff +0 -0
  21. package/src/assets/fonts/ProximaNova-Bold.woff2 +0 -0
  22. package/src/assets/fonts/ProximaNova-Regular.woff +0 -0
  23. package/src/assets/fonts/ProximaNova-Regular.woff2 +0 -0
  24. package/src/assets/fonts/ProximaNova-Semibold.woff +0 -0
  25. package/src/assets/fonts/ProximaNova-Semibold.woff2 +0 -0
  26. package/src/assets/fonts/loadFonts.js +55 -0
  27. package/src/assets/icons/bell-mute.svg +4 -0
  28. package/src/assets/icons/bell.svg +3 -0
  29. package/src/assets/icons/check.svg +3 -0
  30. package/src/assets/icons/checkbox-false.svg +3 -0
  31. package/src/assets/icons/checkbox-true.svg +4 -0
  32. package/src/assets/icons/chevron.svg +3 -0
  33. package/src/assets/icons/color-radio-active.svg +4 -0
  34. package/src/assets/icons/color-radio.svg +3 -0
  35. package/src/assets/icons/ctx-arrow.svg +3 -0
  36. package/src/assets/icons/ctx-delete.svg +6 -0
  37. package/src/assets/icons/ctx-link.svg +5 -0
  38. package/src/assets/icons/ctx-more.svg +5 -0
  39. package/src/assets/icons/ctx-pen.svg +4 -0
  40. package/src/assets/icons/delete.svg +6 -0
  41. package/src/assets/icons/dots.svg +5 -0
  42. package/src/assets/icons/filter.svg +3 -0
  43. package/src/assets/icons/folder.svg +3 -0
  44. package/src/assets/icons/open-envelope.svg +6 -0
  45. package/src/assets/icons/pass-eye-close.svg +3 -0
  46. package/src/assets/icons/pass-eye-open.svg +4 -0
  47. package/src/assets/icons/plus-solid.svg +4 -0
  48. package/src/assets/icons/plus.svg +4 -0
  49. package/src/assets/icons/radio-false.svg +3 -0
  50. package/src/assets/icons/radio-true.svg +4 -0
  51. package/src/assets/icons/search.svg +3 -0
  52. package/src/assets/icons/sort-solid.svg +6 -0
  53. package/src/assets/icons/sort.svg +6 -0
  54. package/src/assets/icons/star-line.svg +3 -0
  55. package/src/assets/icons/star.svg +3 -0
  56. package/src/assets/icons/times.svg +4 -0
  57. package/src/assets/images/0.gif +0 -0
  58. package/src/assets/images/0.svg +4 -0
  59. package/src/assets/images/3.svg +4 -0
  60. package/src/assets/images/4.svg +4 -0
  61. package/src/assets/images/5.svg +4 -0
  62. package/src/assets/scss/buttons.scss +60 -0
  63. package/src/assets/scss/card.scss +11 -0
  64. package/src/assets/scss/expansion.scss +45 -0
  65. package/src/assets/scss/icons.scss +273 -0
  66. package/src/assets/scss/index.scss +10 -0
  67. package/src/assets/scss/input.scss +361 -0
  68. package/src/assets/scss/overlay.scss +69 -0
  69. package/src/assets/scss/skeleton.scss +22 -0
  70. package/src/assets/scss/tables.scss +143 -0
  71. package/src/assets/scss/tabs.scss +42 -0
  72. package/src/assets/scss/utilities.scss +167 -0
  73. package/src/f-date-picker/FDatePicker.vue +322 -0
  74. package/src/f-date-picker/FMenuDatePicker.vue +337 -0
  75. package/src/f-date-picker/FTextFieldDate.vue +498 -0
  76. package/src/f-toolbar/FFilterPanel.vue +62 -0
  77. package/src/f-toolbar/FSortPanel.vue +55 -0
  78. package/src/f-toolbar/FTabPanel.vue +123 -0
  79. package/src/f-toolbar/FToolbar.vue +131 -0
  80. package/src/f-toolbar/FViewerPanel.vue +71 -0
  81. package/src/forcebpmIcon.js +69 -0
  82. package/src/locales/en.json +115 -0
  83. package/src/locales/index.js +7 -0
  84. package/src/locales/ru.json +116 -0
  85. package/src/locales/uk.json +116 -0
  86. package/src/utils/color.js +38 -0
@@ -0,0 +1,361 @@
1
+ // Override input styles
2
+ .f-input {
3
+ border-radius: 5.8px;
4
+ color: rgb(var(--v-theme-text));
5
+ .v-input__control {
6
+ background-color: rgb(var(--v-theme-fields));
7
+ }
8
+ &:hover {
9
+ .v-field {
10
+ .v-label {
11
+ color: rgb(var(--v-theme-primary));
12
+ }
13
+ .v-field__outline__start,
14
+ .v-field__outline__notch,
15
+ .v-field__outline__end {
16
+ border-color: rgb(var(--v-theme-primary));
17
+ }
18
+ .v-field__outline__notch::after,
19
+ .v-field__outline__notch::before {
20
+ border-color: rgb(var(--v-theme-primary)) !important;
21
+ }
22
+ }
23
+ }
24
+
25
+ .v-field--center-affix .v-label.v-field-label {
26
+ top: 65%;
27
+ }
28
+
29
+ .v-field {
30
+ border-radius: 5.8px;
31
+ &.v-field--error {
32
+ .v-label {
33
+ color: rgb(var(--v-theme-error));
34
+ }
35
+ .v-field__outline__start,
36
+ .v-field__outline__notch,
37
+ .v-field__outline__end {
38
+ border-color: rgb(var(--v-theme-error));
39
+ }
40
+ .v-field__outline__notch::after,
41
+ .v-field__outline__notch::before {
42
+ border-color: rgb(var(--v-theme-error)) !important;
43
+ }
44
+ }
45
+
46
+ .v-label {
47
+ opacity: 1;
48
+ color: rgb(var(--v-theme-text));
49
+ font-size: 0.95rem;
50
+ &.v-field-label--floating {
51
+ font-size: 0.7rem;
52
+ }
53
+ }
54
+
55
+ &.v-field--variant-outlined {
56
+ .v-field__outline__start,
57
+ .v-field__outline__notch,
58
+ .v-field__outline__end {
59
+ --v-field-border-width: 0.5px;
60
+ --v-field-border-opacity: 1;
61
+ }
62
+ .v-field--focused .v-field__outline {
63
+ --v-field-border-width: 0.5px;
64
+ --v-field-border-opacity: 1;
65
+ }
66
+ }
67
+ .v-field__outline__start,
68
+ .v-field__outline__notch,
69
+ .v-field__outline__end {
70
+ border-color: rgb(var(--v-theme-text));
71
+ }
72
+ .v-field__outline__notch::after,
73
+ .v-field__outline__notch::before {
74
+ border-color: rgb(var(--v-theme-text)) !important;
75
+ }
76
+ .v-field__input {
77
+ padding-top: 16px;
78
+ padding-bottom: 10px;
79
+ padding-inline: 12px 12px;
80
+ min-height: 20px;
81
+ font-size: 0.95em;
82
+ line-height: 1em;
83
+ color: rgb(var(--v-theme-subTitle));
84
+ &:is(:-webkit-autofill, :autofill) {
85
+ -webkit-text-fill-color: rgb(var(--v-theme-subTitle)) !important;
86
+ -webkit-box-shadow: 0 0 0 1000px rgb(var(--v-theme-background)) inset !important;
87
+ background-color: rgb(var(--v-theme-background)) !important;
88
+ border-radius: 5.8px !important;
89
+ }
90
+ }
91
+ input {
92
+ min-height: 20px;
93
+ &:is(:-webkit-autofill, :autofill) {
94
+ -webkit-text-fill-color: rgb(var(--v-theme-subTitle)) !important;
95
+ -webkit-box-shadow: 0 0 0 1000px rgb(var(--v-theme-background)) inset !important;
96
+ background-color: rgb(var(--v-theme-background)) !important;
97
+ border-radius: 5.8px !important;
98
+ }
99
+ }
100
+ input::placeholder {
101
+ font-size: 0.9em;
102
+ opacity: 0.9;
103
+ color: rgb(var(--v-theme-subTitle));
104
+ }
105
+ .v-field__loader {
106
+ top: calc(100% - 2.5px);
107
+ width: calc(100% - 2.5px * 2);
108
+ left: 2.5px;
109
+ .v-progress-linear__background,
110
+ .v-progress-linear__buffer,
111
+ .v-progress-linear__determinate,
112
+ .v-progress-linear__indeterminate {
113
+ background: rgb(var(--v-theme-primary));
114
+ }
115
+ }
116
+ &.v-field--focused:not(.v-field--error) {
117
+ .v-label {
118
+ color: rgb(var(--v-theme-primary));
119
+ }
120
+ .v-field__outline__start,
121
+ .v-field__outline__notch,
122
+ .v-field__outline__end {
123
+ border-color: rgb(var(--v-theme-primary));
124
+ }
125
+ .v-field__outline__notch::after,
126
+ .v-field__outline__notch::before {
127
+ border-color: rgb(var(--v-theme-primary)) !important;
128
+ }
129
+ }
130
+ .v-field__append-inner {
131
+ display: flex;
132
+ justify-content: center;
133
+ .f-icon {
134
+ margin-top: 10px;
135
+ opacity: 1;
136
+ background: rgb(var(--v-theme-text));
137
+ }
138
+ }
139
+ .v-field__clearable {
140
+ .f-icon {
141
+ min-height: 14px;
142
+ min-width: 14px;
143
+ height: 14px;
144
+ width: 14px;
145
+ }
146
+ }
147
+ }
148
+
149
+ &.v-input--is-disabled {
150
+ background-color: rgb(var(--v-theme-fields));
151
+ fieldset {
152
+ border-color: rgb(var(--v-theme-fields));
153
+ }
154
+ }
155
+ }
156
+
157
+ // Autocomplete User
158
+ .f-input.f-autocomplete-user {
159
+ // .v-field {
160
+ // .v-field__outline__end {
161
+ // min-width: calc(100% - 53px);
162
+ // }
163
+ // }
164
+ &.v-input--horizontal .v-input__append {
165
+ margin-inline-start: 0px;
166
+ .f-icon {
167
+ opacity: 1;
168
+ transition: all 0.3s ease-in-out;
169
+ &:hover {
170
+ background: rgb(var(--v-theme-primary)) !important;
171
+ }
172
+ }
173
+ }
174
+ }
175
+
176
+ // Textarea
177
+ .f-input.v-textarea {
178
+ .v-field {
179
+ .v-field__input {
180
+ padding-inline: 12px 8px;
181
+ font-size: 0.85em;
182
+ min-height: 45px;
183
+ }
184
+ &.v-field--appended {
185
+ padding-inline-end: 0px;
186
+ }
187
+ .v-field__clearable {
188
+ margin-inline: 10px;
189
+ }
190
+ }
191
+ }
192
+
193
+ // Select
194
+ .f-input.v-select {
195
+ &.v-select--active-menu {
196
+ .v-select__menu-icon {
197
+ transform: rotate(180deg);
198
+ }
199
+ }
200
+ .v-field {
201
+ .v-field__input {
202
+ padding-inline: 12px 8px;
203
+ font-size: 0.85em;
204
+ min-height: 45px;
205
+ }
206
+ }
207
+ }
208
+
209
+ // Autocomplete
210
+ .f-input.v-autocomplete {
211
+ &.v-autocomplete--active-menu {
212
+ .v-autocomplete__menu-icon {
213
+ transform: rotate(180deg);
214
+ }
215
+ }
216
+ .v-autocomplete__selection {
217
+ height: 20px;
218
+ .f-chip.v-chip {
219
+ --v-chip-height: 20px;
220
+ padding: 0;
221
+ border-radius: 16.8px;
222
+ font-size: 0.75em;
223
+ background: rgb(var(--v-theme-line));
224
+ color: rgb(var(--v-theme-subTitle));
225
+ .v-chip__close {
226
+ margin-inline-start: 5px;
227
+ margin-inline-end: 5px;
228
+ .f-icon {
229
+ opacity: 1;
230
+ width: 12px;
231
+ height: 12px;
232
+ min-width: 12px;
233
+ min-height: 12px;
234
+ }
235
+ }
236
+ }
237
+ }
238
+ }
239
+
240
+ // Checkbox
241
+ .f-checkbox {
242
+ .v-input__control {
243
+ .v-selection-control {
244
+ --v-selection-control-size: 16px;
245
+ min-height: 1.2em;
246
+ .v-selection-control__wrapper {
247
+ margin-right: 4px;
248
+ .v-selection-control__input {
249
+ &::before {
250
+ content: none;
251
+ }
252
+ .f-icon {
253
+ opacity: 1;
254
+ min-height: var(--v-selection-control-size);
255
+ min-width: var(--v-selection-control-size);
256
+ height: var(--v-selection-control-size);
257
+ width: var(--v-selection-control-size);
258
+ }
259
+ }
260
+ }
261
+ .v-label {
262
+ line-height: var(--v-selection-control-size);
263
+ }
264
+ }
265
+ }
266
+ &.f-checkbox-opacity {
267
+ &:hover {
268
+ .v-input__control {
269
+ .v-selection-control {
270
+ .v-selection-control__wrapper {
271
+ .v-selection-control__input {
272
+ .f-icon {
273
+ opacity: 1;
274
+ }
275
+ }
276
+ }
277
+ }
278
+ }
279
+ }
280
+ .v-input__control {
281
+ .v-selection-control {
282
+ .v-selection-control__wrapper {
283
+ .v-selection-control__input {
284
+ .f-icon {
285
+ transition: all 0.3s ease-in-out;
286
+ opacity: 0.5;
287
+ }
288
+ }
289
+ }
290
+ }
291
+ }
292
+ }
293
+ }
294
+
295
+ //Radio
296
+ .f-radio {
297
+ &.v-selection-control--inline:not(:last-child) {
298
+ margin-right: 8px;
299
+ }
300
+ .v-selection-control__wrapper {
301
+ --v-selection-control-size: 20px;
302
+ .v-selection-control__input {
303
+ &::before {
304
+ content: none;
305
+ }
306
+ .f-icon {
307
+ opacity: 1;
308
+ min-height: var(--v-selection-control-size);
309
+ min-width: var(--v-selection-control-size);
310
+ height: var(--v-selection-control-size);
311
+ width: var(--v-selection-control-size);
312
+ }
313
+ }
314
+ }
315
+ .v-label {
316
+ margin-left: 4px;
317
+ font-size: 0.85em;
318
+ }
319
+ }
320
+
321
+ // Switch
322
+ .f-switch.v-switch {
323
+ margin: 0;
324
+ padding: 0;
325
+ --v-input-control-height: 24px;
326
+ --v-input-padding-top: 0px;
327
+
328
+ &.v-locale--is-ltr.v-switch .v-selection-control__input,
329
+ &.v-locale--is-ltr .v-switch .v-selection-control__input {
330
+ transform: translateX(-8px);
331
+ }
332
+ &.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input,
333
+ &.v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
334
+ transform: translateX(8px);
335
+ }
336
+ .v-input__control {
337
+ .v-selection-control {
338
+ --v-selection-control-size: 24px;
339
+ .v-selection-control__wrapper {
340
+ margin-right: 8px;
341
+ .v-switch__track {
342
+ height: var(--v-selection-control-size);
343
+ min-width: 40px;
344
+ background: rgb(var(--v-theme-disabled));
345
+ opacity: 1;
346
+ }
347
+ .v-selection-control__input {
348
+ &::before {
349
+ content: none;
350
+ }
351
+ .v-switch__thumb {
352
+ background: #fff;
353
+ transform: scale(0.8);
354
+ height: var(--v-selection-control-size);
355
+ width: var(--v-selection-control-size);
356
+ }
357
+ }
358
+ }
359
+ }
360
+ }
361
+ }
@@ -0,0 +1,69 @@
1
+ .f-menu.v-menu {
2
+ .v-overlay__content {
3
+ background: rgb(var(--v-theme-background));
4
+ color: rgb(var(--v-theme-subTitle));
5
+ border-radius: 5.8px;
6
+ box-shadow: var(--f-box-shadow);
7
+ scrollbar-width: thin;
8
+ .v-card,
9
+ .v-sheet,
10
+ .v-list {
11
+ background: rgb(var(--v-theme-background));
12
+ box-shadow: none;
13
+ scrollbar-width: thin;
14
+ }
15
+ .v-list {
16
+ padding: 0;
17
+ .v-list-item {
18
+ min-height: 40px;
19
+ .v-list-item__content {
20
+ .v-list-item-title {
21
+ font-size: 0.9em;
22
+ line-height: 1.1em;
23
+ font-weight: 500;
24
+ letter-spacing: normal;
25
+ color: rgb(var(--v-theme-subTitle));
26
+ }
27
+ }
28
+ &.v-list-item--active {
29
+ .v-list-item__overlay {
30
+ background: rgb(var(--v-theme-primary));
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }
36
+ }
37
+
38
+ .f-tooltip.v-tooltip {
39
+ .v-overlay__content {
40
+ background: rgb(var(--v-theme-background));
41
+ color: rgb(var(--v-theme-subTitle));
42
+ border-radius: 5.8px;
43
+ box-shadow: var(--f-box-shadow);
44
+ padding: 8px;
45
+ font-size: 0.9em;
46
+ line-height: 1em;
47
+ font-weight: 600;
48
+ }
49
+ }
50
+
51
+ .f-menu .v-overlay__content.v-autocomplete__content {
52
+ .v-list {
53
+ .v-list-item {
54
+ min-height: 28px;
55
+ .f-checkbox {
56
+ .f-icon {
57
+ height: 16px;
58
+ width: 16px;
59
+ min-width: 16px;
60
+ min-height: 16px;
61
+ }
62
+ }
63
+ .v-list-item__content {
64
+ display: flex;
65
+ align-items: center;
66
+ }
67
+ }
68
+ }
69
+ }
@@ -0,0 +1,22 @@
1
+ .f-skeleton-loader.v-skeleton-loader {
2
+ background: transparent;
3
+ .v-skeleton-loader__text {
4
+ margin: 4px 8px;
5
+ }
6
+
7
+ .v-skeleton-loader__image {
8
+ height: inherit;
9
+ border-radius: inherit;
10
+ }
11
+
12
+ .v-skeleton-loader__avatar,
13
+ .v-skeleton-loader__button {
14
+ min-height: inherit;
15
+ min-width: inherit;
16
+ max-width: inherit;
17
+ max-height: inherit;
18
+ height: inherit;
19
+ width: inherit;
20
+ margin: 0;
21
+ }
22
+ }
@@ -0,0 +1,143 @@
1
+ // todo describe table styles
2
+
3
+ // .fbpm-table.v-data-table {
4
+ // width: 100%;
5
+ // .v-data-table__wrapper {
6
+ // overflow-x: hidden;
7
+ // scrollbar-width: thin;
8
+ // &::-webkit-scrollbar {
9
+ // width: 2.5px;
10
+ // }
11
+ // &::-webkit-scrollbar-track {
12
+ // box-shadow: inset 0 0 6px rgb(var(--v-theme-line));
13
+ // }
14
+ // &::-webkit-scrollbar-thumb {
15
+ // border-top: 1px solid rgba(0, 0, 0, 0);
16
+ // border-bottom: 1px solid rgba(0, 0, 0, 0);
17
+ // background-clip: padding-box;
18
+ // border-radius: 20px;
19
+ // height: 50px;
20
+ // background-color: rgb(var(--v-theme-primary));
21
+ // }
22
+ // }
23
+ // &.darken table {
24
+ // tbody {
25
+ // tr {
26
+ // &:nth-child(odd) {
27
+ // background: var(--v-background3-base);
28
+ // &:hover {
29
+ // background: var(--v-background4-base) !important;
30
+ // }
31
+ // }
32
+ // &:nth-child(even) {
33
+ // background: var(--v-background4-base);
34
+ // &:hover {
35
+ // background: var(--v-background3-base) !important;
36
+ // }
37
+ // }
38
+ // }
39
+ // }
40
+ // }
41
+ // table {
42
+ // width: 100%;
43
+ // .fbpm-table__header,
44
+ // .v-data-table-header {
45
+ // tr {
46
+ // th {
47
+ // color: rgb(var(--v-theme-text)) !important;
48
+ // font-weight: normal;
49
+ // line-height: 1;
50
+ // font-size: 0.8em;
51
+ // padding: 4px 4px 10px 4px;
52
+ // height: 24px;
53
+ // box-shadow: none;
54
+ // background: var(--v-background2-base);
55
+ // .v-data-table-header__icon {
56
+ // -webkit-mask: url("~@/assets/icons/arrow-icon.svg") no-repeat;
57
+ // mask: url("~@/assets/icons/arrow-icon.svg") no-repeat;
58
+ // mask-size: contain;
59
+ // width: 15px;
60
+ // height: 15px;
61
+ // transform: rotate(-90deg);
62
+ // &::after,
63
+ // &::before {
64
+ // content: none;
65
+ // }
66
+ // }
67
+ // &.asc .v-data-table-header__icon {
68
+ // transform: rotate(-90deg);
69
+ // background-color: rgb(var(--v-theme-title)) !important;
70
+ // }
71
+ // &.desc .v-data-table-header__icon {
72
+ // transform: rotate(-270deg);
73
+ // background-color: rgb(var(--v-theme-title)) !important;
74
+ // }
75
+ // &.active {
76
+ // font-weight: bold;
77
+ // color: rgb(var(--v-theme-subTitle)) !important;
78
+ // }
79
+ // }
80
+ // }
81
+ // }
82
+ // tbody {
83
+ // width: 100%;
84
+ // tr {
85
+ // position: relative;
86
+ // z-index: 1;
87
+ // td {
88
+ // padding: 17px 0 9px 4px;
89
+ // font-size: 0.9em;
90
+ // line-height: 1em;
91
+ // border: none !important;
92
+ // height: 40px;
93
+ // min-width: 100px;
94
+ // &.fbpm-table__check-box {
95
+ // width: 40px;
96
+ // min-width: 40px;
97
+ // padding: 12px;
98
+ // border-bottom: none !important;
99
+ // .v-input--selection-controls__input {
100
+ // margin: 0;
101
+ // }
102
+ // }
103
+ // &.fbpm-table__avatar {
104
+ // padding: 6px 0 0 0;
105
+ // width: 20px;
106
+ // min-width: 20px;
107
+ // line-height: 1;
108
+ // }
109
+ // }
110
+
111
+ // &:nth-child(odd) {
112
+ // background: var(--v-background5-base);
113
+ // &:hover {
114
+ // background: var(--v-background6-base) !important;
115
+ // }
116
+ // }
117
+ // &:nth-child(even) {
118
+ // background: var(--v-background6-base);
119
+ // &:hover {
120
+ // background: var(--v-background5-base) !important;
121
+ // }
122
+ // }
123
+ // &.fbpm-table__row-hover:hover,
124
+ // &.fbpm-table__row-selected {
125
+ // background: rgb(var(--v-theme-background)) !important;
126
+ // cursor: pointer;
127
+ // &::after {
128
+ // content: "";
129
+ // height: 100%;
130
+ // width: 100%;
131
+ // z-index: -1;
132
+ // display: block;
133
+ // position: absolute;
134
+ // top: 0;
135
+ // left: 0;
136
+ // background: rgb(var(--v-theme-primary));
137
+ // opacity: 0.4;
138
+ // }
139
+ // }
140
+ // }
141
+ // }
142
+ // }
143
+ // }
@@ -0,0 +1,42 @@
1
+ .f-tabs {
2
+ &.v-tabs {
3
+ height: auto;
4
+ .v-slide-group__next,
5
+ .v-slide-group__prev {
6
+ flex: 0 1 var(--v-tabs-height);
7
+ min-width: var(--v-tabs-height);
8
+ }
9
+ .v-slide-group__container {
10
+ &::after {
11
+ content: '';
12
+ display: block;
13
+ position: absolute;
14
+ bottom: 0;
15
+ height: 1px;
16
+ width: 100%;
17
+ background: rgb(var(--v-theme-line));
18
+ transform: scaleY(1);
19
+ transform-origin: bottom;
20
+ }
21
+ .v-slide-group__content {
22
+ .v-btn {
23
+ display: flex;
24
+ align-items: flex-end;
25
+ padding-bottom: 4px;
26
+ border-radius: 0 !important;
27
+ .v-btn__overlay {
28
+ background-color: currentColor;
29
+ }
30
+ .v-btn__content {
31
+ padding: 0 4px;
32
+ }
33
+ }
34
+ .v-tab--selected {
35
+ .v-btn__content {
36
+ font-weight: 600;
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+ }