|
1 | 1 | .container {
|
2 |
| - height: 100%; |
3 |
| - width: 100%; |
| 2 | + height: 100%; |
| 3 | + width: 100%; |
4 | 4 | }
|
5 | 5 |
|
6 | 6 | .aboutTitle {
|
7 | 7 | font-size: 1.5rem;
|
8 | 8 | font-weight: 600;
|
9 |
| - text-align: center; |
| 9 | + text-align: center; |
10 | 10 | }
|
11 | 11 |
|
12 | 12 | .parseableText {
|
13 |
| - color: #FC466B; |
14 |
| - font-weight: 600; |
| 13 | + color: #fc466b; |
| 14 | + font-weight: 600; |
15 | 15 | }
|
16 | 16 |
|
17 | 17 | .aboutDescription {
|
18 |
| - font-size: 1rem; |
19 |
| - text-align: center; |
20 |
| - color: #868e96; |
21 |
| - margin-top: 0.75rem; |
| 18 | + font-size: 1rem; |
| 19 | + text-align: center; |
| 20 | + color: #868e96; |
| 21 | + margin-top: 0.75rem; |
22 | 22 |
|
23 |
| - &::after { |
24 |
| - content: ''; |
25 |
| - border-radius: 0.5rem; |
26 |
| - display: block; |
27 |
| - background-color: #FC466B; |
28 |
| - width: 6.25rem; |
29 |
| - height: 0.125rem; |
30 |
| - margin-top: 0.75rem; |
31 |
| - margin-left: auto; |
32 |
| - margin-right: auto; |
33 |
| - margin-bottom: 0.75rem; |
34 |
| - } |
| 23 | + &::after { |
| 24 | + content: ''; |
| 25 | + border-radius: 0.5rem; |
| 26 | + display: block; |
| 27 | + background-color: #fc466b; |
| 28 | + width: 6.25rem; |
| 29 | + height: 0.125rem; |
| 30 | + margin-top: 0.75rem; |
| 31 | + margin-left: auto; |
| 32 | + margin-right: auto; |
| 33 | + margin-bottom: 0.75rem; |
| 34 | + } |
35 | 35 | }
|
36 | 36 |
|
37 | 37 | .aboutTextBox {
|
38 |
| - margin-top: 0.75rem; |
39 |
| - margin-bottom: 0.75rem; |
40 |
| - width: 100%; |
41 |
| - display: flex; |
42 |
| - border-radius: 0.5rem; |
43 |
| - border: 0.0625rem solid rgba(0, 0, 0, 0.05); |
44 |
| - padding: 1rem; |
45 |
| - flex-direction: column; |
| 38 | + margin-top: 0.75rem; |
| 39 | + margin-bottom: 0.75rem; |
| 40 | + width: 100%; |
| 41 | + display: flex; |
| 42 | + border-radius: 0.5rem; |
| 43 | + border: 0.0625rem solid rgba(0, 0, 0, 0.05); |
| 44 | + padding: 1rem; |
| 45 | + flex-direction: column; |
46 | 46 | }
|
47 | 47 |
|
48 | 48 | .aboutTextInnerBox {
|
49 |
| - display: flex; |
50 |
| - width: 100%; |
51 |
| - align-items: center; |
52 |
| - margin-top: 0.625rem; |
53 |
| - margin-bottom: 0.625rem; |
| 49 | + display: flex; |
| 50 | + width: 100%; |
| 51 | + align-items: center; |
| 52 | + margin-top: 0.625rem; |
| 53 | + margin-bottom: 0.625rem; |
54 | 54 | }
|
55 | 55 |
|
56 | 56 | .aboutTextKey {
|
57 |
| - font-size: 0.875rem; |
58 |
| - color: #343a40; |
59 |
| - line-height: normal; |
60 |
| - width: 15%; |
| 57 | + font-size: 0.875rem; |
| 58 | + color: #343a40; |
| 59 | + line-height: normal; |
| 60 | + width: 15%; |
61 | 61 | }
|
62 | 62 |
|
63 | 63 | .aboutTextValue {
|
64 |
| - font-size: 0.875rem; |
65 |
| - color: #868e96; |
66 |
| - line-height: normal; |
67 |
| - width: 85%; |
| 64 | + font-size: 0.875rem; |
| 65 | + color: #868e96; |
| 66 | + line-height: normal; |
| 67 | + width: 85%; |
68 | 68 | }
|
69 | 69 |
|
70 | 70 | .helpTitle {
|
71 |
| - font-size: 1rem; |
72 |
| - text-align: center; |
73 |
| - color: #495057; |
74 |
| - font-weight: 700; |
| 71 | + font-size: 1rem; |
| 72 | + text-align: center; |
| 73 | + color: #495057; |
| 74 | + font-weight: 700; |
75 | 75 | }
|
76 | 76 |
|
77 | 77 | .HelpIconBox {
|
78 |
| - &:hover { |
79 |
| - color: #1F288E; |
80 |
| - transform: scale(1.4); |
81 |
| - } |
82 |
| - height: 34px; |
83 |
| - transition: transform 0.2s ease-in-out; |
84 |
| - width: 34px; |
85 |
| - padding: 0; |
86 |
| - margin-inline-end: 0.625rem; |
87 |
| - background-color: #FFFFFF; |
88 |
| - color: #495057; |
89 |
| - border: 0.0625rem solid rgba(0, 0, 0, 0.05); |
| 78 | + &:hover { |
| 79 | + color: #ffffff; |
| 80 | + background-color: #545beb; |
| 81 | + transform: scale(1.02); |
| 82 | + } |
| 83 | + height: 34px; |
| 84 | + transition: transform 0.2s ease-in-out; |
| 85 | + width: 34px; |
| 86 | + padding: 0; |
| 87 | + margin-inline-end: 0.625rem; |
| 88 | + background-color: #ffffff; |
| 89 | + color: #495057; |
| 90 | + border: 0.0625rem solid rgba(0, 0, 0, 0.05); |
90 | 91 | }
|
91 | 92 |
|
92 | 93 | .helpIconContainer {
|
93 |
| - display: flex; |
94 |
| - align-items: center; |
95 |
| - width: 100%; |
96 |
| - justify-content: center; |
| 94 | + display: flex; |
| 95 | + align-items: center; |
| 96 | + width: 100%; |
| 97 | + justify-content: center; |
97 | 98 | }
|
98 | 99 |
|
99 | 100 | .actionBtn {
|
100 |
| - color: #545BEB; |
| 101 | + color: #545beb; |
101 | 102 | border-radius: 0.5rem;
|
102 |
| - border: 1px solid #E0E0E0; |
| 103 | + border: 1px solid #e0e0e0; |
103 | 104 | position: absolute;
|
104 | 105 | right: 2.25rem;
|
105 |
| - transform: transform .2s ease-in-out; |
| 106 | + transform: transform 0.2s ease-in-out; |
106 | 107 | &:hover {
|
107 | 108 | transform: scale(1.03);
|
108 |
| - color: #FC466B; |
| 109 | + color: #fc466b; |
109 | 110 | background-color: white;
|
110 | 111 | }
|
111 | 112 | }
|
0 commit comments