0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
wagtail/client/scss/components/_preview-error.scss

23 lines
339 B
SCSS

.preview-error {
@apply w-bg-surface-page;
position: absolute;
inset-inline-start: 0;
width: 100%;
display: grid;
min-height: 100vh;
align-content: center;
text-align: center;
&__header {
margin-bottom: 0.5rem;
}
&__title {
@apply w-h4 w-text-text-context;
}
&__details {
@apply w-help-text;
}
}