hero-unit.less 449 B

123456789101112131415161718192021222324
  1. //
  2. // Hero unit
  3. // --------------------------------------------------
  4. .hero-unit {
  5. padding: 60px;
  6. margin-bottom: 30px;
  7. background-color: @heroUnitBackground;
  8. .border-radius(6px);
  9. h1 {
  10. margin-bottom: 0;
  11. font-size: 60px;
  12. line-height: 1;
  13. color: @heroUnitHeadingColor;
  14. letter-spacing: -1px;
  15. }
  16. p {
  17. font-size: 18px;
  18. font-weight: 200;
  19. line-height: @baseLineHeight * 1.5;
  20. color: @heroUnitLeadColor;
  21. }
  22. }