Css: fix color import

This commit is contained in:
Simon Lehericey 2017-05-09 12:18:52 +02:00
parent 2acf71ce97
commit 029186fdf7
2 changed files with 3 additions and 1 deletions

View file

@ -4,5 +4,5 @@ $black: #333333;
$grey: #999999;
$light-grey: #F8F8F8;
$dark-red: #A94442;
$ligt-red: #EBCCD1;
$light-red: #EBCCD1;
$lighter-red: #F2DEDE;

View file

@ -1,3 +1,5 @@
@import "colors";
.alert {
padding: 15px;
border: 1px solid transparent;