Skip to content

Commit

Permalink
feat(header): update header-container styles based on position
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-rocket committed Oct 19, 2024
1 parent 559f727 commit af9e72f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<a href="https://app.gauzy.co/#/auth/register"> Click here to Sign Up and start using for free! </a>
</div>
<div class="main-header">
<div class="header-container"
[class.left]="position === 'normal'"
[class.right]="position === 'inverse'"
></div>

<div class="header-container">
<ng-template [ngIf]="createQuickActionsMenu?.length > 0">
<nb-action
Expand Down

0 comments on commit af9e72f

Please sign in to comment.