- Add package.json dependencies: jquery, jquery-ui, moment, daterangepicker, wavesurfer.js, air-datepicker - Create scripts/setup-vendor.js to copy npm packages to public/assets/vendor - Update view templates to use vendor paths instead of old /js/ or CDN URLs - Clean up legacy commented-out scripts in master layout
15 lines
259 B
SCSS
Vendored
15 lines
259 B
SCSS
Vendored
// Container
|
|
$container-bg: #f9f9f9;
|
|
|
|
// Nav
|
|
$nav-text-weight: bold;
|
|
$nav-text-size: 14px;
|
|
|
|
// Base
|
|
$text-color: #1a1a1a;
|
|
$text-inverted-color: #fff;
|
|
$text-secondary-color: #666;
|
|
$text-dark-color: #282828;
|
|
$element-bg: #fff;
|
|
$text-description-color: #585858;
|