]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/misc/help.component.scss
Fix help component border
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / 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;
11 top: -2px;
12 margin: 5px;
f2fab901
C
13
14 @include apply-svg-color(var(--mainForegroundColor))
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;
f2fab901
C
28 background-color: var(--mainBackgroundColor);
29 color: var(--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}