.#{$prefix}grid-cell-row-numberer {
    @if not is-null($grid-header-background-gradient) {
        @include background-gradient($grid-header-background-color, $grid-header-background-gradient);
    }
    @if is-null($grid-header-background-gradient) {
        background-color: $grid-header-background-color;
    }
}

.#{$prefix}grid-cell-inner-row-numberer {
    padding: $grid-row-numberer-cell-padding;
}