UNPKG

iep-ui

Version:

An enterprise-class UI design language and Vue-based implementation

25 lines (24 loc) 531 B
.tooltips { height: 100%; background: transparent !important; box-shadow: none !important; border: none !important; .chart-val-box { height: 100%; display: flex; flex-direction: column; justify-content: space-between; position: relative; } .chart-val { border-radius: 30px; padding: 0 10px; color: #333; box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 10px; &:last-child { position: absolute; top: 50%; transform: translateY(-50%); } } }