add favicon and edit
This commit is contained in:
42
app/assets/stylesheets/sx_font.css
Normal file
42
app/assets/stylesheets/sx_font.css
Normal file
@@ -0,0 +1,42 @@
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
src: url(../fonts/roboto/Roboto-Regular.woff);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Material Icons';
|
||||
src: url(../fonts/material/Material-Design-Iconic-Font.eot); /* For IE6-8 */
|
||||
src: local('Material Icons'),
|
||||
local('MaterialIcons-Regular'),
|
||||
url(../fonts/material/Material-Design-Iconic-Font.woff2) format('woff2'),
|
||||
url(../fonts/material/Material-Design-Iconic-Font.woff) format('woff'),
|
||||
url(../fonts/material/Material-Design-Iconic-Font.ttf) format('truetype');
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
font-family: 'Material Icons';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: 24px; /* Preferred icon size */
|
||||
display: inline-block;
|
||||
line-height: 1;
|
||||
text-transform: none;
|
||||
letter-spacing: normal;
|
||||
word-wrap: normal;
|
||||
white-space: nowrap;
|
||||
direction: ltr;
|
||||
|
||||
/* Support for all WebKit browsers. */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
/* Support for Safari and Chrome. */
|
||||
text-rendering: optimizeLegibility;
|
||||
|
||||
/* Support for Firefox. */
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
/* Support for IE. */
|
||||
font-feature-settings: 'liga';
|
||||
}
|
||||
@@ -30,7 +30,7 @@
|
||||
<ul class="list">
|
||||
<li class="header">MAIN NAVIGATION</li>
|
||||
<li class="active">
|
||||
<a href="<%= root_path %>">
|
||||
<a href="<%= dashboard_path %>">
|
||||
<i class="material-icons">home</i>
|
||||
<span>Home</span>
|
||||
</a>
|
||||
@@ -54,7 +54,7 @@
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pages/helper-classes.html">
|
||||
<a href="<%= inventory_path %>">
|
||||
<i class="material-icons">store</i>
|
||||
<span>Inventory</span>
|
||||
</a>
|
||||
@@ -66,13 +66,13 @@
|
||||
</a>
|
||||
<ul class="ml-menu">
|
||||
<li>
|
||||
<a href="pages/widgets/cards/basic.html">Order</a>
|
||||
<a href="<%= transactions_orders_path %>">Order</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pages/widgets/cards/colored.html">Sale</a>
|
||||
<a href="<%= transactions_sales_path %>">Sale</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pages/widgets/cards/no-header.html">Credit Note</a>
|
||||
<a href="<%= transactions_credit_notes_path %>">Credit Note</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -83,48 +83,66 @@
|
||||
</a>
|
||||
<ul class="ml-menu">
|
||||
<li>
|
||||
<a href="pages/widgets/infobox/infobox-1.html">Daily Sales</a>
|
||||
<a href="<%= reports_dailysale_index_path %>">Daily Sales</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pages/widgets/infobox/infobox-2.html">Sale Items</a>
|
||||
<a href="<%= reports_saleitem_index_path %>">Sale Items</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pages/widgets/infobox/infobox-3.html">Receipt</a>
|
||||
<a href="<%= reports_receipt_no_index_path %>">Receipt</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pages/widgets/infobox/infobox-4.html">Shift Sales</a>
|
||||
<a href="<%= reports_shiftsale_index_path %>">Shift Sales</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pages/widgets/infobox/infobox-5.html">Credit Sales</a>
|
||||
<a href="<%= reports_credit_payment_index_path %>">Credit Sales</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pages/widgets/infobox/infobox-5.html">Void Sales</a>
|
||||
<a href="<%= reports_void_sale_index_path %>">Void Sales</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pages/widgets/infobox/infobox-5.html">Commission</a>
|
||||
<a href="<%= reports_commission_index_path %>">Commission</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="pages/widgets/infobox/infobox-5.html">Stock Check</a>
|
||||
<a href="<%= reports_stock_check_index_path %>">Stock Check</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="header">LABELS</li>
|
||||
<li class="header">SETTINGS</li>
|
||||
<li>
|
||||
<a href="javascript:void(0);">
|
||||
<a href="<%= settings_zones_path %>">
|
||||
<i class="material-icons col-red">donut_large</i>
|
||||
<span>Important</span>
|
||||
<span>Dinings</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void(0);">
|
||||
<a href="<%= settings_menus_path %>">
|
||||
<i class="material-icons col-amber">donut_large</i>
|
||||
<span>Warning</span>
|
||||
<span>Menu</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= settings_employees_path %>">
|
||||
<i class="material-icons col-light-blue">donut_large</i>
|
||||
<span>Staffs</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="javascript:void(0);">
|
||||
<i class="material-icons col-light-blue">donut_large</i>
|
||||
<span>Information</span>
|
||||
<a href="<%= settings_cashier_terminals_path %>">
|
||||
<i class="material-icons col-green">donut_large</i>
|
||||
<span>Cashiers</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= print_settings_path %>">
|
||||
<i class="material-icons col-pupple">donut_large</i>
|
||||
<span>Printers</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="<%= settings_products_path %>">
|
||||
<i class="material-icons col-brown">donut_large</i>
|
||||
<span>Products</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
<title>SmartSales : Restaurant</title>
|
||||
<%= csrf_meta_tags %>
|
||||
<!-- Favicon-->
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
|
||||
<!-- Google Fonts -->
|
||||
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css"> -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- Bootstrap Core Css -->
|
||||
<!-- <link href="plugins/bootstrap/css/bootstrap.css" rel="stylesheet"> -->
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
<!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes -->
|
||||
<!-- <link href="css/themes/all-themes.css" rel="stylesheet" /> -->
|
||||
<!-- <%= stylesheet_link_tag 'sx_font', media: 'all', 'data-turbolinks-track': 'reload' %> -->
|
||||
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user