From 892680a041a2c68a8e88e50fbfff38d40c4082a5 Mon Sep 17 00:00:00 2001 From: Jorge Arias Date: Wed, 11 Nov 2015 02:13:49 -0300 Subject: [PATCH] Remove unused Grayscale theme definition in Style Removed: * .light * .download-section * #map --- css/grayscale.scss | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/css/grayscale.scss b/css/grayscale.scss index dfc9ee8..f22bb1a 100644 --- a/css/grayscale.scss +++ b/css/grayscale.scss @@ -53,10 +53,6 @@ a { } } -.light { - font-weight: 400; -} - .navbar-custom { margin-bottom: 0; border-bottom: 1px solid rgba($light, 0.3); @@ -205,25 +201,10 @@ a { padding-top: 100px; } -#map { - width: 100%; - height: 200px; - margin-top: 100px; -} - @media(min-width:767px) { .content-section { padding-top: 250px; } - - .download-section { - padding: 100px 0; - } - - #map { - height: 400px; - margin-top: 250px; - } } .btn {