Template:Infobox NaviCust part/grid/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 10: Line 10:
.navicust-grid__cell {
.navicust-grid__cell {
color: transparent;
color: transparent;
text-align: center;
}
.navicust-grid__cell-filled {
color: red;
}
}

Revision as of 02:56, 19 October 2022

.navicust-grid {
  display: grid;
  grid-template-columns: repeat(7, 30px);
  grid-template-rows: repeat(7, 30px);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 1rem auto;
}

.navicust-grid__cell {
	color: transparent;
	text-align: center;
}

.navicust-grid__cell-filled {
	color: red;
}