feat: add builders club catalog ui flow

This commit is contained in:
Lorenzune
2026-04-07 14:40:51 +02:00
parent d271264b87
commit 954e477e47
26 changed files with 840 additions and 132 deletions
+22
View File
@@ -200,6 +200,12 @@ body {
padding: 5px;
}
.nitro-card-header-shell.builders-club-card-header {
border-color: #d79d2e;
border-bottom-color: #000;
background: linear-gradient(180deg, #d89f2d 0%, #c68515 100%);
}
.nitro-card-title {
margin: 0 auto;
font-family: UbuntuCondensed, Ubuntu, sans-serif;
@@ -207,6 +213,18 @@ body {
line-height: 1;
}
.builders-club-status-shell {
border-top: 1px solid rgba(255, 255, 255, 0.14);
border-bottom: 2px solid #000;
background:
linear-gradient(180deg, rgba(84, 62, 46, 0.95) 0%, rgba(50, 38, 29, 0.97) 100%);
}
.builders-club-status-icon-shell {
background: rgba(255, 193, 70, 0.12);
border: 1px solid rgba(255, 193, 70, 0.26);
}
.nitro-card-close-button,
.ubuntu-close-button {
width: 20px;
@@ -377,6 +395,10 @@ body {
padding: 4px;
}
.builders-club-status-shell {
padding: 10px 12px;
}
.nitro-card-title {
font-size: 17px;
}