Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 58eac7c

Browse files
Nishant ShukeNishant Shuke
authored andcommitted
New Font Changes & Tweaks
1 parent ffbca58 commit 58eac7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ui-trainer/src/app/common/modals/confirm-refresh/confirm-refresh.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h4 class="mat-subheading-1">Are you sure you want to refresh? By hitting the co
1212
<div class="col-md-6 text-right">
1313
<button mat-raised-button (click)="confirmDelete()" class="submit-button">Confirm</button>
1414
</div>
15-
<div class="col-md-6 text-center">
15+
<div class="col-md-6 text-left">
1616
<button mat-raised-button mat-dialog-close class="cancel-button">Cancel</button>
1717
</div>
1818
</div>

ui-trainer/src/app/manage-trainer/manage-trainer.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
color: $breadcrumb-font-color;
3535
font-size: $breadcrumb-font-size;
3636
line-height: $breadcrumb-line-height;
37-
font-family: 'Open Sans', sans-serif !important;
3837
}
3938
.breadcrumb-element {
4039
cursor: pointer;

0 commit comments

Comments
 (0)