Skip to content

Commit

Permalink
fix accordion margin-bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Jan 18, 2024
1 parent 825e101 commit 540b6ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/packs/entrypoints/decidim_newsletter_agenda.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.tabs {
background-color: rgb(118, 54, 210) !important;
background-color: #3E4C5C !important;
margin: 0;
border: 1px solid transparent;
background: #e8e8e8;
Expand Down Expand Up @@ -71,6 +71,10 @@ button#newsletter_images_main_image_button {
cursor: pointer;
}

#box-container {
margin-bottom: 1.5rem;
}

.accordion {
.accordion-title,
.accordion-item:first-child > :first-child,
Expand Down

0 comments on commit 540b6ec

Please sign in to comment.