Sha256: 5612300b88d0013cf4aa5b23d812c4a470f1cdd87a095f76ef4c282f6c518bbb

Contents?: true

Size: 687 Bytes

Versions: 62

Compression:

Stored size: 687 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;
        height: 33px;

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

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

    .widget_phone_horizontal_slideshow_mode_present & > .scroll_next_indicator {
      @include phone {
        @include fa-angle-right-icon($position: "after");
      }
    }
  }
}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
pageflow-17.0.4 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-17.0.3 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-17.0.2 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-17.0.1 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-17.0.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-16.2.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-16.1.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-16.0.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-15.8.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-14.5.2 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-15.7.1 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-15.7.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-15.6.1 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-15.6.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-15.5.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-15.4.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-15.3.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-15.2.2 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-15.2.1 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss
pageflow-15.2.0 app/assets/stylesheets/pageflow/themes/default/indicators/icons/icon_font.scss