Template:Insert quote panel/styles.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 12:
}
/* --- 2. FORMAT: WITH IMAGE (
.insert-quote-panel.has-image {
gap: 0.
}
.insert-quote-panel.has-image .insert-quote-content {
background:
border: none; /*
padding: 0
color: #202122;
}
/* CRITICAL: Removes default paragraph margin so text starts at the very top */
.insert-quote-panel.has-image .insert-quote-content > *:first-child {
margin-top: 0;
}
/* --- 3. FORMAT: NO IMAGE (Original Gray Box) --- */
.insert-quote-panel.no-image .insert-quote-content {
background: #F8F9FA;
border: 0 solid #9CA4AC;
padding: .5em .5em .5em 0.5em;
color: #202122;
}
| |||