@axos-web-dev/shared-components 1.0.100-dev.49-fix.1 → 1.0.100-dev.50

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,59 +1,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
+ ._avatar_sec_q4a8z_1 {
2
+ margin: 16px 0;
3
+ }
4
+
5
+ ._container_q4a8z_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_q4a8z_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_q4a8z_45 {
24
+ flex: 1 1 0%;
25
+ align-self: center;
26
+ margin-left: 16px;
27
+ }
28
+
29
+ ._name_q4a8z_57 {
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_q4a8z_73 {
38
+ color: #1e3860;
39
+ font-size: 18px;
40
+ font-weight: 500;
41
+ line-height: 1.44;
42
+ }
43
+
44
+ ._description_q4a8z_87 p {
45
+ font-size: 14px;
46
+ line-height: 1.33;
47
+ color: #333d46;
48
+ }
49
+
50
+ * + ._description_q4a8z_87 {
51
+ margin-top: 8px;
52
+ }
53
+
54
+ @media (max-width: 603px) {
55
+ ._image_q4a8z_27 {
56
+ height: 75px;
57
+ flex: 0 0 75px;
58
+ }
59
+ }
@@ -1,72 +1,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
- }
1
+ ._quote_spacer_lqs2u_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_lqs2u_13,
8
+ ._quote_lqs2u_1 {
9
+ color: #1f1f1f;
10
+ }
11
+
12
+ ._author_lqs2u_13 {
13
+ text-align: right;
14
+ margin-top: 18px;
15
+ }
16
+
17
+ ._author_lqs2u_13 cite {
18
+ font-style: normal;
19
+ }
20
+
21
+ ._quote_spacer_lqs2u_1 .img_fluid {
22
+ margin-right: 24px;
23
+ transform: rotateY(180deg) scaleY(-1);
24
+ }
25
+
26
+ ._quote_spacer_lqs2u_1 .flex_row {
27
+ align-items: flex-start;
28
+ }
29
+
30
+ ._quote_lqs2u_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_lqs2u_1 p {
37
+ color: #1e3860;
38
+ }
39
+
40
+ @media (max-width: 768px) {
41
+ ._quote_spacer_lqs2u_1 .img_fluid {
42
+ max-width: 30px;
43
+ margin-right: 12px;
44
+ }
45
+ ._author_lqs2u_13 {
46
+ margin-top: 14px;
47
+ }
48
+ ._quote_lqs2u_1 p {
49
+ font-size: 18px;
50
+ }
51
+ ._author_lqs2u_13 cite {
52
+ font-size: 14px;
53
+ }
54
+ }
55
+
56
+ @media (max-width: 500px) {
57
+ ._author_lqs2u_13 {
58
+ margin-top: 12px;
59
+ }
60
+ }
61
+
62
+ @media (min-width: 604px) {
63
+ ._quote_spacer_lqs2u_1 {
64
+ width: min(calc(100% - 2rem), 792px);
65
+ }
66
+ }
67
+
68
+ @media (min-width: 1023px) {
69
+ ._quote_lqs2u_1 p {
70
+ font-weight: 700;
71
+ }
72
+ }
@@ -239,7 +239,6 @@ main > div:has(.txcb8d1f) {
239
239
  }
240
240
  .txcb8d1n {
241
241
  aspect-ratio: 344 / 392;
242
- background-color: #DAE2E5;
243
242
  border-radius: 16px;
244
243
  align-self: stretch;
245
244
  overflow: hidden;