]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/misc/help.component.scss
Prepare Dislike/Flag/View fixes
[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 {
5 @include icon(17px);
6
7 position: relative;
8 top: -2px;
9 background-image: url('../../../assets/images/global/help.svg');
8a8e02a4 10 border: none;
e998cf3c 11 margin: 5px;
8a8e02a4
C
12}
13
14/deep/ {
3866f1a0 15 .help-popover {
04ed10b2 16 max-width: 300px;
8a8e02a4 17
2f1548fd
C
18 .popover-body {
19 text-align: left;
20 padding: 10px;
21 font-size: 13px;
22 font-family: $main-fonts;
23 background-color: #fff;
24 color: #000;
25 box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
8a8e02a4 26
2f1548fd
C
27 ul {
28 padding-left: 20px;
29 }
8a8e02a4
C
30 }
31 }
32}