@axos-web-dev/shared-components 1.0.100-dev.5 → 1.0.100-dev.6
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/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Comparison/ComparisonSet.js +33 -24
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/Table/Table.d.ts +1 -1
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/Comparison/Comparison.css +3 -1
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
- package/package.json +1 -1
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
.
|
|
2
|
-
margin: 16px 0;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.
|
|
6
|
-
border-bottom: 1px solid #d4d4d4;
|
|
7
|
-
border-top: 1px solid #d4d4d4;
|
|
8
|
-
margin-inline: auto;
|
|
9
|
-
max-width: 1200px;
|
|
10
|
-
padding: 16px 0;
|
|
11
|
-
width: 100%;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.
|
|
15
|
-
aspect-ratio: 1;
|
|
16
|
-
background-position: 0 0;
|
|
17
|
-
background-size: contain;
|
|
18
|
-
border-radius: 50%;
|
|
19
|
-
flex: 0 0 100px;
|
|
20
|
-
height: 100px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.
|
|
24
|
-
flex: 1 1 0%;
|
|
25
|
-
align-self: center;
|
|
26
|
-
margin-left: 16px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.
|
|
30
|
-
color: #1e3860;
|
|
31
|
-
font-family: var(--header-font-family);
|
|
32
|
-
font-size: 20px;
|
|
33
|
-
font-weight: 600;
|
|
34
|
-
line-height: 1.4;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.
|
|
38
|
-
color: #1e3860;
|
|
39
|
-
font-size: 18px;
|
|
40
|
-
font-weight: 500;
|
|
41
|
-
line-height: 1.44;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.
|
|
45
|
-
font-size: 14px;
|
|
46
|
-
line-height: 1.33;
|
|
47
|
-
color: #333d46;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
* + .
|
|
51
|
-
margin-top: 8px;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@media (max-width: 603px) {
|
|
55
|
-
.
|
|
56
|
-
height: 75px;
|
|
57
|
-
flex: 0 0 75px;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
1
|
+
._avatar_sec_wf36a_1 {
|
|
2
|
+
margin: 16px 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
._container_wf36a_9 {
|
|
6
|
+
border-bottom: 1px solid #d4d4d4;
|
|
7
|
+
border-top: 1px solid #d4d4d4;
|
|
8
|
+
margin-inline: auto;
|
|
9
|
+
max-width: 1200px;
|
|
10
|
+
padding: 16px 0;
|
|
11
|
+
width: 100%;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
._image_wf36a_27 {
|
|
15
|
+
aspect-ratio: 1;
|
|
16
|
+
background-position: 0 0;
|
|
17
|
+
background-size: contain;
|
|
18
|
+
border-radius: 50%;
|
|
19
|
+
flex: 0 0 100px;
|
|
20
|
+
height: 100px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
._text_wf36a_45 {
|
|
24
|
+
flex: 1 1 0%;
|
|
25
|
+
align-self: center;
|
|
26
|
+
margin-left: 16px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
._name_wf36a_57 {
|
|
30
|
+
color: #1e3860;
|
|
31
|
+
font-family: var(--header-font-family);
|
|
32
|
+
font-size: 20px;
|
|
33
|
+
font-weight: 600;
|
|
34
|
+
line-height: 1.4;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
._title_wf36a_73 {
|
|
38
|
+
color: #1e3860;
|
|
39
|
+
font-size: 18px;
|
|
40
|
+
font-weight: 500;
|
|
41
|
+
line-height: 1.44;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
._description_wf36a_87 p {
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
line-height: 1.33;
|
|
47
|
+
color: #333d46;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
* + ._description_wf36a_87 {
|
|
51
|
+
margin-top: 8px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@media (max-width: 603px) {
|
|
55
|
+
._image_wf36a_27 {
|
|
56
|
+
height: 75px;
|
|
57
|
+
flex: 0 0 75px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
.
|
|
2
|
-
line-height: 1.35;
|
|
3
|
-
margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
|
|
4
|
-
margin-inline: auto;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.
|
|
8
|
-
.
|
|
9
|
-
color: #333d46;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.
|
|
13
|
-
text-align: right;
|
|
14
|
-
margin-top: 18px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.
|
|
18
|
-
font-style: normal;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.
|
|
22
|
-
margin-right: 24px;
|
|
23
|
-
transform: rotateY(180deg) scaleY(-1);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.
|
|
27
|
-
align-items: flex-start;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.
|
|
31
|
-
font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
|
|
32
|
-
font-style: italic;
|
|
33
|
-
line-height: 1.2;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@media (max-width: 768px) {
|
|
37
|
-
.
|
|
38
|
-
max-width: 30px;
|
|
39
|
-
margin-right: 12px;
|
|
40
|
-
}
|
|
41
|
-
.
|
|
42
|
-
margin-top: 14px;
|
|
43
|
-
}
|
|
44
|
-
.
|
|
45
|
-
font-size: 18px;
|
|
46
|
-
}
|
|
47
|
-
.
|
|
48
|
-
font-size: 14px;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
@media (max-width: 500px) {
|
|
53
|
-
.
|
|
54
|
-
margin-top: 12px;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
@media (min-width: 604px) {
|
|
59
|
-
.
|
|
60
|
-
width: min(calc(100% - 2rem), 792px);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@media (min-width: 1023px) {
|
|
65
|
-
.
|
|
66
|
-
font-weight: 600;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
1
|
+
._quote_spacer_1r8g1_1 {
|
|
2
|
+
line-height: 1.35;
|
|
3
|
+
margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
|
|
4
|
+
margin-inline: auto;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
._author_1r8g1_13,
|
|
8
|
+
._quote_1r8g1_1 {
|
|
9
|
+
color: #333d46;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
._author_1r8g1_13 {
|
|
13
|
+
text-align: right;
|
|
14
|
+
margin-top: 18px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
._author_1r8g1_13 cite {
|
|
18
|
+
font-style: normal;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
._quote_spacer_1r8g1_1 .img_fluid {
|
|
22
|
+
margin-right: 24px;
|
|
23
|
+
transform: rotateY(180deg) scaleY(-1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
._quote_spacer_1r8g1_1 .flex_row {
|
|
27
|
+
align-items: flex-start;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
._quote_1r8g1_1 p {
|
|
31
|
+
font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
|
|
32
|
+
font-style: italic;
|
|
33
|
+
line-height: 1.2;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@media (max-width: 768px) {
|
|
37
|
+
._quote_spacer_1r8g1_1 .img_fluid {
|
|
38
|
+
max-width: 30px;
|
|
39
|
+
margin-right: 12px;
|
|
40
|
+
}
|
|
41
|
+
._author_1r8g1_13 {
|
|
42
|
+
margin-top: 14px;
|
|
43
|
+
}
|
|
44
|
+
._quote_1r8g1_1 p {
|
|
45
|
+
font-size: 18px;
|
|
46
|
+
}
|
|
47
|
+
._author_1r8g1_13 cite {
|
|
48
|
+
font-size: 14px;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@media (max-width: 500px) {
|
|
53
|
+
._author_1r8g1_13 {
|
|
54
|
+
margin-top: 12px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@media (min-width: 604px) {
|
|
59
|
+
._quote_spacer_1r8g1_1 {
|
|
60
|
+
width: min(calc(100% - 2rem), 792px);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@media (min-width: 1023px) {
|
|
65
|
+
._quote_1r8g1_1 p {
|
|
66
|
+
font-weight: 600;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -103,7 +103,6 @@
|
|
|
103
103
|
width: 100%;
|
|
104
104
|
text-align: center;
|
|
105
105
|
gap: 24px;
|
|
106
|
-
flex-wrap: wrap;
|
|
107
106
|
align-items: center;
|
|
108
107
|
}
|
|
109
108
|
._198o0lt0 ._1nivbwe1 {
|
|
@@ -112,6 +111,9 @@
|
|
|
112
111
|
._198o0lt0 ._1nivbwe5 {
|
|
113
112
|
font-size: 20px;
|
|
114
113
|
}
|
|
114
|
+
.comparison_container--many_items ._198o0lte {
|
|
115
|
+
flex-direction: column;
|
|
116
|
+
}
|
|
115
117
|
@media screen and (max-width: 1023px) {
|
|
116
118
|
._198o0lt0 {
|
|
117
119
|
border-radius: 0;
|