From 1af07f0df8e7d5a1f350e6f1e0638b12af495420 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Tue, 22 Oct 2024 21:40:38 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20location-picker.css=20initialisiert.=20?= =?UTF-8?q?-=20Minified=20CSS=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml | 6 ++---- EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml | 1 + EnvelopeGenerator.Web/bundleconfig.json | 6 ++++++ EnvelopeGenerator.Web/wwwroot/css/location-picker.css | 9 +++++++++ .../wwwroot/css/location-picker.min.css | 1 + 5 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 EnvelopeGenerator.Web/wwwroot/css/location-picker.css create mode 100644 EnvelopeGenerator.Web/wwwroot/css/location-picker.min.css diff --git a/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml b/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml index 250ae539..dca4d7c9 100644 --- a/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml +++ b/EnvelopeGenerator.Web/Views/Home/ShowEnvelope.cshtml @@ -134,10 +134,8 @@ diff --git a/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml b/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml index 106b0f07..63e33149 100644 --- a/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml +++ b/EnvelopeGenerator.Web/Views/Shared/_Layout.cshtml @@ -21,6 +21,7 @@ + diff --git a/EnvelopeGenerator.Web/bundleconfig.json b/EnvelopeGenerator.Web/bundleconfig.json index d382de45..fa4f76c4 100644 --- a/EnvelopeGenerator.Web/bundleconfig.json +++ b/EnvelopeGenerator.Web/bundleconfig.json @@ -82,5 +82,11 @@ "inputFiles": [ "wwwroot/css/card.css" ] + }, + { + "outputFileName": "wwwroot/css/location-picker.min.css", + "inputFiles": [ + "wwwroot/css/location-picker.css" + ] } ] diff --git a/EnvelopeGenerator.Web/wwwroot/css/location-picker.css b/EnvelopeGenerator.Web/wwwroot/css/location-picker.css new file mode 100644 index 00000000..e52ff387 --- /dev/null +++ b/EnvelopeGenerator.Web/wwwroot/css/location-picker.css @@ -0,0 +1,9 @@ +#fixedMapCont { + height: 100%; + width: 100%; +} + +#locationBackdrop .modal-body { + padding: 0; + margin: 0; +} \ No newline at end of file diff --git a/EnvelopeGenerator.Web/wwwroot/css/location-picker.min.css b/EnvelopeGenerator.Web/wwwroot/css/location-picker.min.css new file mode 100644 index 00000000..258c9be8 --- /dev/null +++ b/EnvelopeGenerator.Web/wwwroot/css/location-picker.min.css @@ -0,0 +1 @@ +#fixedMapCont{height:100%;width:100%}#locationBackdrop .modal-body{padding:0;margin:0} \ No newline at end of file