diff options
Diffstat (limited to 'alias-angular/app/css/less/hero-unit.less')
| -rw-r--r-- | alias-angular/app/css/less/hero-unit.less | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/alias-angular/app/css/less/hero-unit.less b/alias-angular/app/css/less/hero-unit.less new file mode 100644 index 0000000..0ffe829 --- /dev/null +++ b/alias-angular/app/css/less/hero-unit.less @@ -0,0 +1,22 @@ +// HERO UNIT +// --------- + +.hero-unit { + padding: 60px; + margin-bottom: 30px; + background-color: @heroUnitBackground; + .border-radius(6px); + h1 { + margin-bottom: 0; + font-size: 60px; + line-height: 1; + color: @heroUnitHeadingColor; + letter-spacing: -1px; + } + p { + font-size: 18px; + font-weight: 200; + line-height: @baseLineHeight * 1.5; + color: @heroUnitLeadColor; + } +} |
