Skip to content
Snippets Groups Projects
_heading.scss 965 B
Newer Older
  • Learn to ignore specific revisions
  • .heading {
        &--introduction {
            padding: 0 0 2rem;
            margin: 2rem 0;
            font-weight: $weight--light;
            border-bottom: 1px solid $color--mid-grey;
        }
    
        &--small-margin {
            margin: 0;
            line-height: 1.2;
        }
    
    
        &--regular {
            font-weight: $weight--normal;
        }
    
    Chris Lawton's avatar
    Chris Lawton committed
    
    
        &--person-introduction {
            margin: 1rem 0;
            font-weight: $weight--light;
        }
    
    
        &--top-space {
            margin-top: 1rem;
        }
    
    Chris Lawton's avatar
    Chris Lawton committed
    
        &--total-funding {
            span {
                color: $color--purple;
            }
        }
    
    
        &--center {
            text-align: center;
        }
    
    
        &--listings-introduction {
            margin: 1rem 0;
            font-weight: $weight--normal;
        }
    
    
        &--contains-link {
            display: inline-block;
        }
    
    
        &--focus-areas {
            @include responsive-font-sizes(24px, 42px);
        }