bfg-common 1.5.386 → 1.5.388

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.
@@ -1,174 +1,174 @@
1
- /* _____BACKGROUND POSITION_____ */
2
- .icon-workload-management {
3
- background-position: 0 0;
4
- }
5
- .icon-guest-os {
6
- background-position: 0 3.9%;
7
- }
8
- .icon-guest-os-reset {
9
- background-position: 0 7.7%;
10
- }
11
- .icon-guest-os-install {
12
- background-position: 0 11.4%;
13
- }
14
- .icon-guest-os-shut-down {
15
- background-position: 0 15.2%;
16
- }
17
- .icon-guest-os-mount {
18
- background-position: 0 19%;
19
- }
20
- .icon-guest-os-unmount {
21
- background-position: 0 22.9%;
22
- }
23
- .icon-consolidate {
24
- background-position: 0 26.9%;
25
- }
26
- .icon-clone {
27
- background-position: 0 30.8%;
28
- }
29
- .icon-edit-note {
30
- background-position: 0 34.6%;
31
- }
32
- .icon-delete-from-disk {
33
- background-position: 0 38.3%;
34
- }
35
- .icon-vm-power-off {
36
- background-position: 0 42.2%;
37
- }
38
- .icon-vm-reset {
39
- background-position: 0 46.1%;
40
- }
41
- .icon-vm-hard-stop {
42
- background-position: 0 49.8%;
43
- }
44
- .icon-backups {
45
- background-position: 0 53.8%;
46
- }
47
- .icon-backup-new {
48
- background-position: 0 57.6%;
49
- }
50
- .icon-rules {
51
- background-position: 0 61.5%;
52
- }
53
- .icon-rules-new {
54
- background-position: 0 65.3%;
55
- }
56
- .icon-rules-apply {
57
- background-position: 0 74.8%;
58
- }
59
- .icon-backup-restore {
60
- background-position: 0 69.1%;
61
- }
62
- .icon-sensors {
63
- background-position: 0 76.9%;
64
- }
65
- .icon-sessions {
66
- background-position: 0 80.7%;
67
- }
68
- .icon-server {
69
- background-position: 0 84.6%;
70
- }
71
- .icon-add-permission {
72
- background-position: 0 92.2%;
73
- }
74
- .icon-add-dstorm-icon {
75
- background-position: 0 99.9%;
76
- }
77
-
78
- /* _____BACKGROUND IMAGE_____ */
79
- .icon-guest-os,
80
- .icon-guest-os-reset,
81
- .icon-guest-os-install,
82
- .icon-guest-os-shut-down,
83
- .icon-guest-os-mount,
84
- .icon-guest-os-unmount,
85
- .icon-consolidate,
86
- .icon-clone,
87
- .icon-edit-note,
88
- .icon-delete-from-disk,
89
- .icon-vm-power-off,
90
- .icon-vm-reset,
91
- .icon-vm-hard-stop,
92
- .icon-backups,
93
- .icon-backup-new,
94
- .icon-rules,
95
- .icon-rules-new,
96
- .icon-rules-apply,
97
- .icon-backup-restore,
98
- .icon-sensors,
99
- .icon-sessions,
100
- .icon-server,
101
- .icon-add-permission,
102
- .icon-add-dstorm-icon,
103
- .icon-workload-management {
104
- background-image: url('../img/icons/icons-sprite-light-6.svg');
105
-
106
- html.dark-theme & {
107
- background-image: url('../img/icons/icons-sprite-dark-6.svg');
108
- }
109
- }
110
- .active .icon-guest-os,
111
- .active .icon-guest-os-reset,
112
- .active .icon-guest-os-install,
113
- .active .icon-guest-os-shut-down,
114
- .active .icon-guest-os-mount,
115
- .active .icon-guest-os-unmount,
116
- .active .icon-consolidate,
117
- .active .icon-clone,
118
- .active .icon-edit-note,
119
- .active .icon-delete-from-disk,
120
- .active .icon-vm-power-off,
121
- .active .icon-vm-reset,
122
- .active .icon-vm-hard-stop,
123
- .active .icon-backups,
124
- .active .icon-backup-new,
125
- .active .icon-rules,
126
- .active .icon-rules-new,
127
- .active .icon-rules-apply,
128
- .active .icon-backup-restore,
129
- .active .icon-sensors,
130
- .active .icon-sessions,
131
- .active .icon-server,
132
- .active .icon-add-permission,
133
- .active .icon-add-dstorm-icon,
134
- .active .icon-workload-management {
135
- background-image: url('../img/icons/icons-sprite-dark-6.svg');
136
-
137
- html.dark-theme & {
138
- background-image: url('../img/icons/icons-sprite-light-6.svg');
139
- }
140
- }
141
-
142
- /* _____ICONS COMMON STYLES_____ */
143
- .icon-guest-os,
144
- .icon-guest-os-reset,
145
- .icon-guest-os-install,
146
- .icon-guest-os-shut-down,
147
- .icon-guest-os-mount,
148
- .icon-guest-os-unmount,
149
- .icon-consolidate,
150
- .icon-clone,
151
- .icon-edit-note,
152
- .icon-delete-from-disk,
153
- .icon-vm-power-off,
154
- .icon-vm-reset,
155
- .icon-vm-hard-stop,
156
- .icon-backups,
157
- .icon-backup-new,
158
- .icon-rules,
159
- .icon-rules-new,
160
- .icon-rules-apply,
161
- .icon-backup-restore,
162
- .icon-sensors,
163
- .icon-sessions,
164
- .icon-server,
165
- .icon-add-permission,
166
- .icon-add-dstorm-icon,
167
- .icon-workload-management {
168
- display: inline-block;
169
- width: 18px;
170
- min-width: 18px;
171
- height: 18px;
172
- min-height: 18px;
173
- background-size: 100% auto;
174
- }
1
+ /* _____BACKGROUND POSITION_____ */
2
+ .icon-workload-management {
3
+ background-position: 0 0;
4
+ }
5
+ .icon-guest-os {
6
+ background-position: 0 3.9%;
7
+ }
8
+ .icon-guest-os-reset {
9
+ background-position: 0 7.7%;
10
+ }
11
+ .icon-guest-os-install {
12
+ background-position: 0 11.4%;
13
+ }
14
+ .icon-guest-os-shut-down {
15
+ background-position: 0 15.2%;
16
+ }
17
+ .icon-guest-os-mount {
18
+ background-position: 0 19%;
19
+ }
20
+ .icon-guest-os-unmount {
21
+ background-position: 0 22.9%;
22
+ }
23
+ .icon-consolidate {
24
+ background-position: 0 26.9%;
25
+ }
26
+ .icon-clone {
27
+ background-position: 0 30.8%;
28
+ }
29
+ .icon-edit-note {
30
+ background-position: 0 34.6%;
31
+ }
32
+ .icon-delete-from-disk {
33
+ background-position: 0 38.3%;
34
+ }
35
+ .icon-vm-power-off {
36
+ background-position: 0 42.2%;
37
+ }
38
+ .icon-vm-reset {
39
+ background-position: 0 46.1%;
40
+ }
41
+ .icon-vm-hard-stop {
42
+ background-position: 0 49.8%;
43
+ }
44
+ .icon-backups {
45
+ background-position: 0 53.8%;
46
+ }
47
+ .icon-backup-new {
48
+ background-position: 0 57.6%;
49
+ }
50
+ .icon-rules {
51
+ background-position: 0 61.5%;
52
+ }
53
+ .icon-rules-new {
54
+ background-position: 0 65.3%;
55
+ }
56
+ .icon-rules-apply {
57
+ background-position: 0 69.1%;
58
+ }
59
+ .icon-backup-restore {
60
+ background-position: 0 73.1%;
61
+ }
62
+ .icon-sensors {
63
+ background-position: 0 76.9%;
64
+ }
65
+ .icon-sessions {
66
+ background-position: 0 80.7%;
67
+ }
68
+ .icon-server {
69
+ background-position: 0 84.6%;
70
+ }
71
+ .icon-add-permission {
72
+ background-position: 0 92.2%;
73
+ }
74
+ .icon-add-dstorm-icon {
75
+ background-position: 0 99.9%;
76
+ }
77
+
78
+ /* _____BACKGROUND IMAGE_____ */
79
+ .icon-guest-os,
80
+ .icon-guest-os-reset,
81
+ .icon-guest-os-install,
82
+ .icon-guest-os-shut-down,
83
+ .icon-guest-os-mount,
84
+ .icon-guest-os-unmount,
85
+ .icon-consolidate,
86
+ .icon-clone,
87
+ .icon-edit-note,
88
+ .icon-delete-from-disk,
89
+ .icon-vm-power-off,
90
+ .icon-vm-reset,
91
+ .icon-vm-hard-stop,
92
+ .icon-backups,
93
+ .icon-backup-new,
94
+ .icon-rules,
95
+ .icon-rules-new,
96
+ .icon-rules-apply,
97
+ .icon-backup-restore,
98
+ .icon-sensors,
99
+ .icon-sessions,
100
+ .icon-server,
101
+ .icon-add-permission,
102
+ .icon-add-dstorm-icon,
103
+ .icon-workload-management {
104
+ background-image: url('../img/icons/icons-sprite-light-6.svg');
105
+
106
+ html.dark-theme & {
107
+ background-image: url('../img/icons/icons-sprite-dark-6.svg');
108
+ }
109
+ }
110
+ .active .icon-guest-os,
111
+ .active .icon-guest-os-reset,
112
+ .active .icon-guest-os-install,
113
+ .active .icon-guest-os-shut-down,
114
+ .active .icon-guest-os-mount,
115
+ .active .icon-guest-os-unmount,
116
+ .active .icon-consolidate,
117
+ .active .icon-clone,
118
+ .active .icon-edit-note,
119
+ .active .icon-delete-from-disk,
120
+ .active .icon-vm-power-off,
121
+ .active .icon-vm-reset,
122
+ .active .icon-vm-hard-stop,
123
+ .active .icon-backups,
124
+ .active .icon-backup-new,
125
+ .active .icon-rules,
126
+ .active .icon-rules-new,
127
+ .active .icon-rules-apply,
128
+ .active .icon-backup-restore,
129
+ .active .icon-sensors,
130
+ .active .icon-sessions,
131
+ .active .icon-server,
132
+ .active .icon-add-permission,
133
+ .active .icon-add-dstorm-icon,
134
+ .active .icon-workload-management {
135
+ background-image: url('../img/icons/icons-sprite-dark-6.svg');
136
+
137
+ html.dark-theme & {
138
+ background-image: url('../img/icons/icons-sprite-light-6.svg');
139
+ }
140
+ }
141
+
142
+ /* _____ICONS COMMON STYLES_____ */
143
+ .icon-guest-os,
144
+ .icon-guest-os-reset,
145
+ .icon-guest-os-install,
146
+ .icon-guest-os-shut-down,
147
+ .icon-guest-os-mount,
148
+ .icon-guest-os-unmount,
149
+ .icon-consolidate,
150
+ .icon-clone,
151
+ .icon-edit-note,
152
+ .icon-delete-from-disk,
153
+ .icon-vm-power-off,
154
+ .icon-vm-reset,
155
+ .icon-vm-hard-stop,
156
+ .icon-backups,
157
+ .icon-backup-new,
158
+ .icon-rules,
159
+ .icon-rules-new,
160
+ .icon-rules-apply,
161
+ .icon-backup-restore,
162
+ .icon-sensors,
163
+ .icon-sessions,
164
+ .icon-server,
165
+ .icon-add-permission,
166
+ .icon-add-dstorm-icon,
167
+ .icon-workload-management {
168
+ display: inline-block;
169
+ width: 18px;
170
+ min-width: 18px;
171
+ height: 18px;
172
+ min-height: 18px;
173
+ background-size: 100% auto;
174
+ }