]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/misc/help.component.scss
Add notifications in the client
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / misc / help.component.scss
index 5fe6b736695ebc0c400d7ee08dfe59004efa4481..6a5c3b1fa5f5bc0fb1e39ca6e281cd2a2e16cb8f 100644 (file)
@@ -7,27 +7,26 @@
   position: relative;
   top: -2px;
   background-image: url('../../../assets/images/global/help.svg');
-  background-color: #fff;
   border: none;
+  margin: 5px;
 }
 
 /deep/ {
-  .help-tooltip {
-    opacity: 1 !important;
+  .popover-help.popover {
+    max-width: 300px;
 
-    .tooltip-inner {
+    .popover-body {
       text-align: left;
       padding: 10px;
-
       font-size: 13px;
       font-family: $main-fonts;
       background-color: #fff;
       color: #000;
       box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
-    }
 
-    ul {
-      padding-left: 20px;
+      ul {
+        padding-left: 20px;
+      }
     }
   }
 }