This commit is contained in:
2026-04-23 11:50:44 +02:00
parent f526f866bb
commit 70383e9cb4
4 changed files with 57 additions and 13 deletions

View File

@@ -140,30 +140,74 @@ p {
}
body .price-table {
&table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
background: #051223;
}
table {
border: none !important;
}
table,
th,
td {
border: none;
border: none !important;
}
td {
padding: 24px 0;
background: #051223;
}
tr {
border-bottom: 1px solid rgb(37, 52, 71);
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
&:hover {
background: #0e2036;
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
td {
&:nth-child(1) {
p {
&:nth-child(1) {
color: #f8f4f5;
font-family: 'Inter Tight', sans-serif;
font-size: 24px;
letter-spacing: 2px;
text-transform: uppercase;
}
&:nth-child(2) {
display: none;
color: #f8f4f580;
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
text-transform: uppercase;
margin-top: 4px;
}
}
}
&:nth-child(2) {
color: #f8f4f580;
font-family: 'JetBrains Mono', monospace;
font-size: 14px;
text-transform: uppercase;
margin-top: 4px;
}
&:nth-child(3) {
text-align: right;
p {
&:nth-child(1) {
color: #d40924;
font-family: 'Inter Tight', sans-serif;
font-size: 30px;
}
&:nth-child(2) {
color: #f8f4f580;
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
text-transform: uppercase;
margin-top: 4px;
}
}
}
p {
margin: 0;
}
}
}