@asd20/ui 3.2.631 → 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.631",
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
  }