diff options
| author | 2022-12-29 00:02:52 +0100 | |
|---|---|---|
| committer | 2022-12-29 00:02:52 +0100 | |
| commit | 9cb0bbd0c11ac47410ca902e379d126ee8e3d85e (patch) | |
| tree | cd9013e3cced1a04432b26bccff8afba2c0a0a6c /p/themes/Mapco/_components.scss | |
| parent | 7330cbab3852a27d0b5c04aa794cd6f7fe27ad76 (diff) | |
fix: Ansum and Mapco: icons_as_emojis (#4966)
Diffstat (limited to 'p/themes/Mapco/_components.scss')
| -rw-r--r-- | p/themes/Mapco/_components.scss | 5 |
1 files changed, 5 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; |
