Merge pull request #258 from sgmap/add_alert_in_new_style

Css: add alert css to new style
This commit is contained in:
LeSim 2017-05-09 11:59:46 +02:00 committed by GitHub
commit 2acf71ce97
3 changed files with 14 additions and 0 deletions

View file

@ -3,3 +3,6 @@ $light-blue: rgba(61, 149, 236, 0.8);
$black: #333333;
$grey: #999999;
$light-grey: #F8F8F8;
$dark-red: #A94442;
$ligt-red: #EBCCD1;
$lighter-red: #F2DEDE;

View file

@ -0,0 +1,10 @@
.alert {
padding: 15px;
border: 1px solid transparent;
}
.alert-danger {
background-color: $lighter-red;
border-color: $light-red;
color: $dark-red;
}

View file

@ -3,6 +3,7 @@
// = require common
// = require utils
// = require fonts
// = require new_alert
// = require new_header
// = require new_footer
// = require landing