]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/misc/help.component.scss
Better spacing beetween comments
[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 {
04ed10b2 20 max-width: 300px;
8a8e02a4 21
2f1548fd 22 .popover-body {
f2fab901 23 font-family: $main-fonts;
2f1548fd
C
24 text-align: left;
25 padding: 10px;
26 font-size: 13px;
f2fab901
C
27 background-color: var(--mainBackgroundColor);
28 color: var(--mainForegroundColor);
2f1548fd 29 box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
8a8e02a4 30
f2fab901 31 p {
457bb213
C
32 margin-bottom: 0;
33 }
34
2f1548fd
C
35 ul {
36 padding-left: 20px;
457bb213 37 margin-bottom: 0;
2f1548fd 38 }
8a8e02a4
C
39 }
40 }
41}