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