Css: add alert css to new style

This commit is contained in:
Simon Lehericey 2017-05-05 14:55:05 +02:00
parent 09e2b4ebfd
commit bf68814f7a
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