Skip to content

Commit c7b2cdb

Browse files
authored
Removed unneeded lines
1 parent 48130ff commit c7b2cdb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

angular/src/app/roles/roles.component.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@ import { EditRoleDialogComponent } from "@app/roles/edit-role/edit-role-dialog.c
1616

1717
@Component({
1818
templateUrl: "./roles.component.html",
19-
animations: [appModuleAnimation()],
20-
styles: [
21-
`
22-
.abp-mini-fab mat-icon {
23-
font-size: 15px;
24-
}
25-
`
26-
]
19+
animations: [appModuleAnimation()]
2720
})
2821
export class RolesComponent extends PagedListingComponentBase<RoleDto> {
2922
roles: RoleDto[] = [];

0 commit comments

Comments
 (0)