From 33a40acf741f955ba1d09744bcf6322842453126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Wed, 19 May 2021 22:21:36 +0200 Subject: [PATCH] Remove obsolete dark heading styles The `.dark-heading` selector isn't used in proposals since commit ac58f3049, and it isn't used anywhere since commit 1b3cdc181. --- app/assets/stylesheets/participation.scss | 30 ----------------------- 1 file changed, 30 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index f453f1371..5b6ed3783 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1510,36 +1510,6 @@ // 07. Proposals successful // ------------------------- -.dark-heading { - background: #2d3e50; - color: #fff; - - @include breakpoint(medium) { - padding-bottom: $line-height; - } - - p { - - &.title { - color: #ffd200; - } - - &.title-date { - font-size: rem-calc(24); - font-weight: bold; - } - } - - .info { - background: #314253; - padding-top: $line-height; - - @include breakpoint(medium) { - border-top: rem-calc(6) solid #ffd200; - } - } -} - .successful .panel { .icon-successful {