Template:Icon/styles.css: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
No edit summary
No edit summary
 
Line 1: Line 1:
.icon-img {
.icon-img {
background: #eee;
display: flex;
display: flex;
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
border: 1px solid white;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.2);
}
}



Latest revision as of 03:00, 10 February 2024

.icon-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

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