lottery
This commit is contained in:
parent
ef105e1cac
commit
b918b92a4d
6 changed files with 702 additions and 0 deletions
|
|
@ -258,6 +258,70 @@ h1 {
|
|||
min-width: min(100%, 360px);
|
||||
}
|
||||
|
||||
.lottery-grid {
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.lottery-hero {
|
||||
background:
|
||||
radial-gradient(circle at top left, rgba(255, 209, 102, 0.32), transparent 35%),
|
||||
linear-gradient(140deg, #10214d 0%, #1540d1 52%, #1b8f6a 100%);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.lottery-title {
|
||||
max-width: 12ch;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.lottery-hero .eyebrow,
|
||||
.lottery-hero .lede,
|
||||
.lottery-hero .meta-line {
|
||||
color: rgba(255, 255, 255, 0.82);
|
||||
}
|
||||
|
||||
.lottery-stat-row {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 14px;
|
||||
margin-top: 28px;
|
||||
}
|
||||
|
||||
.lottery-stat {
|
||||
padding: 16px 18px;
|
||||
border-radius: 18px;
|
||||
background: rgba(255, 255, 255, 0.12);
|
||||
border: 1px solid rgba(255, 255, 255, 0.14);
|
||||
}
|
||||
|
||||
.lottery-stat span {
|
||||
display: block;
|
||||
margin-bottom: 8px;
|
||||
color: rgba(255, 255, 255, 0.72);
|
||||
}
|
||||
|
||||
.lottery-stat strong {
|
||||
font-size: 1.35rem;
|
||||
letter-spacing: -0.03em;
|
||||
}
|
||||
|
||||
.lottery-banner {
|
||||
margin-top: 20px;
|
||||
padding: 14px 16px;
|
||||
border-radius: 16px;
|
||||
background: rgba(255, 255, 255, 0.14);
|
||||
}
|
||||
|
||||
.lottery-note {
|
||||
color: var(--muted);
|
||||
margin-bottom: 0;
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
.lottery-stats-grid {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.stats-row {
|
||||
align-items: stretch;
|
||||
}
|
||||
|
|
@ -427,4 +491,9 @@ h1 {
|
|||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.lottery-stat-row,
|
||||
.lottery-stats-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue