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 |
One of these edits might be the one that broke it Tag: Reverted |
||
| Line 9: | Line 9: | ||
{ | { | ||
margin: 16px 0px 16px 0px; | margin: 16px 0px 16px 0px; | ||
padding | padding: 0px 4px 0px 4px; | ||
text-align: left; | text-align: left; | ||
} | } | ||
Revision as of 12:43, 5 February 2026
.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;
}