mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
2b41499b22
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
12 lines
200 B
CSS
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;
|
|
}
|