Template:Storage grid/styles.css: Difference between revisions
From Space Station 14 Wiki
Created page with ".storage-grid { display: grid; }" |
No edit summary |
||
Line 1: | Line 1: | ||
.storage-grid { | .storage-grid { | ||
display: grid; | display: grid; | ||
} | |||
.storage-grid > * { | |||
width: 4rem; | |||
height: 4rem; | |||
background-color: gray; | |||
} | |||
.storage-grid > *.f { | |||
background-color: green; | |||
} | } |