mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
25 lines
645 B
SCSS
25 lines
645 B
SCSS
/*
|
|
* Apparently the requires need to be in the "root" stylesheet file, not
|
|
* the imported manifest.
|
|
*
|
|
*= require jquery-ui
|
|
*= require jquery-ui/menu
|
|
*= require jquery-ui/autocomplete
|
|
*= require jquery-ui/datepicker
|
|
*= require jquery-ui/dialog
|
|
*= require jquery-ui/sortable
|
|
*= require_self
|
|
*/
|
|
|
|
$gray-lighter: lighten(#000, 93.5%);
|
|
$brand-primary: #3C6997;
|
|
$navbar-inverse-bg: $brand_primary;
|
|
$navbar-inverse-color: $gray-lighter;
|
|
$navbar-inverse-link-color: $gray-lighter;
|
|
$link-color: unset;
|
|
$link-hover-color: unset;
|
|
$link-bgcolor: unset;
|
|
$box-tablink-color: lighten(#000, 85%);
|
|
|
|
// Import all components
|
|
@import 'include/manifest';
|