// Step styles // ---------------------------------------------- /* SG # Step ```
  1. 1

    Aggregation

    Heatmap

  2. 2

    Select style

    None

  3. 3

    Type

    Histogram

    Distribution of a numeric variable in a range

``` */ @import '../cdb-utilities/mixins'; @import '../cdb-variables/sizes'; @import '../cdb-variables/colors'; .CDB-Step-header { @include display-flex(); @include flex-direction(row); @include align-items(flex-start, flex-start); } .CDB-Step-headerNumeration { width: $baseSize * 3; height: $baseSize * 3; border: 1px solid $cMainLine; border-radius: 4px; background-color: $cWhite; color: $cTypo3; font-size: $sFontSize-small; line-height: $baseSize * 3; text-align: center; } .CDB-Step-headerInfo { width: 100%; } .CDB-Step-action { width: $baseSize * 3; height: $baseSize * 3; font-size: 14px; text-align: center; cursor: pointer; }