Commit 87efadfb authored by Jansen Lao's avatar Jansen Lao

design

parent 4a6967d9
Pipeline #1940 failed with stages
......@@ -17,9 +17,11 @@
background-color: rgb(0, 238, 255);
color:black;
}
.card {
max-width:100%;
}
select {
background-color: rgb(206, 206, 253);
max-width: 200px;
......@@ -32,6 +34,7 @@
a:hover {
color:pink;
}
</style>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light mb-3 sticky-top">
......@@ -49,7 +52,6 @@
</ul>
</nav>
<div class="container-fluid">
<div class="row">
......
......@@ -22,5 +22,6 @@
<a href="{% url 'update_customer' customer.pk %}"><button type="submit" class="mt-3 btn btn-primary">Update Customer</button></a>
</form>
</div>
<br>
<a href="{% url 'view_customer_details' customer.pk %}"><button class="btn btn-secondary">Back</button></a>
{% endblock %}
......@@ -28,5 +28,6 @@
</form>
</div>
<br>
<a href="{% url 'view_food_details' food.pk %}"><button class="btn btn-secondary">Back</button></a>
{% endblock %}
......@@ -45,5 +45,6 @@
</form>
</div>
<br>
<a href="{% url 'view_order_details' order.pk %}"><button class="btn btn-secondary">Back</button></a>
{% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment