Template:Feedback/styles.css: Difference between revisions

From Gulf States Flood Help
No edit summary
No edit summary
Line 16: Line 16:
padding: 0 1rem 4px;
padding: 0 1rem 4px;
border-radius: .125rem;
border-radius: .125rem;
background-color: #eee;
background-color: #ffdead;
}
}

Revision as of 15:58, 27 February 2025

.feedback {
	border-left: 4px #f0bc00 solid;
	padding: 0 1rem;
	border-radius: .125rem;
}
.feedback p {
	padding: 0 0 4px 0;
}
.feedback p span {
	color: #ac6600;
}

.attention {
	border-left: 4px orange solid;
	margin: 0.5em 0;
	padding: 0 1rem 4px;
	border-radius: .125rem;
	background-color: #ffdead;
}