github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/app/styles/charts.scss (about) 1 @import './charts/distribution-bar'; 2 @import './charts/gauge-chart'; 3 @import './charts/line-chart'; 4 @import './charts/tooltip'; 5 @import './charts/colors'; 6 7 .inline-chart { 8 height: 1.5rem; 9 display: flex; 10 align-items: center; 11 12 &.is-small { 13 width: 50px; 14 } 15 } 16 17 // Patterns are templates referenced by other SVG fill properties. 18 // Move the pattern svgs out of sight. 19 .svg-pattern { 20 overflow: hidden; 21 position: absolute; 22 left: -100%; 23 }