From cc064212f6c85327f44489b0779381acb8f7f61d Mon Sep 17 00:00:00 2001 From: Maxime Deslauriers Date: Thu, 22 Oct 2020 14:55:08 -0400 Subject: [PATCH 1/2] Test --- app/src/app/app.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/app/app.component.html b/app/src/app/app.component.html index 6598ec8..4ab2a9d 100644 --- a/app/src/app/app.component.html +++ b/app/src/app/app.component.html @@ -11,7 +11,7 @@ -
+
Obtention
du
From 6c3d00a25ba716ef2c34c526daf3cc67c84098be Mon Sep 17 00:00:00 2001 From: Maxime Deslauriers Date: Thu, 22 Oct 2020 14:57:01 -0400 Subject: [PATCH 2/2] Added sauce --- app/src/styles.scss | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/app/src/styles.scss b/app/src/styles.scss index 41a8585..5ccd101 100644 --- a/app/src/styles.scss +++ b/app/src/styles.scss @@ -33,4 +33,15 @@ body { 3px 3px #171719, 2px 2px #171719, 1px 1px #171719; -} \ No newline at end of file +} +::ng-deep { + .med-shadow { + text-shadow: 7px 7px #171719, + 6px 6px #171719, + 5px 5px #171719, + 4px 4px #171719, + 3px 3px #171719, + 2px 2px #171719, + 1px 1px #171719; + } +}