From ca0d134c0bb5a730e964f89b0ab936f6616ceeb2 Mon Sep 17 00:00:00 2001 From: decabeza Date: Fri, 16 Feb 2018 14:07:10 +0100 Subject: [PATCH] Removes unused css --- app/assets/stylesheets/legislation_process.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/assets/stylesheets/legislation_process.scss b/app/assets/stylesheets/legislation_process.scss index 042348f42..6af9478ae 100644 --- a/app/assets/stylesheets/legislation_process.scss +++ b/app/assets/stylesheets/legislation_process.scss @@ -15,12 +15,6 @@ // 01. Utils // --------- -$grey-heading: #e6e6e6; -$border-dark: darken($border, 10%); - -.grey-heading { - background: $grey-heading; -} // 02. Hero // -------- @@ -39,13 +33,6 @@ $border-dark: darken($border, 10%); } } - .debate-add-info { - border-top: 1px solid $border-dark; - margin-top: $line-height; - padding-top: $line-height; - - } - .title { font-weight: bold; text-transform: uppercase;