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.
This commit is contained in:
Javi Martín
2025-02-22 17:44:27 +01:00
parent 1ae4caa0ef
commit b7c07e804e

View File

@@ -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;
}