Add backup chart deltas
This commit is contained in:
@@ -87,7 +87,8 @@
|
||||
.bu-chart-grid text, .bu-chart-date { fill: var(--bu-muted); font-size: 11px; }
|
||||
.bu-chart-area { fill: var(--bu-accent); opacity: .10; }
|
||||
.bu-chart-line { fill: none; stroke: var(--bu-accent); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
|
||||
.bu-chart-dots circle { fill: var(--bu-panel); stroke: var(--bu-accent); stroke-width: 3; }
|
||||
.bu-chart-dots circle { cursor: pointer; fill: var(--bu-panel); stroke: var(--bu-accent); stroke-width: 3; transition: fill .15s ease, stroke-width .15s ease; }
|
||||
.bu-chart-dots circle:hover, .bu-chart-dots circle:focus { fill: var(--bu-accent); outline: none; stroke-width: 5; }
|
||||
.bu-chart-bar { fill: var(--bu-accent); opacity: .82; }
|
||||
.bu-chart-bar:hover { opacity: 1; }
|
||||
.bu-chart-empty { align-items: center; color: var(--bu-muted); display: flex; height: 240px; justify-content: center; text-align: center; }
|
||||
|
||||
Reference in New Issue
Block a user