Skip to content

Commit

Permalink
Merge pull request #532 from sunbird-cb/nic-fixes
Browse files Browse the repository at this point in the history
Nic fixes
  • Loading branch information
Haritest authored Jul 29, 2022
2 parents 14e5881 + fdccdcf commit c763c2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<section class="w-full flex align-center justify-between ">
<div class="mb-2">
<h2 class="mat-headline margin-remove-bottom ws-mat-black-text">Rate and review</h2>
<p class="mat-body-2 ws-mat-black60-text">Your review and feedback is valuable in creating a robust learning experiance
<p class="mat-body-2 ws-mat-black60-text">Your review and feedback is valuable in creating a robust learning experience
</p>
</div>
<button mat-icon-button aria-label="close dialog" mat-dialog-close>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{{review.review}}
</div>
<div *ngIf="authorReply" class="margin-top-m">
<button mat-button class="mat-body-2 blue-border mat-stroked-button mat-button-base mat-accent" (click)="showAuthReply()">Author's reply...</button>
<a class="custom-link" (click)="showAuthReply()">View reply</a>
<div class="margin-top-m mat-body-1 break-all" *ngIf="showauthreply">
{{authorReply}}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@
color: #00A9F4 !important;
font-size: 12px !important;
padding: 0 10px !important;
}

.custom-link {
font: 600 14px/21px Lato !important;
color: #0074b6 !important;
}

0 comments on commit c763c2b

Please sign in to comment.