added bg color to propagation time
This commit is contained in:
@@ -22,10 +22,22 @@ body {
|
||||
background: #FFD162;
|
||||
}
|
||||
|
||||
.bg-orange {
|
||||
background: #ff8a00;
|
||||
}
|
||||
|
||||
.bg-danger {
|
||||
background: #F74B4B;
|
||||
}
|
||||
|
||||
.bg-success,
|
||||
.bg-info,
|
||||
.bg-warning,
|
||||
.bg-orange,
|
||||
.bg-danger {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.text-gray {
|
||||
color: #777 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user