2022-12-20 22:34:17 -06:00
|
|
|
.rbf-tooltip {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 3;
|
|
|
|
background: rgba(#11131f, 0.95);
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
|
|
|
|
color: #b1b1b1;
|
2023-03-05 03:22:42 -06:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
2022-12-20 22:34:17 -06:00
|
|
|
padding: 10px 15px;
|
|
|
|
text-align: left;
|
|
|
|
pointer-events: none;
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
margin-right: 1em;
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
2023-03-05 03:22:42 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.td-width {
|
|
|
|
padding-right: 10px;
|
2022-12-20 22:34:17 -06:00
|
|
|
}
|