Template:SkyTempleIcon/styles.css: Difference between revisions

From SkyTemple
Capypara changed the content model of the page Template:SkyTempleIcon/styles.css from "CSS" to "Sanitized CSS"
Tag: content model change
m width & height
Line 4: Line 4:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center;
     background-position: center;
    width: 1em;
height: 1em;
}
}



Revision as of 18:49, 23 August 2023

.skytemple-icon {
	display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1em;
	height: 1em;
}

.skytemple-copy-settings-symbolic {
	background-image: url("https://wiki.skytemple.org/resources/assets/skytemple/skytemple-icons/skytemple-e-script-symbolic.symbolic.png");
}