@axos-web-dev/shared-components 1.0.99-feature-brand.9 → 1.0.99-feature-brand.10

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.
@@ -1,6 +1,6 @@
1
1
  ._13pdpuj0 {
2
2
  border: 2px solid transparent;
3
- font-family: var(--header-font-family);
3
+ font-family: var(--main-font-family);
4
4
  font-weight: 700;
5
5
  margin-bottom: 0;
6
6
  -webkit-transition-duration: 0.15s;
@@ -15,7 +15,7 @@
15
15
  text-decoration: none;
16
16
  display: inline-block;
17
17
  white-space: nowrap;
18
- font-size: 18px;
18
+ font-size: 16px;
19
19
  opacity: 1;
20
20
  cursor: pointer;
21
21
  }
@@ -113,16 +113,16 @@
113
113
  color: #1F1F1F;
114
114
  }
115
115
  ._13pdpujf {
116
- color: #5E6A74;
117
- background: #d4d4d4;
116
+ background: #939BA6;
117
+ color: #FFFFFF;
118
118
  cursor: not-allowed;
119
119
  }
120
120
  ._13pdpujf:hover {
121
+ background: #939BA6;
122
+ border-color: transparent;
123
+ color: #FFFFFF;
121
124
  cursor: not-allowed;
122
- background: #d4d4d4;
123
125
  text-decoration: none;
124
- color: #5E6A74;
125
- border-color: transparent;
126
126
  }
127
127
  ._13pdpujg {
128
128
  background: #8F8F8F;
@@ -1,11 +1,11 @@
1
1
  ._1gp5vfo0 {
2
+ cursor: pointer;
3
+ font-family: var(--main-font-family);
2
4
  font-weight: 700;
3
- opacity: 1;
4
5
  margin-bottom: 0;
6
+ opacity: 1;
5
7
  padding: 0;
6
8
  text-decoration: none;
7
- cursor: pointer;
8
- font-family: var(--header-font-family);
9
9
  }
10
10
  ._1gp5vfo1 {
11
11
  color: var(--_1073cm82);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "1.0.99-feature-brand.9",
4
+ "version": "1.0.99-feature-brand.10",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",