Template:Alert/styles.css

Revision as of 12:43, 5 February 2026 by FloraC (talk | contribs) (One of these edits might be the one that broke it)
.alert-container
{
	border-left-width: 4px;
	border-left-style: solid;
	text-align: left;
}

.alert-text
{
	margin: 16px 0px 16px 0px;
	padding: 0px 4px 0px 4px;
	text-align: left;
}

.alert-icon
{
	padding-right: 0.2em;
}

.alert-note
{
	border-left-color: #3366CC;
}

.alert-tip
{
	border-left-color: #2ec751;
}

.alert-warning
{
	border-left-color: #F28500;
}