Commit e1df2496 authored by Chalaka Tharindu Jayasinghe's avatar Chalaka Tharindu Jayasinghe

Merge branch 'Homepage' into 'master'

Homepage

See merge request !9
parents b2f64c50 080b82b1
......@@ -767,7 +767,7 @@ input {
text-transform: uppercase;
font-weight: 700;
text-align: center;
color: #0062cc;
color: #02111f;
}
/* ==========================================================================
......
......@@ -38,7 +38,7 @@
{{form.as_table}}
</table>
<input type="submit" value="Assign" class="btn btn--radius-2 btn-primary"/>
<input type="submit" value="Assign" class="btn btn--radius-2 btn" style="background:#02111f"/>
<div role="alert">
......@@ -58,7 +58,7 @@
</div>
</div>
</div><div class="alert alert-primary" role="alert" > © SMART SERVICE STATION 2022 </div>
<div class="alert alert-primary fixed-bottom mb-0 text-center" style="background: #747578; border: none; color: white;" role="alert" > © SERVPORT 2022 </div>
</div>
{% endblock content %}
......@@ -91,7 +91,7 @@
<input name="b_print" type="button" class="btn btn-primary btn-print" onClick="printdiv('div_print');" value=" Print ">
</div>
<div class="alert alert-primary" role="alert" >© SMART SERVICE STATION 2022 </div>
<div class="alert alert-primary fixed-bottom mb-0 text-center" style="background: #747578; border: none; color: white;" role="alert" > © SERVPORT 2022 </div>
</div>
......
......@@ -38,7 +38,7 @@
{{form.as_table}}
</table>
<input type="submit" value="FORECAST" class="btn btn--radius-2 btn-primary"/>
<input type="submit" value="FORECAST" class="btn btn--radius-2 btn" style="background:#02111f"/>
<div role="alert">
......
......@@ -88,7 +88,7 @@
<div class="card-body">
<input name="b_print" type="button" class="btn btn-primary btn-print" onClick="printdiv('div_print');" value=" Print ">
<input name="b_print" type="button" class="btn btn-primary btn-print" style="background:#02111f" onClick="printdiv('div_print');" value=" Print ">
</div>
<div class="alert alert-primary fixed-bottom mb-0 text-center" style="background: #747578; border: none; color: white;" role="alert" > © SERVPORT 2022 </div>
......
......@@ -177,7 +177,7 @@ body{
<ul>
<li><a style="text-decoration:none;" href="/Admin/AdminHome/"><i class="fas fa-desktop"></i>Home</a></li>
<li><a style="text-decoration:none;" href="#"><i class="fas fa-car "></i> Customer Registration </a>
<li><a style="text-decoration:none;" href="#"><i class="fas fa-barcode"></i> Employee Efficiency </a>
<li><a style="text-decoration:none;" href="/Admin/Employee_Data/"><i class="fas fa-paper-plane "></i> Employee Data </a>
......
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