File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
app/packs/stylesheets/decidim/participatory_documents/pdf Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
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 );
You can’t perform that action at this time.
0 commit comments