github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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  }