Merge pull request #262 from sgmap/fix_colors_import_for_alert
Css: fix color import
This commit is contained in:
commit
f8b83d6b7c
2 changed files with 3 additions and 1 deletions
|
@ -4,5 +4,5 @@ $black: #333333;
|
|||
$grey: #999999;
|
||||
$light-grey: #F8F8F8;
|
||||
$dark-red: #A94442;
|
||||
$ligt-red: #EBCCD1;
|
||||
$light-red: #EBCCD1;
|
||||
$lighter-red: #F2DEDE;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@import "colors";
|
||||
|
||||
.alert {
|
||||
padding: 15px;
|
||||
border: 1px solid transparent;
|
||||
|
|
Loading…
Reference in a new issue