SU-SWS/stanford_profile_helper

View on GitHub
modules/stanford_profile_styles/lib/scss/component/paragraph/card/_card.scss

Summary

Maintainability
Test Coverage
@charset 'UTF-8';

.su-card {
  section.su-card__contents {
    h2 {
      @include type-c;
    }

    h3 {
      font-size: 1.4em;
    }

    h4 {
      @include type-e;
    }

    // Overwrite conflicting decanter styles for splash font card headline
    div.su-font-splash {
      @include modular-spacing('margin-bottom', -1);

      font-size: 1.4em;
    }
  }
}