Template:Alert/styles.css: Difference between revisions
Jump to navigation
Jump to search
Undo revision 223204 by ArrowHead294 (talk). Pls pls pls the gap was too large already Tag: Undo |
Tag: Undo |
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Latest revision as of 12:48, 5 February 2026
.alert-container
{
border-left-width: 4px;
border-left-style: solid;
text-align: left;
}
.alert-text
{
margin: 16px 0px 16px 0px;
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;
}