Template:Icon/styles.css: Difference between revisions

From Love and Deepspace Wiki
Content added Content deleted
(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; }")
 
No edit summary
Line 1: Line 1:
.item-img-icon {
.item-img-icon {
height: 100px;
width: 100px;
background: #eee;
background: #eee;
display: flex;
display: flex;
Line 11: Line 9:


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

Revision as of 23:57, 9 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;
}