Template:Notice/styles.css

From Inkipedia, the Splatoon wiki
< Template:Notice
Revision as of 21:28, 14 May 2023 by SuperHamster (talk | contribs) (Adding margin)
.notice {
	padding: .5em;
	margin: .5em 0;
	background: rgba(170, 220, 0, 0.3);
	border-width: 1px 5px 1px 5px;
	border-style: solid;
	border-color: rgba(170, 220, 0, 0.5);
	border-radius: 5px 5px 5px 5px;
	display: flex;
	flex-direction: row;
	column-gap: 1em;
}

.notice-content {
	flex-grow: 1;
}
.notice-header {
	font-weight: 600;
}
.notice-content > span {
	font-size: 9pt;
}