File diff 0b1da0e85e83 → dd8f0ba9c517
static/src/less/site.less
Show inline comments
 
// ~ uses paths in node_modules based on default webpack configuration
 
@import "~bootstrap/less/bootstrap.less";
 
@import "~font-awesome/less/font-awesome.less";
 
@import "bootstrap";
 
@import "font-awesome";
 

	
 
// Override some of the variables in bootstrap and font-awesome, @@@ put in own file
 
@fa-font-path: "~font-awesome/fonts/";
 
@icon-font-path: "~bootstrap/fonts/";
 

	
 
@font-family-sans-serif:  "Helvetica Neue", Helvetica, Arial, sans-serif;
 
@font-family-serif:       Georgia, "Times New Roman", Times, serif;
 
@font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
 
@import "variables.less";
 

	
 
// Account
 
@import "account.less";