Template:Alert/styles.css: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
m Reduce excess space for labels
ArrowHead294 (talk | contribs)
m nowrap moved to around label
Line 16: Line 16:
{
{
padding-right: 0.2em;
padding-right: 0.2em;
white-space: nowrap;
}
}



Revision as of 20:27, 3 February 2026

.alert-container
{
	border-left-width: 4px;
	border-left-style: solid;
	text-align: left;
}

.alert-text
{
	padding-left: 4px;
	text-align: left;
	vertical-align: top;
}

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

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

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

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