60 lines
807 B
SCSS
60 lines
807 B
SCSS
.help-tip {
|
|
cursor: help;
|
|
padding: 2px;
|
|
position: absolute;
|
|
right: -10px;
|
|
top: 14%;
|
|
z-index: 18;
|
|
color: $mediumgray-dark;
|
|
margin-top: -1px;
|
|
|
|
&:hover {
|
|
z-index: 20;
|
|
color: $mediumgray-dark;
|
|
}
|
|
}
|
|
|
|
label {
|
|
.help-tip {
|
|
right: unset;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
.d-flex > * +,
|
|
.window-order-discounts .box-header {
|
|
.help-tip {
|
|
position: static;
|
|
}
|
|
}
|
|
|
|
.list-wrapper {
|
|
.help-tip {
|
|
position: relative;
|
|
right: auto;
|
|
top: auto;
|
|
}
|
|
}
|
|
|
|
.form-group.form-group-flex {
|
|
.help-tip {
|
|
display: inline-block;
|
|
right: -5px;
|
|
top: 50%;
|
|
margin-top: -10px;
|
|
}
|
|
}
|
|
|
|
.d-flex {
|
|
> * + .help-tip {
|
|
margin-left: 3px;
|
|
}
|
|
}
|
|
|
|
.manual-news-campaign {
|
|
.help-tip {
|
|
position: static;
|
|
padding: 0;
|
|
}
|
|
}
|