reqrote volatility with proper standard deviation and added tooltip
This commit is contained in:
@@ -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
|
||||
-------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user