Sito marketing, SEO, legal, live programmata e branding Match Live Tv.
Logo e favicon nel header, partite programmate su web e mobile, reset password, pagine FAQ/sitemap, privacy/termini GDPR e icona Android «Match Live Tv». Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -206,6 +206,116 @@
|
||||
margin: -12px 0 20px;
|
||||
}
|
||||
|
||||
.live-main .section-heading {
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
color: #ccc;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
margin: 0 0 12px;
|
||||
}
|
||||
|
||||
.live-main .section-heading--spaced {
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
.live-main .badge-scheduled {
|
||||
background: #1565c0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.live-main .live-card--upcoming {
|
||||
border-color: #2a3a4a;
|
||||
}
|
||||
|
||||
.live-main .live-card--upcoming:hover {
|
||||
border-color: #1565c0;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.live-main .upcoming-when {
|
||||
font-size: 1rem;
|
||||
font-weight: 600;
|
||||
color: #9ecbff;
|
||||
margin: 0 0 12px;
|
||||
}
|
||||
|
||||
.live-main .empty-state--soft {
|
||||
margin-top: 28px;
|
||||
padding: 28px 24px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.live-main .empty-state--soft p {
|
||||
margin: 0 0 10px;
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.live-main .empty-hero {
|
||||
display: grid;
|
||||
grid-template-columns: 1.1fr 1fr;
|
||||
gap: 24px;
|
||||
margin-top: 8px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
@media (max-width: 860px) {
|
||||
.live-main .empty-hero {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
.live-main .empty-hero-copy h2 {
|
||||
font-size: 1.35rem;
|
||||
margin: 0 0 12px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.live-main .empty-hero-copy > p {
|
||||
color: #aaa;
|
||||
margin: 0 0 16px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.live-main .empty-hero-list {
|
||||
margin: 0 0 20px;
|
||||
padding-left: 1.2rem;
|
||||
color: #aaa;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.live-main .empty-hero-cta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.live-main .demo-live-card {
|
||||
background: #14141c;
|
||||
border: 1px dashed #333;
|
||||
border-radius: 14px;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.live-main .demo-label {
|
||||
font-size: 0.75rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.06em;
|
||||
color: #888;
|
||||
margin: 0 0 12px;
|
||||
}
|
||||
|
||||
.live-main .live-card--demo {
|
||||
opacity: 0.92;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.live-main .btn-watch--demo {
|
||||
cursor: default;
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.live-main .replay-video {
|
||||
width: 100%;
|
||||
border-radius: 12px;
|
||||
|
||||
Reference in New Issue
Block a user