diff options
| author | 2023-01-03 23:04:45 +0100 | |
|---|---|---|
| committer | 2023-01-03 23:04:45 +0100 | |
| commit | af8480651dea478e2a60dc13b9ea44d364d0f7b7 (patch) | |
| tree | 33192095e69ca4dfeaad964097f9ffa5d8a5ed51 /p/themes/Mapco/mapco.rtl.css | |
| parent | 92d1b0cda731b7c4ce244f4cd3f759056a2f1534 (diff) | |
compile Mapco + Ansum again (#4983)
Diffstat (limited to 'p/themes/Mapco/mapco.rtl.css')
| -rw-r--r-- | p/themes/Mapco/mapco.rtl.css | 7 |
1 files changed, 4 insertions, 3 deletions
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; |
