.http-requests-bar-chart-container { margin-top: $spacing-s; margin-bottom: $spacing-m; display: flex; } .http-requests-bar-chart { margin: auto; overflow: inherit; .tick { line { stroke: $light-grey; } text { fill: $grey; font-size: $size-8; } } .gridlines { .domain { stroke: unset; } line { stroke-dasharray: 5 5; } } .x-axis, .y-axis { .domain, line { stroke: $grey-light; } } }