github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/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    &.is-small {
    11      width: 50px;
    12    }
    13  }
    14  
    15  // Patterns are templates referenced by other SVG fill properties.
    16  // Move the pattern svgs out of sight.
    17  .svg-pattern {
    18    overflow: hidden;
    19    position: absolute;
    20    left: -100%;
    21  }