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:
parent
1a25cac7ad
commit
cac9cc7ed4
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ const DEV_MODE_DATA = {
|
|||
showPopup: true,
|
||||
site: Fixtures.site,
|
||||
member: Fixtures.member.paid,
|
||||
page: 'accountHome',
|
||||
page: 'offer',
|
||||
pageData: Fixtures.offer
|
||||
};
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue