@asd20/ui 3.2.636 → 3.2.638
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
|
@@ -180,7 +180,7 @@ export default {
|
|
|
180
180
|
.primary-messaging-section,
|
|
181
181
|
.secondary-messaging-section {
|
|
182
182
|
display: flex;
|
|
183
|
-
padding: space(2) space(
|
|
183
|
+
padding: space(2) space(1) space(2) space(2);
|
|
184
184
|
&::v-deep > * {
|
|
185
185
|
// flex: 1 1 var(--minimum-column-width);
|
|
186
186
|
// margin: space(1) !important;
|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
193
193
|
--gutter: #{space(1)};
|
|
194
194
|
display: flex;
|
|
195
195
|
flex-wrap: wrap;
|
|
196
|
-
margin: calc(var(--gutter) * -1);
|
|
196
|
+
// margin: calc(var(--gutter) * -1);
|
|
197
197
|
padding: space(2) space(3);
|
|
198
198
|
|
|
199
199
|
&::v-deep > * {
|
|
@@ -206,7 +206,7 @@ export default {
|
|
|
206
206
|
&--fullscreen {
|
|
207
207
|
.primary-messaging-section,
|
|
208
208
|
.secondary-messaging-section {
|
|
209
|
-
padding: space(2) space(3);
|
|
209
|
+
padding: space(2) space(2) space(2) space(3);
|
|
210
210
|
// &::v-deep > * {
|
|
211
211
|
// flex: 1 1 var(--minimum-column-width);
|
|
212
212
|
// margin: var(--gutter) !important;
|
|
@@ -220,7 +220,7 @@ export default {
|
|
|
220
220
|
.asd20-page-content {
|
|
221
221
|
.primary-messaging-section,
|
|
222
222
|
.secondary-messaging-section {
|
|
223
|
-
padding: space(2) space(
|
|
223
|
+
padding: space(2) space(1) space(2) space(2);
|
|
224
224
|
&::v-deep > * {
|
|
225
225
|
// flex: 1 1 var(--minimum-column-width);
|
|
226
226
|
margin: space(1) !important;
|
|
@@ -233,8 +233,8 @@ export default {
|
|
|
233
233
|
--gutter: #{space(1)};
|
|
234
234
|
display: flex;
|
|
235
235
|
flex-wrap: wrap;
|
|
236
|
-
margin: calc(var(--gutter) * -1);
|
|
237
|
-
padding: space(2) space(3);
|
|
236
|
+
// margin: calc(var(--gutter) * -1);
|
|
237
|
+
// padding: space(2) space(3);
|
|
238
238
|
|
|
239
239
|
&::v-deep > * {
|
|
240
240
|
// flex: 1 1 var(--minimum-column-width);
|
|
@@ -254,7 +254,7 @@ export default {
|
|
|
254
254
|
--gutter: #{space(1)};
|
|
255
255
|
display: flex;
|
|
256
256
|
margin: calc(var(--gutter) * -1);
|
|
257
|
-
padding: space(2) space(3);
|
|
257
|
+
// padding: space(2) space(3);
|
|
258
258
|
|
|
259
259
|
&::v-deep > * {
|
|
260
260
|
// flex: 1 1 var(--minimum-column-width);
|