@asd20/ui 3.2.551 → 3.2.552

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.551",
8
+ "version": "3.2.552",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -100,6 +100,7 @@ export default {
100
100
  }
101
101
  &:focus {
102
102
  box-shadow: 0 0 0 5px var(--website-page__link-color);
103
+ outline: none !important;
103
104
  }
104
105
  }
105
106
 
@@ -244,6 +244,9 @@ export default {
244
244
  top: inherit;
245
245
  bottom: 0%;
246
246
  }
247
+ .asd20-secondary-header {
248
+ background-attachment: fixed;
249
+ }
247
250
  }
248
251
  }
249
252
 
@@ -1,23 +1,23 @@
1
1
  :root {
2
- --color__accent-s100: #000000;
3
- --color__accent-s90: #01040b;
4
- --color__accent-s80: #030916;
5
- --color__accent-s70: #0f1c50;
6
- --color__accent-s60: #12205c;
7
- --color__accent-s50: #142469;
8
- --color__accent-s40: #182a7a;
9
- --color__accent-s30: #1b2f87;
10
- --color__accent-s20: #1e3493;
11
- --color__accent-s10: #1e3493;
12
- --color__accent: #225da5;
13
- --color__accent-t10: #326aaf;
14
- --color__accent-t20: #4479b9;
15
- --color__accent-t30: #5b8bc4;
16
- --color__accent-t40: #749dce;
17
- --color__accent-t50: #8badd6;
18
- --color__accent-t60: #a0bbdd;
19
- --color__accent-t70: #b7cbe5;
20
- --color__accent-t80: #cad9ec;
2
+ --color__accent-s100: #041c2f;
3
+ --color__accent-s90: #072a46;
4
+ --color__accent-s80: #09395d;
5
+ --color__accent-s70: #0b4775;
6
+ --color__accent-s60: #0d558c;
7
+ --color__accent-s50: #0f63a3;
8
+ --color__accent-s40: #1171bb;
9
+ --color__accent-s30: #147fd2;
10
+ --color__accent-s20: #168ee9;
11
+ --color__accent-s10: #2d99eb;
12
+ --color__accent: #379eec;
13
+ --color__accent-t10: #44a4ee;
14
+ --color__accent-t20: #5cb0f0;
15
+ --color__accent-t30: #73bbf2;
16
+ --color__accent-t40: #8ac6f4;
17
+ --color__accent-t50: #a2d2f6;
18
+ --color__accent-t60: #b9ddf8;
19
+ --color__accent-t70: #d0e8fb;
20
+ --color__accent-t80: #e8f4fd;
21
21
  --color__accent-t90: #dce5f1;
22
22
  --color__accent-t100: #ffffff;
23
23
  --color__on-accent: #ffffff;