Skip to content

Commit

Permalink
Merge pull request #2371 from sunbird-cb/KB-5851-implemention
Browse files Browse the repository at this point in the history
KB-5851 - message format updated
  • Loading branch information
vishnubansaltarento authored Jul 29, 2024
2 parents 7547459 + 1385218 commit 09291de
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 class="mr-2" mat-dialog-title></h1>
<mat-icon class="text-center notranslate material-icons info-icon" matprefix="" role="img" aria-hidden="true" [mat-dialog-close]="false" height="24px" width="24px">info_outline</mat-icon>
</div>
<div class="domain-msg-wrapper">
<p class="domain-message">{{'profileInfo.emailApprovedPopupMsg' | translate}}</p>
<p class="domain-message">{{'profileInfo.emailApprovedPopupMsg' | translate}} <span class="font-bold700">{{'profileInfo.changes' | translate}}</span></p>
<p class="domain-sub-message">{{'profileInfo.emailApprovedPopupSubmsg' | translate}}</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@
.domain-message {
font-size: 16px;
color: #1B4CA1;
.font-bold700 {
font-weight: 700;
}
}
.domain-sub-message {
font-size: 14px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,14 @@
</div>
<div class="flex flex-col info-div note-value" *ngIf="editDetails">
<span class="info-value">{{ 'profileInfo.note' | translate }}</span>
<div class="label">{{ 'profileInfo.emailApprovedNote' | translate }}</div>
<div class="label">{{ 'profileInfo.emailDigilockerNote' | translate }}</div>
<div class="label">{{ 'profileInfo.emailApprovedNoteStart' | translate }}
<span class="font-bold700">{{ 'profileInfo.theUser' | translate }}</span>
{{ 'profileInfo.emailApprovedNoteEnd' | translate }}
</div>
<div class="label">{{ 'profileInfo.emailDigilockerNoteStart' | translate }}
<span class="font-bold700">{{ 'profileInfo.wants' | translate }}</span>
{{ 'profileInfo.emailDigilockerNoteEnd' | translate }}
</div>
</div>

<form [formGroup]="otherDetailsForm">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ $border-color: rgba($color: #000000, $alpha: 0.16);
font-weight: 400;
line-height: 14px;
color: rgba($color: #000000, $alpha: 0.6);
.font-bold700 {
font-weight: 700;
color: rgba(0, 0, 0, 0.87);
}
}

.info-value {
Expand Down

0 comments on commit 09291de

Please sign in to comment.