Template:Alert/styles.css

From Xenharmonic Wiki
Revision as of 13:09, 3 December 2025 by FloraC (talk | contribs) (Strip down to note, tip, and warning, which should be enough for now. Decrease padding)
Jump to navigation Jump to search
.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-note
{
	border-left-color: #3366CC;
}

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

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