@asd20/ui 3.2.630 → 3.2.632

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.630",
8
+ "version": "3.2.632",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -198,15 +198,6 @@ export default {
198
198
  padding: 0;
199
199
  display: flex;
200
200
  align-items: center;
201
- // min-height: 100vh;
202
- // display: grid;
203
- // grid-template-columns: $grid-three-up-columns;
204
- // grid-template-rows: $grid-base-rows;
205
- // grid-template-areas: $grid-aside-right-areas;
206
- & + .asd20-messaging--fullscreen {
207
- // margin-top: space(-3);
208
- z-index: -1;
209
- }
210
201
 
211
202
  .asd20-messaging__content {
212
203
  position: relative;
@@ -221,23 +212,6 @@ export default {
221
212
  padding-top: 0.5rem;
222
213
  padding-right: space(1);
223
214
  margin: 0;
224
- // height: 100%;
225
- // width: 20vw;
226
- // background: var(--website-card__reverse-background-color)
227
- // var(--website-card__reverse-background-style);
228
- // &::before {
229
- // content: '';
230
- // display: block;
231
- // position: absolute;
232
- // top: 0;
233
- // left: 0;
234
- // right: 0;
235
- // bottom: 0;
236
- // background: var(--color__accent-t70);
237
- // background: hsla(40, 60%, 50%, 1);
238
- // mix-blend-mode: multiply;
239
- // z-index: 1;
240
- // }
241
215
  img {
242
216
  width: 15vw;
243
217
  height: 15vw;
@@ -246,19 +220,6 @@ export default {
246
220
  // opacity: 0.7;
247
221
  }
248
222
  }
249
-
250
- // &:nth-child(even) {
251
- // grid-template-areas: $grid-aside-left-areas;
252
- // &::before {
253
- // grid-column: 1 / 2;
254
- // }
255
- // figure {
256
- // grid-column: 2 / 6;
257
- // }
258
- // .asd20-messaging__content {
259
- // grid-column: 5 / -1;
260
- // }
261
- // }
262
223
  }
263
224
  }
264
225
  }
@@ -215,7 +215,7 @@ export default {
215
215
  .secondary-messaging-section {
216
216
  // --minimum-column-width: 480px;
217
217
  --gutter: #{space(1)};
218
- display: flex;
218
+ display: block;
219
219
  flex-wrap: wrap;
220
220
  margin: calc(var(--gutter) * -1);
221
221
  padding: space(2) space(3);
@@ -236,7 +236,7 @@ export default {
236
236
  .secondary-messaging-section {
237
237
  // --minimum-column-width: 320px;
238
238
  --gutter: #{space(1)};
239
- display: block;
239
+ display: flex;
240
240
  margin: calc(var(--gutter) * -1);
241
241
  padding: space(2) space(3);
242
242