Remove duplicate _gis.scss files

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
This commit is contained in:
Maximilian Krög 2023-09-20 22:39:57 +02:00
parent 80865af230
commit 29123aff1d
No known key found for this signature in database
GPG Key ID: 3C00897BB53AAB9C
5 changed files with 3 additions and 73 deletions

View File

@ -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;
}
}

View File

@ -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";

View File

@ -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";

View File

@ -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;
}
}

View File

@ -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";