github.com/emate/nomad@v0.8.2-wo-binpacking/ui/app/styles/charts.scss (about) 1 @import "./charts/distribution-bar"; 2 @import "./charts/tooltip"; 3 @import "./charts/colors"; 4 5 .inline-chart { 6 height: 1.5rem; 7 display: flex; 8 align-items: center; 9 } 10 11 // Patterns are templates referenced by other SVG fill properties. 12 // Move the pattern svgs out of sight. 13 .svg-pattern { 14 overflow: hidden; 15 position: absolute; 16 left: -100%; 17 }