]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/misc/help.component.scss
Add URL redirection support for external auth
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / help.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
8a8e02a4
C
3
4.help-tooltip-button {
931d3430 5 @include disable-outline;
457bb213 6
931d3430
C
7 cursor: pointer;
8 border: 0;
3c176894 9 margin: 5px;
10
457bb213 11 my-global-icon {
931d3430
C
12 @include apply-svg-color(pvar(--greyForegroundColor));
13
457bb213
C
14 width: 17px;
15 position: relative;
9e8929d6 16 top: -1px;
457bb213 17 }
8a8e02a4
C
18}
19
03652b31 20::ng-deep {
3866f1a0 21 .help-popover {
04ed10b2 22 max-width: 300px;
8a8e02a4 23
2f1548fd 24 .popover-body {
f2fab901 25 font-family: $main-fonts;
27bc9586 26 text-align: start;
2f1548fd
C
27 padding: 10px;
28 font-size: 13px;
e66883b3
RK
29 background-color: pvar(--mainBackgroundColor);
30 color: pvar(--mainForegroundColor);
22a59f33 31 border-radius: 3px;
8a8e02a4 32
f2fab901 33 p {
457bb213
C
34 margin-bottom: 0;
35 }
36
2f1548fd 37 ul {
27bc9586 38 @include padding-left(20px);
457bb213 39 margin-bottom: 0;
2f1548fd 40 }
8a8e02a4
C
41 }
42 }
43}