Merge branch 'v14-Dev' into v14/effect-stacking

This commit is contained in:
WBHarry 2026-03-14 00:12:43 +01:00
commit efc0c53dde
611 changed files with 4609 additions and 2941 deletions

View file

@ -333,6 +333,15 @@
legend {
font-weight: bold;
color: light-dark(@dark-blue, @golden);
&.with-icon {
display: flex;
align-items: center;
i {
padding: 0 4px;
}
}
}
input[type='text'],
@ -569,60 +578,11 @@
}
.application.setting.dh-style {
fieldset {
h2,
h3,
h4 {
margin: 8px 0 4px;
text-align: center;
}
.title-hint {
font-size: var(--font-size-12);
font-variant: small-caps;
text-align: center;
}
.field-section {
display: flex;
flex-direction: column;
gap: 10px;
.split-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
}
.label-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
&.full-width {
grid-template-columns: 1fr 1fr 1fr 1fr;
select {
grid-column: span 3;
}
}
label {
align-self: center;
text-align: center;
white-space: nowrap;
}
}
.button-container {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
text-align: center;
display: flex;
justify-content: center;
width: 100%;
}
h2,
h3,
h4 {
margin: 8px 0 4px;
text-align: center;
}
footer {