alert system implemented

This commit is contained in:
arnaucode
2017-02-21 09:43:45 +01:00
parent e6eeaa9f0c
commit 840d8b8663
9 changed files with 146 additions and 18 deletions

View File

@@ -13,31 +13,31 @@
}
.c_red300{
background: #E57373;
color: #ffffff;
color: #ffffff!important;
}
.c_red400{
background: #EF5350;
color: #ffffff;
color: #ffffff!important;
}
.c_red500{
background: #F44336;
color: #ffffff;
color: #ffffff!important;
}
.c_red600{
background: #E53935;
color: #ffffff;
color: #ffffff!important;
}
.c_red700{
background: #D32F2F;
color: #ffffff;
color: #ffffff!important;
}
.c_red800{
background: #C62828;
color: #ffffff;
color: #ffffff!important;
}
.c_red900{
background: #B71C1C;
color: #ffffff;
color: #ffffff!important;
}
.ctext_red400{