2018-04-03 14:16:57 +00:00
|
|
|
.tool-tip {
|
|
|
|
font-size: $size-7;
|
|
|
|
text-transform: none;
|
|
|
|
margin: 8px 0px 0 -4px;
|
|
|
|
.box {
|
|
|
|
position: relative;
|
|
|
|
color: $white;
|
2018-05-25 20:33:22 +00:00
|
|
|
max-width: 200px;
|
2018-04-03 14:16:57 +00:00
|
|
|
background: $grey;
|
|
|
|
padding: 0.5rem;
|
|
|
|
line-height: 1.4;
|
|
|
|
}
|
|
|
|
@include css-top-arrow(8px, $grey, 1px, $grey-dark, 20px);
|
|
|
|
&.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in {
|
2018-09-28 21:45:30 +00:00
|
|
|
animation: drop-fade-above 0.15s;
|
2018-04-03 14:16:57 +00:00
|
|
|
}
|
|
|
|
&.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out {
|
2018-09-28 21:45:30 +00:00
|
|
|
animation: drop-fade-above 0.15s reverse;
|
2018-04-03 14:16:57 +00:00
|
|
|
}
|
|
|
|
&.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in {
|
2018-09-28 21:45:30 +00:00
|
|
|
animation: drop-fade-below 0.15s;
|
2018-04-03 14:16:57 +00:00
|
|
|
}
|
|
|
|
&.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out {
|
2018-09-28 21:45:30 +00:00
|
|
|
animation: drop-fade-below 0.15s reverse;
|
2018-04-03 14:16:57 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ember-basic-dropdown-content--left.tool-tip {
|
|
|
|
margin: 8px 0 0 -11px;
|
|
|
|
}
|
2018-09-28 21:45:30 +00:00
|
|
|
.ember-basic-dropdown-content--right.tool-tip {
|
|
|
|
margin: 8px -11px;
|
|
|
|
}
|
2018-05-25 20:33:22 +00:00
|
|
|
|
2018-09-28 21:45:30 +00:00
|
|
|
.ember-basic-dropdown-content--below.ember-basic-dropdown-content--left.tool-tip {
|
|
|
|
@include css-top-arrow(8px, $grey, 1px, $grey-dark, calc(100% - 20px));
|
|
|
|
}
|
2018-05-25 20:33:22 +00:00
|
|
|
.ember-basic-dropdown-content--below.ember-basic-dropdown-content--right.tool-tip {
|
|
|
|
@include css-top-arrow(8px, $grey, 1px, $grey-dark, calc(100% - 20px));
|
|
|
|
}
|
|
|
|
.ember-basic-dropdown-content--above.ember-basic-dropdown-content--right.tool-tip {
|
|
|
|
@include css-bottom-arrow(8px, $grey, 1px, $grey-dark, calc(100% - 20px));
|
|
|
|
}
|
|
|
|
.ember-basic-dropdown-content--above.tool-tip {
|
|
|
|
margin-top: -2px;
|
|
|
|
}
|
2018-04-03 14:16:57 +00:00
|
|
|
.tool-tip-trigger {
|
|
|
|
border: none;
|
|
|
|
border-radius: 20px;
|
|
|
|
height: 18px;
|
|
|
|
width: 18px;
|
|
|
|
outline: none;
|
|
|
|
box-shadow: none;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 0;
|
2018-09-28 21:45:30 +00:00
|
|
|
color: $grey-dark;
|
2018-04-03 14:16:57 +00:00
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b-checkbox .tool-tip-trigger {
|
|
|
|
position: relative;
|
|
|
|
top: -3px;
|
|
|
|
}
|