Merge pull request #636 from AyuntamientoMadrid/improvements_proposals
Improves featured proposals styles
This commit is contained in:
@@ -1676,6 +1676,10 @@ table {
|
||||
@media (min-width: $small-breakpoint) {
|
||||
height: rem-calc(48);
|
||||
}
|
||||
|
||||
&.success .meter {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
.verification-step {
|
||||
|
||||
@@ -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 {
|
||||
@@ -972,4 +993,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user