Template:Icon/styles.css: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
m (Elaeagnifolia moved page Template:Item icon/styles.css to Template:Icon/styles.css without leaving a redirect)
No edit summary
Line 1: Line 1:
.item-img-icon {
.icon-img {
background: #eee;
background: #eee;
display: flex;
display: flex;
Line 8: Line 8:
}
}


.item-img-decoration {
.icon-decoration {
position: absolute;
position: absolute;
pointer-events: none;
pointer-events: none;

Revision as of 02:00, 10 February 2024

.icon-img {
    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);
}

.icon-decoration {
    position: absolute;
    pointer-events: none;
}