@visns-studio/visns-components 4.5.8 → 4.5.10

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.
@@ -6,7 +6,7 @@
6
6
 
7
7
  .hwrap .logo {
8
8
  width: var(--logo-width, 100px);
9
- padding: 0 1rem 0 0.5rem;
9
+ padding: 0 2rem;
10
10
  margin: 0;
11
11
  line-height: 1.45;
12
12
  }
@@ -67,7 +67,7 @@
67
67
  align-items: center;
68
68
  gap: 0.25rem;
69
69
  box-sizing: border-box;
70
- padding: 0.5em 1em;
70
+ padding: 0.5em;
71
71
  margin: 0.25em;
72
72
  text-decoration: none;
73
73
  outline: none;
@@ -83,7 +83,7 @@
83
83
 
84
84
  .app-nav .nav-item a svg,
85
85
  .app-nav .nav-item span svg {
86
- color: var(--secondary-color);
86
+ color: var(--highlight-color);
87
87
  }
88
88
 
89
89
  .app-nav .nav-item-alternate a,
@@ -102,14 +102,14 @@
102
102
  .app-nav .nav-item:hover span,
103
103
  .app-nav .nav-item.active span {
104
104
  background: var(--primary-color-lighter);
105
- color: var(--tertiary-color);
105
+ color: var(--highlight-color);
106
106
  }
107
107
 
108
108
  .app-nav .nav-item:hover a svg,
109
109
  .app-nav .nav-item.active a svg,
110
110
  .app-nav .nav-item:hover span svg,
111
111
  .app-nav .nav-item.active span svg {
112
- color: var(--secondary-color);
112
+ color: var(--highlight-color);
113
113
  }
114
114
 
115
115
  .app-nav .nav-item-alternate:hover a,
package/package.json CHANGED
@@ -58,7 +58,7 @@
58
58
  "react-dom": "^17.0.1"
59
59
  },
60
60
  "name": "@visns-studio/visns-components",
61
- "version": "4.5.8",
61
+ "version": "4.5.10",
62
62
  "description": "Various packages to assist in the development of our Custom Applications.",
63
63
  "main": "index.js",
64
64
  "scripts": {