Ghost/ghost/admin/app/styles/layouts/fullscreen-wizard.css
Kevin Ansfield 2b41499b22 Added design customisation and preview to launch wizard
refs https://github.com/TryGhost/Team/issues/450

- moved next/finish buttons into wizard step components in case they need to save before triggering transition
- added icon, logo, and cover image upload+removal to "customise design" step alongside a preview that reloads each time an image is changed
2021-01-18 17:48:11 +00:00

12 lines
200 B
CSS

.fullscreen-wizard-container {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100vh;
background: var(--whitegrey);
overflow: auto;
}