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

design

parent 4a6967d9
Pipeline #1940 failed with stages
...@@ -17,9 +17,11 @@ ...@@ -17,9 +17,11 @@
background-color: rgb(0, 238, 255); background-color: rgb(0, 238, 255);
color:black; color:black;
} }
.card { .card {
max-width:100%; max-width:100%;
} }
select { select {
background-color: rgb(206, 206, 253); background-color: rgb(206, 206, 253);
max-width: 200px; max-width: 200px;
...@@ -32,6 +34,7 @@ ...@@ -32,6 +34,7 @@
a:hover { a:hover {
color:pink; color:pink;
} }
</style> </style>
<body> <body>
<nav class="navbar navbar-expand-lg navbar-light bg-light mb-3 sticky-top"> <nav class="navbar navbar-expand-lg navbar-light bg-light mb-3 sticky-top">
...@@ -49,7 +52,6 @@ ...@@ -49,7 +52,6 @@
</ul> </ul>
</nav> </nav>
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
......
...@@ -22,5 +22,6 @@ ...@@ -22,5 +22,6 @@
<a href="{% url 'update_customer' customer.pk %}"><button type="submit" class="mt-3 btn btn-primary">Update Customer</button></a> <a href="{% url 'update_customer' customer.pk %}"><button type="submit" class="mt-3 btn btn-primary">Update Customer</button></a>
</form> </form>
</div> </div>
<br>
<a href="{% url 'view_customer_details' customer.pk %}"><button class="btn btn-secondary">Back</button></a> <a href="{% url 'view_customer_details' customer.pk %}"><button class="btn btn-secondary">Back</button></a>
{% endblock %} {% endblock %}
...@@ -28,5 +28,6 @@ ...@@ -28,5 +28,6 @@
</form> </form>
</div> </div>
<br>
<a href="{% url 'view_food_details' food.pk %}"><button class="btn btn-secondary">Back</button></a> <a href="{% url 'view_food_details' food.pk %}"><button class="btn btn-secondary">Back</button></a>
{% endblock %} {% endblock %}
...@@ -45,5 +45,6 @@ ...@@ -45,5 +45,6 @@
</form> </form>
</div> </div>
<br>
<a href="{% url 'view_order_details' order.pk %}"><button class="btn btn-secondary">Back</button></a> <a href="{% url 'view_order_details' order.pk %}"><button class="btn btn-secondary">Back</button></a>
{% endblock %} {% 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