Skip to content
Snippets Groups Projects
Commit 549dae87 authored by Seb Barnard's avatar Seb Barnard :speech_balloon:
Browse files

Completed basic skeleton css form, needs to be surrounded with form element still

parent 14512794
No related branches found
No related tags found
4 merge requests!56tags will be saved to userFavTags table (needs user ID of current logged in user),!22Branch Update,!17Removal of "AUTO_INCREMENT" on AdminTypes id field since there will only ever...,!14Added partial saving, new shop is created but info needs to be saved e.g....
......@@ -80,4 +80,15 @@ url-centering{
display: flex;
flex-direction: row;
justify-content: center;
}
.socialInput{
width:100%;
margin-right:5%;
}
.socialContainer{
display: flex;
flex-direction: row;
justify-content: flex-start;
}
\ No newline at end of file
......@@ -72,7 +72,54 @@
</div>
</div>
</div>
<h5 class="title is-5" style="text-align:center; margin-bottom: 2%">Add tags that describe your business</h5>
<div style="width:100%;">
<!-- Need to fix this, shouldn't be full width of modal -->
<textarea maxlength="50" style="width:75%;" class="textarea" rows="2"></textarea>
</div>
</div>
<div id="modal_page4" class="modal_page">
<h5 class="title is-5" style="text-align:center">Social Media Links</h5>
<div class="socialContainer">
<span class="icon is-large is-left">
<i class="fab fa-instagram"></i>
</span>
<input class="input socialInput">
</div>
<div class="socialContainer">
<span class="icon is-large is-left">
<i class="fab fa-facebook-f"></i>
</span>
<input class="input socialInput">
</div>
<div class="socialContainer">
<span class="icon is-large is-left">
<i class="fab fa-twitter"></i>
</span>
<input class="input socialInput">
</div>
<div class="socialContainer">
<span class="icon is-large is-left">
<i class="fab fa-tiktok"></i>
</span>
<input class="input socialInput">
</div>
</div>
<div id="modal_page5" class="modal_page">
<h5 class="title is-5" style="text-align:center">Average Monthly Sales</h5>
<div class="socialContainer">
<p class="control has-icons-left" style="min-width:50%; width:70%; margin:auto">
<span class="icon is-large is-left">
<i class="fas fa-pound-sign"></i>
</span>
<input class="input socialInput" style="margin-bottom:5%">
</p>
</div>
<p class="subtitle is-5" style="text-align: center; font-size:10px">
We need to know this, so we can accurately start you on the correct pricing tier
</p>
</div>
</section>
<footer class="modal-card-foot modal-footer">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment