diff --git a/Mohem/src/app/payslip/home/home.component.html b/Mohem/src/app/payslip/home/home.component.html index d32e9a56..400a9859 100644 --- a/Mohem/src/app/payslip/home/home.component.html +++ b/Mohem/src/app/payslip/home/home.component.html @@ -159,10 +159,10 @@
{{ts.trPK('payslip','summary-payment')}}
- + - + @@ -171,12 +171,12 @@ - + - + @@ -186,11 +186,11 @@ - + - + @@ -200,11 +200,11 @@ - + - + @@ -219,7 +219,7 @@
{{ts.trPK('payslip','earnings')}}
- + @@ -228,7 +228,7 @@ - + @@ -242,7 +242,7 @@
{{ts.trPK('payslip','deductions')}}
- + @@ -251,7 +251,7 @@ - + @@ -281,7 +281,7 @@ - + @@ -301,7 +301,7 @@ - + diff --git a/Mohem/src/app/payslip/home/home.component.scss b/Mohem/src/app/payslip/home/home.component.scss index e99ebbd6..4357dffe 100644 --- a/Mohem/src/app/payslip/home/home.component.scss +++ b/Mohem/src/app/payslip/home/home.component.scss @@ -15,6 +15,15 @@ margin-left: 8px; font-size: 12px !important; } +.colPayslip-ar{ + border-left: 1px solid #cac8c8; + border-bottom-left-radius: -10px !important; + padding-top: 8px; + padding-bottom: 8px; + margin-left: 8px; + font-size: 12px !important; +} + .colPayslips{ border-bottom-left-radius: -10px !important; padding-top: 8px;