Compare commits
2 Commits
c9a6847e48
...
4e17346dfb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e17346dfb | ||
|
|
0fbbde1000 |
@ -519,8 +519,16 @@ select.form-control:focus {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Each config field sits in its own light, translucent card — same glass
|
||||||
|
recipe as .admin-card (var(--card-bg) fill + faint hairline border + 12px
|
||||||
|
radius) — so options read as discrete grouped controls rather than a loose
|
||||||
|
stack. The .panel-fields flex gap (16px) handles spacing between cards. */
|
||||||
.app-config .form-field {
|
.app-config .form-field {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 0;
|
||||||
|
padding: 16px;
|
||||||
|
border: 1px solid rgba(var(--text-rgb), 0.10);
|
||||||
|
border-radius: 12px;
|
||||||
|
background: var(--card-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-config .form-label {
|
.app-config .form-label {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user