comand-component-library 3.3.4 → 3.3.5
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -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;
|