Template:Feedback/styles.css: Difference between revisions

From Gulf States Flood Help
No edit summary
Tag: Manual revert
No edit summary
Tag: Manual revert
Line 3: Line 3:
padding: 0 1rem;
padding: 0 1rem;
border-radius: .125rem;
border-radius: .125rem;
margin: 0;
}
}
.feedback span {
.feedback p {
margin-bottom: .125rem;
margin-bottom: .125rem;
margin-top: .125rem;
margin-top: .125rem;
color: #E34F29;
}
.feedback p span {
color: #f0bc00;
}
}

Revision as of 07:38, 30 December 2024

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