aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/misc/help.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-18 16:29:15 +0200
committerChocobozzz <me@florianbigard.com>2018-04-18 16:29:15 +0200
commit04ed10b21e8e1339514faae0bb690e4d97c23b0a (patch)
tree7460978cadb6feb3b354728e3ad6cbf6eac84bd1 /client/src/app/shared/misc/help.component.scss
parentf55e5a7bf81c2c27db1514273e3366511aabf4ae (diff)
downloadPeerTube-04ed10b21e8e1339514faae0bb690e4d97c23b0a.tar.gz
PeerTube-04ed10b21e8e1339514faae0bb690e4d97c23b0a.tar.zst
PeerTube-04ed10b21e8e1339514faae0bb690e4d97c23b0a.zip
Use popover for help component
Diffstat (limited to 'client/src/app/shared/misc/help.component.scss')
-rw-r--r--client/src/app/shared/misc/help.component.scss22
1 files changed, 9 insertions, 13 deletions
diff --git a/client/src/app/shared/misc/help.component.scss b/client/src/app/shared/misc/help.component.scss
index b8bf3a7a5..0df8b86fa 100644
--- a/client/src/app/shared/misc/help.component.scss
+++ b/client/src/app/shared/misc/help.component.scss
@@ -12,20 +12,16 @@
12} 12}
13 13
14/deep/ { 14/deep/ {
15 .help-tooltip { 15 .popover-body {
16 opacity: 1 !important; 16 text-align: left;
17 padding: 10px;
18 max-width: 300px;
17 19
18 .tooltip-inner { 20 font-size: 13px;
19 text-align: left; 21 font-family: $main-fonts;
20 padding: 10px; 22 background-color: #fff;
21 max-width: 300px; 23 color: #000;
22 24 box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
23 font-size: 13px;
24 font-family: $main-fonts;
25 background-color: #fff;
26 color: #000;
27 box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
28 }
29 25
30 ul { 26 ul {
31 padding-left: 20px; 27 padding-left: 20px;