/**
 * CounterBlock UI component
 *
 * `src/styles/components/UI/CounterBlock.styl`
 *
 * Styles for the `CounterBlock` UI component.
 *
 * Markup: components/counterBlock.jsx
 *
 * Styleguide: CounterBlock
 */

/**
 * .CounterBlock
 *
 * The Parent class name for the component.
 *
 * Styleguide: CounterBlock.1
 */
.CounterBlock
  &-count
    font-size: 1.6rem
    padding-bottom: 1em
