Skip to content

Instantly share code, notes, and snippets.

@ferrerq
Created November 14, 2019 20:52
Show Gist options
  • Save ferrerq/f74325a49361650412d11140e9a2ff6d to your computer and use it in GitHub Desktop.
Save ferrerq/f74325a49361650412d11140e9a2ff6d to your computer and use it in GitHub Desktop.
<div class="buttons">
<div class="round-button">
<button appRight class="sergent" [rights]="'STUDENT'" (click)="explose($event)">STUDENT ONLY</button>
</div>
<div class="round-button">
<button appRight class="both" [rights]="'STUDENT,INSTRUCTOR'" (click)="explose($event)">STUDENT & INSTRUCTOR</button>
</div>
<div class="round-button">
<button appRight class="general" [rights]="'HEAD OF DEPARTMENT'" (click)="explose($event)">HEAD OF DEPARTMENT ONLY</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment