Jump to content

Template:Insert quote panel/styles.css

From Insurer Brain
Revision as of 23:59, 11 October 2025 by Wikilah admin (talk | contribs) (Created page with "================================ Template:Insert quote panel/styles.css This is loaded by TemplateStyles. =================================: .insert-quote-panel { clear: both; width: 100%; box-sizing: border-box; margin: 0 0 2em 0; padding: .5em .5em .5em 0; border: 0 solid #9CA4AC; keep at 0; override via |style= if needed: border-radius: 0; background: #F9F8F4; } /* Optional: small screens can tighten spacing if desired @media (max-width: 7...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* ================================
Template:Insert quote panel/styles.css
This is loaded by TemplateStyles.
================================= */
.insert-quote-panel {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 2em 0;
  padding: .5em .5em .5em 0;
  border: 0 solid #9CA4AC;   /* keep at 0; override via |style= if needed */
  border-radius: 0;
  background: #F9F8F4;
}

/* Optional: small screens can tighten spacing if desired
@media (max-width: 720px) {
  .insert-quote-panel { margin-bottom: 1.25em; }
}
*/