#11326 fixed bug and reorganized data
This commit is contained in:
parent
2d0fe4b149
commit
247bcc1cf5
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue