From d95d68dd7fb6b710e4dd7f907184f2c8d3d257d2 Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Tue, 25 Feb 2020 17:31:55 +0100 Subject: [PATCH] Fixed deprecated /deep/ selector --- .../shared/log-in/container/log-in-container.component.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shared/log-in/container/log-in-container.component.scss b/src/app/shared/log-in/container/log-in-container.component.scss index 3917280f8c..0255b71dac 100644 --- a/src/app/shared/log-in/container/log-in-container.component.scss +++ b/src/app/shared/log-in/container/log-in-container.component.scss @@ -1,4 +1,4 @@ -:host /deep/ .card { +:host ::ng-deep .card { margin-bottom: $submission-sections-margin-bottom; overflow: unset; } @@ -9,13 +9,13 @@ } // TODO to remove the following when upgrading @ng-bootstrap -:host /deep/ .card:first-of-type { +:host ::ng-deep .card:first-of-type { border-bottom: $card-border-width solid $card-border-color !important; border-bottom-left-radius: $card-border-radius !important; border-bottom-right-radius: $card-border-radius !important; } -:host /deep/ .card-header button { +:host ::ng-deep .card-header button { box-shadow: none !important; width: 100%; }