mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
24 lines
613 B
SCSS
24 lines
613 B
SCSS
/*
|
|
* Apparently the requires need to be in the "root" stylesheet file, not
|
|
* the imported manifest.
|
|
*
|
|
*= require jquery-ui/menu
|
|
*= require jquery-ui/autocomplete
|
|
*= require jquery-ui/datepicker
|
|
*= require jquery-ui/dialog
|
|
*= require jquery-ui/sortable
|
|
*= require_self
|
|
*/
|
|
|
|
$gray-lighter: #EEE;
|
|
$brand-primary: rgba(0, 0, 0, 0.75);
|
|
$navbar-inverse-bg: $brand_primary;
|
|
$navbar-inverse-color: $gray-lighter;
|
|
$navbar-inverse-link-color: $gray-lighter;
|
|
$link-color: #CC3334;
|
|
$link-hover-color: #FFF;
|
|
$link-bgcolor: $link-color;
|
|
$box-tablink-color: unset;
|
|
|
|
// Import all components
|
|
@import 'include/manifest';
|