Template:Icon/styles.css

From Love and Deepspace Wiki
Revision as of 23:56, 9 February 2024 by Elaeagnifolia (talk | contribs) (Created page with ".item-img-icon { height: 100px; width: 100px; background: #eee; display: flex; justify-content: center; align-items: center; border: 1px solid white; box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.2); } .item-img-decoration { height: 100px; width: 100px; position: absolute; pointer-events: none; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.item-img-icon {
    height: 100px;
    width: 100px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.2);
}

.item-img-decoration {
    height: 100px;
    width: 100px;
    position: absolute;
    pointer-events: none;
}