Template:Icon/styles.css: Difference between revisions

From Love and Deepspace Wiki
No edit summary
m (Elaeagnifolia moved page Template:Item icon/styles.css to Template:Icon/styles.css without leaving a redirect)
(No difference)

Revision as of 01:58, 10 February 2024

.item-img-icon {
    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 {
    position: absolute;
    pointer-events: none;
}