bfg-common 1.4.720 → 1.4.722

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 (140) hide show
  1. package/assets/localization/local_be.json +2 -2
  2. package/assets/localization/local_en.json +2 -2
  3. package/assets/localization/local_hy.json +2 -2
  4. package/assets/localization/local_kk.json +2 -2
  5. package/assets/localization/local_ru.json +2 -2
  6. package/assets/localization/local_zh.json +2 -2
  7. package/assets/scss/common/normalize.scss +355 -361
  8. package/components/atoms/TheIcon3.vue +50 -50
  9. package/components/atoms/modal/bySteps/BySteps.vue +253 -253
  10. package/components/atoms/stack/StackBlock.vue +185 -185
  11. package/components/atoms/table/dataGrid/DataGrid.vue +1696 -1696
  12. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +222 -222
  13. package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +91 -91
  14. package/components/common/browse/BrowseNew.vue +237 -237
  15. package/components/common/browse/BrowseOld.vue +217 -217
  16. package/components/common/browse/blocks/contents/Files.vue +37 -37
  17. package/components/common/browse/blocks/contents/FilesOld.vue +72 -72
  18. package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +96 -96
  19. package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
  20. package/components/common/context/lib/models/interfaces.ts +30 -30
  21. package/components/common/context/recursion/Recursion.vue +86 -86
  22. package/components/common/context/recursion/RecursionOld.vue +213 -213
  23. package/components/common/layout/theHeader/helpMenu/About.vue +82 -82
  24. package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +103 -103
  25. package/components/common/layout/theHeader/lib/models/enums.ts +0 -1
  26. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +2 -5
  27. package/components/common/mainNavigationPanel/MainNavigationPanel.vue +150 -150
  28. package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +284 -300
  29. package/components/common/modals/confirmByInput/ConfirmByInput.vue +206 -206
  30. package/components/common/modals/unsavedChanges/UnsavedChanges.vue +56 -56
  31. package/components/common/monitor/advanced/Advanced.vue +244 -239
  32. package/components/common/monitor/advanced/tools/Tools.vue +447 -440
  33. package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +511 -504
  34. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +108 -106
  35. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +95 -93
  36. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +544 -539
  37. package/components/common/monitor/overview/filters/Filters.vue +235 -232
  38. package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +250 -240
  39. package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +62 -52
  40. package/components/common/pages/home/StatusContent.vue +49 -49
  41. package/components/common/pages/home/headline/Headline.vue +44 -44
  42. package/components/common/pages/home/headline/HeadlineNew.vue +71 -71
  43. package/components/common/pages/home/lib/models/interfaces.ts +48 -48
  44. package/components/common/pages/home/widgets/Widgets.vue +49 -49
  45. package/components/common/pages/home/widgets/WidgetsNew.vue +86 -86
  46. package/components/common/pages/home/widgets/WidgetsOld.vue +34 -34
  47. package/components/common/pages/home/widgets/hosts/Hosts.vue +27 -27
  48. package/components/common/pages/home/widgets/hosts/HostsNew.vue +100 -100
  49. package/components/common/pages/home/widgets/hosts/lib/config/items.ts +23 -23
  50. package/components/common/pages/home/widgets/services/lib/config/config.ts +108 -108
  51. package/components/common/pages/home/widgets/vms/Vms.vue +26 -26
  52. package/components/common/pages/home/widgets/vms/VmsNew.vue +101 -101
  53. package/components/common/pages/home/widgets/vms/VmsOld.vue +35 -35
  54. package/components/common/pages/home/widgets/vms/lib/config/items.ts +19 -19
  55. package/components/common/recursionTree/RecursionTree.vue +212 -223
  56. package/components/common/select/button/ButtonDropdown.vue +108 -108
  57. package/components/common/selectLanguage/lib/config/config.ts +0 -5
  58. package/components/common/spiceConsole/Drawer.vue +370 -370
  59. package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
  60. package/components/common/split/vertical/Vertical.vue +160 -160
  61. package/components/common/vm/actions/add/Add.vue +616 -616
  62. package/components/common/vm/actions/clone/lib/config/steps.ts +129 -129
  63. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +267 -267
  64. package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +269 -269
  65. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +219 -219
  66. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +117 -117
  67. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +161 -161
  68. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +165 -165
  69. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +25 -25
  70. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +55 -70
  71. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaOld.vue +42 -50
  72. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +338 -338
  73. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +147 -147
  74. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +220 -220
  75. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +56 -56
  76. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +44 -44
  77. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +281 -281
  78. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +124 -124
  79. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
  80. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +63 -63
  81. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +95 -95
  82. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
  83. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +69 -69
  84. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +83 -83
  85. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +85 -85
  86. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +91 -91
  87. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +35 -35
  88. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +48 -48
  89. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
  90. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
  91. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
  92. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +30 -30
  93. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +46 -46
  94. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +56 -56
  95. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
  96. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +30 -30
  97. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardNew.vue +104 -104
  98. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardOld.vue +112 -112
  99. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +54 -54
  100. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +145 -145
  101. package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +102 -102
  102. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +75 -75
  103. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +26 -26
  104. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +57 -57
  105. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +42 -42
  106. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +25 -25
  107. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +171 -171
  108. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +50 -50
  109. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +141 -141
  110. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +140 -140
  111. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +30 -30
  112. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +30 -30
  113. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +30 -30
  114. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +32 -32
  115. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +39 -39
  116. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +103 -103
  117. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +102 -102
  118. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordOld.vue +94 -94
  119. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +28 -28
  120. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +38 -38
  121. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
  122. package/components/common/vm/actions/common/select/storage/Storage.vue +130 -130
  123. package/components/common/vm/actions/common/select/storage/StorageOld.vue +129 -129
  124. package/components/common/vm/actions/editSettings/EditSettings.vue +232 -232
  125. package/components/common/vm/actions/editSettings/EditSettingsOld.vue +183 -183
  126. package/components/common/vm/actions/editSettings/new/New.vue +177 -177
  127. package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
  128. package/composables/productNameLocal.ts +30 -30
  129. package/composables/useAppVersion.ts +21 -21
  130. package/composables/useLocal.ts +0 -5
  131. package/layouts/auth.vue +0 -1
  132. package/package.json +1 -1
  133. package/plugins/date.ts +233 -233
  134. package/plugins/recursion.ts +311 -311
  135. package/public/spice-console/lib/images/bitmap.js +203 -203
  136. package/public/spice-console/network/spicechannel.js +383 -383
  137. package/store/main/mutations.ts +7 -7
  138. package/store/main/state.ts +7 -7
  139. package/store/tasks/mappers/recentTasks.ts +64 -64
  140. package/assets/scss/clarity/local_ar.json +0 -2914
@@ -1,361 +1,355 @@
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
- .flex {
73
- display: flex;
74
- }
75
- .inline-block {
76
- display: inline-block;
77
- }
78
- .table-row {
79
- display: table-row;
80
- }
81
- .table-cell {
82
- display: table-cell;
83
- }
84
-
85
- .flex-1 {
86
- flex: 1;
87
- }
88
-
89
- .flex-align-center {
90
- @include flex($align: center);
91
- }
92
- .flex-align-start {
93
- @include flex($align: flex-start);
94
- }
95
- .flex-space-between {
96
- @include flex($just: space-between);
97
- }
98
- .flex-justify-end {
99
- @include flex($just: flex-end);
100
- }
101
- .flex-justify-center {
102
- @include flex($just: center);
103
- }
104
- .flex-direction-column {
105
- @include flex($dir: column);
106
- }
107
-
108
- .z-index-1 {
109
- z-index: 1;
110
- }
111
- .z-index-10 {
112
- z-index: 10;
113
- }
114
- .z-index-100 {
115
- z-index: 100;
116
- }
117
- .z-index-1000 {
118
- z-index: 1000;
119
- }
120
- .z-index-10000 {
121
- z-index: 10000;
122
- }
123
- .z-index-100000 {
124
- z-index: 100000;
125
- }
126
- .z-index-1000000 {
127
- z-index: 1000000;
128
- }
129
-
130
- .relative {
131
- position: relative;
132
- }
133
- .absolute-center {
134
- position: absolute;
135
- top: 50%;
136
- left: 50%;
137
- transform: translateX(-50%) translateY(-50%);
138
- }
139
- .absolute-cover {
140
- position: absolute;
141
- top: 0;
142
- left: 0;
143
- right: 0;
144
- bottom: 0;
145
- }
146
-
147
- .text-ellipsis {
148
- text-overflow: ellipsis;
149
- white-space: nowrap;
150
- overflow: hidden;
151
- }
152
-
153
- .pre-line {
154
- white-space: pre-line;
155
- }
156
-
157
- .word-break-all {
158
- word-break: break-all;
159
- }
160
-
161
- .color-red {
162
- color: red;
163
- }
164
-
165
- .div-disabled {
166
- pointer-events: none;
167
- cursor: not-allowed;
168
- opacity: 0.6;
169
- }
170
-
171
- .pointer {
172
- cursor: pointer !important;
173
- }
174
-
175
- .default {
176
- cursor: default !important;
177
- }
178
-
179
- .text-decoration-none {
180
- text-decoration: none !important;
181
- }
182
- //
183
- //a.active,
184
- //a.router-link-active {
185
- // pointer-events: none;
186
- //}
187
-
188
- .no-selection {
189
- user-select: none;
190
- -webkit-user-select: none;
191
- -moz-user-select: none;
192
- -khtml-user-select: none;
193
- -ms-user-select: none;
194
- }
195
-
196
- .fill-parent {
197
- display: flex;
198
- height: 100%;
199
- width: 100%;
200
- overflow: visible;
201
- }
202
- .horizontal {
203
- flex-direction: row;
204
- }
205
- .vertical {
206
- flex-direction: column;
207
- }
208
- .gutter {
209
- background-color: #eee;
210
- transition-property: background-color;
211
- transition-delay: 0.25s;
212
- transition-duration: 0.25s;
213
- }
214
-
215
- .clr-icon {
216
- display: inline-block;
217
- margin: 0;
218
- height: 16px;
219
- width: 16px;
220
- vertical-align: middle;
221
- }
222
-
223
- .select {
224
- select {
225
- appearance: none;
226
- margin: 0;
227
- border: 0;
228
- border-radius: 0;
229
- box-shadow: none;
230
- background: 0 0;
231
- height: 1.2rem;
232
- color: #000;
233
- display: inline-block;
234
- min-width: 3rem;
235
- border-bottom: 1px solid #9a9a9a;
236
- background: linear-gradient(180deg, transparent 95%, #0095d3 0) no-repeat;
237
- background-size: 0 100%;
238
- transition: background-size 0.2s ease;
239
- position: relative;
240
- padding: 0 1.1rem 0 0.3rem;
241
- cursor: pointer;
242
- width: 100%;
243
- z-index: 2;
244
- }
245
-
246
- &:after {
247
- position: absolute;
248
- content: '';
249
- height: 0.5rem;
250
- width: 0.5rem;
251
- top: 0.3499998rem;
252
- right: 0.3rem;
253
- //top: 2px;
254
- //right: -16px;
255
- 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);
256
- background-repeat: no-repeat;
257
- background-size: contain;
258
- vertical-align: middle;
259
- margin: 0;
260
- }
261
- }
262
-
263
- .signpost-trigger {
264
- position: relative;
265
- overflow: unset;
266
- }
267
-
268
- .tooltip-content {
269
- position: absolute;
270
- top: calc(100% + 12px);
271
- left: 50%;
272
- background-color: var(--tooltip-content-bg-color);
273
- color: var(--tooltip-content-text-color) !important;
274
- border-radius: 3px;
275
- padding: 4px 6px;
276
- z-index: 9999;
277
- &.right {
278
- left: inherit;
279
- right: 50%;
280
- &::before {
281
- left: inherit;
282
- right: 0;
283
- border-left: 5px solid transparent;
284
- border-right: 5px solid var(--tooltip-content-bg-color);
285
- }
286
- }
287
-
288
- &::before {
289
- content: '';
290
- position: absolute;
291
- top: -8px;
292
- left: 0;
293
- border-left: 5px solid var(--tooltip-content-bg-color);
294
- border-bottom: 6px solid var(--tooltip-content-bg-color);
295
- border-top: 6px solid transparent;
296
- border-right: 5px solid transparent;
297
- }
298
- }
299
- .tooltip {
300
- .tooltip-content {
301
- &.tooltip-top-left {
302
- &.error {
303
- background-color: var(--tooltip-content-error-bg-color);
304
- color: white;
305
- &::before {
306
- border-left: 5px solid transparent;
307
- border-bottom: 6px solid transparent;
308
- border-top: 6px solid var(--tooltip-content-error-bg-color);
309
- border-right: 5px solid var(--tooltip-content-error-bg-color);
310
- }
311
- }
312
- }
313
- &.tooltip-top-right {
314
- &.error {
315
- }
316
- }
317
- }
318
- }
319
-
320
- li {
321
- list-style-type: none;
322
- &::marker {
323
- content: '';
324
- }
325
- }
326
-
327
- //.main-container:has(.notification-bar) {
328
- // height: calc(100vh - 36px);
329
- //}
330
- .dropdown-menu {
331
- &.position-right {
332
- left: auto;
333
- right: 0;
334
- min-width: 30ch;
335
- }
336
- }
337
- .description {
338
- color: var(--global-font-color) !important;
339
- }
340
-
341
- /* after refactoring */
342
-
343
- .related-objects {
344
- &__list {
345
- }
346
- &__item {
347
- display: grid;
348
- grid-template-columns: 1fr 1fr;
349
- }
350
- &__heading {
351
- color: var(--global-text-color3) !important;
352
- }
353
- &__link {
354
- cursor: pointer;
355
- color: var(--global-text-color2) !important;
356
- margin-left: 4px;
357
- }
358
- .footer {
359
- height: 30px;
360
- }
361
- }
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
+ * button:focus {
30
+ outline: none;
31
+ }
32
+ body span,
33
+ body p,
34
+ body *,
35
+ body {
36
+ @include text();
37
+ }
38
+ h1,
39
+ h2,
40
+ h3,
41
+ h4,
42
+ h5,
43
+ h6,
44
+ body p {
45
+ margin: 0;
46
+ }
47
+ html:not(.is-new-view) {
48
+ h1,
49
+ h2,
50
+ h3,
51
+ h4,
52
+ h5,
53
+ h6,
54
+ body p {
55
+ color: #565656;
56
+ }
57
+ }
58
+
59
+ b {
60
+ font-weight: bolder;
61
+ }
62
+ .font-weight-bold {
63
+ font-weight: 700;
64
+ }
65
+
66
+ .flex {
67
+ display: flex;
68
+ }
69
+ .inline-block {
70
+ display: inline-block;
71
+ }
72
+ .table-row {
73
+ display: table-row;
74
+ }
75
+ .table-cell {
76
+ display: table-cell;
77
+ }
78
+
79
+ .flex-1 {
80
+ flex: 1;
81
+ }
82
+
83
+ .flex-align-center {
84
+ @include flex($align: center);
85
+ }
86
+ .flex-align-start {
87
+ @include flex($align: flex-start);
88
+ }
89
+ .flex-space-between {
90
+ @include flex($just: space-between);
91
+ }
92
+ .flex-justify-end {
93
+ @include flex($just: flex-end);
94
+ }
95
+ .flex-justify-center {
96
+ @include flex($just: center);
97
+ }
98
+ .flex-direction-column {
99
+ @include flex($dir: column);
100
+ }
101
+
102
+ .z-index-1 {
103
+ z-index: 1;
104
+ }
105
+ .z-index-10 {
106
+ z-index: 10;
107
+ }
108
+ .z-index-100 {
109
+ z-index: 100;
110
+ }
111
+ .z-index-1000 {
112
+ z-index: 1000;
113
+ }
114
+ .z-index-10000 {
115
+ z-index: 10000;
116
+ }
117
+ .z-index-100000 {
118
+ z-index: 100000;
119
+ }
120
+ .z-index-1000000 {
121
+ z-index: 1000000;
122
+ }
123
+
124
+ .relative {
125
+ position: relative;
126
+ }
127
+ .absolute-center {
128
+ position: absolute;
129
+ top: 50%;
130
+ left: 50%;
131
+ transform: translateX(-50%) translateY(-50%);
132
+ }
133
+ .absolute-cover {
134
+ position: absolute;
135
+ top: 0;
136
+ left: 0;
137
+ right: 0;
138
+ bottom: 0;
139
+ }
140
+
141
+ .text-ellipsis {
142
+ text-overflow: ellipsis;
143
+ white-space: nowrap;
144
+ overflow: hidden;
145
+ }
146
+
147
+ .pre-line {
148
+ white-space: pre-line;
149
+ }
150
+
151
+ .word-break-all {
152
+ word-break: break-all;
153
+ }
154
+
155
+ .color-red {
156
+ color: red;
157
+ }
158
+
159
+ .div-disabled {
160
+ pointer-events: none;
161
+ cursor: not-allowed;
162
+ opacity: 0.6;
163
+ }
164
+
165
+ .pointer {
166
+ cursor: pointer !important;
167
+ }
168
+
169
+ .default {
170
+ cursor: default !important;
171
+ }
172
+
173
+ .text-decoration-none {
174
+ text-decoration: none !important;
175
+ }
176
+ //
177
+ //a.active,
178
+ //a.router-link-active {
179
+ // pointer-events: none;
180
+ //}
181
+
182
+ .no-selection {
183
+ user-select: none;
184
+ -webkit-user-select: none;
185
+ -moz-user-select: none;
186
+ -khtml-user-select: none;
187
+ -ms-user-select: none;
188
+ }
189
+
190
+ .fill-parent {
191
+ display: flex;
192
+ height: 100%;
193
+ width: 100%;
194
+ overflow: visible;
195
+ }
196
+ .horizontal {
197
+ flex-direction: row;
198
+ }
199
+ .vertical {
200
+ flex-direction: column;
201
+ }
202
+ .gutter {
203
+ background-color: #eee;
204
+ transition-property: background-color;
205
+ transition-delay: 0.25s;
206
+ transition-duration: 0.25s;
207
+ }
208
+
209
+ .clr-icon {
210
+ display: inline-block;
211
+ margin: 0;
212
+ height: 16px;
213
+ width: 16px;
214
+ vertical-align: middle;
215
+ }
216
+
217
+ .select {
218
+ select {
219
+ appearance: none;
220
+ margin: 0;
221
+ border: 0;
222
+ border-radius: 0;
223
+ box-shadow: none;
224
+ background: 0 0;
225
+ height: 1.2rem;
226
+ color: #000;
227
+ display: inline-block;
228
+ min-width: 3rem;
229
+ border-bottom: 1px solid #9a9a9a;
230
+ background: linear-gradient(180deg, transparent 95%, #0095d3 0) no-repeat;
231
+ background-size: 0 100%;
232
+ transition: background-size 0.2s ease;
233
+ position: relative;
234
+ padding: 0 1.1rem 0 0.3rem;
235
+ cursor: pointer;
236
+ width: 100%;
237
+ z-index: 2;
238
+ }
239
+
240
+ &:after {
241
+ position: absolute;
242
+ content: '';
243
+ height: 0.5rem;
244
+ width: 0.5rem;
245
+ top: 0.3499998rem;
246
+ right: 0.3rem;
247
+ //top: 2px;
248
+ //right: -16px;
249
+ 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);
250
+ background-repeat: no-repeat;
251
+ background-size: contain;
252
+ vertical-align: middle;
253
+ margin: 0;
254
+ }
255
+ }
256
+
257
+ .signpost-trigger {
258
+ position: relative;
259
+ overflow: unset;
260
+ }
261
+
262
+ .tooltip-content {
263
+ position: absolute;
264
+ top: calc(100% + 12px);
265
+ left: 50%;
266
+ background-color: var(--tooltip-content-bg-color);
267
+ color: var(--tooltip-content-text-color) !important;
268
+ border-radius: 3px;
269
+ padding: 4px 6px;
270
+ z-index: 9999;
271
+ &.right {
272
+ left: inherit;
273
+ right: 50%;
274
+ &::before {
275
+ left: inherit;
276
+ right: 0;
277
+ border-left: 5px solid transparent;
278
+ border-right: 5px solid var(--tooltip-content-bg-color);
279
+ }
280
+ }
281
+
282
+ &::before {
283
+ content: '';
284
+ position: absolute;
285
+ top: -8px;
286
+ left: 0;
287
+ border-left: 5px solid var(--tooltip-content-bg-color);
288
+ border-bottom: 6px solid var(--tooltip-content-bg-color);
289
+ border-top: 6px solid transparent;
290
+ border-right: 5px solid transparent;
291
+ }
292
+ }
293
+ .tooltip {
294
+ .tooltip-content {
295
+ &.tooltip-top-left {
296
+ &.error {
297
+ background-color: var(--tooltip-content-error-bg-color);
298
+ color: white;
299
+ &::before {
300
+ border-left: 5px solid transparent;
301
+ border-bottom: 6px solid transparent;
302
+ border-top: 6px solid var(--tooltip-content-error-bg-color);
303
+ border-right: 5px solid var(--tooltip-content-error-bg-color);
304
+ }
305
+ }
306
+ }
307
+ &.tooltip-top-right {
308
+ &.error {
309
+ }
310
+ }
311
+ }
312
+ }
313
+
314
+ li {
315
+ list-style-type: none;
316
+ &::marker {
317
+ content: '';
318
+ }
319
+ }
320
+
321
+ //.main-container:has(.notification-bar) {
322
+ // height: calc(100vh - 36px);
323
+ //}
324
+ .dropdown-menu {
325
+ &.position-right {
326
+ left: auto;
327
+ right: 0;
328
+ min-width: 30ch;
329
+ }
330
+ }
331
+ .description {
332
+ color: var(--global-font-color) !important;
333
+ }
334
+
335
+ /* after refactoring */
336
+
337
+ .related-objects {
338
+ &__list {
339
+ }
340
+ &__item {
341
+ display: grid;
342
+ grid-template-columns: 1fr 1fr;
343
+ }
344
+ &__heading {
345
+ color: var(--global-text-color3) !important;
346
+ }
347
+ &__link {
348
+ cursor: pointer;
349
+ color: var(--global-text-color2) !important;
350
+ margin-left: 4px;
351
+ }
352
+ .footer {
353
+ height: 30px;
354
+ }
355
+ }