Recherche des tweets de réponse avec l'API Tweeter
This commit is contained in:
24
resources/sass/vendor/_simplemde.scss
vendored
Normal file
24
resources/sass/vendor/_simplemde.scss
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// SimpleMDE Markdown Editor
|
||||
//
|
||||
// Overwrite/Extend styles
|
||||
// --------------------------------------------------
|
||||
|
||||
.CodeMirror-fullscreen,
|
||||
.editor-toolbar.fullscreen,
|
||||
.editor-preview-side {
|
||||
z-index: $zindex-modal + 2;
|
||||
}
|
||||
|
||||
.editor-preview {
|
||||
z-index: $zindex-modal + 1;
|
||||
}
|
||||
|
||||
.editor-toolbar {
|
||||
border-color: $body-bg-dark;
|
||||
background-color: $body-bg-light;
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
border-color: $body-bg-dark;
|
||||
}
|
||||
Reference in New Issue
Block a user