]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/misc/help.component.scss
Add ability to list redundancies
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / misc / help.component.scss
index 3898f3cda96005f9bfb57c11806fb9f2dfef4083..f55a516e4730651f04679d0a350ad543ae1f859b 100644 (file)
@@ -15,7 +15,7 @@
   }
 }
 
-/deep/ {
+::ng-deep {
   .help-popover {
     max-width: 300px;
 
@@ -26,7 +26,7 @@
       font-size: 13px;
       background-color: var(--mainBackgroundColor);
       color: var(--mainForegroundColor);
-      box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
+      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
 
       p {
         margin-bottom: 0;