2019-02-08 16:49:51 +00:00
|
|
|
@import "variables";
|
|
|
|
|
2018-05-22 09:44:24 +00:00
|
|
|
.vn-tooltip {
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
z-index: 150;
|
2019-02-08 17:09:14 +00:00
|
|
|
background-color: $color-bg-dark;
|
2019-02-08 16:49:51 +00:00
|
|
|
color: $color-active-font;
|
2020-04-02 12:20:57 +00:00
|
|
|
border-radius: 3px;
|
2018-05-22 09:44:24 +00:00
|
|
|
|
|
|
|
&.show {
|
|
|
|
display: inherit;
|
|
|
|
}
|
|
|
|
&.text {
|
|
|
|
max-width: 320px;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
& > .arrow {
|
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
}
|