aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-12-29 00:02:52 +0100
committerGravatar GitHub <noreply@github.com> 2022-12-29 00:02:52 +0100
commit9cb0bbd0c11ac47410ca902e379d126ee8e3d85e (patch)
treecd9013e3cced1a04432b26bccff8afba2c0a0a6c /p/themes/Mapco
parent7330cbab3852a27d0b5c04aa794cd6f7fe27ad76 (diff)
fix: Ansum and Mapco: icons_as_emojis (#4966)
Diffstat (limited to 'p/themes/Mapco')
-rw-r--r--p/themes/Mapco/_components.scss5
-rw-r--r--p/themes/Mapco/mapco.css4
-rw-r--r--p/themes/Mapco/mapco.rtl.css4
3 files changed, 13 insertions, 0 deletions
diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss
index 01e08327f..f54515ecf 100644
--- a/p/themes/Mapco/_components.scss
+++ b/p/themes/Mapco/_components.scss
@@ -57,6 +57,11 @@
font-size: 1rem;
line-height: 2.5em;
+ span.icon {
+ padding: 0 0.25rem !important;
+ line-height: 1;
+ }
+
&:not(.addItem):hover {
background: variables.$main-first;
color: variables.$white;
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index 10708e535..caa1fd5c0 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -257,6 +257,10 @@ form th {
font-size: 1rem;
line-height: 2.5em;
}
+.dropdown-menu .item a span.icon, .dropdown-menu .item span span.icon, .dropdown-menu .item .as-link span.icon {
+ padding: 0 0.25rem !important;
+ line-height: 1;
+}
.dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item span:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover {
background: #36c;
color: #fff;
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index 86f0303cb..85f0ae80e 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -257,6 +257,10 @@ form th {
font-size: 1rem;
line-height: 2.5em;
}
+.dropdown-menu .item a span.icon, .dropdown-menu .item span span.icon, .dropdown-menu .item .as-link span.icon {
+ padding: 0 0.25rem !important;
+ line-height: 1;
+}
.dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item span:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover {
background: #36c;
color: #fff;