Merge pull request #1516 from betagouv/change-red

Use a cooler red for alerts
This commit is contained in:
gregoirenovel 2018-03-01 11:08:16 +01:00 committed by GitHub
commit 902cd1b4d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -5,6 +5,7 @@ $grey: #999999;
$light-grey: #F8F8F8;
$border-grey: #CCCCCC;
$dark-red: #A10005;
$medium-red: rgba(161, 0, 5, 0.9);
$light-red: #ED1C24;
$lighter-red: #F52A2A;
$green: #15AD70;

View file

@ -6,8 +6,7 @@
}
.alert-danger {
background-color: $lighter-red;
border-color: $light-red;
background-color: $medium-red;
color: #FFFFFF;
}