릴리스: v1.3.33 관리자와 에디터 테마 후속 보정
This commit is contained in:
@@ -2267,17 +2267,17 @@ async function saveFeaturedOrder() {
|
||||
gap: 10px;
|
||||
padding: 22px 24px;
|
||||
border-radius: 24px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
border: 1px solid var(--theme-border);
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
|
||||
rgba(255, 255, 255, 0.02);
|
||||
linear-gradient(180deg, var(--theme-surface-soft-2), var(--theme-pill-bg)),
|
||||
var(--theme-pill-bg);
|
||||
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
|
||||
}
|
||||
.adminHero__eyebrow {
|
||||
font-size: 11px;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
color: rgba(255, 255, 255, 0.42);
|
||||
color: var(--theme-text-faint);
|
||||
}
|
||||
.adminHero__title {
|
||||
margin: 0;
|
||||
@@ -2288,7 +2288,7 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
.adminHero__desc {
|
||||
margin: 0;
|
||||
color: rgba(255, 255, 255, 0.66);
|
||||
color: var(--theme-text-muted);
|
||||
line-height: 1.6;
|
||||
}
|
||||
.adminHero__stats {
|
||||
@@ -2302,14 +2302,14 @@ async function saveFeaturedOrder() {
|
||||
gap: 6px;
|
||||
padding: 14px 16px;
|
||||
border-radius: 16px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
background: rgba(7, 7, 7, 0.18);
|
||||
border: 1px solid var(--theme-border);
|
||||
background: var(--theme-pill-bg);
|
||||
}
|
||||
.adminHeroStat__label {
|
||||
font-size: 11px;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
color: rgba(255, 255, 255, 0.46);
|
||||
color: var(--theme-text-faint);
|
||||
}
|
||||
.adminHeroStat__value {
|
||||
font-size: 22px;
|
||||
@@ -2326,10 +2326,10 @@ async function saveFeaturedOrder() {
|
||||
gap: 12px;
|
||||
padding: 16px;
|
||||
border-radius: 22px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
border: 1px solid var(--theme-border);
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
|
||||
rgba(13, 13, 13, 0.94);
|
||||
linear-gradient(180deg, var(--theme-surface-soft), var(--theme-pill-bg)),
|
||||
color-mix(in srgb, var(--theme-rail-bg) 98%, transparent);
|
||||
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
|
||||
}
|
||||
|
||||
@@ -2344,10 +2344,10 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
|
||||
.imageJobRow {
|
||||
border: 1px solid var(--line);
|
||||
border: 1px solid var(--theme-border);
|
||||
border-radius: 14px;
|
||||
padding: 10px 12px;
|
||||
background: rgba(255, 255, 255, 0.02);
|
||||
background: var(--theme-pill-bg);
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
}
|
||||
@@ -2361,14 +2361,14 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
|
||||
.imageJobRow__status {
|
||||
color: var(--text-muted);
|
||||
color: var(--theme-text-soft);
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.adminSidebar__label {
|
||||
font-size: 11px;
|
||||
letter-spacing: 0.12em;
|
||||
text-transform: uppercase;
|
||||
color: rgba(255, 255, 255, 0.42);
|
||||
color: var(--theme-text-faint);
|
||||
}
|
||||
.adminSidebar__tabs,
|
||||
.adminSidebar__group,
|
||||
@@ -2404,7 +2404,7 @@ async function saveFeaturedOrder() {
|
||||
.adminSidebar__groupTitle {
|
||||
font-size: 13px;
|
||||
font-weight: 800;
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
color: var(--theme-text);
|
||||
}
|
||||
.adminGamePicker {
|
||||
display: grid;
|
||||
@@ -2419,9 +2419,9 @@ async function saveFeaturedOrder() {
|
||||
padding: 11px 12px;
|
||||
text-align: left;
|
||||
border-radius: 14px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
border: 1px solid var(--theme-border);
|
||||
background: var(--theme-pill-bg);
|
||||
color: var(--theme-text);
|
||||
cursor: pointer;
|
||||
}
|
||||
.adminGamePicker__item--active {
|
||||
@@ -2434,7 +2434,7 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
.adminGamePicker__meta {
|
||||
font-size: 11px;
|
||||
color: rgba(255, 255, 255, 0.56);
|
||||
color: var(--theme-text-soft);
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -2444,12 +2444,12 @@ async function saveFeaturedOrder() {
|
||||
gap: 4px;
|
||||
padding: 12px 14px;
|
||||
border-radius: 14px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
border: 1px solid var(--theme-border);
|
||||
background: var(--theme-pill-bg);
|
||||
}
|
||||
.sidebarStat__label {
|
||||
font-size: 12px;
|
||||
color: rgba(255, 255, 255, 0.56);
|
||||
color: var(--theme-text-soft);
|
||||
}
|
||||
.sidebarStat__value {
|
||||
font-size: 14px;
|
||||
@@ -2500,8 +2500,8 @@ async function saveFeaturedOrder() {
|
||||
padding: 12px 14px;
|
||||
border-radius: 14px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
color: rgba(255, 255, 255, 0.92);
|
||||
background: var(--theme-surface-soft);
|
||||
color: var(--theme-text);
|
||||
cursor: pointer;
|
||||
font-weight: 800;
|
||||
transition:
|
||||
@@ -2512,7 +2512,7 @@ async function saveFeaturedOrder() {
|
||||
.tab:hover,
|
||||
.modeTab:hover {
|
||||
border-color: rgba(255, 255, 255, 0.18);
|
||||
background: rgba(255, 255, 255, 0.07);
|
||||
background: var(--theme-surface-soft-2);
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
.tab--active,
|
||||
@@ -2529,8 +2529,8 @@ async function saveFeaturedOrder() {
|
||||
.panel {
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018)),
|
||||
rgba(34, 34, 34, 0.84);
|
||||
linear-gradient(180deg, var(--theme-surface-soft), var(--theme-pill-bg)),
|
||||
color-mix(in srgb, var(--theme-card-bg) 96%, transparent);
|
||||
border-radius: 24px;
|
||||
padding: 18px;
|
||||
box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
|
||||
@@ -2554,7 +2554,7 @@ async function saveFeaturedOrder() {
|
||||
font-weight: 900;
|
||||
}
|
||||
.emptyState__desc {
|
||||
color: rgba(255, 255, 255, 0.66);
|
||||
color: var(--theme-text-muted);
|
||||
line-height: 1.6;
|
||||
}
|
||||
.featuredOrderPanel {
|
||||
@@ -2566,7 +2566,7 @@ async function saveFeaturedOrder() {
|
||||
.featuredOrderPanel__list,
|
||||
.featuredOrderPanel__picker {
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
background: rgba(255, 255, 255, 0.025);
|
||||
background: color-mix(in srgb, var(--theme-pill-bg) 85%, transparent);
|
||||
border-radius: 18px;
|
||||
padding: 16px;
|
||||
}
|
||||
@@ -2585,8 +2585,8 @@ async function saveFeaturedOrder() {
|
||||
align-items: center;
|
||||
padding: 14px;
|
||||
border-radius: 16px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
background: rgba(0, 0, 0, 0.22);
|
||||
border: 1px solid var(--theme-border);
|
||||
background: var(--theme-pill-bg);
|
||||
}
|
||||
.featuredCard__meta {
|
||||
display: flex;
|
||||
@@ -2630,9 +2630,9 @@ async function saveFeaturedOrder() {
|
||||
align-items: center;
|
||||
padding: 14px;
|
||||
border-radius: 16px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
background: rgba(0, 0, 0, 0.16);
|
||||
color: rgba(255, 255, 255, 0.92);
|
||||
border: 1px solid var(--theme-border);
|
||||
background: var(--theme-pill-bg);
|
||||
color: var(--theme-text);
|
||||
cursor: pointer;
|
||||
text-align: left;
|
||||
}
|
||||
@@ -2651,7 +2651,7 @@ async function saveFeaturedOrder() {
|
||||
.section {
|
||||
margin-top: 18px;
|
||||
padding-top: 18px;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.08);
|
||||
border-top: 1px solid var(--theme-border);
|
||||
}
|
||||
.section--topGrid {
|
||||
display: grid;
|
||||
@@ -2674,13 +2674,13 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
.adminCard {
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
background: rgba(255, 255, 255, 0.025);
|
||||
background: color-mix(in srgb, var(--theme-pill-bg) 85%, transparent);
|
||||
border-radius: 18px;
|
||||
padding: 16px;
|
||||
min-width: 0;
|
||||
}
|
||||
.adminCard--muted {
|
||||
background: rgba(255, 255, 255, 0.02);
|
||||
background: var(--theme-pill-bg);
|
||||
}
|
||||
.sectionHeader {
|
||||
display: flex;
|
||||
@@ -2725,8 +2725,8 @@ async function saveFeaturedOrder() {
|
||||
padding: 11px 13px;
|
||||
border-radius: 14px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(0, 0, 0, 0.18);
|
||||
color: rgba(255, 255, 255, 0.92);
|
||||
background: var(--theme-pill-bg);
|
||||
color: var(--theme-text);
|
||||
outline: none;
|
||||
/* margin-top: 10px; */
|
||||
}
|
||||
@@ -2777,7 +2777,7 @@ async function saveFeaturedOrder() {
|
||||
border-radius: 14px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.14);
|
||||
background: rgba(255, 255, 255, 0.06);
|
||||
color: rgba(255, 255, 255, 0.92);
|
||||
color: var(--theme-text);
|
||||
cursor: pointer;
|
||||
font-weight: 800;
|
||||
text-align: center;
|
||||
@@ -2816,7 +2816,7 @@ async function saveFeaturedOrder() {
|
||||
border-color: rgba(239, 68, 68, 0.28);
|
||||
}
|
||||
.btn--ghost {
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: var(--theme-pill-bg);
|
||||
}
|
||||
.detailHead {
|
||||
display: flex;
|
||||
@@ -2845,12 +2845,12 @@ async function saveFeaturedOrder() {
|
||||
object-fit: cover;
|
||||
border-radius: 16px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
background: var(--theme-surface-soft);
|
||||
}
|
||||
.selectedThumb--empty {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
color: rgba(255, 255, 255, 0.62);
|
||||
color: var(--theme-text-soft);
|
||||
}
|
||||
.selectedThumb--sidebar {
|
||||
width: 100%;
|
||||
@@ -2872,7 +2872,7 @@ async function saveFeaturedOrder() {
|
||||
overflow: hidden;
|
||||
border-radius: 18px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: var(--theme-pill-bg);
|
||||
text-align: left;
|
||||
transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
|
||||
}
|
||||
@@ -2888,7 +2888,7 @@ async function saveFeaturedOrder() {
|
||||
place-items: center;
|
||||
min-height: 52px;
|
||||
padding: 12px 16px;
|
||||
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(6, 9, 16, 0.86) 46%, rgba(6, 9, 16, 0.94) 100%);
|
||||
background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--theme-main-bg) 82%, transparent) 46%, color-mix(in srgb, var(--theme-main-bg) 94%, transparent) 100%);
|
||||
}
|
||||
.thumbDropZone__title {
|
||||
font-weight: 900;
|
||||
@@ -2910,8 +2910,8 @@ async function saveFeaturedOrder() {
|
||||
.dropZone {
|
||||
padding: 18px;
|
||||
border-radius: 16px;
|
||||
border: 1px dashed rgba(255, 255, 255, 0.2);
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
border: 1px dashed var(--theme-border-strong);
|
||||
background: var(--theme-pill-bg);
|
||||
transition:
|
||||
border-color 0.16s ease,
|
||||
background 0.16s ease,
|
||||
@@ -2941,7 +2941,7 @@ async function saveFeaturedOrder() {
|
||||
padding: 12px;
|
||||
border-radius: 16px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
background: var(--theme-surface-soft);
|
||||
}
|
||||
.itemPreviewGrid {
|
||||
display: grid;
|
||||
@@ -2964,7 +2964,7 @@ async function saveFeaturedOrder() {
|
||||
overflow: hidden;
|
||||
border-radius: 12px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(0, 0, 0, 0.18);
|
||||
background: var(--theme-pill-bg);
|
||||
}
|
||||
.itemDraftRow__body {
|
||||
min-width: 0;
|
||||
@@ -2976,7 +2976,7 @@ async function saveFeaturedOrder() {
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(0, 0, 0, 0.18);
|
||||
background: var(--theme-pill-bg);
|
||||
}
|
||||
.itemPreviewImage {
|
||||
width: 100%;
|
||||
@@ -2987,7 +2987,7 @@ async function saveFeaturedOrder() {
|
||||
min-height: 192px;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
color: rgba(255, 255, 255, 0.62);
|
||||
color: var(--theme-text-soft);
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
line-height: 1.5;
|
||||
@@ -3001,7 +3001,7 @@ async function saveFeaturedOrder() {
|
||||
.thumbCard {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 16px;
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
background: var(--theme-surface-soft);
|
||||
padding: 12px;
|
||||
min-width: 0;
|
||||
}
|
||||
@@ -3041,7 +3041,7 @@ async function saveFeaturedOrder() {
|
||||
appearance: none;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 18px;
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
background: var(--theme-surface-soft);
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
@@ -3062,7 +3062,7 @@ async function saveFeaturedOrder() {
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
border-radius: 14px;
|
||||
background: rgba(0, 0, 0, 0.18);
|
||||
background: var(--theme-pill-bg);
|
||||
}
|
||||
.customItemCard__title {
|
||||
min-width: 0;
|
||||
@@ -3090,7 +3090,7 @@ async function saveFeaturedOrder() {
|
||||
aspect-ratio: 1 / 1;
|
||||
object-fit: cover;
|
||||
border-radius: 18px;
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
background: var(--theme-surface-soft);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
.customItemModal__body {
|
||||
@@ -3105,7 +3105,7 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
.customItemModal__label {
|
||||
font-size: 11px;
|
||||
color: rgba(255, 255, 255, 0.52);
|
||||
color: var(--theme-text-faint);
|
||||
}
|
||||
.customItemModal__chips {
|
||||
display: flex;
|
||||
@@ -3129,7 +3129,7 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
.customItemModal__metaRow span {
|
||||
font-size: 11px;
|
||||
color: rgba(255, 255, 255, 0.46);
|
||||
color: var(--theme-text-faint);
|
||||
}
|
||||
.customItemModal__metaRow strong {
|
||||
min-width: 0;
|
||||
@@ -3137,7 +3137,7 @@ async function saveFeaturedOrder() {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 13px;
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
color: var(--theme-text);
|
||||
}
|
||||
.customItemModal__actions {
|
||||
display: flex;
|
||||
@@ -3169,7 +3169,7 @@ async function saveFeaturedOrder() {
|
||||
position: relative;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 18px;
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
background: var(--theme-surface-soft);
|
||||
padding: 24px 16px 16px;
|
||||
overflow: visible;
|
||||
}
|
||||
@@ -3253,7 +3253,7 @@ async function saveFeaturedOrder() {
|
||||
inset: auto 0 0 0;
|
||||
padding: 10px 0 6px;
|
||||
background: linear-gradient(180deg, rgba(7, 10, 18, 0), rgba(7, 10, 18, 0.88));
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
color: var(--theme-text);
|
||||
font-size: 10px;
|
||||
font-weight: 800;
|
||||
opacity: 0;
|
||||
@@ -3296,7 +3296,7 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
.userInfoLine span {
|
||||
font-size: 12px;
|
||||
color: rgba(255, 255, 255, 0.56);
|
||||
color: var(--theme-text-soft);
|
||||
}
|
||||
.userInfoLine strong {
|
||||
min-width: 0;
|
||||
@@ -3310,7 +3310,7 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
.field__label {
|
||||
font-size: 13px;
|
||||
color: rgba(255, 255, 255, 0.62);
|
||||
color: var(--theme-text-soft);
|
||||
}
|
||||
.field__input {
|
||||
width: 100%;
|
||||
@@ -3318,7 +3318,7 @@ async function saveFeaturedOrder() {
|
||||
border: 0;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: transparent;
|
||||
color: rgba(255, 255, 255, 0.94);
|
||||
color: var(--theme-text-strong);
|
||||
outline: none;
|
||||
font-size: 18px;
|
||||
letter-spacing: -0.02em;
|
||||
@@ -3328,7 +3328,7 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
.field__hint {
|
||||
font-size: 12px;
|
||||
color: rgba(255, 255, 255, 0.42);
|
||||
color: var(--theme-text-faint);
|
||||
}
|
||||
|
||||
.userEditForm {
|
||||
@@ -3358,7 +3358,7 @@ async function saveFeaturedOrder() {
|
||||
border-radius: 999px;
|
||||
border: 1px solid rgba(96, 165, 250, 0.28);
|
||||
background: rgba(96, 165, 250, 0.1);
|
||||
color: rgba(191, 219, 254, 0.92);
|
||||
color: color-mix(in srgb, var(--theme-accent-bg) 80%, white);
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
}
|
||||
@@ -3377,11 +3377,11 @@ async function saveFeaturedOrder() {
|
||||
padding: 0;
|
||||
border-radius: 14px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
background: var(--theme-surface-soft);
|
||||
cursor: pointer;
|
||||
}
|
||||
.iconActionButton__icon {
|
||||
color: rgba(255, 255, 255, 0.92);
|
||||
color: var(--theme-text);
|
||||
}
|
||||
.iconActionButton:disabled {
|
||||
cursor: not-allowed;
|
||||
@@ -3400,7 +3400,7 @@ async function saveFeaturedOrder() {
|
||||
padding: 0;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: rgba(255, 255, 255, 0.46);
|
||||
color: var(--theme-text-faint);
|
||||
font-size: 9px;
|
||||
line-height: 1.4;
|
||||
letter-spacing: 0.01em;
|
||||
@@ -3421,7 +3421,7 @@ async function saveFeaturedOrder() {
|
||||
padding: 18px;
|
||||
border-radius: 20px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: var(--theme-pill-bg);
|
||||
}
|
||||
.templateRequestCard__head {
|
||||
display: flex;
|
||||
@@ -3436,7 +3436,7 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
.templateRequestCard__desc {
|
||||
margin-top: 6px;
|
||||
color: rgba(255, 255, 255, 0.74);
|
||||
color: var(--theme-text-muted);
|
||||
line-height: 1.55;
|
||||
white-space: pre-line;
|
||||
}
|
||||
@@ -3460,7 +3460,7 @@ async function saveFeaturedOrder() {
|
||||
object-fit: cover;
|
||||
border-radius: 12px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
background: var(--theme-surface-soft);
|
||||
}
|
||||
.templateRequestItem__label {
|
||||
font-size: 12px;
|
||||
@@ -3480,7 +3480,7 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
.templateRequestField__label {
|
||||
font-size: 11px;
|
||||
color: rgba(255, 255, 255, 0.52);
|
||||
color: var(--theme-text-faint);
|
||||
}
|
||||
.templateRequestCard__actions {
|
||||
display: flex;
|
||||
@@ -3497,11 +3497,11 @@ async function saveFeaturedOrder() {
|
||||
max-height: 240px;
|
||||
object-fit: cover;
|
||||
border-radius: 18px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
border: 1px solid var(--theme-border);
|
||||
background: var(--theme-surface-soft);
|
||||
}
|
||||
.requestPreview__desc {
|
||||
color: rgba(255, 255, 255, 0.74);
|
||||
color: var(--theme-text-muted);
|
||||
line-height: 1.6;
|
||||
white-space: pre-line;
|
||||
}
|
||||
@@ -3532,7 +3532,7 @@ async function saveFeaturedOrder() {
|
||||
overflow: hidden;
|
||||
border-radius: 14px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
background: var(--theme-surface-soft);
|
||||
min-height: 72px;
|
||||
}
|
||||
.requestPreview__item--muted {
|
||||
@@ -3569,7 +3569,7 @@ async function saveFeaturedOrder() {
|
||||
gap: 16px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 20px;
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
background: var(--theme-pill-bg);
|
||||
padding: 16px;
|
||||
}
|
||||
.tierAdminCard__preview {
|
||||
@@ -3581,7 +3581,7 @@ async function saveFeaturedOrder() {
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
border-radius: 14px;
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
background: var(--theme-surface-soft);
|
||||
}
|
||||
.tierAdminCard__thumb--empty {
|
||||
background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
|
||||
@@ -3603,7 +3603,7 @@ async function saveFeaturedOrder() {
|
||||
}
|
||||
.tierAdminCard__desc {
|
||||
margin-top: 6px;
|
||||
color: rgba(255, 255, 255, 0.74);
|
||||
color: var(--theme-text-muted);
|
||||
line-height: 1.5;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
@@ -3627,7 +3627,7 @@ async function saveFeaturedOrder() {
|
||||
padding: 7px 10px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
background: var(--theme-surface-soft);
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
}
|
||||
@@ -3641,8 +3641,8 @@ async function saveFeaturedOrder() {
|
||||
gap: 10px;
|
||||
padding: 14px;
|
||||
border-radius: 16px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
background: rgba(0, 0, 0, 0.14);
|
||||
border: 1px solid var(--theme-border);
|
||||
background: var(--theme-pill-bg);
|
||||
}
|
||||
.tierAdminSection__title {
|
||||
font-weight: 800;
|
||||
@@ -3663,9 +3663,9 @@ async function saveFeaturedOrder() {
|
||||
justify-items: center;
|
||||
padding: 12px 10px;
|
||||
border-radius: 14px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.08);
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
color: rgba(255, 255, 255, 0.92);
|
||||
border: 1px solid var(--theme-border);
|
||||
background: var(--theme-pill-bg);
|
||||
color: var(--theme-text);
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
min-width: 0;
|
||||
@@ -3691,7 +3691,7 @@ async function saveFeaturedOrder() {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
padding: 20px;
|
||||
background: rgba(3, 7, 18, 0.66);
|
||||
background: color-mix(in srgb, var(--theme-body-bg) 76%, transparent);
|
||||
backdrop-filter: blur(6px);
|
||||
}
|
||||
.modalCard {
|
||||
@@ -3701,7 +3701,7 @@ async function saveFeaturedOrder() {
|
||||
padding: 20px;
|
||||
border-radius: 24px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background: rgba(11, 18, 32, 0.96);
|
||||
background: color-mix(in srgb, var(--theme-main-bg) 96%, transparent);
|
||||
}
|
||||
.modalCard--preview {
|
||||
width: min(1200px, 100%);
|
||||
@@ -3737,7 +3737,7 @@ async function saveFeaturedOrder() {
|
||||
min-height: min(80vh, 820px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
border-radius: 16px;
|
||||
background: rgba(255, 255, 255, 0.02);
|
||||
background: var(--theme-pill-bg);
|
||||
}
|
||||
.importModeTabs {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user