cern yellow warning bug fix
This commit is contained in:
parent
c111cb6454
commit
57b91fccdb
2 changed files with 1 additions and 21 deletions
|
|
@ -89,26 +89,6 @@ p.notes {
|
|||
|
||||
/* CSS for the animation */
|
||||
|
||||
.green-1 {
|
||||
background-color: green!important;
|
||||
background-image: linear-gradient(90deg, #0f9403, #85fd55);
|
||||
}
|
||||
|
||||
.yellow-2 {
|
||||
background-color: yellow!important;
|
||||
background-image: linear-gradient(90deg, #fdf255, #fffb00);
|
||||
}
|
||||
|
||||
.orange-3 {
|
||||
background-color: orange!important;
|
||||
background-image: linear-gradient(90deg, #fd5581, #fd8b55);
|
||||
}
|
||||
|
||||
.red-4 {
|
||||
background-color: #ed184f!important;
|
||||
background-image: linear-gradient(90deg, #fd5581, #fd8b55);
|
||||
}
|
||||
|
||||
.intro-banner-vdo-play-btn {
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
<div class="alert alert-warning" role="alert">
|
||||
<strong>Attention:</strong>
|
||||
Taking into account the uncertainties tied to the model variables, in this scenario, the <b>probability of one exposed occupant getting infected is {{ prob_inf | non_zero_percentage }}</b><a href="#section1">[*]</a> and the <b>expected number of new cases is {{ expected_new_cases | float_format }}</b>.
|
||||
<div>
|
||||
</div>
|
||||
{% elif prob_inf < 5 %}
|
||||
<div class="alert alert-success" role="alert">
|
||||
<strong>Acceptable:</strong>
|
||||
|
|
|
|||
Loading…
Reference in a new issue