Skip to content

Commit b453fff

Browse files
Bug Fixes: Fixed broken styling
Main deployment bug fixes
1 parent 839e5c9 commit b453fff

70 files changed

Lines changed: 413 additions & 413 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

P2P.html

Lines changed: 129 additions & 129 deletions
Large diffs are not rendered by default.

css/P2P.css

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
========================================================================== */
44

55
/* ---------- P2P Hero gradient ---------- */
6-
.hero_bg--p2p {
6+
.hero__bg--p2p {
77
background:
88
radial-gradient(ellipse 70% 55% at 50% 0%, rgba(200,16,46,.18) 0%, transparent 55%),
99
radial-gradient(ellipse 50% 45% at 20% 100%, rgba(200,16,46,.08) 0%, transparent 50%),
@@ -14,17 +14,17 @@
1414
.p2p-meta-card {
1515
text-align: center;
1616
}
17-
.p2p-meta-card .card_icon {
17+
.p2p-meta-card .card__icon {
1818
margin: 0 auto 20px;
1919
}
20-
.p2p-meta-card .card_title {
20+
.p2p-meta-card .card__title {
2121
font-size: .85rem;
2222
text-transform: uppercase;
2323
letter-spacing: .08em;
2424
color: var(--text-muted);
2525
margin-bottom: 4px;
2626
}
27-
.p2p-meta-card .card_text {
27+
.p2p-meta-card .card__text {
2828
font-size: 1.15rem;
2929
font-weight: 600;
3030
color: var(--text);
@@ -35,19 +35,19 @@
3535
margin-top: 48px;
3636
text-align: center;
3737
}
38-
.p2p-connect_title {
38+
.p2p-connect__title {
3939
font-size: 1rem;
4040
font-weight: 600;
4141
color: var(--text);
4242
margin-bottom: 20px;
4343
}
44-
.p2p-connect_links {
44+
.p2p-connect__links {
4545
display: flex;
4646
justify-content: center;
4747
gap: 16px;
4848
flex-wrap: wrap;
4949
}
50-
.p2p-connect_btn {
50+
.p2p-connect__btn {
5151
display: flex;
5252
align-items: center;
5353
gap: 10px;
@@ -60,8 +60,8 @@
6060
font-weight: 500;
6161
transition: all .25s;
6262
}
63-
.p2p-connect_btn i { font-size: 1.15rem; }
64-
.p2p-connect_btn:hover {
63+
.p2p-connect__btn i { font-size: 1.15rem; }
64+
.p2p-connect__btn:hover {
6565
border-color: var(--accent);
6666
color: var(--text);
6767
background: rgba(200,16,46,.08);
@@ -106,7 +106,7 @@
106106
background: var(--surface);
107107
}
108108

109-
.schedule-card_time {
109+
.schedule-card__time {
110110
font-family: 'Space Grotesk', sans-serif;
111111
font-size: 1.5rem;
112112
font-weight: 700;
@@ -115,21 +115,21 @@
115115
margin-bottom: 12px;
116116
}
117117

118-
.schedule-card_line {
118+
.schedule-card__line {
119119
width: 32px;
120120
height: 2px;
121121
background: var(--accent);
122122
border-radius: 1px;
123123
margin-bottom: 16px;
124124
}
125125

126-
.schedule-card_icon {
126+
.schedule-card__icon {
127127
font-size: 1.1rem;
128128
color: var(--accent);
129129
margin-bottom: 10px;
130130
}
131131

132-
.schedule-card_label {
132+
.schedule-card__label {
133133
font-size: .85rem;
134134
font-weight: 500;
135135
color: var(--text-muted);
@@ -147,7 +147,7 @@
147147
flex: 0 0 calc(50% - 5px);
148148
padding: 20px 12px 18px;
149149
}
150-
.schedule-card_time {
150+
.schedule-card__time {
151151
font-size: 1.25rem;
152152
}
153153
}
@@ -171,31 +171,31 @@
171171
max-width: 640px;
172172
margin: 0 auto;
173173
}
174-
.afterparty_icon {
174+
.afterparty__icon {
175175
font-size: 3rem;
176176
color: var(--accent);
177177
margin-bottom: 20px;
178178
}
179-
.afterparty_heading {
179+
.afterparty__heading {
180180
font-family: 'Space Grotesk', sans-serif;
181181
font-size: 1.5rem;
182182
font-weight: 700;
183183
color: var(--text);
184184
margin-bottom: 16px;
185185
}
186-
.afterparty_text {
186+
.afterparty__text {
187187
font-size: 1.05rem;
188188
color: var(--text-muted);
189189
line-height: 1.7;
190190
margin-bottom: 32px;
191191
}
192-
.afterparty_details {
192+
.afterparty__details {
193193
display: flex;
194194
justify-content: center;
195195
gap: 32px;
196196
flex-wrap: wrap;
197197
}
198-
.afterparty_detail {
198+
.afterparty__detail {
199199
display: flex;
200200
align-items: center;
201201
gap: 10px;
@@ -207,10 +207,10 @@
207207
color: var(--text);
208208
transition: border-color .3s;
209209
}
210-
.afterparty_detail:hover {
210+
.afterparty__detail:hover {
211211
border-color: var(--accent);
212212
}
213-
.afterparty_detail i {
213+
.afterparty__detail i {
214214
color: var(--accent);
215215
font-size: 1.1rem;
216216
}
@@ -225,24 +225,24 @@
225225
margin: 0 auto;
226226
}
227227

228-
.podium_place {
228+
.podium__place {
229229
flex: 1;
230230
text-align: center;
231231
display: flex;
232232
flex-direction: column;
233233
align-items: center;
234234
}
235235

236-
.podium_icon {
236+
.podium__icon {
237237
font-size: 1.4rem;
238238
margin-bottom: 12px;
239239
}
240240

241-
.podium_place--1 .podium_icon { color: #ffd700; }
242-
.podium_place--2 .podium_icon { color: #c0c0c0; }
243-
.podium_place--3 .podium_icon { color: #cd7f32; }
241+
.podium__place--1 .podium__icon { color: #ffd700; }
242+
.podium__place--2 .podium__icon { color: #c0c0c0; }
243+
.podium__place--3 .podium__icon { color: #cd7f32; }
244244

245-
.podium_rank {
245+
.podium__rank {
246246
font-family: 'Space Grotesk', sans-serif;
247247
font-size: .75rem;
248248
font-weight: 700;
@@ -252,15 +252,15 @@
252252
margin-bottom: 6px;
253253
}
254254

255-
.podium_team {
255+
.podium__team {
256256
font-size: .95rem;
257257
font-weight: 700;
258258
color: var(--text);
259259
margin-bottom: 16px;
260260
line-height: 1.3;
261261
}
262262

263-
.podium_bar {
263+
.podium__bar {
264264
width: 100%;
265265
border-radius: 8px 8px 0 0;
266266
background: var(--surface);
@@ -269,23 +269,23 @@
269269
transition: border-color .3s;
270270
}
271271

272-
.podium_place--1 .podium_bar {
272+
.podium__place--1 .podium__bar {
273273
height: 140px;
274274
border-color: rgba(255, 215, 0, .3);
275275
background: linear-gradient(to top, var(--surface) 40%, rgba(255,215,0,.06) 100%);
276276
}
277-
.podium_place--2 .podium_bar {
277+
.podium__place--2 .podium__bar {
278278
height: 100px;
279279
border-color: rgba(192,192,192,.25);
280280
background: linear-gradient(to top, var(--surface) 40%, rgba(192,192,192,.05) 100%);
281281
}
282-
.podium_place--3 .podium_bar {
282+
.podium__place--3 .podium__bar {
283283
height: 72px;
284284
border-color: rgba(205,127,50,.25);
285285
background: linear-gradient(to top, var(--surface) 40%, rgba(205,127,50,.05) 100%);
286286
}
287287

288-
.podium_place:hover .podium_bar {
288+
.podium__place:hover .podium__bar {
289289
border-color: var(--accent);
290290
}
291291

@@ -298,10 +298,10 @@
298298
.podium {
299299
gap: 10px;
300300
}
301-
.podium_team {
301+
.podium__team {
302302
font-size: .85rem;
303303
}
304-
.podium_place--1 .podium_bar { height: 110px; }
305-
.podium_place--2 .podium_bar { height: 80px; }
306-
.podium_place--3 .podium_bar { height: 56px; }
304+
.podium__place--1 .podium__bar { height: 110px; }
305+
.podium__place--2 .podium__bar { height: 80px; }
306+
.podium__place--3 .podium__bar { height: 56px; }
307307
}

0 commit comments

Comments
 (0)