diff --git a/symposion_project/static/symposion/less/bootstrap/hero-unit.less b/symposion_project/static/symposion/less/bootstrap/hero-unit.less deleted file mode 100644 index 0ffe82962a012b152861770b9127ea3e47368a61..0000000000000000000000000000000000000000 --- a/symposion_project/static/symposion/less/bootstrap/hero-unit.less +++ /dev/null @@ -1,22 +0,0 @@ -// 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; - } -}