Sha256: 10facac5d3e7a6a8ccb04bfa1bf90381b218ca33642dc92bd1b7ac6b60b0c31c

Contents?: true

Size: 347 Bytes

Versions: 5

Compression:

Stored size: 347 Bytes

Contents

.contentText {
  // This has to be the default behavior since all non-React pages
  // still do not apply additional modifier classes to the content
  // text
  @include phone {
    margin-bottom: 40px;
  }

  &-margin_none {
    @include phone {
      margin-bottom: 0;
    }
  }

  &-margin_for_player_controls {
    margin-bottom: 200px;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pageflow-13.6.0 app/assets/stylesheets/pageflow/themes/default/page/content_text_margin.scss
pageflow-13.5.0 app/assets/stylesheets/pageflow/themes/default/page/content_text_margin.scss
pageflow-13.4.0 app/assets/stylesheets/pageflow/themes/default/page/content_text_margin.scss
pageflow-13.3.0 app/assets/stylesheets/pageflow/themes/default/page/content_text_margin.scss
pageflow-13.2.0 app/assets/stylesheets/pageflow/themes/default/page/content_text_margin.scss