informacije o posebnih kodah v dialogu o programu

This commit is contained in:
2026-05-13 23:05:42 +02:00
parent c03ad593f2
commit f31b9e897b
2 changed files with 36 additions and 0 deletions

View File

@@ -533,6 +533,31 @@ textarea.form-control {
font-size: 0.95rem;
}
.about-codes-section {
text-align: left;
background: rgba(255, 255, 255, 0.05);
padding: 15px;
border-radius: 8px;
margin-bottom: 20px;
}
.about-codes-section h3 {
margin-top: 0;
font-size: 1rem;
color: #1f8a46;
}
.about-codes-list {
list-style: none;
padding: 0;
margin: 10px 0 0 0;
}
.about-codes-list li {
margin-bottom: 5px;
font-size: 0.95rem;
}
.btn-primary {
background-color: #1f8a46;
color: white;