Merge pull request #262 from sgmap/fix_colors_import_for_alert

Css: fix color import
This commit is contained in:
LeSim 2017-05-09 12:22:31 +02:00 committed by GitHub
commit f8b83d6b7c
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;