bfg-common 1.4.119 → 1.4.121

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,9 +1,81 @@
1
1
  /* _____BACKGROUND POSITION_____ */
2
2
  .icon-workload-management {
3
+ background-position: 0 0;
4
+ }
5
+ .icon-guest-os {
6
+ background-position: 0 5%;
7
+ }
8
+ .icon-guest-os-install {
9
+ background-position: 0 15.5%;
10
+ }
11
+ .icon-guest-os-shut-down {
12
+ background-position: 0 20.8%;
13
+ }
14
+ .icon-guest-os-mount {
15
+ background-position: 0 26%;
16
+ }
17
+ .icon-guest-os-unmount {
18
+ background-position: 0 31.3%;
19
+ }
20
+ .icon-consolidate {
21
+ background-position: 0 37%;
22
+ }
23
+ .icon-clone {
24
+ background-position: 0 42%;
25
+ }
26
+ .icon-edit-note {
27
+ background-position: 0 47.2%;
28
+ }
29
+ .icon-delete-from-disk {
30
+ background-position: 0 52.5%;
31
+ }
32
+ .icon-vm-power-off {
33
+ background-position: 0 57.8%;
34
+ }
35
+ .icon-vm-reset {
36
+ background-position: 0 63%;
37
+ }
38
+ .icon-vm-hard-stop {
39
+ background-position: 0 68.3%;
40
+ }
41
+ .icon-backups {
42
+ background-position: 0 73.5%;
43
+ }
44
+ .icon-backup-new {
45
+ background-position: 0 78.8%;
46
+ }
47
+ .icon-rules {
48
+ background-position: 0 84%;
49
+ }
50
+ .icon-rules-new {
51
+ background-position: 0 89.3%;
52
+ }
53
+ .icon-rules-apply {
54
+ background-position: 0 94.5%;
55
+ }
56
+ .icon-backup-restore {
3
57
  background-position: 0 100%;
4
58
  }
5
59
 
6
60
  /* _____BACKGROUND IMAGE_____ */
61
+ .icon-guest-os,
62
+ .icon-guest-os-install,
63
+ .icon-guest-os-shut-down,
64
+ .icon-guest-os-mount,
65
+ .icon-guest-os-unmount,
66
+ .icon-consolidate,
67
+ .icon-clone,
68
+ .icon-edit-note,
69
+ .icon-delete-from-disk,
70
+ .icon-vm-power-off,
71
+ .icon-vm-reset,
72
+ .icon-vm-hard-stop,
73
+ .icon-backups,
74
+ .icon-backup-new,
75
+ .icon-rules,
76
+ .icon-rules-new,
77
+ .icon-rules-apply,
78
+ .icon-backup-restore,
7
79
  .icon-workload-management {
8
80
  background-image: url('../img/icons/icons-sprite-light-6.svg');
9
81
 
@@ -11,6 +83,24 @@
11
83
  background-image: url('../img/icons/icons-sprite-dark-6.svg');
12
84
  }
13
85
  }
86
+ .active .icon-guest-os,
87
+ .active .icon-guest-os-install,
88
+ .active .icon-guest-os-shut-down,
89
+ .active .icon-guest-os-mount,
90
+ .active .icon-guest-os-unmount,
91
+ .active .icon-consolidate,
92
+ .active .icon-clone,
93
+ .active .icon-edit-note,
94
+ .active .icon-delete-from-disk,
95
+ .active .icon-vm-power-off,
96
+ .active .icon-vm-reset,
97
+ .active .icon-vm-hard-stop,
98
+ .active .icon-backups,
99
+ .active .icon-backup-new,
100
+ .active .icon-rules,
101
+ .active .icon-rules-new,
102
+ .active .icon-rules-apply,
103
+ .active .icon-backup-restore,
14
104
  .active .icon-workload-management {
15
105
  background-image: url('../img/icons/icons-sprite-dark-6.svg');
16
106
 
@@ -20,6 +110,24 @@
20
110
  }
21
111
 
22
112
  /* _____ICONS COMMON STYLES_____ */
113
+ .icon-guest-os,
114
+ .icon-guest-os-install,
115
+ .icon-guest-os-shut-down,
116
+ .icon-guest-os-mount,
117
+ .icon-guest-os-unmount,
118
+ .icon-consolidate,
119
+ .icon-clone,
120
+ .icon-edit-note,
121
+ .icon-delete-from-disk,
122
+ .icon-vm-power-off,
123
+ .icon-vm-reset,
124
+ .icon-vm-hard-stop,
125
+ .icon-backups,
126
+ .icon-backup-new,
127
+ .icon-rules,
128
+ .icon-rules-new,
129
+ .icon-rules-apply,
130
+ .icon-backup-restore,
23
131
  .icon-workload-management {
24
132
  display: inline-block;
25
133
  width: 18px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.119",
4
+ "version": "1.4.121",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",