bfg-common 1.5.92 → 1.5.94

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 (112) hide show
  1. package/assets/scss/common/normalize.scss +347 -347
  2. package/components/atoms/alert/Notification.vue +169 -169
  3. package/components/atoms/autocomplete/Autocomplete.vue +361 -362
  4. package/components/atoms/collapse/CollapseNav.vue +169 -169
  5. package/components/atoms/comboDropdownMenu/ComboDropdownMenu.vue +357 -357
  6. package/components/atoms/combobox/Combobox.vue +154 -154
  7. package/components/atoms/datepicker/Datepicker.vue +639 -639
  8. package/components/atoms/dropdown/Portlet.vue +113 -113
  9. package/components/atoms/dropdown/dropdown/Dropdown.vue +168 -168
  10. package/components/atoms/dropdown/tree/Tree.vue +137 -137
  11. package/components/atoms/list/SelectList.vue +63 -63
  12. package/components/atoms/list/dragDropList/DragDropList.vue +148 -148
  13. package/components/atoms/modal/Modal.vue +250 -250
  14. package/components/atoms/modal/bySteps/BySteps.vue +253 -253
  15. package/components/atoms/notificationBar/NotificationBar.vue +178 -178
  16. package/components/atoms/popover/Popover.vue +58 -58
  17. package/components/atoms/popover/lib/models/interfaces.ts +4 -4
  18. package/components/atoms/select/TheSelect.vue +187 -187
  19. package/components/atoms/stack/StackBlock.vue +185 -185
  20. package/components/atoms/stack/StackContent.vue +63 -63
  21. package/components/atoms/step/lib/models/verticalStepItem.ts +5 -5
  22. package/components/atoms/switch/Switch.vue +111 -111
  23. package/components/atoms/table/compact/Compact.vue +529 -529
  24. package/components/atoms/table/dataGrid/DataGrid.vue +1716 -1713
  25. package/components/atoms/table/dataGrid/DataGridPage.vue +195 -195
  26. package/components/atoms/table/info/Info.vue +2 -2
  27. package/components/atoms/table/simpleEvent/SimpleEvent.vue +98 -98
  28. package/components/atoms/table/simpleInfo/SimpleInfo.vue +73 -73
  29. package/components/atoms/tabs/Tabs.vue +217 -217
  30. package/components/atoms/wizard/Wizard.vue +341 -341
  31. package/components/common/accordion/Recursion.vue +222 -222
  32. package/components/common/adapterManager/AddAdapterModal.vue +561 -561
  33. package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +30 -30
  34. package/components/common/adapterManager/ui/table/Table.vue +162 -162
  35. package/components/common/browse/BrowseNew.vue +237 -237
  36. package/components/common/browse/BrowseOld.vue +217 -217
  37. package/components/common/browse/blocks/TitleNew.vue +145 -145
  38. package/components/common/browse/blocks/TitleOld.vue +91 -91
  39. package/components/common/browse/blocks/contents/FilesOld.vue +72 -72
  40. package/components/common/chartOptionsModal/counters/timespan/form/FormNew.vue +262 -262
  41. package/components/common/context/Context.vue +111 -111
  42. package/components/common/context/recursion/RecursionOld.vue +228 -228
  43. package/components/common/details/DetailsItem.vue +109 -109
  44. package/components/common/feedback/Buttons.vue +229 -229
  45. package/components/common/feedback/Feedback.vue +270 -270
  46. package/components/common/feedback/Message.vue +519 -519
  47. package/components/common/graph/graphNew/GraphNew.vue +194 -194
  48. package/components/common/graph/lib/utils/renderGraph.ts +389 -389
  49. package/components/common/layout/theHeader/feedback/new/New.vue +227 -227
  50. package/components/common/layout/theHeader/feedback/new/additionalDetails/AdditionalDetails.vue +606 -606
  51. package/components/common/layout/theHeader/feedback/new/additionalDetails/Headline.vue +98 -98
  52. package/components/common/layout/theHeader/feedback/new/description/Description.vue +59 -59
  53. package/components/common/layout/theHeader/feedback/new/email/Email.vue +43 -43
  54. package/components/common/layout/theHeader/feedback/new/subtitle/Subtitle.vue +103 -103
  55. package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +112 -112
  56. package/components/common/layout/theHeader/helpMenu/aboutOld/AboutOld.vue +80 -80
  57. package/components/common/layout/theHeader/helpMenu/helpMenuOld/HelpMenuOld.vue +1 -1
  58. package/components/common/layout/theHeader/modals/Reconnect.vue +2 -2
  59. package/components/common/layout/theHeader/modals/RedirectLogin.vue +3 -3
  60. package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +1 -1
  61. package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePasswordNew.vue +8 -8
  62. package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePasswordOld.vue +3 -3
  63. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +1 -1
  64. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +1 -1
  65. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +1 -1
  66. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +1 -1
  67. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageOld.vue +2 -5
  68. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +1 -1
  69. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +1 -1
  70. package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +2 -2
  71. package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +1 -1
  72. package/components/common/layout/theHeader/userMenu/userMenuOld/UserMenuOld.vue +1 -1
  73. package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +2 -2
  74. package/components/common/modals/Rename.vue +2 -2
  75. package/components/common/modals/confirmByInput/ConfirmByInput.vue +2 -3
  76. package/components/common/modals/confirmByInput/ConfirmByInputOld.vue +3 -3
  77. package/components/common/modals/confirmation/ConfirmationOld.vue +1 -1
  78. package/components/common/modals/unsavedChanges/UnsavedChanges.vue +1 -1
  79. package/components/common/monitor/advanced/Advanced.vue +1 -1
  80. package/components/common/monitor/advanced/AdvancedNew.vue +1 -1
  81. package/components/common/monitor/advanced/AdvancedOld.vue +1 -1
  82. package/components/common/monitor/advanced/graphView/GraphViewNew.vue +1 -1
  83. package/components/common/monitor/advanced/graphView/GraphViewOld.vue +1 -1
  84. package/components/common/monitor/advanced/table/Table.vue +1 -1
  85. package/components/common/monitor/advanced/table/tableNew/TableNew.vue +2 -2
  86. package/components/common/monitor/advanced/table/tableOld/lib/config/performanceDatatable.ts +2 -2
  87. package/components/common/monitor/advanced/tools/ToolsOld.vue +2 -2
  88. package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModalOld.vue +1 -1
  89. package/components/common/monitor/advanced/tools/chartOptionsModal/NotificationOld.vue +1 -1
  90. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/ActionsOld.vue +1 -1
  91. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +1 -1
  92. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/CountersNew.vue +1 -1
  93. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableOld/lib/config/tableConfig.ts +2 -2
  94. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +10 -3
  95. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectNew/ObjectNew.vue +1 -1
  96. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectOld/ObjectOld.vue +2 -2
  97. package/components/common/monitor/advanced/tools/lib/utils/countCores.ts +1 -1
  98. package/components/common/monitor/lib/models/interfaces.ts +1 -1
  99. package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModalOld.vue +3 -3
  100. package/components/common/monitor/overview/filters/customIntervalModal/customIntervalModalNew/CustomIntervalModalNew.vue +4 -3
  101. package/components/common/monitor/resourceAllocation/lib/models/interfaces.ts +8 -8
  102. package/components/common/monitor/resourceAllocation/resourceAllocation.vue +2 -2
  103. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +1 -1
  104. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/Notification.vue +1 -1
  105. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +1 -1
  106. package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +1 -1
  107. package/components/common/pages/hardwareHealth/tableView/lib/config/historyTestimonyTable.ts +5 -5
  108. package/components/common/wizards/vm/migrate/Migrate.vue +39 -2
  109. package/components/common/wizards/vm/migrate/vmOrigin/VmOrigin.vue +92 -0
  110. package/components/common/wizards/vm/migrate/vmOrigin/lib/models/interfaces.ts +19 -0
  111. package/components/common/wizards/vm/migrate/vmOrigin/lib/utils/constructItems.ts +62 -0
  112. package/package.json +1 -1
@@ -1,347 +1,347 @@
1
- @import 'mixins';
2
- * {
3
- box-sizing: border-box;
4
- }
5
-
6
- html:not(.is-new-view) {
7
- &.dark-theme body {
8
- *:not(select, option, svg, path, circle, rect, line, defs, g, clipPath, .alert-text) {
9
- color: #e9ecef;
10
- }
11
- select {
12
- color: #adbbc4;
13
-
14
- option {
15
- color: #000000;
16
- }
17
- }
18
- .main-container {
19
- background: #1b2a32;
20
- }
21
- }
22
-
23
- input,
24
- textarea {
25
- font-family: sans-serif !important;
26
- }
27
- }
28
-
29
- [dir='rtl'] {
30
- .tree-node-text {
31
- text-align: right;
32
- }
33
- }
34
-
35
- * button:focus {
36
- outline: none;
37
- }
38
- body span,
39
- body p,
40
- body *,
41
- body {
42
- @include text();
43
- }
44
- h1,
45
- h2,
46
- h3,
47
- h4,
48
- h5,
49
- h6,
50
- body p {
51
- margin: 0;
52
- }
53
- html:not(.is-new-view) {
54
- h1,
55
- h2,
56
- h3,
57
- h4,
58
- h5,
59
- h6,
60
- body p {
61
- color: #565656;
62
- }
63
- }
64
-
65
- b {
66
- font-weight: bolder;
67
- }
68
- .font-weight-bold {
69
- font-weight: 700;
70
- }
71
-
72
- .d-none {
73
- display: none;
74
- }
75
-
76
- .flex {
77
- display: flex;
78
- }
79
- .inline-block {
80
- display: inline-block;
81
- }
82
- .table-row {
83
- display: table-row;
84
- }
85
- .table-cell {
86
- display: table-cell;
87
- }
88
-
89
- .flex-1 {
90
- flex: 1;
91
- }
92
-
93
- .h-auto {
94
- height: auto;
95
- }
96
-
97
- .flex-align-center {
98
- @include flex($align: center);
99
- }
100
- .flex-align-start {
101
- @include flex($align: flex-start);
102
- }
103
- .flex-space-between {
104
- @include flex($just: space-between);
105
- }
106
- .flex-justify-end {
107
- @include flex($just: flex-end);
108
- }
109
- .flex-justify-center {
110
- @include flex($just: center);
111
- }
112
- .flex-direction-column {
113
- @include flex($dir: column);
114
- }
115
-
116
- .relative {
117
- position: relative;
118
- }
119
- .absolute-center {
120
- position: absolute;
121
- top: 50%;
122
- left: 50%;
123
- transform: translateX(-50%) translateY(-50%);
124
- }
125
- .absolute-cover {
126
- position: absolute;
127
- top: 0;
128
- left: 0;
129
- right: 0;
130
- bottom: 0;
131
- }
132
-
133
- .text-ellipsis {
134
- text-overflow: ellipsis;
135
- white-space: nowrap;
136
- overflow: hidden;
137
- }
138
-
139
- .pre-line {
140
- white-space: pre-line;
141
- }
142
-
143
- .word-break-all {
144
- word-break: break-all;
145
- }
146
-
147
- .color-red {
148
- color: red;
149
- }
150
-
151
- .div-disabled {
152
- pointer-events: none;
153
- cursor: not-allowed;
154
- opacity: 0.6;
155
- }
156
-
157
- .pointer {
158
- cursor: pointer !important;
159
- }
160
-
161
- .default {
162
- cursor: default !important;
163
- }
164
-
165
- .text-decoration-none {
166
- text-decoration: none !important;
167
- }
168
- //
169
- //a.active,
170
- //a.router-link-active {
171
- // pointer-events: none;
172
- //}
173
-
174
- .no-selection {
175
- user-select: none;
176
- -webkit-user-select: none;
177
- -moz-user-select: none;
178
- -khtml-user-select: none;
179
- -ms-user-select: none;
180
- }
181
-
182
- .fill-parent {
183
- display: flex;
184
- height: 100%;
185
- width: 100%;
186
- overflow: visible;
187
- }
188
- .horizontal {
189
- flex-direction: row;
190
- }
191
- .vertical {
192
- flex-direction: column;
193
- }
194
- .gutter {
195
- background-color: #eee;
196
- transition-property: background-color;
197
- transition-delay: 0.25s;
198
- transition-duration: 0.25s;
199
- }
200
-
201
- .clr-icon {
202
- display: inline-block;
203
- margin: 0;
204
- height: 16px;
205
- width: 16px;
206
- vertical-align: middle;
207
- }
208
-
209
- .select {
210
- select {
211
- appearance: none;
212
- margin: 0;
213
- border: 0;
214
- border-radius: 0;
215
- box-shadow: none;
216
- background: 0 0;
217
- height: 1.2rem;
218
- color: #000;
219
- display: inline-block;
220
- min-width: 3rem;
221
- border-bottom: 1px solid #9a9a9a;
222
- background: linear-gradient(180deg, transparent 95%, #0095d3 0) no-repeat;
223
- background-size: 0 100%;
224
- transition: background-size 0.2s ease;
225
- position: relative;
226
- padding: 0 1.1rem 0 0.3rem;
227
- cursor: pointer;
228
- width: 100%;
229
- //z-index: var(--z-dropdown);
230
- }
231
-
232
- &:after {
233
- position: absolute;
234
- content: '';
235
- height: 0.5rem;
236
- width: 0.5rem;
237
- top: 0.3499998rem;
238
- right: 0.3rem;
239
- //top: 2px;
240
- //right: -16px;
241
- background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cstyle%3E.cls-1%7Bfill%3A%239a9a9a%3B%7D%3C%2Fstyle%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Ctitle%3ECaret%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M6%2C9L1.2%2C4.2a0.68%2C0.68%2C0%2C0%2C1%2C1-1L6%2C7.08%2C9.84%2C3.24a0.68%2C0.68%2C0%2C1%2C1%2C1%2C1Z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
242
- background-repeat: no-repeat;
243
- background-size: contain;
244
- vertical-align: middle;
245
- margin: 0;
246
- }
247
- }
248
-
249
- .signpost-trigger {
250
- position: relative;
251
- overflow: unset;
252
- }
253
-
254
- .tooltip-content {
255
- position: absolute;
256
- top: calc(100% + 12px);
257
- left: 50%;
258
- background-color: var(--tooltip-content-bg-color);
259
- color: var(--tooltip-content-text-color) !important;
260
- border-radius: 3px;
261
- padding: 4px 6px;
262
- z-index: var(--z-popover);
263
- &.right {
264
- left: inherit;
265
- right: 50%;
266
- &::before {
267
- left: inherit;
268
- right: 0;
269
- border-left: 5px solid transparent;
270
- border-right: 5px solid var(--tooltip-content-bg-color);
271
- }
272
- }
273
-
274
- &::before {
275
- content: '';
276
- position: absolute;
277
- top: -8px;
278
- left: 0;
279
- border-left: 5px solid var(--tooltip-content-bg-color);
280
- border-bottom: 6px solid var(--tooltip-content-bg-color);
281
- border-top: 6px solid transparent;
282
- border-right: 5px solid transparent;
283
- }
284
- }
285
- .tooltip {
286
- .tooltip-content {
287
- &.tooltip-top-left {
288
- &.error {
289
- background-color: var(--tooltip-content-error-bg-color);
290
- color: white;
291
- &::before {
292
- border-left: 5px solid transparent;
293
- border-bottom: 6px solid transparent;
294
- border-top: 6px solid var(--tooltip-content-error-bg-color);
295
- border-right: 5px solid var(--tooltip-content-error-bg-color);
296
- }
297
- }
298
- }
299
- &.tooltip-top-right {
300
- &.error {
301
- }
302
- }
303
- }
304
- }
305
-
306
- li {
307
- list-style-type: none;
308
- &::marker {
309
- content: '';
310
- }
311
- }
312
-
313
- //.main-container:has(.notification-bar) {
314
- // height: calc(100vh - 36px);
315
- //}
316
- .dropdown-menu {
317
- &.position-right {
318
- left: auto;
319
- right: 0;
320
- min-width: 30ch;
321
- }
322
- }
323
- .description {
324
- color: var(--global-font-color) !important;
325
- }
326
-
327
- /* after refactoring */
328
-
329
- .related-objects {
330
- &__list {
331
- }
332
- &__item {
333
- display: grid;
334
- grid-template-columns: 1fr 1fr;
335
- }
336
- &__heading {
337
- color: var(--global-text-color3) !important;
338
- }
339
- &__link {
340
- cursor: pointer;
341
- color: var(--global-text-color2) !important;
342
- margin-left: 4px;
343
- }
344
- .footer {
345
- height: 30px;
346
- }
347
- }
1
+ @import 'mixins';
2
+ * {
3
+ box-sizing: border-box;
4
+ }
5
+
6
+ html:not(.is-new-view) {
7
+ &.dark-theme body {
8
+ *:not(select, option, svg, path, circle, rect, line, defs, g, clipPath, .alert-text) {
9
+ color: #e9ecef;
10
+ }
11
+ select {
12
+ color: #adbbc4;
13
+
14
+ option {
15
+ color: #000000;
16
+ }
17
+ }
18
+ .main-container {
19
+ background: #1b2a32;
20
+ }
21
+ }
22
+
23
+ input,
24
+ textarea {
25
+ font-family: sans-serif !important;
26
+ }
27
+ }
28
+
29
+ [dir='rtl'] {
30
+ .tree-node-text {
31
+ text-align: right;
32
+ }
33
+ }
34
+
35
+ * button:focus {
36
+ outline: none;
37
+ }
38
+ body span,
39
+ body p,
40
+ body *,
41
+ body {
42
+ @include text();
43
+ }
44
+ h1,
45
+ h2,
46
+ h3,
47
+ h4,
48
+ h5,
49
+ h6,
50
+ body p {
51
+ margin: 0;
52
+ }
53
+ html:not(.is-new-view) {
54
+ h1,
55
+ h2,
56
+ h3,
57
+ h4,
58
+ h5,
59
+ h6,
60
+ body p {
61
+ color: #565656;
62
+ }
63
+ }
64
+
65
+ b {
66
+ font-weight: bolder;
67
+ }
68
+ .font-weight-bold {
69
+ font-weight: 700;
70
+ }
71
+
72
+ .d-none {
73
+ display: none;
74
+ }
75
+
76
+ .flex {
77
+ display: flex;
78
+ }
79
+ .inline-block {
80
+ display: inline-block;
81
+ }
82
+ .table-row {
83
+ display: table-row;
84
+ }
85
+ .table-cell {
86
+ display: table-cell;
87
+ }
88
+
89
+ .flex-1 {
90
+ flex: 1;
91
+ }
92
+
93
+ .h-auto {
94
+ height: auto;
95
+ }
96
+
97
+ .flex-align-center {
98
+ @include flex($align: center);
99
+ }
100
+ .flex-align-start {
101
+ @include flex($align: flex-start);
102
+ }
103
+ .flex-space-between {
104
+ @include flex($just: space-between);
105
+ }
106
+ .flex-justify-end {
107
+ @include flex($just: flex-end);
108
+ }
109
+ .flex-justify-center {
110
+ @include flex($just: center);
111
+ }
112
+ .flex-direction-column {
113
+ @include flex($dir: column);
114
+ }
115
+
116
+ .relative {
117
+ position: relative;
118
+ }
119
+ .absolute-center {
120
+ position: absolute;
121
+ top: 50%;
122
+ left: 50%;
123
+ transform: translateX(-50%) translateY(-50%);
124
+ }
125
+ .absolute-cover {
126
+ position: absolute;
127
+ top: 0;
128
+ left: 0;
129
+ right: 0;
130
+ bottom: 0;
131
+ }
132
+
133
+ .text-ellipsis {
134
+ text-overflow: ellipsis;
135
+ white-space: nowrap;
136
+ overflow: hidden;
137
+ }
138
+
139
+ .pre-line {
140
+ white-space: pre-line;
141
+ }
142
+
143
+ .word-break-all {
144
+ word-break: break-all;
145
+ }
146
+
147
+ .color-red {
148
+ color: red;
149
+ }
150
+
151
+ .div-disabled {
152
+ pointer-events: none;
153
+ cursor: not-allowed;
154
+ opacity: 0.6;
155
+ }
156
+
157
+ .pointer {
158
+ cursor: pointer !important;
159
+ }
160
+
161
+ .default {
162
+ cursor: default !important;
163
+ }
164
+
165
+ .text-decoration-none {
166
+ text-decoration: none !important;
167
+ }
168
+ //
169
+ //a.active,
170
+ //a.router-link-active {
171
+ // pointer-events: none;
172
+ //}
173
+
174
+ .no-selection {
175
+ user-select: none;
176
+ -webkit-user-select: none;
177
+ -moz-user-select: none;
178
+ -khtml-user-select: none;
179
+ -ms-user-select: none;
180
+ }
181
+
182
+ .fill-parent {
183
+ display: flex;
184
+ height: 100%;
185
+ width: 100%;
186
+ overflow: visible;
187
+ }
188
+ .horizontal {
189
+ flex-direction: row;
190
+ }
191
+ .vertical {
192
+ flex-direction: column;
193
+ }
194
+ .gutter {
195
+ background-color: #eee;
196
+ transition-property: background-color;
197
+ transition-delay: 0.25s;
198
+ transition-duration: 0.25s;
199
+ }
200
+
201
+ .clr-icon {
202
+ display: inline-block;
203
+ margin: 0;
204
+ height: 16px;
205
+ width: 16px;
206
+ vertical-align: middle;
207
+ }
208
+
209
+ .select {
210
+ select {
211
+ appearance: none;
212
+ margin: 0;
213
+ border: 0;
214
+ border-radius: 0;
215
+ box-shadow: none;
216
+ background: 0 0;
217
+ height: 1.2rem;
218
+ color: #000;
219
+ display: inline-block;
220
+ min-width: 3rem;
221
+ border-bottom: 1px solid #9a9a9a;
222
+ background: linear-gradient(180deg, transparent 95%, #0095d3 0) no-repeat;
223
+ background-size: 0 100%;
224
+ transition: background-size 0.2s ease;
225
+ position: relative;
226
+ padding: 0 1.1rem 0 0.3rem;
227
+ cursor: pointer;
228
+ width: 100%;
229
+ //z-index: var(--z-dropdown);
230
+ }
231
+
232
+ &:after {
233
+ position: absolute;
234
+ content: '';
235
+ height: 0.5rem;
236
+ width: 0.5rem;
237
+ top: 0.3499998rem;
238
+ right: 0.3rem;
239
+ //top: 2px;
240
+ //right: -16px;
241
+ background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3Cstyle%3E.cls-1%7Bfill%3A%239a9a9a%3B%7D%3C%2Fstyle%3E%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Ctitle%3ECaret%3C%2Ftitle%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M6%2C9L1.2%2C4.2a0.68%2C0.68%2C0%2C0%2C1%2C1-1L6%2C7.08%2C9.84%2C3.24a0.68%2C0.68%2C0%2C1%2C1%2C1%2C1Z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
242
+ background-repeat: no-repeat;
243
+ background-size: contain;
244
+ vertical-align: middle;
245
+ margin: 0;
246
+ }
247
+ }
248
+
249
+ .signpost-trigger {
250
+ position: relative;
251
+ overflow: unset;
252
+ }
253
+
254
+ .tooltip-content {
255
+ position: absolute;
256
+ top: calc(100% + 12px);
257
+ left: 50%;
258
+ background-color: var(--tooltip-content-bg-color);
259
+ color: var(--tooltip-content-text-color) !important;
260
+ border-radius: 3px;
261
+ padding: 4px 6px;
262
+ z-index: var(--z-popover);
263
+ &.right {
264
+ left: inherit;
265
+ right: 50%;
266
+ &::before {
267
+ left: inherit;
268
+ right: 0;
269
+ border-left: 5px solid transparent;
270
+ border-right: 5px solid var(--tooltip-content-bg-color);
271
+ }
272
+ }
273
+
274
+ &::before {
275
+ content: '';
276
+ position: absolute;
277
+ top: -8px;
278
+ left: 0;
279
+ border-left: 5px solid var(--tooltip-content-bg-color);
280
+ border-bottom: 6px solid var(--tooltip-content-bg-color);
281
+ border-top: 6px solid transparent;
282
+ border-right: 5px solid transparent;
283
+ }
284
+ }
285
+ .tooltip {
286
+ .tooltip-content {
287
+ &.tooltip-top-left {
288
+ &.error {
289
+ background-color: var(--tooltip-content-error-bg-color);
290
+ color: white;
291
+ &::before {
292
+ border-left: 5px solid transparent;
293
+ border-bottom: 6px solid transparent;
294
+ border-top: 6px solid var(--tooltip-content-error-bg-color);
295
+ border-right: 5px solid var(--tooltip-content-error-bg-color);
296
+ }
297
+ }
298
+ }
299
+ &.tooltip-top-right {
300
+ &.error {
301
+ }
302
+ }
303
+ }
304
+ }
305
+
306
+ li {
307
+ list-style-type: none;
308
+ &::marker {
309
+ content: '';
310
+ }
311
+ }
312
+
313
+ //.main-container:has(.notification-bar) {
314
+ // height: calc(100vh - 36px);
315
+ //}
316
+ .dropdown-menu {
317
+ &.position-right {
318
+ left: auto;
319
+ right: 0;
320
+ min-width: 30ch;
321
+ }
322
+ }
323
+ .description {
324
+ color: var(--global-font-color) !important;
325
+ }
326
+
327
+ /* after refactoring */
328
+
329
+ .related-objects {
330
+ &__list {
331
+ }
332
+ &__item {
333
+ display: grid;
334
+ grid-template-columns: 1fr 1fr;
335
+ }
336
+ &__heading {
337
+ color: var(--global-text-color3) !important;
338
+ }
339
+ &__link {
340
+ cursor: pointer;
341
+ color: var(--global-text-color2) !important;
342
+ margin-left: 4px;
343
+ }
344
+ .footer {
345
+ height: 30px;
346
+ }
347
+ }