open-consul/ui-v2/app/styles/components/tooltip-panel/skin.scss

17 lines
331 B
SCSS

%tooltip-panel dt {
cursor: pointer;
}
/* This is the top chevron */
%tooltip-panel dd > div::before {
@extend %as-pseudo;
width: 12px;
height: 12px;
background: white;
border-top: 1px solid $gray-300;
border-right: 1px solid $gray-300;
transform: rotate(-45deg);
position: absolute;
left: 16px;
top: -7px;
}