@axos-web-dev/shared-components 1.0.100-dev.77 → 1.0.100-dev.78
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/README.md +111 -111
- package/dist/Accordion/Accordion.js +3 -3
- package/dist/AlertBanner/index.js +1 -1
- package/dist/Article/Article.js +1 -1
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
- package/dist/Calculators/ApyCalculator/index.js +1 -1
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/Calculators/MarginTradingCalculator/index.js +1 -1
- package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
- package/dist/Calculators/MonthlyPaymentLVFCalculator/index.js +1 -1
- package/dist/Carousel/index.js +1 -1
- package/dist/ContentBanner/index.js +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.d.ts +51 -1
- package/dist/ExecutiveBio/ExecutiveBio.css.js +48 -46
- package/dist/ExecutiveBio/ExecutiveBio.d.ts +1 -1
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -1
- package/dist/ExecutiveBio/ExecutiveBio.js +142 -146
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -2
- package/dist/ExecutiveBio/ExecutiveBioSet.js +31 -17
- package/dist/ExecutiveBio/index.js +2 -1
- package/dist/FaqAccordion/index.js +1 -1
- package/dist/FdicCallout/FdicCallout.module.js +2 -2
- package/dist/FooterDisclosure/FooterDisclosure.js +1 -1
- package/dist/Forms/MortgageRate/MortgageRateForm.js +1 -1
- package/dist/HeroBanner/HeroBanner.js +2 -2
- package/dist/IconBillboard/IconBillboardSet.js +1 -1
- package/dist/ImageBillboard/ImageBillboard.js +1 -1
- package/dist/Input/Checkbox.js +2 -2
- package/dist/Input/DownPaymentInput.js +1 -1
- package/dist/Input/Dropdown.js +1 -1
- package/dist/Input/Input.js +1 -1
- package/dist/Input/InputTextArea.js +1 -1
- package/dist/Insight/Featured/Featured.js +2 -2
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/LandingPageHeader/LandingPageHeader.js +1 -1
- package/dist/Modal/contextApi/store.js +1 -1
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- 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 +27 -27
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/PageNavItem/PageNavItem.js +1 -1
- package/dist/SetContainer/SetContainer.js +2 -2
- package/dist/StepItem/StepItem.js +1 -1
- package/dist/StepItemSet/StepItemSet.js +1 -1
- package/dist/Table/Table.js +1 -1
- package/dist/Topic/Topic.js +1 -1
- package/dist/WalnutIframe/wrapper.module.js +3 -3
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +72 -72
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +271 -170
- package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
- package/dist/assets/Interstitial/Interstitial.css.css +142 -142
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -609
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -630
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +353 -353
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -445
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -484
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +427 -427
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
- package/dist/assets/WalnutIframe/wrapper.css.css +48 -48
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -47
- package/dist/main.js +2 -1
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +136 -136
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import '../../assets/NavigationMenu/LaVictoire/NavBar.css.css';const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const primary_links = "
|
|
6
|
-
const main_nav_link = "
|
|
7
|
-
const sub_nav = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const header_sub_row = "
|
|
12
|
-
const signin_dropdown = "
|
|
13
|
-
const shadow = "
|
|
14
|
-
const signin_subheader = "
|
|
15
|
-
const opacity = "
|
|
16
|
-
const fadeInDown = "
|
|
17
|
-
const open = "
|
|
18
|
-
const reversed_row = "
|
|
19
|
-
const hamburger = "
|
|
20
|
-
const mobile_only = "
|
|
21
|
-
const mobile_logo = "
|
|
22
|
-
const highlight = "
|
|
23
|
-
const mobile_nav = "
|
|
24
|
-
const mobile_opened = "
|
|
25
|
-
const mobile_nav_item = "
|
|
26
|
-
const has_dropdown = "
|
|
27
|
-
const icon_wrap = "
|
|
28
|
-
const mobile_footer = "
|
|
29
|
-
const mobile_footer_content = "
|
|
30
|
-
const footer_cta = "
|
|
31
|
-
const inner_wrapper = "
|
|
32
|
-
const btn = "
|
|
33
|
-
const sub_menu = "
|
|
34
|
-
const main = "
|
|
35
|
-
const skip_btn = "
|
|
36
|
-
const desktop_only = "
|
|
37
|
-
const logo_wrap = "
|
|
1
|
+
import '../../assets/NavigationMenu/LaVictoire/NavBar.css.css';const header = "_header_1q2xq_1";
|
|
2
|
+
const wrapper = "_wrapper_1q2xq_5";
|
|
3
|
+
const header_main_row = "_header_main_row_1q2xq_11";
|
|
4
|
+
const mobile_header = "_mobile_header_1q2xq_12";
|
|
5
|
+
const primary_links = "_primary_links_1q2xq_16";
|
|
6
|
+
const main_nav_link = "_main_nav_link_1q2xq_20";
|
|
7
|
+
const sub_nav = "_sub_nav_1q2xq_39";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_1q2xq_43";
|
|
9
|
+
const signin_wrap = "_signin_wrap_1q2xq_45";
|
|
10
|
+
const signin_btn = "_signin_btn_1q2xq_46";
|
|
11
|
+
const header_sub_row = "_header_sub_row_1q2xq_93";
|
|
12
|
+
const signin_dropdown = "_signin_dropdown_1q2xq_116";
|
|
13
|
+
const shadow = "_shadow_1q2xq_126";
|
|
14
|
+
const signin_subheader = "_signin_subheader_1q2xq_136";
|
|
15
|
+
const opacity = "_opacity_1q2xq_157";
|
|
16
|
+
const fadeInDown = "_fadeInDown_1q2xq_1";
|
|
17
|
+
const open = "_open_1q2xq_163";
|
|
18
|
+
const reversed_row = "_reversed_row_1q2xq_175";
|
|
19
|
+
const hamburger = "_hamburger_1q2xq_185";
|
|
20
|
+
const mobile_only = "_mobile_only_1q2xq_199";
|
|
21
|
+
const mobile_logo = "_mobile_logo_1q2xq_205";
|
|
22
|
+
const highlight = "_highlight_1q2xq_210";
|
|
23
|
+
const mobile_nav = "_mobile_nav_1q2xq_232";
|
|
24
|
+
const mobile_opened = "_mobile_opened_1q2xq_243";
|
|
25
|
+
const mobile_nav_item = "_mobile_nav_item_1q2xq_251";
|
|
26
|
+
const has_dropdown = "_has_dropdown_1q2xq_262";
|
|
27
|
+
const icon_wrap = "_icon_wrap_1q2xq_267";
|
|
28
|
+
const mobile_footer = "_mobile_footer_1q2xq_272";
|
|
29
|
+
const mobile_footer_content = "_mobile_footer_content_1q2xq_277";
|
|
30
|
+
const footer_cta = "_footer_cta_1q2xq_282";
|
|
31
|
+
const inner_wrapper = "_inner_wrapper_1q2xq_308";
|
|
32
|
+
const btn = "_btn_1q2xq_313";
|
|
33
|
+
const sub_menu = "_sub_menu_1q2xq_318";
|
|
34
|
+
const main = "_main_1q2xq_20";
|
|
35
|
+
const skip_btn = "_skip_btn_1q2xq_339";
|
|
36
|
+
const desktop_only = "_desktop_only_1q2xq_372";
|
|
37
|
+
const logo_wrap = "_logo_wrap_1q2xq_375";
|
|
38
38
|
const styles = {
|
|
39
39
|
header,
|
|
40
40
|
wrapper,
|
|
@@ -82,13 +82,14 @@ import "../Chatbot/authenticate.js";
|
|
|
82
82
|
import "../Chatbot/store/messages.js";
|
|
83
83
|
/* empty css */
|
|
84
84
|
import "../Comparison/Comparison.css.js";
|
|
85
|
-
import { setcontainer_section_text,
|
|
85
|
+
import { setcontainer_section_text, set_container_cols, inline_container, set_container, isolate_container } from "./SetContainer.css.js";
|
|
86
86
|
import "../Tab/Tab.css.js";
|
|
87
87
|
import "../icons/Star/Star.css.js";
|
|
88
88
|
import { heroSupertag } from "../HeroBanner/HeroBanner.css.js";
|
|
89
89
|
import "../ContentBanner/ContentBanner.css.js";
|
|
90
90
|
/* empty css */
|
|
91
91
|
import "../ExecutiveBio/ExecutiveBio.css.js";
|
|
92
|
+
import { getNumOfColumns } from "../utils/getNumber.js";
|
|
92
93
|
import "../FaqAccordion/index.js";
|
|
93
94
|
import "../FooterDisclosure/FooterDisclosure.css.js";
|
|
94
95
|
/* empty css */
|
|
@@ -133,7 +134,6 @@ import "../StepItemSet/StepItemSet.css.js";
|
|
|
133
134
|
/* empty css */
|
|
134
135
|
import "../HeroBanner/LargeBanner.css.js";
|
|
135
136
|
import "../HeroBanner/SelectionBanner.css.js";
|
|
136
|
-
import { getNumOfColumns } from "../utils/getNumber.js";
|
|
137
137
|
const SetContainer = ({
|
|
138
138
|
id,
|
|
139
139
|
variant,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { getVariant } from "../utils/getVariant.js";
|
|
3
|
-
import { li, point, step_num,
|
|
3
|
+
import { li, line_points, point, step_num, bullet_details, bs_topic, bs_copy } from "./StepItem.css.js";
|
|
4
4
|
const StepItem = ({
|
|
5
5
|
id,
|
|
6
6
|
counter,
|
|
@@ -16,7 +16,7 @@ import '../assets/VideoTile/VideoTile.css';import '../assets/themes/victorie.css
|
|
|
16
16
|
/* empty css */
|
|
17
17
|
/* empty css */
|
|
18
18
|
/* empty css */
|
|
19
|
-
import { bs_wrapper, svg_logo, modifier, sec_title, sec_subtitle, tablet_col, bs_image, bs_video, steps_wrapper, ol, ul, bs_btns, bs_add_details
|
|
19
|
+
import { bs_section, bs_wrapper, svg_logo, modifier, sec_title, sec_subtitle, tablet_col, bs_image, bs_video, steps_wrapper, ol, ul, bs_btns, bs_add_details } from "./StepItemSet.css.js";
|
|
20
20
|
const StepItemSet = ({
|
|
21
21
|
id,
|
|
22
22
|
variant: fullVariant = "primary",
|
package/dist/Table/Table.js
CHANGED
|
@@ -12,7 +12,7 @@ import '../assets/icons/FollowIcon/FollowIcon.css';import '../assets/icons/Downl
|
|
|
12
12
|
import "../utils/allowedAxosDomains.js";
|
|
13
13
|
import { getVariant } from "../utils/getVariant.js";
|
|
14
14
|
import { createElement } from "react";
|
|
15
|
-
import {
|
|
15
|
+
import { table_section, table_container_text, table_headline, table_description_text, table_container, table, highlight_first_row, highlight_last_row, alternate_color_rows, apy_table, tableWrapper, td, th } from "./Table.css.js";
|
|
16
16
|
const TableContainer = ({
|
|
17
17
|
tableTitle,
|
|
18
18
|
tableBody,
|
package/dist/Topic/Topic.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import clsx from "clsx";
|
|
3
|
-
import { topic_container,
|
|
3
|
+
import { topic_container, topic_header, topic_columns, topic_item } from "./Topic.css.js";
|
|
4
4
|
const Topic = ({ children }) => {
|
|
5
5
|
return /* @__PURE__ */ jsx("div", { className: clsx(topic_container), children });
|
|
6
6
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "
|
|
2
|
-
const shimmer = "
|
|
3
|
-
const wrapper_control = "
|
|
1
|
+
import '../assets/WalnutIframe/wrapper.css.css';const wrapper = "_wrapper_f1tr5_10";
|
|
2
|
+
const shimmer = "_shimmer_f1tr5_1";
|
|
3
|
+
const wrapper_control = "_wrapper_control_f1tr5_39";
|
|
4
4
|
const css = {
|
|
5
5
|
wrapper,
|
|
6
6
|
shimmer,
|
|
@@ -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: 700;
|
|
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_1clr6_1 {
|
|
2
|
+
margin: 16px 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
._container_1clr6_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
|
+
._image_1clr6_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
|
+
._text_1clr6_23 {
|
|
24
|
+
flex: 1 1 0%;
|
|
25
|
+
align-self: center;
|
|
26
|
+
margin-left: 16px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
._name_1clr6_29 {
|
|
30
|
+
color: #1e3860;
|
|
31
|
+
font-family: var(--header-font-family);
|
|
32
|
+
font-size: 20px;
|
|
33
|
+
font-weight: 700;
|
|
34
|
+
line-height: 1.4;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
._title_1clr6_37 {
|
|
38
|
+
color: #1e3860;
|
|
39
|
+
font-size: 18px;
|
|
40
|
+
font-weight: 500;
|
|
41
|
+
line-height: 1.44;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
._description_1clr6_44 p {
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
line-height: 1.33;
|
|
47
|
+
color: #333d46;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
* + ._description_1clr6_44 {
|
|
51
|
+
margin-top: 8px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
@media (max-width: 603px) {
|
|
55
|
+
._image_1clr6_14 {
|
|
56
|
+
height: 75px;
|
|
57
|
+
flex: 0 0 75px;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
@@ -1,72 +1,72 @@
|
|
|
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: #1f1f1f;
|
|
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
|
-
.lchs2s1 .
|
|
37
|
-
color: #1e3860;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@media (max-width: 768px) {
|
|
41
|
-
.
|
|
42
|
-
max-width: 30px;
|
|
43
|
-
margin-right: 12px;
|
|
44
|
-
}
|
|
45
|
-
.
|
|
46
|
-
margin-top: 14px;
|
|
47
|
-
}
|
|
48
|
-
.
|
|
49
|
-
font-size: 18px;
|
|
50
|
-
}
|
|
51
|
-
.
|
|
52
|
-
font-size: 14px;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@media (max-width: 500px) {
|
|
57
|
-
.
|
|
58
|
-
margin-top: 12px;
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
@media (min-width: 604px) {
|
|
63
|
-
.
|
|
64
|
-
width: min(calc(100% - 2rem), 792px);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
@media (min-width: 1023px) {
|
|
69
|
-
.
|
|
70
|
-
font-weight: 700;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
._quote_spacer_ovx4r_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_ovx4r_7,
|
|
8
|
+
._quote_ovx4r_1 {
|
|
9
|
+
color: #1f1f1f;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
._author_ovx4r_7 {
|
|
13
|
+
text-align: right;
|
|
14
|
+
margin-top: 18px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
._author_ovx4r_7 cite {
|
|
18
|
+
font-style: normal;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
._quote_spacer_ovx4r_1 .img_fluid {
|
|
22
|
+
margin-right: 24px;
|
|
23
|
+
transform: rotateY(180deg) scaleY(-1);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
._quote_spacer_ovx4r_1 .flex_row {
|
|
27
|
+
align-items: flex-start;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
._quote_ovx4r_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
|
+
.lchs2s1 ._quote_ovx4r_1 p {
|
|
37
|
+
color: #1e3860;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@media (max-width: 768px) {
|
|
41
|
+
._quote_spacer_ovx4r_1 .img_fluid {
|
|
42
|
+
max-width: 30px;
|
|
43
|
+
margin-right: 12px;
|
|
44
|
+
}
|
|
45
|
+
._author_ovx4r_7 {
|
|
46
|
+
margin-top: 14px;
|
|
47
|
+
}
|
|
48
|
+
._quote_ovx4r_1 p {
|
|
49
|
+
font-size: 18px;
|
|
50
|
+
}
|
|
51
|
+
._author_ovx4r_7 cite {
|
|
52
|
+
font-size: 14px;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
@media (max-width: 500px) {
|
|
57
|
+
._author_ovx4r_7 {
|
|
58
|
+
margin-top: 12px;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
@media (min-width: 604px) {
|
|
63
|
+
._quote_spacer_ovx4r_1 {
|
|
64
|
+
width: min(calc(100% - 2rem), 792px);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
@media (min-width: 1023px) {
|
|
69
|
+
._quote_ovx4r_1 p {
|
|
70
|
+
font-weight: 700;
|
|
71
|
+
}
|
|
72
|
+
}
|