css: update pow styles
This commit is contained in:
parent
ea8edc4c96
commit
5a0b04076d
2
src/pow/css/bootstrap.min.css
vendored
2
src/pow/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -65,12 +65,12 @@ table td {
|
|||||||
|
|
||||||
.bg-success,
|
.bg-success,
|
||||||
.text-success .propagationBox {
|
.text-success .propagationBox {
|
||||||
background: #50fa7b;
|
background: #7bcc3a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-info,
|
.bg-info,
|
||||||
.text-info .propagationBox {
|
.text-info .propagationBox {
|
||||||
background: #8be9fd;
|
background: #10a0de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-highlight,
|
.bg-highlight,
|
||||||
@ -80,17 +80,17 @@ table td {
|
|||||||
|
|
||||||
.bg-warning,
|
.bg-warning,
|
||||||
.text-warning .propagationBox {
|
.text-warning .propagationBox {
|
||||||
background: #f1fa8c;
|
background: #FFD162;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-orange,
|
.bg-orange,
|
||||||
.text-orange .propagationBox {
|
.text-orange .propagationBox {
|
||||||
background: #ffb86c;
|
background: #ff8a00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-danger,
|
.bg-danger,
|
||||||
.text-danger .propagationBox {
|
.text-danger .propagationBox {
|
||||||
background: #ff5555;
|
background: #F74B4B;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-gray .propagationBox {
|
.text-gray .propagationBox {
|
||||||
@ -111,7 +111,7 @@ table td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text-orange {
|
.text-orange {
|
||||||
color: #ffb86c;
|
color: #ff8a00;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
|
Loading…
Reference in New Issue
Block a user