]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - themes/default/less/hero-unit.less
Release 6.5.3
[Github/sugarcrm.git] / themes / default / less / hero-unit.less
1 // HERO UNIT
2 // ---------
3
4 .hero-unit {
5   padding: 60px;
6   margin-bottom: 30px;
7   background-color: #f5f5f5;
8   .border-radius(6px);
9   h1 {
10     margin-bottom: 0;
11     font-size: 60px;
12     line-height: 1;
13     letter-spacing: -1px;
14   }
15   p {
16     font-size: 18px;
17     font-weight: 200;
18     line-height: @baseLineHeight * 1.5;
19   }
20 }