@asd20/ui 3.2.897 → 3.2.899

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.897",
8
+ "version": "3.2.899",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -148,7 +148,7 @@ export default {
148
148
  font-size: 0.75rem;
149
149
  // text-transform: uppercase;
150
150
  opacity: 0.75;
151
- text-align: justify;
151
+ // text-align: justify;
152
152
  hr {
153
153
  margin: 0.25rem 0;
154
154
  padding: 0;
@@ -126,7 +126,7 @@ $input-reversed-text-color: var(--color__accent-t100);
126
126
  border: 0;
127
127
  border-radius: 0;
128
128
  opacity: 0;
129
- background: lightgray;
129
+ background: rgba(255, 255, 255, 0.9);
130
130
  width: 100%;
131
131
  cursor: pointer;
132
132
  &:focus ~ label {
@@ -322,7 +322,7 @@ export default {
322
322
  width: max-content;
323
323
  background: rgba(255, 255, 255, 0.9);
324
324
  border-radius: 3rem;
325
- padding: 0 0 0 0.5em;
325
+ padding: 0 1em 0 0.5em;
326
326
  &::v-deep .asd20-select-input {
327
327
  color: var(--website-page__foreground-color) !important;
328
328
  }
@@ -293,8 +293,8 @@ export default {
293
293
  display: flex;
294
294
  justify-content: center;
295
295
  align-items: center;
296
- background: white;
297
- color: black;
296
+ background: #ffffff;
297
+ color: #000000;
298
298
  font-size: 0.375rem;
299
299
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.0625);
300
300
  border-radius: 50%;
@@ -310,7 +310,7 @@ export default {
310
310
  svg {
311
311
  width: 100%;
312
312
  height: 100%;
313
- color: hsl(0, 0%, 0%);
313
+ color: #000000;
314
314
  // fill: #80B3C0;
315
315
  fill: var(--color__accent);
316
316
  }
@@ -324,7 +324,7 @@ export default {
324
324
  display: flex;
325
325
  justify-content: center;
326
326
  align-items: center;
327
- background: white;
327
+ background: #ffffff;
328
328
  color: var(--color__primary);
329
329
  font-size: 0.75rem;
330
330
  font-weight: bold;
@@ -339,7 +339,8 @@ export default {
339
339
  align-items: center;
340
340
  font-size: 0.85rem;
341
341
  z-index: 15;
342
-
342
+ background: rgba(0, 0, 0, 0.1);
343
+ border-radius: 25%;
343
344
  font-family: sans-serif;
344
345
 
345
346
  button {
@@ -358,7 +359,7 @@ export default {
358
359
  cursor: pointer;
359
360
  outline: none;
360
361
  border-radius: 100%;
361
- background: rgba(0,0,0, 0.125);
362
+ background: rgba(0, 0, 0, 0.125);
362
363
  &:focus {
363
364
  // box-shadow: 0 0 0 2px white;
364
365
  // outline: 2px solid white;
@@ -375,7 +376,7 @@ export default {
375
376
 
376
377
  &--floating .pagination {
377
378
  margin-right: 0.5rem;
378
- background: rgba(255,255,255,0.85);
379
+ background: rgba(255, 255, 255, 0.85);
379
380
  align-self: stretch;
380
381
  margin-right: -2rem;
381
382
  // z-index: -1;
@@ -473,9 +474,9 @@ export default {
473
474
  top: 1.125rem;
474
475
  right: 50%;
475
476
  transform: translatex(50%);
476
- color: white;
477
+ color: #ffffff;
477
478
  button {
478
- fill: white;
479
+ fill: #ffffff;
479
480
  }
480
481
  }
481
482
  &--banner .notifications {
@@ -531,7 +532,7 @@ export default {
531
532
  justify-content: flex-start;
532
533
  flex-wrap: wrap;
533
534
  order: -2;
534
- background: white;
535
+ background: #ffffff;
535
536
  }
536
537
  }
537
538
 
@@ -84,7 +84,7 @@
84
84
  </div>
85
85
  <div v-if="lead" class="asd20-page-header__lead">
86
86
  <span v-html="lead"></span>
87
- <a v-show="detailLink && !isDetailPage" :href="detailLink">
87
+ <a v-if="detailLink && !isDetailPage" :href="detailLink">
88
88
  {{ detailLinkLabel }}
89
89
  </a>
90
90
  </div>
@@ -355,7 +355,7 @@ export default {
355
355
  width: max-content;
356
356
  background: rgba(255, 255, 255, 0.9);
357
357
  border-radius: 3rem;
358
- padding: 0 0 0 0.5em;
358
+ padding: 0 1em 0 0.5em;
359
359
  &::v-deep .asd20-icon {
360
360
  width: 32px !important;
361
361
  height: 32px !important;
@@ -206,6 +206,7 @@ export default {
206
206
 
207
207
  &__content {
208
208
  margin-top: space(2);
209
+ background: rgba(0, 0, 0, 0.01);
209
210
  }
210
211
 
211
212
  &__lead {
@@ -230,7 +230,7 @@ export default {
230
230
  flex-direction: column;
231
231
  align-items: center;
232
232
  justify-content: flex-start;
233
- background: transparent;
233
+ background: var(--website-menu__background-color);
234
234
  &::after {
235
235
  content: '';
236
236
  display: block;