]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/misc/help.component.scss
Fix tests
[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;
13 }
8a8e02a4
C
14}
15
16/deep/ {
3866f1a0 17 .help-popover {
04ed10b2 18 max-width: 300px;
8a8e02a4 19
2f1548fd
C
20 .popover-body {
21 text-align: left;
22 padding: 10px;
23 font-size: 13px;
24 font-family: $main-fonts;
25 background-color: #fff;
26 color: #000;
27 box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
8a8e02a4 28
457bb213
C
29 p:last-child {
30 margin-bottom: 0;
31 }
32
2f1548fd
C
33 ul {
34 padding-left: 20px;
457bb213 35 margin-bottom: 0;
2f1548fd 36 }
8a8e02a4
C
37 }
38 }
39}