aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/misc/help.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-main/misc/help.component.scss')
-rw-r--r--client/src/app/shared/shared-main/misc/help.component.scss5
1 files changed, 1 insertions, 4 deletions
diff --git a/client/src/app/shared/shared-main/misc/help.component.scss b/client/src/app/shared/shared-main/misc/help.component.scss
index f7a7fea55..6ccef9f2c 100644
--- a/client/src/app/shared/shared-main/misc/help.component.scss
+++ b/client/src/app/shared/shared-main/misc/help.component.scss
@@ -23,12 +23,8 @@
23 max-width: 300px; 23 max-width: 300px;
24 24
25 .popover-body { 25 .popover-body {
26 font-family: $main-fonts;
27 text-align: start;
28 padding: 10px; 26 padding: 10px;
29 font-size: 13px; 27 font-size: 13px;
30 background-color: pvar(--mainBackgroundColor);
31 color: pvar(--mainForegroundColor);
32 border-radius: 3px; 28 border-radius: 3px;
33 29
34 p { 30 p {
@@ -37,6 +33,7 @@
37 33
38 ul { 34 ul {
39 @include padding-left(20px); 35 @include padding-left(20px);
36
40 margin-bottom: 0; 37 margin-bottom: 0;
41 } 38 }
42 } 39 }