2018-02-22 18:32:31 +01:00
|
|
|
@import '_variables';
|
|
|
|
@import '_mixins';
|
|
|
|
|
|
|
|
.help-tooltip-button {
|
2019-01-16 16:05:40 +01:00
|
|
|
cursor: pointer;
|
2018-02-22 18:32:31 +01:00
|
|
|
border: none;
|
2019-01-16 16:05:40 +01:00
|
|
|
|
2020-08-07 19:00:51 +02:00
|
|
|
margin: 5px;
|
|
|
|
|
2019-01-16 16:05:40 +01:00
|
|
|
my-global-icon {
|
|
|
|
width: 17px;
|
|
|
|
position: relative;
|
2020-08-05 11:23:37 +02:00
|
|
|
top: -1px;
|
2019-01-17 11:30:47 +01:00
|
|
|
|
2020-08-05 11:23:37 +02:00
|
|
|
@include apply-svg-color(pvar(--greyForegroundColor))
|
2019-01-16 16:05:40 +01:00
|
|
|
}
|
2020-08-07 19:00:51 +02:00
|
|
|
|
|
|
|
@include disable-outline;
|
2018-02-22 18:32:31 +01:00
|
|
|
}
|
|
|
|
|
2019-07-24 16:12:35 +02:00
|
|
|
::ng-deep {
|
2019-01-10 09:58:08 +01:00
|
|
|
.help-popover {
|
2020-02-28 13:52:21 +01:00
|
|
|
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;
|
2020-06-09 09:33:28 +02:00
|
|
|
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 {
|
2019-01-16 16:05:40 +01:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2019-01-08 11:26:41 +01:00
|
|
|
ul {
|
|
|
|
padding-left: 20px;
|
2019-01-16 16:05:40 +01:00
|
|
|
margin-bottom: 0;
|
2019-01-08 11:26:41 +01:00
|
|
|
}
|
2018-02-22 18:32:31 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|