css for investments

This commit is contained in:
kikito
2016-06-03 18:51:08 +02:00
parent e2d88e30fd
commit 4ade8325d7

View File

@@ -331,7 +331,7 @@
// 03. Show participation // 03. Show participation
// ---------------------- // ----------------------
.debate-show, .proposal-show, .investment-project-show { .debate-show, .proposal-show, .investment-project-show, .budget-investment-show {
p { p {
word-wrap: break-word; word-wrap: break-word;
@@ -358,7 +358,7 @@
margin-bottom: 0; margin-bottom: 0;
} }
.debate-info, .proposal-info, .investment-project-info { .debate-info, .proposal-info, .investment-project-info, .budget-investment-show {
clear: both; clear: both;
color: $text-medium; color: $text-medium;
font-size: $small-font-size; font-size: $small-font-size;
@@ -539,28 +539,28 @@
color: $border; color: $border;
} }
.investment-project-show p { .investment-project-show p, .budget-investment-show p {
word-break: break-word; word-break: break-word;
} }
// 04. List participation // 04. List participation
// ---------------------- // ----------------------
.debates-list, .proposals-list, .investment-projects-list { .debates-list, .proposals-list, .investment-projects-list, .budget-investments-list {
@include breakpoint(small) { @include breakpoint(small) {
margin-bottom: rem-calc(48); margin-bottom: rem-calc(48);
} }
} }
.investment-projects-list { .investment-projects-list, .budget-investments-list {
@include breakpoint(small) { @include breakpoint(small) {
min-height: $line-height*15; min-height: $line-height*15;
} }
} }
.debate, .proposal, .investment-project { .debate, .proposal, .investment-project, .budget-investment {
margin-bottom: 0; margin-bottom: 0;
margin-top: 0; margin-top: 0;
@@ -579,7 +579,7 @@
padding-bottom: rem-calc(12); padding-bottom: rem-calc(12);
} }
.label-debate, .label-proposal, .label-investment-project { .label-debate, .label-proposal, .label-investment-project, .label-budget-investment {
background: none; background: none;
clear: both; clear: both;
display: block; display: block;
@@ -604,6 +604,10 @@
color: $budget; color: $budget;
} }
.label-budget-investment {
color: $budget;
}
h3 { h3 {
font-weight: bold; font-weight: bold;
margin: 0; margin: 0;
@@ -613,7 +617,7 @@
} }
} }
.debate-content, .proposal-content, .investment-project-content { .debate-content, .proposal-content, .investment-project-content, .budget-investment-content {
margin: 0; margin: 0;
min-height: rem-calc(180); min-height: rem-calc(180);
position: relative; position: relative;
@@ -643,7 +647,7 @@
font-size: $small-font-size; font-size: $small-font-size;
} }
.debate-info, .proposal-info, .investment-project-info { .debate-info, .proposal-info, .investment-project-info, .budget-investment-info {
color: $text-medium; color: $text-medium;
font-size: $small-font-size; font-size: $small-font-size;
margin: rem-calc(6) 0 0; margin: rem-calc(6) 0 0;
@@ -658,7 +662,7 @@
} }
} }
.debate-description, .proposal-description, .investment-project-description { .debate-description, .proposal-description, .investment-project-description, .budget-investment-description {
color: $text; color: $text;
font-size: rem-calc(13); font-size: rem-calc(13);
height: rem-calc(72); height: rem-calc(72);
@@ -819,7 +823,8 @@
} }
} }
.investment-project, .investment-project-show { .investment-project, .investment-project-show,
.budget-investment, .budget-investment-show {
.supports { .supports {
@include supports; @include supports;
@@ -838,7 +843,8 @@
content: none; content: none;
} }
.investment-project-amount { .investment-project-amount,
.budget-investment-amount {
color: $budget; color: $budget;
font-size: rem-calc(20); font-size: rem-calc(20);
font-weight: bold; font-weight: bold;
@@ -899,7 +905,8 @@
} }
} }
.investment-project-show .supports { .investment-project-show .supports,
.budget-investment-show .supports {
border: 0; border: 0;
} }
@@ -911,7 +918,9 @@
} }
.investment-project .supports .total-supports.no-button, .investment-project .supports .total-supports.no-button,
.investment-project-show .supports .total-supports.no-button { .investment-project-show .supports .total-supports.no-button,
.budget-investment .supports .total-supports.no-button,
.budget-investment-show .supports .total-supports.no-button {
display: block; display: block;
margin-top: $line-height*1.5; margin-top: $line-height*1.5;
} }