]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/misc/help.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / help.component.scss
CommitLineData
fa12eacc
C
1@use '_variables';
2@use '_mixins';
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 {
d3217560 22 z-index: z(help-popover) !important;
04ed10b2 23 max-width: 300px;
8a8e02a4 24
2f1548fd 25 .popover-body {
f2fab901 26 font-family: $main-fonts;
27bc9586 27 text-align: start;
2f1548fd
C
28 padding: 10px;
29 font-size: 13px;
e66883b3
RK
30 background-color: pvar(--mainBackgroundColor);
31 color: pvar(--mainForegroundColor);
22a59f33 32 border-radius: 3px;
8a8e02a4 33
f2fab901 34 p {
457bb213
C
35 margin-bottom: 0;
36 }
37
2f1548fd 38 ul {
27bc9586 39 @include padding-left(20px);
457bb213 40 margin-bottom: 0;
2f1548fd 41 }
8a8e02a4
C
42 }
43 }
44}