Skip to content

Commit 9c632e0

Browse files
committed
fix some styles
1 parent 3ae3351 commit 9c632e0

File tree

1 file changed

+7
-3
lines changed
  • app/packs/stylesheets/decidim/participatory_documents/pdf

1 file changed

+7
-3
lines changed

app/packs/stylesheets/decidim/participatory_documents/pdf/modals.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#participationModal {
2-
@apply w-0 h-0 absolute top-[75px] right-0 m-0 overflow-hidden z-[100000];
2+
@apply w-0 h-0 absolute top-[50px] right-0 m-0 overflow-hidden z-[100000] rounded-l;
33

44
background: var(--suggestions-modal-color-hsla);
55
box-shadow: -2px -2px 10px #cbcbcb;
66

77
.close {
8-
@apply text-black no-underline fixed top-[85px] right-[3%] z-[10000] hidden;
8+
@apply text-black no-underline fixed top-[65px] right-[2%] z-[10000] hidden;
99

1010
text-shadow: 0 0 15px #000;
1111

@@ -43,7 +43,11 @@
4343
}
4444

4545
&.document {
46-
@apply h-0 w-full transition-[height] ease-out duration-700;
46+
@apply h-0 w-[90%] right-[5%] transition-[height] ease-out duration-700 rounded-r;
47+
48+
.close {
49+
@apply right-[7%];
50+
}
4751

4852
&.active {
4953
height: calc(100% - 75px);

0 commit comments

Comments
 (0)