mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
do not track wn-web.js and wn-web.css in repositor as they are built for each implementation
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -12,4 +12,6 @@ public/*.html
|
|||||||
public/js/lib
|
public/js/lib
|
||||||
public/images/lib
|
public/images/lib
|
||||||
public/files
|
public/files
|
||||||
public/backups
|
public/backups
|
||||||
|
public/css/wn-web.css
|
||||||
|
public/js/wn-web.js
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
body {
|
|
||||||
|
|
||||||
background-color: #9CA2AD;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
footer {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
footer a, footer a:visited, footer a:hover {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
.web-footer-menu ul li {
|
|
||||||
border-right: 1px solid white;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
window.home_page = "home";
|
|
||||||
Reference in New Issue
Block a user