reqrote volatility with proper standard deviation and added tooltip

This commit is contained in:
zach
2026-03-16 14:07:37 -04:00
parent a86dc08b50
commit 2f17912949
4 changed files with 93 additions and 28 deletions

View File

@@ -380,6 +380,20 @@ $tiers: (
drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}
.tooltip.volatility-popover .tooltip-inner {
background: #1d1f21;
color: #e9ecef;
padding: 0.9rem 1rem;
border-radius: 0.6rem;
text-align: left;
max-width: 260px;
border: 1px solid rgba(255, 255, 255, 0.08);
}
.tooltip.volatility-popover .tooltip-arrow::before {
border-top-color: #1d1f21 !important;
}
/* --------------------------------------------------
Pricing
-------------------------------------------------- */