Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNG-106 instructions in how to play modal #42

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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