mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Move assets to 5.7 location * Add 5.7 SVGs * add cache data dir * update QUEUE_DRIVER -> QUEUE_CONNECTION * Update trusted proxy config * update composer.json * 5.5 command loading * @php and @endphp can't be inline * Laravel 5.6 logging, Nice! * Update blade directives * improved redirects * remove unneeded service providers * Improved debugbar loading * no need to emulate renderable exceptions anymore * merge updated 5.7 files (WIP) * Enable CSRF * database_path() call causes issue in init.php * fix old testcase name * generic phpunit 7 fixes * add missed file_get_contents Keep migrations table content * fix duplicate key * Drop old php versions from travis-ci * remove hhvm * fix code climate message * remove use of deprecated function assertInternalType * Disable CSRF, we'll enable it separately. All forms need to be updated to work. * Update document references
21 lines
318 B
SCSS
21 lines
318 B
SCSS
|
|
// Body
|
|
$body-bg: #f8fafc;
|
|
|
|
// Typography
|
|
$font-family-sans-serif: "Nunito", sans-serif;
|
|
$font-size-base: 0.9rem;
|
|
$line-height-base: 1.6;
|
|
|
|
// Colors
|
|
$blue: #3490dc;
|
|
$indigo: #6574cd;
|
|
$purple: #9561e2;
|
|
$pink: #f66D9b;
|
|
$red: #e3342f;
|
|
$orange: #f6993f;
|
|
$yellow: #ffed4a;
|
|
$green: #38c172;
|
|
$teal: #4dc0b5;
|
|
$cyan: #6cb2eb;
|