apply config form flow to edit content page

This commit is contained in:
gingervitis
2021-01-03 23:32:47 -08:00
committed by Gabe Kangas
parent 2772a8e5ec
commit e7e89556e7
9 changed files with 139 additions and 61 deletions

View File

@@ -143,3 +143,16 @@
}
}
.config-page-content-form {
.page-content-actions {
margin-top: 1em;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
.status-message {
margin-left: 1em;
}
}
}