Template:Map icon/styles.css

From Pikipedia, the Pikmin wiki
< Template:Map icon
Revision as of 16:32, September 30, 2021 by Porplemontage (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* All maps */
.mapIcon img {
	transition: all 0.3s;
	transform: scale(0.8);
}
.mapIcon img:hover {
	transform: scale(1.0);
}

/* Location maps only */
.locationMap .mapIcon {
	background: rgba(255,127,0,0.5);
}