Skip to content

Commit

Permalink
Dvorak/2601 Support icon now meets requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AkunaPatlata committed Jul 17, 2024
1 parent da197a8 commit 99cff84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</button>

<button mat-flat-button class="info-link" [routerLink]="'./info/support'">
<mat-icon>support</mat-icon>
<mat-icon class="support-icon">support</mat-icon>
{{ 'ENUM.NAV_BAR_NAME.SUPPORT' | translate | uppercase }}
</button>

Expand Down
4 changes: 4 additions & 0 deletions src/app/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
}
}

.support-icon {
transform: rotate(45deg);
}

&-title {
margin-top: 70px;
color: white;
Expand Down

0 comments on commit 99cff84

Please sign in to comment.