From 45f7c771ca8e62361ee7f3054e057e80ad656fe7 Mon Sep 17 00:00:00 2001 From: ztimson Date: Sun, 25 Aug 2019 10:37:02 -0400 Subject: [PATCH] renamed cover css class to splash --- .../animatedBackground/animatedBackground.component.html | 2 +- .../animatedBackground/animatedBackground.component.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/animatedBackground/animatedBackground.component.html b/src/app/components/animatedBackground/animatedBackground.component.html index 9c9e037..bc4f956 100644 --- a/src/app/components/animatedBackground/animatedBackground.component.html +++ b/src/app/components/animatedBackground/animatedBackground.component.html @@ -1,4 +1,4 @@ -
+
diff --git a/src/app/components/animatedBackground/animatedBackground.component.scss b/src/app/components/animatedBackground/animatedBackground.component.scss index 99389e7..eead9ad 100644 --- a/src/app/components/animatedBackground/animatedBackground.component.scss +++ b/src/app/components/animatedBackground/animatedBackground.component.scss @@ -1,4 +1,4 @@ -.cover { +.splash { position: absolute; top: 0; left: 0;