Clarify about page image controls in admin
This commit is contained in:
+33
@@ -2772,6 +2772,39 @@
|
||||
border-color: rgba(201, 168, 76, 0.75);
|
||||
}
|
||||
|
||||
.admin-field-note {
|
||||
margin: 0.65rem 0 0;
|
||||
font-size: 0.84rem;
|
||||
color: var(--brand-muted);
|
||||
}
|
||||
|
||||
.admin-field-image-preview {
|
||||
margin-top: 0.75rem;
|
||||
padding: 0.85rem 0.9rem;
|
||||
border: 1px solid rgba(201, 168, 76, 0.16);
|
||||
border-radius: 10px;
|
||||
background: rgba(255, 255, 255, 0.02);
|
||||
}
|
||||
|
||||
.admin-field-image-preview-label {
|
||||
display: block;
|
||||
margin-bottom: 0.55rem;
|
||||
font-size: 0.78rem;
|
||||
color: var(--brand-gold);
|
||||
letter-spacing: 0.14em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.admin-field-image-preview-img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 320px;
|
||||
height: auto;
|
||||
border-radius: 8px;
|
||||
border: 1px solid rgba(201, 168, 76, 0.18);
|
||||
background: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
|
||||
/* ── Admin: section divider ── */
|
||||
.admin-section-header {
|
||||
border-top: 1px solid rgba(201, 168, 76, 0.18);
|
||||
|
||||
Reference in New Issue
Block a user