mirror of https://github.com/Chocobozzz/PeerTube
40 lines
607 B
SCSS
40 lines
607 B
SCSS
@import '_variables';
|
|
@import '_mixins';
|
|
|
|
.help-tooltip-button {
|
|
cursor: pointer;
|
|
border: none;
|
|
|
|
my-global-icon {
|
|
width: 17px;
|
|
position: relative;
|
|
top: -2px;
|
|
margin: 5px;
|
|
}
|
|
}
|
|
|
|
/deep/ {
|
|
.help-popover {
|
|
max-width: 300px;
|
|
|
|
.popover-body {
|
|
text-align: left;
|
|
padding: 10px;
|
|
font-size: 13px;
|
|
font-family: $main-fonts;
|
|
background-color: #fff;
|
|
color: #000;
|
|
box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
|
|
|
|
p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 20px;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|