comand-component-library 3.3.3 → 3.3.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "3.3.3",
3
+ "version": "3.3.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -64,6 +64,7 @@ body, .cmd-site-header, .cmd-site-footer, .cmd-copyright-information {
64
64
  /* begin .avoid-scrolling --------------------------------------------------------------------------------------------------------------------------------------------------- */
65
65
  body.avoid-scrolling {
66
66
  overflow: hidden;
67
+ height: 100vh;
67
68
  }
68
69
  /* end .avoid-scrolling --------------------------------------------------------------------------------------------------------------------------------------------------- */
69
70
 
@@ -108,8 +108,6 @@ export default {
108
108
  @import '../assets/styles/variables';
109
109
 
110
110
  .cmd-company-logo {
111
- grid-area: company-logo;
112
-
113
111
  > a {
114
112
  display: block;
115
113
 
@@ -286,8 +286,6 @@ export default {
286
286
  @import '../assets/styles/variables';
287
287
 
288
288
  .cmd-main-navigation {
289
- grid-area: main-navigation;
290
-
291
289
  &.hide-sub-navigation {
292
290
  ul {
293
291
  ul {
@@ -183,7 +183,8 @@ export default {
183
183
  &.flex-container {
184
184
  width: 100%;
185
185
 
186
- .cmd-logo {
186
+ .cmd-company-logo {
187
+ grid-area: company-logo;
187
188
  flex: none;
188
189
  }
189
190
  }
@@ -220,6 +221,7 @@ export default {
220
221
  }
221
222
 
222
223
  #main-navigation-wrapper {
224
+ grid-area: main-navigation;
223
225
  display: flex;
224
226
  align-items: center;
225
227
  border: 0;