Template:Msgbox/styles.css: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
mNo edit summary
mNo edit summary
Line 5: Line 5:
align-items: center;
align-items: center;
max-width: 90%;
max-width: 90%;
margin: 0.5em auto;
margin: 0 auto;
padding: 0.3em 0.6em;
padding: 0.3em 0.6em;
border-top: 8px solid #36e;
border-top: 8px solid #36e;
background-color: #f8f9fa;
background-color: #f8f9fa;
clear: both;
clear: both;
}

.msgbox:last-of-type {
margin-bottom: 0.5em;
}
}