|
1 | 1 | .home-wrapper { |
2 | | - width: 77%; |
3 | | - padding: 20px; |
4 | | - font-family: 'Poppins', sans-serif; |
5 | | - font-weight: 400; |
6 | | - font-size: 15px; |
7 | | - overflow-y: auto; |
| 2 | + width: 77%; |
| 3 | + padding: 20px 20px 20px 30px; |
| 4 | + font-family: "Poppins", sans-serif; |
| 5 | + font-weight: 400; |
| 6 | + font-size: 15px; |
| 7 | + overflow-y: auto; |
8 | 8 | } |
9 | 9 |
|
10 | 10 | .powered-by-title { |
11 | | - text-decoration: none; |
12 | | - color: hsl(240, 6%, 17%); |
| 11 | + text-decoration: none; |
| 12 | + color: hsl(240, 6%, 17%); |
13 | 13 | } |
14 | 14 |
|
15 | 15 | .powered-by-title:hover { |
16 | | - text-decoration: underline; |
| 16 | + text-decoration: underline; |
17 | 17 | } |
18 | 18 |
|
19 | | -.home-wrapper header h1 { |
| 19 | +.unsigned-home-heading { |
20 | 20 | font-weight: 600; |
21 | 21 | color: hsl(240, 6%, 17%); |
22 | 22 | margin: 20px 0; |
23 | 23 | font-weight: 200; |
24 | 24 | } |
25 | 25 |
|
26 | | -.home-wrapper header p { color: hsl(240, 5%, 36%); } |
27 | | - |
| 26 | +.unsigned-home-text { |
| 27 | + color: hsl(240, 5%, 36%); |
| 28 | + max-width: 520px; |
| 29 | + margin: auto; |
| 30 | +} |
28 | 31 |
|
29 | | -.home-wrapper header { |
| 32 | +.unsigned-home-header { |
30 | 33 | margin: 40px 30px; |
31 | 34 | text-align: center; |
32 | 35 | } |
33 | 36 |
|
34 | | -.home-wrapper header p { |
35 | | - max-width: 520px; |
36 | | - margin: auto; |
37 | | -} |
38 | | - |
39 | 37 | .button-container { |
40 | | - display: flex; |
41 | | - justify-content: center; |
42 | | - align-items: center; |
| 38 | + display: flex; |
| 39 | + justify-content: center; |
| 40 | + align-items: center; |
43 | 41 | } |
44 | 42 |
|
45 | 43 | .main-stats-container { |
46 | | - margin-top: 70px; |
47 | | - margin-bottom: 70px; |
48 | | - display: flex; |
49 | | - flex-direction: row; |
50 | | - align-items: center; |
51 | | - justify-content: space-around; |
52 | | - flex-wrap: wrap; |
| 44 | + margin-top: 70px; |
| 45 | + margin-bottom: 70px; |
| 46 | + display: flex; |
| 47 | + flex-direction: row; |
| 48 | + align-items: center; |
| 49 | + justify-content: space-around; |
| 50 | + flex-wrap: wrap; |
53 | 51 | } |
54 | 52 |
|
55 | 53 | .stat-container { |
56 | | - padding: 20px; |
57 | | - display: flex; |
58 | | - flex-direction: column; |
59 | | - align-items: center; |
60 | | - color: #29292e; |
61 | | - background-color: #e0e0e01a; |
62 | | - border-radius: 100px; |
63 | | - height: 170px; |
64 | | - width: 170px; |
65 | | - margin: 10px; |
66 | | - box-shadow: 0px 8px 12px -7px #a9a6a6fc; |
| 54 | + padding: 20px; |
| 55 | + display: flex; |
| 56 | + flex-direction: column; |
| 57 | + align-items: center; |
| 58 | + color: #29292e; |
| 59 | + background-color: #e0e0e01a; |
| 60 | + border-radius: 100px; |
| 61 | + height: 170px; |
| 62 | + width: 170px; |
| 63 | + margin: 10px; |
| 64 | + box-shadow: 0px 8px 12px -7px #a9a6a6fc; |
67 | 65 | } |
68 | 66 |
|
69 | | - |
70 | 67 | .stat-icon { |
71 | | - width: 60px; |
72 | | - height: 60px; |
73 | | - display: block; |
74 | | - margin-bottom: 15px; |
| 68 | + width: 60px; |
| 69 | + height: 60px; |
| 70 | + display: block; |
| 71 | + margin-bottom: 15px; |
75 | 72 | } |
76 | 73 |
|
77 | 74 | .stat-number { |
78 | | - font-size: 40px; |
79 | | - letter-spacing: 2px; |
80 | | - margin-bottom: 5px; |
81 | | - font-weight: 500; |
| 75 | + font-size: 40px; |
| 76 | + letter-spacing: 2px; |
| 77 | + margin-bottom: 5px; |
| 78 | + font-weight: 500; |
82 | 79 | } |
83 | 80 |
|
84 | 81 | .stat-label { |
85 | | - font-weight: 400; |
86 | | - text-transform: uppercase; |
87 | | - text-align: center; |
| 82 | + font-weight: 400; |
| 83 | + text-transform: uppercase; |
| 84 | + text-align: center; |
| 85 | +} |
| 86 | + |
| 87 | +.search-icon-explore-desc { |
| 88 | + vertical-align: bottom; |
| 89 | +} |
| 90 | + |
| 91 | +.community-home-img { |
| 92 | + margin: 0 10px 10px; |
| 93 | + width: 500px; |
| 94 | +} |
| 95 | + |
| 96 | +.signed-home-main { |
| 97 | + display: flex; |
| 98 | + flex-direction: row; |
| 99 | + justify-content: space-between; |
| 100 | +} |
| 101 | + |
| 102 | +.signed-home-header { |
| 103 | + margin-bottom: 50px; |
| 104 | +} |
| 105 | + |
| 106 | +.signed-home-header p { |
| 107 | + font-size: 0.90em; |
| 108 | + line-height: 27px; |
| 109 | + color: #252525; |
| 110 | +} |
| 111 | + |
| 112 | +.signed-home-shortcut-container { |
| 113 | + margin-bottom: 50px; |
| 114 | +} |
| 115 | + |
| 116 | +.signed-home-shortcut-container h5 { |
| 117 | + font-size: 0.90em; |
| 118 | +} |
| 119 | + |
| 120 | +.signed-home-shortcut { |
| 121 | + background-color: #e3e9fe66; |
| 122 | + padding: 14px; |
| 123 | + border-radius: 5px; |
| 124 | + font-size: 0.90em; |
| 125 | + cursor: pointer; |
| 126 | + display: flex; |
| 127 | + align-items: center; |
| 128 | +} |
| 129 | + |
| 130 | +.signed-home-shortcut:hover { |
| 131 | + background-color: #dae0f7b0; |
| 132 | +} |
| 133 | + |
| 134 | +.shortcut-icon-small { |
| 135 | + width: 1.5em; |
| 136 | + height: 1.5em; |
| 137 | + margin-right: 7px; |
88 | 138 | } |
89 | 139 |
|
| 140 | +.shortcut-icon-medium { |
| 141 | + width: 1.7em; |
| 142 | + height: 1.7em; |
| 143 | + margin-right: 5px; |
| 144 | +} |
0 commit comments