bfg-common 1.4.120 → 1.4.122

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.
@@ -5,6 +5,9 @@
5
5
  .icon-guest-os {
6
6
  background-position: 0 5%;
7
7
  }
8
+ .icon-guest-os-reset {
9
+ background-position: 0 10.5%;
10
+ }
8
11
  .icon-guest-os-install {
9
12
  background-position: 0 15.5%;
10
13
  }
@@ -58,6 +61,24 @@
58
61
  }
59
62
 
60
63
  /* _____BACKGROUND IMAGE_____ */
64
+ .icon-guest-os,
65
+ .icon-guest-os-install,
66
+ .icon-guest-os-shut-down,
67
+ .icon-guest-os-mount,
68
+ .icon-guest-os-unmount,
69
+ .icon-consolidate,
70
+ .icon-clone,
71
+ .icon-edit-note,
72
+ .icon-delete-from-disk,
73
+ .icon-vm-power-off,
74
+ .icon-vm-reset,
75
+ .icon-vm-hard-stop,
76
+ .icon-backups,
77
+ .icon-backup-new,
78
+ .icon-rules,
79
+ .icon-rules-new,
80
+ .icon-rules-apply,
81
+ .icon-backup-restore,
61
82
  .icon-workload-management {
62
83
  background-image: url('../img/icons/icons-sprite-light-6.svg');
63
84
 
@@ -65,6 +86,24 @@
65
86
  background-image: url('../img/icons/icons-sprite-dark-6.svg');
66
87
  }
67
88
  }
89
+ .active .icon-guest-os,
90
+ .active .icon-guest-os-install,
91
+ .active .icon-guest-os-shut-down,
92
+ .active .icon-guest-os-mount,
93
+ .active .icon-guest-os-unmount,
94
+ .active .icon-consolidate,
95
+ .active .icon-clone,
96
+ .active .icon-edit-note,
97
+ .active .icon-delete-from-disk,
98
+ .active .icon-vm-power-off,
99
+ .active .icon-vm-reset,
100
+ .active .icon-vm-hard-stop,
101
+ .active .icon-backups,
102
+ .active .icon-backup-new,
103
+ .active .icon-rules,
104
+ .active .icon-rules-new,
105
+ .active .icon-rules-apply,
106
+ .active .icon-backup-restore,
68
107
  .active .icon-workload-management {
69
108
  background-image: url('../img/icons/icons-sprite-dark-6.svg');
70
109
 
@@ -74,6 +113,24 @@
74
113
  }
75
114
 
76
115
  /* _____ICONS COMMON STYLES_____ */
116
+ .icon-guest-os,
117
+ .icon-guest-os-install,
118
+ .icon-guest-os-shut-down,
119
+ .icon-guest-os-mount,
120
+ .icon-guest-os-unmount,
121
+ .icon-consolidate,
122
+ .icon-clone,
123
+ .icon-edit-note,
124
+ .icon-delete-from-disk,
125
+ .icon-vm-power-off,
126
+ .icon-vm-reset,
127
+ .icon-vm-hard-stop,
128
+ .icon-backups,
129
+ .icon-backup-new,
130
+ .icon-rules,
131
+ .icon-rules-new,
132
+ .icon-rules-apply,
133
+ .icon-backup-restore,
77
134
  .icon-workload-management {
78
135
  display: inline-block;
79
136
  width: 18px;
@@ -3,6 +3,7 @@
3
3
  @import 'icons-3';
4
4
  @import 'icons-4';
5
5
  @import 'icons-5';
6
+ @import 'icons-6';
6
7
  @import 'lib-icons';
7
8
 
8
9
  /* _____ICONS COMMON STYLES_____ */
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.122",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",