<div class="content-only-wrapper">
    <h2>Academics</h2>

    <p>Your undergraduate experience at Lehigh Business will be one of demanding academics, experiental learning, renowned instruction and personal transformation. You'll receive a top-ranked business education uniquely configured for our digitally and globally driven marketplace. Whether you choose one major or two, in business or across colleges, your opportunities to pursue your interests and build your base of knowledge are virtually unlimited.</p>
</div>
<div class="content-only-wrapper">
  {%- block heading -%}
      {%- if content_only_section_heading -%}
          <h2>{{ content_only_section_heading }}</h2>
      {% endif %}
  {% endblock heading %}
  {# Drupal CKEditor automatically adds its own paragraph tag. #}
  {% block cms_override %}
      <p>{{ content_only_content }}</p>
  {% endblock cms_override %}
</div>
{
  "content_only_section_heading": "Academics",
  "content_only_content": "Your undergraduate experience at Lehigh Business will be one of demanding academics, experiental learning, renowned instruction and personal transformation. You'll receive a top-ranked business education uniquely configured for our digitally and globally driven marketplace. Whether you choose one major or two, in business or across colleges, your opportunities to pursue your interests and build your base of knowledge are virtually unlimited."
}
  • Content:
    :not(.main-content) > .content-only-wrapper {
      padding: $space-double;
      border-bottom: 1px solid $grey_light;
    
      @media only screen and (min-width: $break-desktop) {
        padding: $space-quadruple $space-octuple;
        border: 0;
      }
    
      h2 {
        @media only screen and (min-width: $break-tablet) {
          color: $lehigh-brown;
          font-weight: bold;
        }
      }
    }
    
  • URL: /components/raw/content_only/content_only.scss
  • Filesystem Path: components/02-pieces/11-content_only/content_only.scss
  • Size: 362 Bytes

No notes defined.