Template:Notice/styles.css: Difference between revisions

From Inkipedia, the Splatoon wiki
(Adding margin)
(Update class)
Line 18: Line 18:
font-weight: 600;
font-weight: 600;
}
}
.notice-content > span {
.notice-description {
font-size: 9pt;
font-size: 9pt;
}
}

Revision as of 21:29, 14 May 2023

.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-description {
	font-size: 9pt;
}