Template:Alert/styles.css: Difference between revisions
No edit summary |
Tag: Undo |
||
| (19 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
.alert-container | .alert-container | ||
{ | { | ||
border-left-width: 4px; | |||
border-left-width: | |||
border-left-style: solid; | border-left-style: solid; | ||
text-align: left; | text-align: left; | ||
| Line 9: | Line 8: | ||
.alert-text | .alert-text | ||
{ | { | ||
margin: 16px | margin: 16px 0px 16px 0px; | ||
padding: | padding-left: 4px; | ||
text-align: left; | text-align: left; | ||
vertical-align: top; | |||
} | } | ||
.alert- | .alert-icon | ||
{ | { | ||
padding-right: 0.2em; | |||
. | |||
} | } | ||