View source for Template:Alert/styles.css
From Ymirheim Wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
.alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.alert-success {
color: #155724;
background-color: #d4edda;
000
1:0
Return to Template:Alert/styles.css.