summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-01-03 23:04:45 +0100
committerGravatar GitHub <noreply@github.com> 2023-01-03 23:04:45 +0100
commitaf8480651dea478e2a60dc13b9ea44d364d0f7b7 (patch)
tree33192095e69ca4dfeaad964097f9ffa5d8a5ed51
parent92d1b0cda731b7c4ce244f4cd3f759056a2f1534 (diff)
compile Mapco + Ansum again (#4983)
-rw-r--r--p/themes/Ansum/_components.scss1
-rw-r--r--p/themes/Ansum/ansum.css5
-rw-r--r--p/themes/Ansum/ansum.rtl.css5
-rw-r--r--p/themes/Mapco/_components.scss1
-rw-r--r--p/themes/Mapco/mapco.css7
-rw-r--r--p/themes/Mapco/mapco.rtl.css7
6 files changed, 16 insertions, 10 deletions
diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss
index b4ae38ec2..36b660345 100644
--- a/p/themes/Ansum/_components.scss
+++ b/p/themes/Ansum/_components.scss
@@ -59,7 +59,6 @@
span.icon {
padding: 0 0.25rem !important;
- line-height: 1;
}
&:not(.addItem):hover {
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index 9227714de..06b2697d3 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -255,9 +255,12 @@ form th {
.dropdown-menu .item a, .dropdown-menu .item .as-link {
padding: 0 2rem;
color: #363330;
- font-size: 1rem;
+ font-size: inherit;
line-height: 2.5em;
}
+.dropdown-menu .item a span.icon, .dropdown-menu .item .as-link span.icon {
+ padding: 0 0.25rem !important;
+}
.dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover {
background: #ca7227;
color: #fff;
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index 682c8f293..69e3cb826 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -255,9 +255,12 @@ form th {
.dropdown-menu .item a, .dropdown-menu .item .as-link {
padding: 0 2rem;
color: #363330;
- font-size: 1rem;
+ font-size: inherit;
line-height: 2.5em;
}
+.dropdown-menu .item a span.icon, .dropdown-menu .item .as-link span.icon {
+ padding: 0 0.25rem !important;
+}
.dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover {
background: #ca7227;
color: #fff;
diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss
index 005d6e5bd..8b60dcf0f 100644
--- a/p/themes/Mapco/_components.scss
+++ b/p/themes/Mapco/_components.scss
@@ -59,7 +59,6 @@
span.icon {
padding: 0 0.25rem !important;
- line-height: 1;
}
&:not(.addItem):hover {
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index efcef311a..093a45112 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -254,9 +254,12 @@ form th {
.dropdown-menu .item a, .dropdown-menu .item .as-link {
padding: 0 2rem;
color: #303136;
- font-size: 1rem;
+ font-size: inherit;
line-height: 2.5em;
}
+.dropdown-menu .item a span.icon, .dropdown-menu .item .as-link span.icon {
+ padding: 0 0.25rem !important;
+}
.dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover {
background: #36c;
color: #fff;
@@ -309,8 +312,6 @@ form th {
/*=== Alerts */
.alert {
- margin: 1rem 0;
- padding: 1rem;
background: #f9fafb;
color: #5b6871;
font-size: 1rem;
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index d39303246..a0edcf790 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -254,9 +254,12 @@ form th {
.dropdown-menu .item a, .dropdown-menu .item .as-link {
padding: 0 2rem;
color: #303136;
- font-size: 1rem;
+ font-size: inherit;
line-height: 2.5em;
}
+.dropdown-menu .item a span.icon, .dropdown-menu .item .as-link span.icon {
+ padding: 0 0.25rem !important;
+}
.dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover {
background: #36c;
color: #fff;
@@ -309,8 +312,6 @@ form th {
/*=== Alerts */
.alert {
- margin: 1rem 0;
- padding: 1rem;
background: #f9fafb;
color: #5b6871;
font-size: 1rem;