hero-unit.less 404 B

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