From 8ec7f0efc0695c9ad6041f87c6d488834b6b9cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 12 Mar 2021 19:22:28 +0100 Subject: [PATCH] Remove obsolete styles These styles are not used since commit db7d57b14. --- app/assets/stylesheets/legislation.scss | 27 ++++--------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/app/assets/stylesheets/legislation.scss b/app/assets/stylesheets/legislation.scss index 59d55daad..cdf361a44 100644 --- a/app/assets/stylesheets/legislation.scss +++ b/app/assets/stylesheets/legislation.scss @@ -1,29 +1,10 @@ // Table of Contents // -// 01. Hero -// 02. Sidebar menu -// 03. Legislation cards +// 01. Sidebar menu +// 02. Legislation cards // -// 01. Hero -// ----------------- -.brand-heading { - background: $brand; - margin-bottom: 5rem; - - .column { - padding-top: 10rem; - padding-bottom: 10rem; - - h4 { - font-weight: 400; - text-align: center; - color: #fff; - } - } -} - -// 02. Sidebar menu +// 01. Sidebar menu // ----------------- .legislation-categories { @@ -55,7 +36,7 @@ } } -// 03. Legislation cards +// 02. Legislation cards // ----------------- .legislation { margin: 0 0 $line-height;