diff --git a/EnvelopeGenerator.Web/appsettings.json b/EnvelopeGenerator.Web/appsettings.json index e3c23d6a..29b2a155 100644 --- a/EnvelopeGenerator.Web/appsettings.json +++ b/EnvelopeGenerator.Web/appsettings.json @@ -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" } } \ No newline at end of file diff --git a/EnvelopeGenerator.Web/wwwroot/css/logo.css b/EnvelopeGenerator.Web/wwwroot/css/logo.css index 5f8ad6e7..9527cdaa 100644 --- a/EnvelopeGenerator.Web/wwwroot/css/logo.css +++ b/EnvelopeGenerator.Web/wwwroot/css/logo.css @@ -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; + } } \ No newline at end of file diff --git a/EnvelopeGenerator.Web/wwwroot/css/logo.min.css b/EnvelopeGenerator.Web/wwwroot/css/logo.min.css index 945e824b..bc86abec 100644 --- a/EnvelopeGenerator.Web/wwwroot/css/logo.min.css +++ b/EnvelopeGenerator.Web/wwwroot/css/logo.min.css @@ -1 +1 @@ -.dd-locked-logo{width:13rem;padding-top:1rem}.dd-show-logo{width:9rem}@media(max-width:767px){.dd-show-logo{width:5rem}} \ No newline at end of file +.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}} \ No newline at end of file