Refined account plan page footer padding

This commit is contained in:
Peter Zimon 2020-10-14 11:32:08 +02:00
parent aa6bb75e13
commit 5b7b77a855
2 changed files with 6 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const DEV_MODE_DATA = {
showPopup: true,
site: Fixtures.site,
member: Fixtures.member.paid,
page: 'signup'
page: 'accountHome'
};
export default class App extends React.Component {
constructor(props) {

View File

@ -433,6 +433,11 @@ const FrameStyles = `
padding: 8px;
}
.gh-portal-popup-container.account-profile .gh-portal-action-footer {
height: unset;
padding-bottom: 36px;
}
/* Icons
/* ----------------------------------------------------- */
.gh-portal-icon {