0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Changed base modal width

This commit is contained in:
Peter Zimon 2022-01-05 15:07:30 +01:00
parent 1a25cac7ad
commit cac9cc7ed4
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ const DEV_MODE_DATA = {
showPopup: true,
site: Fixtures.site,
member: Fixtures.member.paid,
page: 'accountHome',
page: 'offer',
pageData: Fixtures.offer
};

View file

@ -250,7 +250,7 @@ const FrameStyles = `
letter-spacing: 0;
text-rendering: optimizeLegibility;
background: var(--white);
width: 440px;
width: 420px;
margin: 0 auto;
border-radius: 5px;
box-shadow: 0 3.8px 2.2px rgba(0, 0, 0, 0.028), 0 9.2px 5.3px rgba(0, 0, 0, 0.04), 0 17.3px 10px rgba(0, 0, 0, 0.05), 0 30.8px 17.9px rgba(0, 0, 0, 0.06), 0 57.7px 33.4px rgba(0, 0, 0, 0.072), 0 138px 80px rgba(0, 0, 0, 0.1);