feat: Logo-Modell in den App-Einstellungen für CURSOR-AG konfiguriert

This commit is contained in:
Developer 02 2024-09-17 15:47:44 +02:00
parent 341da273c9
commit ebd7c5d6a4
3 changed files with 17 additions and 4 deletions

View File

@ -132,8 +132,8 @@
}
],
"Logo": {
"Src": "/img/digital_data.svg",
"ShowPageClass": "dd-show-logo",
"LockedPageClass": "dd-locked-logo"
"Src": "/img/cursor_logo.png",
"ShowPageClass": "cursor-show-logo",
"LockedPageClass": "cursor-locked-logo"
}
}

View File

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

View File

@ -1 +1 @@
.dd-locked-logo{width:13rem;padding-top:1rem}.dd-show-logo{width:9rem}@media(max-width:767px){.dd-show-logo{width:5rem}}
.dd-locked-logo{width:13rem;padding-top:1rem}.dd-show-logo{width:9rem}.cursor-locked-logo{width:9rem;padding-top:1rem}.cursor-show-logo{width:6rem}@media(max-width:767px){.dd-show-logo{width:5rem}.cursor-show-logo{width:3rem}}