PeerTube/client/src/app/shared/shared-main/misc/help.component.scss

36 lines
517 B
SCSS
Raw Normal View History

2021-05-27 18:25:00 +02:00
@use '_variables' as *;
@use '_mixins' as *;
2018-02-22 18:32:31 +01:00
.help-tooltip-button {
my-global-icon {
2021-04-28 16:41:07 +02:00
@include apply-svg-color(pvar(--greyForegroundColor));
width: 17px;
position: relative;
top: -1px;
}
2018-02-22 18:32:31 +01:00
}
2019-07-24 16:12:35 +02:00
::ng-deep {
.help-popover {
2022-05-09 10:54:47 +02:00
min-width: 200px;
2018-04-18 16:29:15 +02:00
max-width: 300px;
2018-02-22 18:32:31 +01:00
2019-01-08 11:26:41 +01:00
.popover-body {
padding: 10px;
font-size: 13px;
2020-04-03 00:18:15 +02:00
border-radius: 3px;
2018-02-22 18:32:31 +01:00
2019-01-17 11:30:47 +01:00
p {
margin-bottom: 0;
}
2019-01-08 11:26:41 +01:00
ul {
2021-06-07 17:38:31 +02:00
@include padding-left(20px);
margin-bottom: 0;
2019-01-08 11:26:41 +01:00
}
2018-02-22 18:32:31 +01:00
}
}
}