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;
}
}
}

View File

@@ -80,16 +80,16 @@ code {
.rc-md-editor {
// Set the background color of the preview container
.editor-container {
background-color: black;
background-color: #E2E8F0;
color: rgba(45,55,72,1);
}
// Custom CSS for formatting the preview text
.markdown-editor-preview-pane {
color:lightgrey;
// color:lightgrey;
a {
color: $owncast-purple;
}
h1 {
font-size: 2em;
}
@@ -97,12 +97,15 @@ code {
// Custom CSS class used to format the text of the editor
.markdown-editor-pane {
color:lightgrey !important;
color: white !important;
background-color: black;
font-family: monospace;
}
// Set the background color of the editor text input
textarea {
background-color: rgb(44,44,44) !important;
color:lightgrey !important;
}
// Hide extra toolbar buttons.