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,
|
||||
.text-success .propagationBox {
|
||||
background: #50fa7b;
|
||||
background: #7bcc3a;
|
||||
}
|
||||
|
||||
.bg-info,
|
||||
.text-info .propagationBox {
|
||||
background: #8be9fd;
|
||||
background: #10a0de;
|
||||
}
|
||||
|
||||
.bg-highlight,
|
||||
@ -80,17 +80,17 @@ table td {
|
||||
|
||||
.bg-warning,
|
||||
.text-warning .propagationBox {
|
||||
background: #f1fa8c;
|
||||
background: #FFD162;
|
||||
}
|
||||
|
||||
.bg-orange,
|
||||
.text-orange .propagationBox {
|
||||
background: #ffb86c;
|
||||
background: #ff8a00;
|
||||
}
|
||||
|
||||
.bg-danger,
|
||||
.text-danger .propagationBox {
|
||||
background: #ff5555;
|
||||
background: #F74B4B;
|
||||
}
|
||||
|
||||
.text-gray .propagationBox {
|
||||
@ -111,7 +111,7 @@ table td {
|
||||
}
|
||||
|
||||
.text-orange {
|
||||
color: #ffb86c;
|
||||
color: #ff8a00;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
|
Loading…
Reference in New Issue
Block a user