Skip to content

Commit 84a65d3

Browse files
ENGCOM-3764: Fixed 19791: Logo vertical misalignment. #19792
- Merge Pull Request #19792 from suryakant-krish/magento2:Fixed-19791 - Merged commits: 1. 485b89f 2. 3a56397 3. 8e59e4b
2 parents 2b27bc0 + 8e59e4b commit 84a65d3

File tree

1 file changed

+2
-2
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module

1 file changed

+2
-2
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/_menu.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
@menu__background-color: @color-very-dark-grayish-orange;
1717

18-
@menu-logo__padding-bottom: 2.2rem;
18+
@menu-logo__padding-bottom: 1.7rem;
1919
@menu-logo__outer-size: @menu-logo__padding-top + @menu-logo-img__height + @menu-logo__padding-bottom;
20-
@menu-logo__padding-top: 1.2rem;
20+
@menu-logo__padding-top: 1.7rem;
2121
@menu-logo-img__height: 4.1rem;
2222
@menu-logo-img__width: 3.5rem;
2323

0 commit comments

Comments
 (0)