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, 4 insertions, 1 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 1e7fb4fc6..ccc91ffab 100644
--- a/client/src/app/shared/shared-main/misc/help.component.scss
+++ b/client/src/app/shared/shared-main/misc/help.component.scss
@@ -5,14 +5,17 @@
5 cursor: pointer; 5 cursor: pointer;
6 border: none; 6 border: none;
7 7
8 margin: 5px;
9
8 my-global-icon { 10 my-global-icon {
9 width: 17px; 11 width: 17px;
10 position: relative; 12 position: relative;
11 top: -1px; 13 top: -1px;
12 margin: 5px;
13 14
14 @include apply-svg-color(pvar(--greyForegroundColor)) 15 @include apply-svg-color(pvar(--greyForegroundColor))
15 } 16 }
17
18 @include disable-outline;
16} 19}
17 20
18::ng-deep { 21::ng-deep {