1
This commit is contained in:
@@ -31,6 +31,58 @@ body {
|
||||
font-family: "Fusion Pixel", "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
.selection-hero-brand {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.selection-hero-brand--left {
|
||||
align-items: flex-start;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.selection-hero-brand__title {
|
||||
font-family: "Noto Serif SC", "Georgia", serif !important;
|
||||
font-size: clamp(3rem, 10vw, 4.6rem);
|
||||
font-weight: 700;
|
||||
line-height: 0.95;
|
||||
letter-spacing: 0.22em;
|
||||
color: #fffdf7;
|
||||
text-shadow:
|
||||
0 2px 0 rgba(0, 0, 0, 0.68),
|
||||
0 10px 28px rgba(0, 0, 0, 0.48),
|
||||
0 0 18px rgba(251, 191, 36, 0.12);
|
||||
}
|
||||
|
||||
.selection-hero-brand__subtitle {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: clamp(0.55rem, 2vw, 0.95rem);
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-size: clamp(0.72rem, 2vw, 0.92rem);
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.42em;
|
||||
text-transform: uppercase;
|
||||
color: rgba(228, 228, 231, 0.88);
|
||||
text-shadow: 0 1px 10px rgba(0, 0, 0, 0.42);
|
||||
}
|
||||
|
||||
.selection-hero-brand--left .selection-hero-brand__subtitle {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.selection-hero-brand__subtitle::before,
|
||||
.selection-hero-brand__subtitle::after {
|
||||
content: '';
|
||||
width: clamp(1.75rem, 8vw, 3.2rem);
|
||||
height: 1px;
|
||||
background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.72), transparent);
|
||||
opacity: 0.82;
|
||||
}
|
||||
|
||||
.fusion-pixel-app .story-top-tabs {
|
||||
display: none !important;
|
||||
}
|
||||
@@ -495,6 +547,18 @@ button {
|
||||
--ui-scale: 0.8;
|
||||
}
|
||||
|
||||
.selection-hero-brand {
|
||||
gap: 0.6rem;
|
||||
}
|
||||
|
||||
.selection-hero-brand__title {
|
||||
letter-spacing: 0.16em;
|
||||
}
|
||||
|
||||
.selection-hero-brand__subtitle {
|
||||
letter-spacing: 0.28em;
|
||||
}
|
||||
|
||||
.world-carousel {
|
||||
--world-card-height: 8.75rem;
|
||||
max-width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user