STYLE ajout de styles pour le contenu de l'éditeur
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7704a4945d
commit
49d9532f66
|
|
@ -31,6 +31,10 @@
|
|||
@import './components/notyf.css';
|
||||
@import './components/social-networks-links.css';
|
||||
@import './components/scroll-top.css';
|
||||
|
||||
/* ########### EDITOR CONTENT ############ */
|
||||
@import './editor-content/entry-content.css';
|
||||
|
||||
/* ########### LAYOUT ############ */
|
||||
@import './layout/nav.css';
|
||||
@import './layout/nav/header.css';
|
||||
|
|
|
|||
14
resources/css/editor-content/entry-content.css
Normal file
14
resources/css/editor-content/entry-content.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.entry-content {
|
||||
iframe {
|
||||
background-color: black;
|
||||
width: 2000px;
|
||||
height: auto;
|
||||
aspect-ratio: 16/9;
|
||||
}
|
||||
|
||||
.content-box:has(.wp-block-quote + .wp-block-embed, .wp-block-embed + .wp-block-quote) {
|
||||
.wp-block-embed {
|
||||
@apply ml-12;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user