Skip to content
Snippets Groups Projects
Commit a84d98a1 authored by jaypae95's avatar jaypae95
Browse files

id -> class

parent f9d73d6a
Branches
No related tags found
No related merge requests found
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
:until-country=true :until-country=true
@select-country="getCountryInfo"/> @select-country="getCountryInfo"/>
<div v-if="checkCountry"> <div v-if="checkCountry">
<button class="modal-default-button" v-on:click="clickMakePlan()"><img id="illu" src="../assets/makePlan.png">!</button> <button class="modal-default-button" v-on:click="clickMakePlan()"><img class="illu" src="../assets/makePlan.png">!</button>
</div> </div>
<button class="modal-default-button" @click="$emit('close')"><img id="illu" src="../assets/close.png"> <button class="modal-default-button" @click="$emit('close')"><img class="illu" src="../assets/close.png">
</button> </button>
<br> <br>
</div> </div>
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
.closeModalBtn { .closeModalBtn {
color: #62acde; color: #62acde;
} }
#illu { .illu {
width: 80px; width: 80px;
height: 35px; height: 35px;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment