]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/misc/help.component.scss
adjust help component, fix its instances in video-edit
[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
C
7
8 my-global-icon {
9 width: 17px;
10 position: relative;
9e8929d6 11 top: -1px;
457bb213 12 margin: 5px;
f2fab901 13
9e8929d6 14 @include apply-svg-color(pvar(--greyForegroundColor))
457bb213 15 }
8a8e02a4
C
16}
17
03652b31 18::ng-deep {
3866f1a0 19 .help-popover {
d3217560 20 z-index: z(help-popover) !important;
04ed10b2 21 max-width: 300px;
8a8e02a4 22
2f1548fd 23 .popover-body {
f2fab901 24 font-family: $main-fonts;
2f1548fd
C
25 text-align: left;
26 padding: 10px;
27 font-size: 13px;
e66883b3
RK
28 background-color: pvar(--mainBackgroundColor);
29 color: pvar(--mainForegroundColor);
22a59f33 30 border-radius: 3px;
8a8e02a4 31
f2fab901 32 p {
457bb213
C
33 margin-bottom: 0;
34 }
35
2f1548fd
C
36 ul {
37 padding-left: 20px;
457bb213 38 margin-bottom: 0;
2f1548fd 39 }
8a8e02a4
C
40 }
41 }
42}