diff options
| author | 2023-10-24 23:43:50 +0200 | |
|---|---|---|
| committer | 2023-10-24 23:43:50 +0200 | |
| commit | e1ad4fc7337beda58ed8c6caf71318e733a67e6a (patch) | |
| tree | 3048756db34766c4b52e9ff80df93afadf3b252f /p/themes/Mapco/_mobile.scss | |
| parent | bfdf7b05cab3015c111d950c2c99bf19bf32a8b0 (diff) | |
Navigation buttons: Group icons (.group instead of .stick) (#5737)
* replace stick with group + update the themes
* Update nav_menu.phtml
---------
Co-authored-by: math-gh <>
Diffstat (limited to 'p/themes/Mapco/_mobile.scss')
| -rw-r--r-- | p/themes/Mapco/_mobile.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/Mapco/_mobile.scss b/p/themes/Mapco/_mobile.scss index 5c57545c1..9c1ad44c7 100644 --- a/p/themes/Mapco/_mobile.scss +++ b/p/themes/Mapco/_mobile.scss @@ -77,7 +77,8 @@ padding: 0.85rem 1.25rem; } - .stick { + .stick, + .group { margin: 0.5rem 0.5rem; .btn { |
