Skip to content

Commit

Permalink
MNG-106 instructions in how to play modal (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgataLudwiczynska authored Feb 15, 2021
1 parent 4a68aaa commit 15e7538
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@
<div class="popupScreen" id='info-modal-screen'>
<div id="modal-exit-button" class="exitButton">&#10006;</div>
<p id="modal-header" class="modalHeader">How to play?</p>
<p id="modal-paragraph" class="modalParagraph"></p>
<p id="modal-paragraph" class="modalParagraph">After entering the players' names, click start. <br>Each player chooses three pokemon and then the game begins. <br>During his move, the player can attack the opponent, change the pokemon or use the mango (heal currently used pokemon). <br>The one who kills all the opponent's pokemon faster wins. <br>Have fun! </p>
</div>
</template>

<template id="authors-modal-template">
<div class="popupScreen" id='authors-modal-screen'>
<div id="modal-exit-button" class="exitButton">&#10006;</div>
<p id="modal-header" class="modalHeader">Mentor: Łukasz Dutka <br>Aleksandra Cypko <br>Małgorzata Dziewit <br>Daria Dziubałtowska <br>Agata Ludwiczyńska <br>Mariusz Smarż</p>
<p id="modal-paragraph" class="modalParagraph"></p>
<p id="modal-header" class="modalHeader">Authors:</p>
<p id="modal-paragraph" class="modalParagraph">Mentor: Łukasz Dutka <br>Aleksandra Cypko <br>Małgorzata Dziewit <br>Daria Dziubałtowska <br>Agata Ludwiczyńska <br>Mariusz Smarż</p>
</div>
</template>

Expand Down
4 changes: 3 additions & 1 deletion styles/SASS/_start-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@
}

.modalParagraph {
font-size: 0.3em;
padding: 0 8vw 20vh 8vw;
font-size: 0.8em;
text-align: center;
}
}

4 changes: 3 additions & 1 deletion styles/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 15e7538

Please sign in to comment.