fix tooltip styles

This commit is contained in:
btzr-io 2018-09-23 16:10:29 -06:00
parent d6cfc8d5fc
commit 9ce626cd6e

View file

@ -63,13 +63,13 @@
&.tooltip__body--short {
margin-left: -65px;
}
}
&::after {
top: 100%;
left: 50%;
margin-left: -5px;
border-color: var(--tooltip-bg) transparent transparent transparent;
&::after {
top: 100%;
left: 50%;
margin-left: -5px;
border-color: var(--tooltip-bg) transparent transparent transparent;
}
}
}