bfg-common 1.3.507 → 1.3.508
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.
|
@@ -104,6 +104,9 @@
|
|
|
104
104
|
.network-lib-ui-icon-statusRed {
|
|
105
105
|
background-position: 0 35.4430379747%;
|
|
106
106
|
}
|
|
107
|
+
.vsphere-icon-clock-line {
|
|
108
|
+
background-position: 0 43.0379746835%;
|
|
109
|
+
}
|
|
107
110
|
|
|
108
111
|
/* _____BACKGROUND IMAGE_____ */
|
|
109
112
|
.host-ui-icon-renewCertificate,
|
|
@@ -140,6 +143,7 @@
|
|
|
140
143
|
.icon-certificate-32x,
|
|
141
144
|
.icon-content-libraries,
|
|
142
145
|
.network-lib-ui-icon-statusGreen,
|
|
146
|
+
.vsphere-icon-clock-line,
|
|
143
147
|
.network-lib-ui-icon-statusRed {
|
|
144
148
|
background-image: url('@/assets/img/icons/icons-sprite-light-1.svg');
|
|
145
149
|
|
|
@@ -179,6 +183,7 @@
|
|
|
179
183
|
.active .icon-auto-deploy,
|
|
180
184
|
.active .icon-content-libraries,
|
|
181
185
|
.active .network-lib-ui-icon-statusGreen,
|
|
186
|
+
.active .vsphere-icon-clock-line,
|
|
182
187
|
.active .network-lib-ui-icon-statusRed {
|
|
183
188
|
background-image: url('@/assets/img/icons/icons-sprite-dark-1.svg');
|
|
184
189
|
html.dark-theme & {
|
|
@@ -227,6 +232,7 @@
|
|
|
227
232
|
.icon-auto-deploy,
|
|
228
233
|
.icon-content-libraries,
|
|
229
234
|
.network-lib-ui-icon-statusGreen,
|
|
235
|
+
.vsphere-icon-clock-line,
|
|
230
236
|
.network-lib-ui-icon-statusRed {
|
|
231
237
|
display: inline-block;
|
|
232
238
|
width: 18px;
|