mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
feat: add builders club catalog ui flow
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user