env secrets and variables

This commit is contained in:
JiriUhlir
2026-06-12 10:45:53 +02:00
parent 428d9681e0
commit 40069c8969
3 changed files with 411 additions and 7 deletions
+15
View File
@@ -573,6 +573,21 @@ textarea:disabled {
margin-bottom: 8px;
}
.env-usage-example {
margin: 14px 0 18px;
}
.env-usage-example h3 {
margin: 0 0 6px;
color: var(--secondary);
}
.env-usage-example pre {
margin: 8px 0 0;
font-size: 13px;
line-height: 1.45;
}
input[readonly] {
width: 100%;
font-family: monospace;