blob: 79d202b2d0af9dbe13fb15140c5e9246d7113862 [file] [log] [blame]
Sean Condonfd6d11b2018-06-02 20:29:49 +01001<div id="veil" *ngIf="enabled">
2 <p *ngFor="let msg of messages">{{ msg }}</p>
3 <svg [attr.width]="fs.windowSize().width" [attr.height]="fs.windowSize().height">
4 <use [attr.width]="birdDim" [attr.height]="birdDim" class="glyph"
5 style="opacity: 0.2;"
6 xlink:href = "#bird" [attr.transform]="trans"/>
7
8 </svg>
9</div>