Skip to content

Commit

Permalink
fix modals styles
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Mar 27, 2024
1 parent 363aa15 commit 5c95e3d
Showing 1 changed file with 1 addition and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1,36 +1,4 @@
.reveal-overlay {
z-index: 100000;
}

#decidim {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 100000;
display: none;
margin: 0;
padding: 0;
//font-family: $body-font-family;
//font-weight: $global-weight-normal;
//line-height: $global-lineheight;
//color: $body-font-color;

&.show {
display: block;

.reveal-overlay {
display: block;

.reveal {
display: block;
}
}
}
}

#participation-modal {
#participationModal {
width: 0;
height: 0;
position: absolute;
Expand Down

0 comments on commit 5c95e3d

Please sign in to comment.