Template:CreateHub/styles.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* Row wrapper: centers each pair horizontally */
/* Row wrapper: centers each pair horizontally */
.creation-row {
.creation-row {
   display: flex;
   display: flex !important;
   justify-content: flex-start;
   justify-content: flex-start !important;
   margin: 0.75rem 0;
   margin: 0.75rem 0;
  width: 100% !important;
}
}


/* The InputBox output wrapper */
/* The InputBox output wrapper */
.creation-row .mw-inputbox-centered {
.creation-row .mw-inputbox-centered {
   display: flex;
   display: flex !important;
   justify-content: flex-start;
   justify-content: flex-start !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}
}


Line 17: Line 21:
   align-items: center;
   align-items: center;
   gap: 1rem;
   gap: 1rem;
  margin: 0 !important;
  justify-content: flex-start !important;
}
}