Template:Alert/styles.css: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) m Correct styling |
ArrowHead294 (talk | contribs) m Reduce excess space for labels |
||
| Line 8: | Line 8: | ||
.alert-text | .alert-text | ||
{ | { | ||
padding-left: 4px; | |||
padding: | |||
text-align: left; | text-align: left; | ||
vertical-align: top; | vertical-align: top; | ||
Revision as of 20:21, 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;
white-space: nowrap;
}
.alert-note
{
border-left-color: #3366CC;
}
.alert-tip
{
border-left-color: #2ec751;
}
.alert-warning
{
border-left-color: #F28500;
}