feat: Logo-Konfiguration und -Stile für digitale Daten aktualisiert

- `appsettings` mit neuen Logo-Klassen `dd-show-logo` und `dd-locked-logo` aktualisiert.
- `logo.css` angepasst, um die neuen Logo-Dimensionen und responsive Stile hinzuzufügen.
- Alte Klassen `cursor-logo` und `cursor-img` wurden durch `dd-locked-logo` und `dd-show-logo` ersetzt.
This commit is contained in:
Developer 02
2024-09-17 15:36:05 +02:00
parent 73d2a43a95
commit 341da273c9
6 changed files with 20 additions and 9 deletions

View File

@@ -1,8 +1,14 @@
.cursor-logo {
width: 7rem;
.dd-locked-logo {
width: 13rem;
padding-top: 1rem;
}
.cursor-img {
width: 5rem;
.dd-show-logo {
width: 9rem;
}
@media (max-width: 767px) {
.dd-show-logo {
width: 5rem;
}
}