@asd20/ui 3.2.864 → 3.2.865

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.864",
8
+ "version": "3.2.865",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -183,7 +183,9 @@ export default {
183
183
  display: flex;
184
184
  align-self: stretch;
185
185
  padding: 0;
186
- margin: 0;
186
+ margin: 0 0 space(0.5) 0;
187
+ border-top: 10px solid var(--color__accent);
188
+ padding-top: space(0.5);
187
189
  & > img {
188
190
  display: block;
189
191
  width: 100%;
@@ -225,6 +227,8 @@ export default {
225
227
  padding-top: 0.5rem;
226
228
  padding-right: space(1);
227
229
  margin: 0;
230
+ border-top: none;
231
+ padding-top: 0;
228
232
  img {
229
233
  width: 15vw;
230
234
  height: 15vw;
@@ -504,7 +504,7 @@ export default {
504
504
  position: absolute;
505
505
  left: 0;
506
506
  top: 0;
507
- right: 65vw;
507
+ right: 55vw;
508
508
  bottom: 0;
509
509
  // overflow: hidden;
510
510
  background: var(--website-menu__open-background-color, white);
@@ -372,7 +372,7 @@ export default {
372
372
  position: absolute;
373
373
  left: 0;
374
374
  top: 0;
375
- right: 65vw;
375
+ right: 55vw;
376
376
  bottom: 0;
377
377
  overflow: hidden;
378
378
  background: white;
@@ -259,7 +259,7 @@ export default {
259
259
  .asd20-page-content:not(.intro-message) .primary-messaging-section {
260
260
  padding: space(1) space(0);
261
261
  .asd20-messaging {
262
- margin-bottom: space(1) !important;
262
+ // margin-bottom: space(1) !important;
263
263
  }
264
264
  }
265
265