This commit is contained in:
CITE\spapacharalampous 2024-08-27 17:17:24 +03:00
parent c539ea8adf
commit 9389ad5cce
2 changed files with 0 additions and 26 deletions

View File

@ -1,23 +0,0 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { PlanStatusListingFiltersComponent } from './plan-status-listing-filters.component';
describe('PlanStatusListingFiltersComponent', () => {
let component: PlanStatusListingFiltersComponent;
let fixture: ComponentFixture<PlanStatusListingFiltersComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
imports: [PlanStatusListingFiltersComponent]
})
.compileComponents();
fixture = TestBed.createComponent(PlanStatusListingFiltersComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});

View File

@ -1,7 +1,4 @@
.usage-limit-listing {
margin-top: 1.3rem;
margin-left: 1rem;
margin-right: 2rem;
.mat-header-row{
background: #f3f5f8;