exadel-inc/esl

View on GitHub
packages/esl-website/src/common/typography.large.less

Summary

Maintainability
Test Coverage
@import (reference) './variables.less';
@import (reference) './typography.less';
 
.typo-large {
// Base font size
font-size: 1.35rem;
 
h1.large,
.h1.large {
font-size: 4rem;
@media @sm-xl {
font-size: 5rem;
}
}
 
h1,
.h1,
h2.large,
.h2.large {
font-size: 3.5rem;
@media @sm-xl {
font-size: 4rem;
}
}
 
h2,
.h2,
h3.large,
.h3.large {
font-size: 2.5rem;
margin-bottom: 2rem;
}
 
h3,
.h3,
h4.large,
.h4.large {
font-size: 2rem;
margin-bottom: 1rem;
}
 
h4,
.h4 {
font-size: 1.75rem;
margin-bottom: 0.75rem;
}
 
h5,
.h5 {
font-size: 1.5rem;
}
}