feat: Logo-Modell in den App-Einstellungen für CURSOR-AG konfiguriert
This commit is contained in:
parent
341da273c9
commit
ebd7c5d6a4
@ -132,8 +132,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Logo": {
|
"Logo": {
|
||||||
"Src": "/img/digital_data.svg",
|
"Src": "/img/cursor_logo.png",
|
||||||
"ShowPageClass": "dd-show-logo",
|
"ShowPageClass": "cursor-show-logo",
|
||||||
"LockedPageClass": "dd-locked-logo"
|
"LockedPageClass": "cursor-locked-logo"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -7,8 +7,21 @@
|
|||||||
width: 9rem;
|
width: 9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cursor-locked-logo {
|
||||||
|
width: 9rem;
|
||||||
|
padding-top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cursor-show-logo {
|
||||||
|
width: 6rem;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.dd-show-logo {
|
.dd-show-logo {
|
||||||
width: 5rem;
|
width: 5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cursor-show-logo {
|
||||||
|
width: 3rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@ -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}}
|
||||||
Loading…
x
Reference in New Issue
Block a user