Template:Storage grid/styles.css: Difference between revisions
From Space Station 14 Wiki
No edit summary |
removed hardcoded size in favor of a var |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
.storage-grid > * { | .storage-grid > * { | ||
width: | width: var(--s); | ||
height: | height: var(--s); | ||
} | } | ||
.storage-grid > *.f { | .storage-grid > *.f { } | ||
} | |||
.storage-grid > *.f img { | .storage-grid > *.f img { | ||
width: 100%; | width: 100%; | ||
filter: grayscale(75%) saturate(75%) opacity(23%); | |||
} | } |