EchoTex_Payroll/HRM.UI/ClientApp/src/app/final-settlement/Asset-Assignment/asset-assignment.component.css

55 lines
793 B
CSS
Raw Normal View History

2024-10-14 10:01:49 +06:00
/* .bottom_custom {
position: relative;
}
.bottom_custom span {
position: absolute;
bottom: 0;
right: 0;
}
kendo-pdf-export {
font-family: "DejaVu Sans", "Arial", sans-serif;
font-size: 12px;
}
:host ::ng-deep .p-organizationchart {
.p-person{
padding: 0;
border: 0 none;
}
.node-header, .node-content {
padding: .5em .7rem;
}
.node-header {
background-color: #495ebb;
color: #ffffff;
}
.node-content {
text-align: center;
border: 1px solid #495ebb;
}
.node-content img {
border-radius: 50%;
}
.department-cfo {
background-color: #7247bc;
color: #ffffff;
}
.department-coo {
background-color: #a534b6;
color: #ffffff;
}
.department-cto {
background-color: #e9286f;
color: #ffffff;
}
*/