From b7c07e804ee055441007dfc0c8280248260e9518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sat, 22 Feb 2025 17:44:27 +0100 Subject: [PATCH] Remove border in proposals and debates supports This way, it's consistent with the investments list, where we don't use a border in the elements used for supporting or voting investments. --- app/assets/stylesheets/participation.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 911c9debb..dc999e9bd 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -88,15 +88,6 @@ } } -.supports-container { - border-top: 1px solid $border; - - @include breakpoint(medium) { - border-left: 1px solid $border; - border-top: 0; - } -} - .participation-not-allowed { background: $warning-bg; color: $color-warning; @@ -592,14 +583,11 @@ .legislation-proposals { .votes { - border-top: 1px solid $border; margin-top: $line-height; padding: calc($line-height / 2) 0; position: relative; @include breakpoint(medium) { - border-left: 1px solid $border; - border-top: 0; margin-top: 0; text-align: center; } @@ -626,7 +614,6 @@ .proposal-show .votes, .debate-show .votes { - border: 0; padding: calc($line-height / 2) 0; }