Recherche des tweets de réponse avec l'API Tweeter

This commit is contained in:
hugol
2024-11-17 13:55:25 +01:00
parent 3d386178bf
commit 8dc18553ec
1751 changed files with 379552 additions and 0 deletions

30
resources/sass/vendor/_ckeditor.scss vendored Normal file
View File

@@ -0,0 +1,30 @@
//
// Ckeditor Editor
//
// Overwrite/Extend styles
// --------------------------------------------------
.cke_chrome,
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.ck.ck-toolbar {
border-color: $body-bg-dark !important;
}
.cke_top,
.ck.ck-toolbar {
border-bottom-color: $body-bg-dark !important;
background: $body-bg-light !important;
}
.ck.ck-toolbar .ck.ck-toolbar__separator {
background: $body-bg-dark !important;
}
.cke_bottom {
border-top-color: $body-bg-dark !important;
background: $body-bg-light !important;
}
.ck-editor .ck-editor__editable_inline {
min-height: 400px;
}