File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 160160 font-size : 1rem ;
161161 color : # 222 ;
162162 text-transform : none;
163-
164163}
165164
165+ .session h3 a {
166+ color : # 7bceba ;
167+ text-decoration : none;
168+ }
169+
166170/* ===== Talk Type Styling ===== */
167171
168172.session {
188192}
189193
190194.talk-label {
191- font-size : 0.75 rem ;
195+ font-size : 0.85 rem ;
192196 font-weight : 700 ;
193197 letter-spacing : 0.08em ;
194198 text-transform : uppercase;
229233 color : # 2563eb ;
230234}
231235
236+ /* Sponsor Talk */
237+
238+ .flash-talk .session ::before {
239+ background : # 4094b0
240+ }
232241
242+ .flash-talk .talk-label {
243+ color : # 4094b0
244+ }
233245
234246
235247
248260 text-transform : none;
249261}
250262
263+
251264.session-heading p {
252265 margin : 0 0 1rem 0 ;
253266 color : # 666 ;
365378 scroll-margin-top : 70px ;
366379}
367380
381+ .program-header {
382+ scroll-margin-top : 70px ;
383+ }
384+
368385.affiliations p {
369386 font-size : 0.9rem ; /* adjust this value as needed */
370387}
410427.bio-icon : hover {
411428 background : transparent;
412429 opacity : 1 ;
430+ }
431+
432+ /* --- Program Footer Partners --- */
433+
434+ .program-partners {
435+ margin-top : 4rem ;
436+ padding-top : 2rem ;
437+ padding-bottom : 2rem ;
438+ border-top : 1px solid # e5e5e5 ;
439+ }
440+
441+ .program-partners-row {
442+ display : flex;
443+ justify-content : center;
444+ align-items : center;
445+ gap : 2.5rem ;
446+ flex-wrap : nowrap;
447+ }
448+
449+ .partner-link {
450+ display : inline-block;
451+ border : none !important ;
452+ text-decoration : none;
453+ transition : opacity 0.2s ease;
454+ }
455+
456+ .partner-link : hover {
457+ opacity : 0.8 ;
458+ }
459+
460+ .partner-image {
461+ display : block;
462+ max-width : 120px ;
463+ }
464+
465+ .partner-image img {
466+ display : block;
467+ width : 100% ;
468+ height : auto;
469+ }
470+
471+ /* Mobile */
472+ @media screen and (max-width : 736px ) {
473+ .program-partners-row {
474+ flex-wrap : wrap;
475+ gap : 1.5rem ;
476+ }
477+
478+ .partner-image {
479+ max-width : 90px ;
480+ }
413481}
You can’t perform that action at this time.
0 commit comments