diff options
| author | 2022-12-29 16:05:09 +0100 | |
|---|---|---|
| committer | 2022-12-29 16:05:09 +0100 | |
| commit | 3c53125b01c118dbff75cc3e24cd75133d74ee24 (patch) | |
| tree | 4fa04700ccafa016027e0655e299dcad78c659ca /p/themes/Mapco/mapco.rtl.css | |
| parent | 9cb0bbd0c11ac47410ca902e379d126ee8e3d85e (diff) | |
fix: Ansum and Mapco: icons_as_emojis (better fix) (#4967)
* fix
* better fix
* fix
Diffstat (limited to 'p/themes/Mapco/mapco.rtl.css')
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 85f0ae80e..d39303246 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -251,21 +251,17 @@ form th { .dropdown-menu .item { transition: all 0.075s ease-in-out; } -.dropdown-menu .item a, .dropdown-menu .item span, .dropdown-menu .item .as-link { +.dropdown-menu .item a, .dropdown-menu .item .as-link { padding: 0 2rem; color: #303136; 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 { +.dropdown-menu .item a:not(.addItem):hover, .dropdown-menu .item .as-link:not(.addItem):hover { background: #36c; color: #fff; } -.dropdown-menu .item a:not(.addItem):hover .icon, .dropdown-menu .item span:not(.addItem):hover .icon, .dropdown-menu .item .as-link:not(.addItem):hover .icon { +.dropdown-menu .item a:not(.addItem):hover .icon, .dropdown-menu .item .as-link:not(.addItem):hover .icon { filter: brightness(3); } .dropdown-menu .item.dropdown-section { @@ -274,7 +270,7 @@ form th { .dropdown-menu .item.dropdown-section ~ .dropdown-section { border-top-color: #eff0f2; } -.dropdown-menu .item.dropdown-section .item a, .dropdown-menu .item.dropdown-section .item span, .dropdown-menu .item.dropdown-section .item .as-link { +.dropdown-menu .item.dropdown-section .item a, .dropdown-menu .item.dropdown-section .item .as-link { padding-right: 2rem; } .dropdown-menu .item[aria-checked=true] a::before { @@ -313,6 +309,8 @@ form th { /*=== Alerts */ .alert { + margin: 1rem 0; + padding: 1rem; background: #f9fafb; color: #5b6871; font-size: 1rem; @@ -1334,4 +1332,4 @@ body.register { a, button.as-link { outline: none; color: #36c; -}
\ No newline at end of file +} |
