typography.pcss.css
Same filename and directory in other branches
/**
* Reusable utility classes that apply vertical spacing consistency and inline
* with the base line height of Claro.
*/
.leader {
margin-top: 1.538rem;
}
.leader-double {
margin-top: 3.076rem;
}
.leader-triple {
margin-top: 4.614rem;
}
.leader-quadruple {
margin-top: 6.152rem;
}
.trailer {
margin-bottom: 1.538rem;
}
.trailer-double {
margin-bottom: 3.076rem;
}
.trailer-triple {
margin-bottom: 4.614rem;
}
.trailer-quadruple {
margin-bottom: 6.152rem;
}
File
-
core/
themes/ claro/ css/ base/ typography.pcss.css
View source
- /**
- * Reusable utility classes that apply vertical spacing consistency and inline
- * with the base line height of Claro.
- */
- .leader {
- margin-top: 1.538rem;
- }
- .leader-double {
- margin-top: 3.076rem;
- }
- .leader-triple {
- margin-top: 4.614rem;
- }
- .leader-quadruple {
- margin-top: 6.152rem;
- }
- .trailer {
- margin-bottom: 1.538rem;
- }
- .trailer-double {
- margin-bottom: 3.076rem;
- }
- .trailer-triple {
- margin-bottom: 4.614rem;
- }
- .trailer-quadruple {
- margin-bottom: 6.152rem;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.