bfg-common 1.4.120 → 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.
@@ -58,6 +58,24 @@
58
58
  }
59
59
 
60
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,
61
79
  .icon-workload-management {
62
80
  background-image: url('../img/icons/icons-sprite-light-6.svg');
63
81
 
@@ -65,6 +83,24 @@
65
83
  background-image: url('../img/icons/icons-sprite-dark-6.svg');
66
84
  }
67
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,
68
104
  .active .icon-workload-management {
69
105
  background-image: url('../img/icons/icons-sprite-dark-6.svg');
70
106
 
@@ -74,6 +110,24 @@
74
110
  }
75
111
 
76
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,
77
131
  .icon-workload-management {
78
132
  display: inline-block;
79
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.120",
4
+ "version": "1.4.121",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",