ysdsd
All checks were successful
Deploy / deploy-staging (push) Successful in 6s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-29 02:21:22 +02:00
parent a0f19ff6b4
commit 4ead35047a
7 changed files with 180 additions and 4 deletions

View File

@@ -87,6 +87,7 @@
}
.fx-form-grid input,
.fx-form-grid select,
.fx-block input {
width: 100%;
border: 1px solid #d0d7e2;
@@ -127,3 +128,20 @@
margin-top: 0.75rem;
font-size: 0.95rem;
}
.fx-convert-result {
margin-top: 1rem;
min-height: 1.5rem;
font-size: 1rem;
font-weight: 700;
color: #1c2734;
}
.fx-history-block {
margin-top: 1.25rem;
}
.fx-history-block h3 {
margin: 0 0 0.75rem;
font-size: 1rem;
}