unit.component.scss 220 B

123456789
  1. ::ng-deep .p-accordion-header-link{
  2. background-color: #F2F2F2 !important;
  3. color: black !important;
  4. }
  5. ::ng-deep .p-accordion-content{
  6. background-color: white !important;
  7. color: black !important;
  8. }