renamed cover css class to splash

This commit is contained in:
Zakary Timson 2019-08-25 10:37:02 -04:00
parent ae5595ac8a
commit 45f7c771ca
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<div *ngIf="splash" [@fadeOut] class="cover"></div> <div *ngIf="splash" [@fadeOut] class="splash"></div>
<!-- Stars --> <!-- Stars -->
<div class="stars"> <div class="stars">

View File

@ -1,4 +1,4 @@
.cover { .splash {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;