change header
This commit is contained in:
BIN
app/assets/images/SX-logo.png
Normal file
BIN
app/assets/images/SX-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
@@ -24,6 +24,7 @@
|
|||||||
//= require daterangepicker
|
//= require daterangepicker
|
||||||
//= require select2
|
//= require select2
|
||||||
//= require jquery.datetimepicker
|
//= require jquery.datetimepicker
|
||||||
|
//= require Chart
|
||||||
|
|
||||||
|
|
||||||
$(document).on('turbolinks:load', function() {
|
$(document).on('turbolinks:load', function() {
|
||||||
|
|||||||
@@ -3666,7 +3666,7 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
|||||||
}
|
}
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
float: left;
|
float: left;
|
||||||
padding: 15px 15px;
|
padding: 0px 0px;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,8 +71,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<script src="js/Chart.js"></script>
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
var top_products = JSON.parse('<%= @top_products.to_json.html_safe %>');
|
var top_products = JSON.parse('<%= @top_products.to_json.html_safe %>');
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<span class="fa fa-bars" ></span>
|
<span class="fa fa-bars" ></span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="navbar-brand" href="<%= dashboard_path %>" style="color: rgba(67, 185, 220, 0.9)">
|
<a class="navbar-brand" href="<%= dashboard_path %>" style="color: #fff">
|
||||||
<img src="<%= asset_path('SX-logo.png') %>" width="40" height="40" alt="Logo" />
|
<img src="<%= asset_path('SX-logo.png') %>" width="40" height="40" alt="Logo" />
|
||||||
<span class="navbar-brand-txt">SX Restaurant</span>
|
<span class="navbar-brand-txt">SX Restaurant</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user