bfg-common 1.4.121 → 1.4.123

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
  }
@@ -59,6 +62,7 @@
59
62
 
60
63
  /* _____BACKGROUND IMAGE_____ */
61
64
  .icon-guest-os,
65
+ .icon-guest-os-reset,
62
66
  .icon-guest-os-install,
63
67
  .icon-guest-os-shut-down,
64
68
  .icon-guest-os-mount,
@@ -84,6 +88,7 @@
84
88
  }
85
89
  }
86
90
  .active .icon-guest-os,
91
+ .active .icon-guest-os-reset,
87
92
  .active .icon-guest-os-install,
88
93
  .active .icon-guest-os-shut-down,
89
94
  .active .icon-guest-os-mount,
@@ -111,6 +116,7 @@
111
116
 
112
117
  /* _____ICONS COMMON STYLES_____ */
113
118
  .icon-guest-os,
119
+ .icon-guest-os-reset,
114
120
  .icon-guest-os-install,
115
121
  .icon-guest-os-shut-down,
116
122
  .icon-guest-os-mount,
@@ -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.121",
4
+ "version": "1.4.123",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",