Sha256: 22003ab1942dd8e511a496de307cb342275abbc6a472cf0af14f92435baf5a58

Contents?: true

Size: 488 Bytes

Versions: 30

Compression:

Stored size: 488 Bytes

Contents

@mixin indicators-icons-icon-font {
  .slideshow {
    > .indicator {
      @include phone {
        text-align: right;
      }

      &:after {
        content: "";
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        vertical-align: middle;
        padding-left: 15px;

        @include phone {
          padding-left: 10px;
        }
      }
    }

    > .scroll_next_indicator {
      @include fa-angle-down-icon($position: "after");
    }
  }
}

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
pageflow-12.6.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.5.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.4.1 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.4.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.3.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-13.0.0.beta6 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-13.0.0.beta5 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-13.0.0.beta4 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-13.0.0.beta3 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-13.0.0.beta2 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-13.0.0.beta1 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.2.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.1.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.0.4 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.0.3 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.0.2 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.0.1 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.0.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.0.0.rc7 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-12.0.0.rc6 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss