From 29123aff1db7e75c12d4acbfb71103cf1ca54c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kr=C3=B6g?= Date: Wed, 20 Sep 2023 22:39:57 +0200 Subject: [PATCH] Remove duplicate _gis.scss files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maximilian Krög --- themes/metro/scss/_gis.scss | 34 ------------------------------- themes/metro/scss/theme.scss | 2 +- themes/original/scss/theme.scss | 2 +- themes/pmahomme/scss/_gis.scss | 36 --------------------------------- themes/pmahomme/scss/theme.scss | 2 +- 5 files changed, 3 insertions(+), 73 deletions(-) delete mode 100644 themes/metro/scss/_gis.scss delete mode 100644 themes/pmahomme/scss/_gis.scss diff --git a/themes/metro/scss/_gis.scss b/themes/metro/scss/_gis.scss deleted file mode 100644 index 42e76a35e4..0000000000 --- a/themes/metro/scss/_gis.scss +++ /dev/null @@ -1,34 +0,0 @@ -// GIS data editor styles for the Metro theme -a.close_gis_editor { - float: right; -} - -#gis_editor { - display: none; - position: fixed; - z-index: 1001; - overflow-y: auto; - overflow-x: hidden; -} - -#gis_data { - min-height: 230px; -} - -#gis_data_textarea { - height: 6em; -} - -#gis_data_editor { - background: #d0dce0; - padding: 15px; - min-height: 500px; - - .choice { - display: none; - } - - input[type="text"] { - width: 75px; - } -} diff --git a/themes/metro/scss/theme.scss b/themes/metro/scss/theme.scss index e28a7c0983..c2ddaf80de 100644 --- a/themes/metro/scss/theme.scss +++ b/themes/metro/scss/theme.scss @@ -3,7 +3,7 @@ @import "../../bootstrap/scss/bootstrap"; @import "common"; @import "enum-editor"; -@import "gis"; +@import "../../bootstrap/scss/gis"; @import "navigation"; @import "designer"; @import "codemirror"; diff --git a/themes/original/scss/theme.scss b/themes/original/scss/theme.scss index d3af82396a..7ba5e8c74c 100644 --- a/themes/original/scss/theme.scss +++ b/themes/original/scss/theme.scss @@ -2,7 +2,7 @@ @import "../../bootstrap/scss/bootstrap"; @import "common"; @import "../../pmahomme/scss/enum-editor"; -@import "../../pmahomme/scss/gis"; +@import "../../bootstrap/scss/gis"; @import "navigation"; @import "../../pmahomme/scss/designer"; @import "../../pmahomme/scss/codemirror"; diff --git a/themes/pmahomme/scss/_gis.scss b/themes/pmahomme/scss/_gis.scss deleted file mode 100644 index c95ff10b96..0000000000 --- a/themes/pmahomme/scss/_gis.scss +++ /dev/null @@ -1,36 +0,0 @@ -/** - * GIS data editor styles - */ -a.close_gis_editor { - float: right; -} - -#gis_editor { - display: none; - position: fixed; - z-index: 1001; - overflow-y: auto; - overflow-x: hidden; -} - -#gis_data { - min-height: 230px; -} - -#gis_data_textarea { - height: 6em; -} - -#gis_data_editor { - background: #d0dce0; - padding: 15px; - min-height: 500px; - - .choice { - display: none; - } - - input[type="text"] { - width: 75px; - } -} diff --git a/themes/pmahomme/scss/theme.scss b/themes/pmahomme/scss/theme.scss index a485ecaac0..9c951988a8 100644 --- a/themes/pmahomme/scss/theme.scss +++ b/themes/pmahomme/scss/theme.scss @@ -2,7 +2,7 @@ @import "../../bootstrap/scss/bootstrap"; @import "common"; @import "enum-editor"; -@import "gis"; +@import "../../bootstrap/scss/gis"; @import "navigation"; @import "designer"; @import "codemirror";