#11326 fixed bug and reorganized data

This commit is contained in:
Daniel Cebrian 2023-07-21 19:38:06 +02:00
parent 2d0fe4b149
commit 247bcc1cf5
1 changed files with 35 additions and 1 deletions

View File

@ -39,8 +39,19 @@
font-weight: 800;
}
.text-passed {
font-size: 18px;
color: #82b92e;
display: flex;
align-items: center;
font-weight: 800;
}
.text-passed img {
margin: 0px 5px 0px 11px;
}
.text-fail img {
margin: 0px 10px;
margin: 0px 5px 0px 11px;
}
.text-calendar {
@ -50,6 +61,12 @@
align-items: center;
}
.text-scored b {
margin-left: 5px;
font-size: 13px;
align-items: center;
}
.text-calendar b {
font-size: 13px;
}
@ -71,6 +88,20 @@
margin: 21px auto;
}
.time-line {
max-height: 300px;
}
#form_list_resume {
display: flex;
align-items: flex-end;
}
#form_list_total_resume {
display: flex;
align-items: flex-end;
}
@media (max-width: 1500px) {
.col-md-3 {
width: 40%;
@ -81,4 +112,7 @@
.issues-audit {
justify-content: center;
}
.time-line {
max-height: 230px;
}
}