@asd20/ui 3.2.718 → 3.2.720

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.718",
8
+ "version": "3.2.720",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -225,6 +225,9 @@ export default {
225
225
 
226
226
  &.asd20-notification--floating {
227
227
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.125);
228
+ .asd20-notification__content {
229
+ padding: 0;
230
+ }
228
231
  .asd20-notification__title {
229
232
  font-size: 1.125rem;
230
233
  padding-top: 0.5rem;
@@ -381,7 +384,7 @@ export default {
381
384
  &.asd20-notification--floating {
382
385
  flex-direction: column;
383
386
  .asd20-notification__content {
384
- border-top: 2px solid #da2e0b;
387
+ border-top: 2px solid #70b4c2;
385
388
  border-left: none;
386
389
  }
387
390
  }
@@ -362,7 +362,7 @@ export default {
362
362
  &:focus {
363
363
  box-shadow: 0 0 0 3px white, 0 0 10px 0 #477e88;
364
364
  outline: 3px solid #477e88;
365
- outline-offset: 7px;
365
+ outline-offset: 0px;
366
366
  }
367
367
  }
368
368
  span {