@asante-org/atlascopco-vt-litesitegenerator 3.0.13 → 3.0.14
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/dist/index.esm.scss +1 -1
- package/dist/index.scss +1 -1
- package/dist/themes/theme-1.css +1 -1
- package/dist/themes/theme-2.css +1 -1
- package/dist/themes/theme-3.css +1 -1
- package/package.json +1 -1
package/dist/index.esm.scss
CHANGED
|
@@ -3303,7 +3303,7 @@
|
|
|
3303
3303
|
display: flex;
|
|
3304
3304
|
}
|
|
3305
3305
|
.lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper > * {
|
|
3306
|
-
width: auto;
|
|
3306
|
+
width: auto !important;
|
|
3307
3307
|
flex: 0 1 auto;
|
|
3308
3308
|
}
|
|
3309
3309
|
.lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper::before, .lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper::after {
|
package/dist/index.scss
CHANGED
|
@@ -3303,7 +3303,7 @@
|
|
|
3303
3303
|
display: flex;
|
|
3304
3304
|
}
|
|
3305
3305
|
.lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper > * {
|
|
3306
|
-
width: auto;
|
|
3306
|
+
width: auto !important;
|
|
3307
3307
|
flex: 0 1 auto;
|
|
3308
3308
|
}
|
|
3309
3309
|
.lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper::before, .lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper::after {
|
package/dist/themes/theme-1.css
CHANGED
|
@@ -3296,7 +3296,7 @@
|
|
|
3296
3296
|
display: flex;
|
|
3297
3297
|
}
|
|
3298
3298
|
.lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper > * {
|
|
3299
|
-
width: auto;
|
|
3299
|
+
width: auto !important;
|
|
3300
3300
|
flex: 0 1 auto;
|
|
3301
3301
|
}
|
|
3302
3302
|
.lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper::before, .lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper::after {
|
package/dist/themes/theme-2.css
CHANGED
|
@@ -3296,7 +3296,7 @@
|
|
|
3296
3296
|
display: flex;
|
|
3297
3297
|
}
|
|
3298
3298
|
.lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper > * {
|
|
3299
|
-
width: auto;
|
|
3299
|
+
width: auto !important;
|
|
3300
3300
|
flex: 0 1 auto;
|
|
3301
3301
|
}
|
|
3302
3302
|
.lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper::before, .lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper::after {
|
package/dist/themes/theme-3.css
CHANGED
|
@@ -3296,7 +3296,7 @@
|
|
|
3296
3296
|
display: flex;
|
|
3297
3297
|
}
|
|
3298
3298
|
.lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper > * {
|
|
3299
|
-
width: auto;
|
|
3299
|
+
width: auto !important;
|
|
3300
3300
|
flex: 0 1 auto;
|
|
3301
3301
|
}
|
|
3302
3302
|
.lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper::before, .lsg-group-display--flex > .layout-container-color-wrapper > .layout-container-spacing-wrapper::after {
|