Improve styles
Django CI/CD / test (push) Successful in 30s
Django CI/CD / build-and-push (push) Successful in 1m4s

This commit is contained in:
2026-02-18 23:30:30 +01:00
parent 46b1199863
commit 0986e59fe7
3 changed files with 18 additions and 4 deletions
+9 -2
View File
@@ -3893,6 +3893,14 @@ form input:disabled, select:disabled, textarea:disabled {
padding-left: 1em;
}
#add-form {
label + select, input, textarea {
margin-top: calc(var(--spacing) * 1);
}
form {
display: flex;
flex-direction: column;
gap: calc(var(--spacing) * 3);
}
.form-row-button-group {
display: flex;
flex-direction: row;
@@ -4012,8 +4020,7 @@ form input:disabled, select:disabled, textarea:disabled {
}
}
:has(> label + input[type="checkbox"]) {
margin-top: calc(var(--spacing) * 6);
margin-bottom: calc(var(--spacing) * 3);
margin-top: calc(var(--spacing) * 3);
display: flex;
flex-direction: row;
justify-content: space-between;