Skip to content

Commit

Permalink
Change the colors in the proposals answers states
Browse files Browse the repository at this point in the history
- The "warning" label changes to green
- The "success" label changes to purple
  • Loading branch information
andreslucena committed Dec 13, 2023
1 parent e861afa commit c239f48
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/packs/stylesheets/decidim/decidim_application.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

span.label.success {
background-color: #ccbee6;
color: #6639ba;
}

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

0 comments on commit c239f48

Please sign in to comment.