Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

Commit fca953b

Browse files
committed
[REF] Modifies CSS classes
1 parent 297e5ef commit fca953b

2 files changed

Lines changed: 168 additions & 153 deletions

File tree

client/src/components/Home/index.css

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,129 @@
161161
border: 5px solid #2f343d;
162162
cursor: pointer;
163163
}
164+
165+
.carousel-item-wrapper {
166+
width: 100%;
167+
margin: 20px;
168+
text-align: center;
169+
}
170+
171+
.carousel-item-link {
172+
text-decoration: none;
173+
color: #000000;
174+
}
175+
176+
.carousel-item-image {
177+
width: 100%;
178+
height: 100%;
179+
}
180+
181+
.carousel-item-description {
182+
color: hsl(240, 5%, 36%);
183+
}
184+
185+
.demo-mode-toggle {
186+
display: flex;
187+
flex-direction: row;
188+
align-items: center;
189+
justify-content: flex-end;
190+
}
191+
192+
.unsigned-search-wrapper {
193+
display: flex;
194+
flex-direction: row;
195+
width: 100%;
196+
justify-content: center;
197+
margin-bottom: 20px;
198+
}
199+
200+
.unsigned-search-input {
201+
width: 50%;
202+
}
203+
204+
.stats-heading {
205+
text-align: center;
206+
margin-top: 100px;
207+
margin-bottom: 40px;
208+
color: hsl(240, 6%, 17%);
209+
font-weight: 200;
210+
}
211+
212+
.featured-content-heading {
213+
text-align: center;
214+
margin-bottom: 40px;
215+
color: hsl(240, 6%, 17%);
216+
font-weight: 200;
217+
}
218+
219+
.select-role-heading {
220+
text-align: center;
221+
margin-top: 30px;
222+
margin-bottom: 60px;
223+
color: hsl(240, 6%, 17%);
224+
font-weight: 200;
225+
}
226+
227+
.select-role-buttons-row {
228+
display: flex;
229+
flex-direction: row;
230+
justify-content: space-evenly;
231+
margin-bottom: 100px;
232+
}
233+
234+
.select-role-button-icon {
235+
height: 50px;
236+
width: 50px;
237+
margin-bottom: 20px;
238+
}
239+
240+
.communities-wrapper {
241+
margin-bottom: 60px;
242+
margin-top: 30px;
243+
}
244+
245+
.community-activity-wrapper {
246+
display: flex;
247+
flex-direction: row;
248+
}
249+
250+
.community-activity-content {
251+
display: flex;
252+
flex-direction: row;
253+
align-items: center;
254+
width: 80%;
255+
}
256+
257+
.community-activity-author-image {
258+
border-radius: 50%;
259+
height: 40px;
260+
width: 40px;
261+
margin-right: 20px;
262+
}
263+
264+
.community-activity-heading {
265+
margin-right: 40px;
266+
}
267+
268+
.community-activity-info {
269+
color: hsl(240, 5%, 36%);
270+
}
271+
272+
.community-activity-actions-wrapper {
273+
display: flex;
274+
flex-direction: row;
275+
width: 20%;
276+
}
277+
278+
.community-activity-action {
279+
display: flex;
280+
width: 50%;
281+
align-items: center;
282+
}
283+
284+
.community-activity-action-button {
285+
height: 25px;
286+
width: 25px;
287+
margin-right: 15px;
288+
margin-left: 30px;
289+
}

0 commit comments

Comments
 (0)