Merge pull request #636 from AyuntamientoMadrid/improvements_proposals

Improves featured proposals styles
This commit is contained in:
Raimond Garcia
2015-10-22 14:03:23 +02:00
3 changed files with 28 additions and 4 deletions

View File

@@ -1676,6 +1676,10 @@ table {
@media (min-width: $small-breakpoint) {
height: rem-calc(48);
}
&.success .meter {
float: none;
}
}
.verification-step {

View File

@@ -437,7 +437,6 @@
padding-top: 0;
font-size: rem-calc(15);
line-height: rem-calc(30);
overflow: hidden;
}
.document-link, .video-link {
@@ -910,6 +909,10 @@
}
}
.progress {
display: none !important;
}
.content {
height: rem-calc(60);
overflow: hidden;
@@ -937,8 +940,26 @@
.not-logged, .organizations-votes {
background: #FED900;
color: $warning-color;
line-height: rem-calc(24);
padding-top: rem-calc(6);
a {
color: $warning-color;
font-weight: bold;
}
}
.anonymous-votes {
background: #FED900;
padding: 0;
padding-top: rem-calc(6);
p {
font-size: rem-calc(12);
line-height: rem-calc(20);
margin: 0;
}
}
.organizations-votes p {

View File

@@ -21,7 +21,6 @@
</p>
<p class="text-center">
<%= link_to t("welcome.welcome.go_to_index"),
verification_path, class: "button success radius" %>
<%= link_to t("welcome.welcome.go_to_index"), highlights_path, class: "button success radius" %>
</p>
</div>