Skip to content

Commit

Permalink
Merge pull request #82 from szherebchuk/PRODDEV-474
Browse files Browse the repository at this point in the history
PRODDEV-474: Updated styles and changed info files for paragraphs mod…
  • Loading branch information
anpolimus authored Nov 10, 2021
2 parents cfb407c + a4d8158 commit 1d07a9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion modules/openy_prgf_modal_content/css/modal-block.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@
display: flex;
flex-wrap: wrap;
gap: 30px;
margin: 20px 0;
}
.wrapper-field-prgf-mc .field-prgf-mc {
flex: 0 1 48%;
flex: 0 1 47%;
}
.wrapper-field-prgf-mc .field-prgf-mc .paragraph--type--modal-content {
display: flex;
Expand Down Expand Up @@ -143,3 +144,9 @@
font-size: 18px;
line-height: 27px;
}

@media (max-width: 425px) {
.wrapper-field-prgf-mc .field-prgf-mc {
flex: initial;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ dependencies:
- datalayer
- field
- openy_prgf
- openy_prgf_teasers
- paragraphs
- plugin
1 change: 1 addition & 0 deletions modules/openy_prgf_teasers/openy_prgf_teasers.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- datalayer
- field
- openy_prgf
- openy_prgf_modal_content
- paragraphs
- plugin
- openy_memberships_front
Expand Down

0 comments on commit 1d07a9e

Please sign in to comment.