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

46 lines
753 B
SCSS
Raw Normal View History

2018-02-22 18:32:31 +01:00
@import '_variables';
@import '_mixins';
.help-tooltip-button {
cursor: pointer;
2018-02-22 18:32:31 +01:00
border: none;
margin: 5px;
my-global-icon {
width: 17px;
position: relative;
top: -1px;
2019-01-17 11:30:47 +01:00
@include apply-svg-color(pvar(--greyForegroundColor))
}
@include disable-outline;
2018-02-22 18:32:31 +01:00
}
2019-07-24 16:12:35 +02:00
::ng-deep {
.help-popover {
z-index: z(help-popover) !important;
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 {
2019-01-17 11:30:47 +01:00
font-family: $main-fonts;
2019-01-08 11:26:41 +01:00
text-align: left;
padding: 10px;
font-size: 13px;
background-color: pvar(--mainBackgroundColor);
color: pvar(--mainForegroundColor);
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 {
padding-left: 20px;
margin-bottom: 0;
2019-01-08 11:26:41 +01:00
}
2018-02-22 18:32:31 +01:00
}
}
}