Skip to content

Commit

Permalink
fix: add missing styles (#560)
Browse files Browse the repository at this point in the history
* fix: add missing styles

* refactor: use import instead duplicate css

* frefactor: remove ext
  • Loading branch information
syl-p authored Jul 9, 2021
1 parent 104247e commit 0a099f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/app/modules/pia/preview/preview.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@import "~src/assets/stylesheets/variables";
@import "~/src/app/modules/pia/content/action-plan/action-plan.component";


.pia {
&-fullPreviewBlock {
Expand Down
4 changes: 0 additions & 4 deletions src/app/modules/pia/preview/preview.component.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import {
Component,
ElementRef,
OnInit,
AfterViewChecked,
Input,
Output,
EventEmitter
} from '@angular/core';
import { PiaService } from 'src/app/services/pia.service';
import { AppDataService } from 'src/app/services/app-data.service';
Expand All @@ -14,7 +11,6 @@ import { RevisionService } from 'src/app/services/revision.service';
import { LanguagesService } from 'src/app/services/languages.service';
import { Answer } from 'src/app/models/answer.model';
import { Evaluation } from 'src/app/models/evaluation.model';
import { Measure } from 'src/app/models/measure.model';
import { Revision } from 'src/app/models/revision.model';
import { ActionPlanService } from 'src/app/services/action-plan.service';
import { AnswerService } from 'src/app/services/answer.service';
Expand Down

0 comments on commit 0a099f1

Please sign in to comment.