Fix UI - added CSS to submit button

This commit is contained in:
PragatiVerma18 2020-10-11 22:32:45 +05:30
parent 420b620d18
commit 385d5b922e
2 changed files with 14 additions and 1 deletions

View File

@ -92,3 +92,14 @@ input[type="radio"]:checked + label {
-ms-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} }
.end {
margin: auto;
}
.button.is-fullwidth {
display: flex;
width: 50%;
margin: auto;
margin-top: 30px;
}

View File

@ -69,7 +69,9 @@
</main> </main>
</section> </section>
{% endfor %} {% endfor %}
<button type="submit">Submit</button> <div class="end">
<button type="submit" class="button is-dark has-text-weight-bold has-text-centered is-fullwidth is-rounded">Submit</button>
</div>
</form> </form>
{% else %} {% else %}