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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user