Skip to content

Commit

Permalink
Updated the author reply link text & style
Browse files Browse the repository at this point in the history
  • Loading branch information
NandiniAV committed Jul 29, 2022
1 parent 28cb488 commit fdccdcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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 fdccdcf

Please sign in to comment.