Skip to content

Instantly share code, notes, and snippets.

@hadijahkyampeire
Created March 19, 2020 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadijahkyampeire/3c798de0f0180465da57decdd199d246 to your computer and use it in GitHub Desktop.
Save hadijahkyampeire/3c798de0f0180465da57decdd199d246 to your computer and use it in GitHub Desktop.
Our file with styles for our App
.app {
text-align: center;
background-color: #2a2a2ab5;
height: 100vh;
}
.app .rich-editor {
padding: 10rem;
}
.rich-editor .rdw-editor-main {
background-color: #fff;
}
.rich-editor .DraftEditor-editorContainer {
padding: 1rem;
}
.draft-editor-wrapper {
border: 1px solid #ccc;
}
.html-view {
background-color: #fff;
color: #000;
margin: auto;
width: 70%;
margin-bottom: 2rem;
}
h4 {
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment