add background color styles
fix .status to .badge
add background color styles
Line 145: Line 145:
     -webkit-box-shadow: 2px 2px 2px 0 rgba(0,80,186,0.2) ;
     -webkit-box-shadow: 2px 2px 2px 0 rgba(0,80,186,0.2) ;
     box-shadow: 2px 2px 2px 0 rgba(0,80,186,0.2) ;
     box-shadow: 2px 2px 2px 0 rgba(0,80,186,0.2) ;
}
.bgblue {
  background-color: #201e91;
}
.bggreen {
  background-color: #1a6b28;
}
.bgred {
  background-color: #ba3b1b;
}
.bgyellow {
  background-color: #877511;
}
}