0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Refined primary button height

This commit is contained in:
Peter Zimon 2020-09-28 15:38:45 +02:00
parent db9a34cef7
commit 3221fae172

View file

@ -7,7 +7,7 @@ export const ActionButtonStyles = `
.gh-portal-btn-main {
box-shadow: none;
position: relative;
height: 46px;
height: 44px;
border: none;
}