Skip to content

Commit

Permalink
Remove leftovers from proposals' states overrides (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena authored Jul 30, 2024
1 parent 9f41784 commit d3a6e95
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 178 deletions.
28 changes: 0 additions & 28 deletions app/packs/stylesheets/decidim/decidim_application.scss
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
:root {
--finished: #6639ba;
--bg-finished: #f6f5fc;
--progressing: #165922;
--bg-progressing: #c4ecd0;
--bg-progressing-2: #f6fdf9;
}

span.label.finished {
background-color: var(--bg-finished);
color: var(--finished);
}

span.label.progressing {
background-color: var(--bg-progressing);
color: var(--progressing);
}

div.flash.finished {
background-color: var(--bg-finished);
border-color: var(--finished);
}

div.flash.progressing {
background-color: var(--bg-progressing-2);
border-color: var(--progressing);
}

.hero__container {
background-image: var(--hero-image);

Expand Down
50 changes: 0 additions & 50 deletions config/locales/proposals.ca.yml

This file was deleted.

50 changes: 0 additions & 50 deletions config/locales/proposals.en.yml

This file was deleted.

50 changes: 0 additions & 50 deletions config/locales/proposals.es.yml

This file was deleted.

0 comments on commit d3a6e95

Please sign in to comment.