Skip to content

Commit

Permalink
refactor: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Jan 3, 2025
1 parent 4649060 commit 7797825
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
/* css for decidim_budgets_booth */

.layout-container .projects-content-index {
min-height: calc(100vh - 3.5rem);
}
.projects-content-index .layout-2col__main {
min-height: calc(100vh - 3.5rem);
}
.budget__card__grid-project {
display: flex;
flex-direction: row;
Expand All @@ -18,6 +23,9 @@
flex-direction: column;
place-items: center;
}
.card__list-metadata .text-success {
color: #07790d;
}
.budget__card__grid-project__amount {
margin-bottom: 0.5rem;
display: inline-block;
Expand Down Expand Up @@ -61,11 +69,11 @@
display:flex;
flex-direction:column;
}

#menu-bar-custom {
justify-content: flex-start;
padding-left: 2rem;
color: white;
height: 3.5rem;
}
.menu-bar__exit-link {
display:flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if respond_to?(:current_component) && current_component && can_be_managed?(curre
end
%>

<div id="content" data-content>
<div id="content" class="projects-content-index" data-content>
<%= display_flash_messages %>
<%= yield %>
</div>

0 comments on commit 7797825

Please sign in to comment.