Jump to content

Template:Insert quote panel/styles.css

From Insurer Brain
/* ================================
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: #F8F9FA;
}

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