Template:Page warning/styles.css: Difference between revisions
B4ttl3m4st3r (talk | contribs) No edit summary |
B4ttl3m4st3r (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
.template_pageWarning .icon { | .template_pageWarning .icon { | ||
align-content: center; | align-content: center; | ||
padding: 8px; | |||
} | } | ||
Revision as of 21:34, 10 June 2024
.template_pageWarning {
display: flex;
justify-content: start;
border: solid #f7ef59 2px;
border-left-width: 8px;
background-color: #ffffad;
padding:8px;
border-radius: 4px;
}
.template_pageWarning .icon {
align-content: center;
padding: 8px;
}
.template_pageWarning .icon img {
height: 32px;
}
.template_pageWarning .content {
align-content: center;
}