removes redundant label on index views

This commit is contained in:
decabeza
2017-06-05 13:12:04 +02:00
parent 05c837cea4
commit c5c9efee16
4 changed files with 2 additions and 38 deletions

View File

@@ -16,14 +16,13 @@
@mixin votes {
border-top: 1px solid $border;
margin-top: $line-height;
padding: $line-height 0;
padding: $line-height/2 0;
position: relative;
@include breakpoint(medium) {
border-left: 1px solid $border;
border-top: 0;
margin-top: 0;
padding-top: $line-height*2;
}
.icon-like, .icon-unlike {
@@ -511,38 +510,9 @@
padding-bottom: rem-calc(12);
}
.label-debate, .label-proposal, .label-investment-project, .label-budget-investment {
background: none;
clear: both;
display: block;
font-size: rem-calc(12);
font-weight: bold;
line-height: $line-height;
padding-bottom: 0;
padding-left: 0;
padding-top: 0;
text-transform: uppercase;
}
.label-debate {
color: $debates;
}
.label-proposal {
color: $proposals-dark;
}
.label-investment-project {
color: $budget;
}
.label-budget-investment {
color: $budget;
}
h3 {
font-weight: bold;
margin: 0;
margin-top: $line-height/2;
a {
color: $text;