refactor(Main.cshtml): App-Logo mit Appsettings über CustomImages verbunden.
- Logo aktualisiert. - CSS für Logo hinzugefügt
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<img class="@cImg["Company"].GetClassIn("Locked")" src="@cImg["Company"].Src" />
|
<img class="@cImg["Company"].GetClassIn("Locked")" src="@cImg["Company"].Src" />
|
||||||
</div>
|
</div>
|
||||||
<div class="icon mt-4 mb-1">
|
<div class="icon mt-4 mb-1">
|
||||||
<img src="~/img/sign_flow_min.svg">
|
<img class="@cImg["App"].GetClassIn("Main")" src="@cImg["App"].Src">
|
||||||
</div>
|
</div>
|
||||||
<h1>signFlow</h1>
|
<h1>signFlow</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -104,6 +104,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"CustomImages": {
|
"CustomImages": {
|
||||||
|
"App": {
|
||||||
|
"Src": "/img/DD_signFLOW_LOGO.png",
|
||||||
|
"Classes": {
|
||||||
|
"Main": "signFlow-logo"
|
||||||
|
}
|
||||||
|
},
|
||||||
"Company": {
|
"Company": {
|
||||||
"Src": "/img/digital_data.svg",
|
"Src": "/img/digital_data.svg",
|
||||||
"Classes": {
|
"Classes": {
|
||||||
|
|||||||
@@ -30,4 +30,8 @@
|
|||||||
.cursor-show-logo {
|
.cursor-show-logo {
|
||||||
width: 3rem;
|
width: 3rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.signFlow-logo {
|
||||||
|
width: 9rem;
|
||||||
}
|
}
|
||||||
@@ -1 +1 @@
|
|||||||
.dd-locked-logo{width:13rem;padding-top:1rem}.dd-show-logo{width:9rem;position:absolute;right:0;margin:0 2rem 0 0;padding:0;top:0}.cursor-locked-logo{width:9rem;padding-top:1rem}.cursor-show-logo{width:6rem}@media(max-width:767px){.dd-show-logo{width:5rem;margin-right:0}.cursor-show-logo{width:3rem}}
|
.dd-locked-logo{width:13rem;padding-top:1rem}.dd-show-logo{width:9rem;position:absolute;right:0;margin:0 2rem 0 0;padding:0;top:0}.cursor-locked-logo{width:9rem;padding-top:1rem}.cursor-show-logo{width:6rem}@media(max-width:767px){.dd-show-logo{width:5rem;margin-right:0}.cursor-show-logo{width:3rem}}.signFlow-logo{width:9rem}
|
||||||
BIN
EnvelopeGenerator.Web/wwwroot/img/DD_signFLOW_LOGO.png
Normal file
BIN
EnvelopeGenerator.Web/wwwroot/img/DD_signFLOW_LOGO.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
Reference in New Issue
Block a user