MediaWiki:Common.css: Difference between revisions

m pointer
No edit summary
Line 207: Line 207:
   }
   }
}
}
/* Work in progress */
.create-page-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.create-page-grid .incident { grid-area: 1 / 1 / 3 / 3; }
.create-page-grid .company { grid-area: 1 / 3 / 2 / 4; }
.create-page-grid .product-line { grid-area: 2 / 3 / 3 / 4; }
.create-page-grid .theme { grid-area: 3 / 1 / 4 / 3; }
.create-page-grid .product { grid-area: 3 / 3 / 4 / 4; }