TemplateStyle:Notice/Gameplay.css: Difference between revisions

From Halopedia, the Halo wiki

(Created page with ".newnotice .newnotice-gameplay { width: 20px; height: 20px; background: url('https://halo.wiki.gallery/images/4/4b/HP-Icon-Gameplay.svg'); }")
 
No edit summary
Line 1: Line 1:
.newnotice .newnotice-gameplay {
.newnotice {
display: flex;
flex-direction: row;
}
 
.newnotice-gameplay .newnotice-image {
width: 20px;
width: 20px;
height: 20px;
height: 20px;
background: url('https://halo.wiki.gallery/images/4/4b/HP-Icon-Gameplay.svg');
background: url('https://halo.wiki.gallery/images/4/4b/HP-Icon-Gameplay.svg');
}
}

Revision as of 13:00, June 20, 2022

.newnotice {
	display: flex;
	flex-direction: row;
}

.newnotice-gameplay .newnotice-image {
	width: 20px;
	height: 20px;
	background: url('https://halo.wiki.gallery/images/4/4b/HP-Icon-Gameplay.svg');
}