Outfits

This commit is contained in:
zhbaor 2022-10-07 11:37:25 +08:00
parent 775c833f28
commit 3e6871fb34
127 changed files with 17420 additions and 2 deletions

View file

@ -132,3 +132,27 @@ body {
.summary > td:first-child {
font-weight: bold;
}
.outfit-preview-wrapper {
margin: 15px 0 -6px 0;
background: rgba(6, 9, 19, 0.5);
}
.outfit-preview-wrapper img {
width: 70%;
margin: 24px 15%;
}
.outfit-icon-bg-wrapper {
margin: 0;
image-rendering: pixelated;
display: flex;
justify-content: center;
}
.outfit-icon-bg {
width: 72px;
padding: 10px;
background: rgba(6, 9, 19, 0.5);
display: flex;
justify-content: center;
}