]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/shared/shared-main/misc/help.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / help.component.scss
... / ...
CommitLineData
1@use '_variables' as *;
2@use '_mixins' as *;
3
4.help-tooltip-button {
5 my-global-icon {
6 @include apply-svg-color(pvar(--greyForegroundColor));
7
8 width: 17px;
9 position: relative;
10 top: -1px;
11 }
12}
13
14::ng-deep {
15 .help-popover {
16 min-width: 200px;
17 max-width: 300px;
18
19 .popover-body {
20 padding: 10px;
21 font-size: 13px;
22 border-radius: 3px;
23
24 p {
25 margin-bottom: 0;
26 }
27
28 ul {
29 @include padding-left(20px);
30
31 margin-bottom: 0;
32 }
33 }
34 }
35}