Fix alert colors

This commit is contained in:
Clement Ho 2018-06-15 19:35:27 +00:00 committed by Annabel Gray
parent 557dd8d9f0
commit 4c34e0f361
2 changed files with 22 additions and 3 deletions

View File

@ -259,15 +259,36 @@ pre code {
white-space: pre-wrap;
}
.alert,
.flash-notice {
border-radius: 0;
}
.alert-success {
background-color: $green-500;
border-color: $green-500;
}
.alert-info {
background-color: $blue-500;
border-color: $blue-500;
}
.alert-warning {
background-color: $orange-500;
border-color: $orange-500;
}
.alert-danger {
background-color: $red-500;
border-color: $red-500;
}
.alert-success,
.alert-info,
.alert-warning,
.alert-danger,
.flash-notice {
border-radius: 0;
color: $white-light;
h4,

View File

@ -443,8 +443,6 @@
.col-md-6
.alert.alert-success
= lorem
.alert.alert-primary
= lorem
.alert.alert-info
= lorem
.col-md-6