]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-main/misc/help.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / misc / help.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
8a8e02a4
C
3
4.help-tooltip-button {
457bb213 5 my-global-icon {
931d3430
C
6 @include apply-svg-color(pvar(--greyForegroundColor));
7
457bb213
C
8 width: 17px;
9 position: relative;
9e8929d6 10 top: -1px;
457bb213 11 }
8a8e02a4
C
12}
13
03652b31 14::ng-deep {
3866f1a0 15 .help-popover {
644014cc 16 min-width: 200px;
04ed10b2 17 max-width: 300px;
8a8e02a4 18
2f1548fd 19 .popover-body {
2f1548fd
C
20 padding: 10px;
21 font-size: 13px;
22a59f33 22 border-radius: 3px;
8a8e02a4 23
f2fab901 24 p {
457bb213
C
25 margin-bottom: 0;
26 }
27
2f1548fd 28 ul {
27bc9586 29 @include padding-left(20px);
dec437aa 30
457bb213 31 margin-bottom: 0;
2f1548fd 32 }
8a8e02a4
C
33 }
34 }
35}