bfg-common 1.5.221 → 1.5.222

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.
@@ -59,6 +59,10 @@ table {
59
59
  .vm-name-label {
60
60
  width: 20%;
61
61
 
62
+ &::first-letter {
63
+ text-transform: uppercase;
64
+ }
65
+
62
66
  &.hard-disk-properties {
63
67
  padding-left: 25px;
64
68
  }
@@ -707,13 +707,6 @@ const onHideModal = (): void => {
707
707
  </script>
708
708
 
709
709
  <style scoped lang="scss">
710
- .clone-vm {
711
- :deep(.table) {
712
- .vm-name-label::first-letter {
713
- text-transform: uppercase;
714
- }
715
- }
716
- }
717
710
  :deep(.has-solid.close-icon.clr-icon) {
718
711
  width: 20px;
719
712
  top: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.221",
4
+ "version": "1.5.222",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",