forked from ScoDoc/ScoDoc
poids évals (graph Seb.)
This commit is contained in:
parent
507ff12642
commit
1a673862aa
@ -1315,10 +1315,11 @@ div#modimpl_coefs {
|
|||||||
font-size: 60%;
|
font-size: 60%;
|
||||||
}
|
}
|
||||||
.coefs_histo>div{
|
.coefs_histo>div{
|
||||||
|
--height: calc(32px * var(--coef) / var(--max));
|
||||||
|
height: var(--height);
|
||||||
|
padding: var(--height) 4px 0 4px;
|
||||||
background: #09c;
|
background: #09c;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 4px;
|
|
||||||
height: calc(100% * var(--coef) / var(--max));
|
|
||||||
}
|
}
|
||||||
.coefs_histo>div:nth-child(odd){
|
.coefs_histo>div:nth-child(odd){
|
||||||
background-color: #9c0;
|
background-color: #9c0;
|
||||||
|
Loading…
Reference in New Issue
Block a user