From 80fb465d5741d5c5d845a118a8dd636b92374429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Sat, 11 Jun 2016 17:49:38 +0200 Subject: [PATCH] Delete hero-unit.less --- .../owncloud_com/static/less/hero-unit.less | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100755 _shared_assets/themes/owncloud_com/static/less/hero-unit.less diff --git a/_shared_assets/themes/owncloud_com/static/less/hero-unit.less b/_shared_assets/themes/owncloud_com/static/less/hero-unit.less deleted file mode 100755 index 763d86aee..000000000 --- a/_shared_assets/themes/owncloud_com/static/less/hero-unit.less +++ /dev/null @@ -1,25 +0,0 @@ -// -// Hero unit -// -------------------------------------------------- - - -.hero-unit { - padding: 60px; - margin-bottom: 30px; - font-size: 18px; - font-weight: 200; - line-height: @baseLineHeight * 1.5; - color: @heroUnitLeadColor; - background-color: @heroUnitBackground; - .border-radius(6px); - h1 { - margin-bottom: 0; - font-size: 60px; - line-height: 1; - color: @heroUnitHeadingColor; - letter-spacing: -1px; - } - li { - line-height: @baseLineHeight * 1.5; // Reset since we specify in type.less - } -}