2016-05-26 23:34:42 +00:00
|
|
|
$color-white: #fff !default;
|
|
|
|
$color-black: #000 !default;
|
|
|
|
|
|
|
|
$color-gray-light: darken($color-white, 30%) !default;
|
|
|
|
$color-gray-dark: lighten($color-black, 20%) !default;
|
|
|
|
|
|
|
|
$color-primary: #dc0067 !default;
|
|
|
|
|
|
|
|
$color-new: #459c18 !default;
|
|
|
|
$color-online: #1566a9 !default;
|
|
|
|
$color-offline: #cf3e2a !default;
|
2016-05-30 07:24:58 +00:00
|
|
|
$color-unseen: #d89100 !default;
|
2016-05-26 23:34:42 +00:00
|
|
|
|
2017-10-28 23:38:43 +00:00
|
|
|
$color-24ghz: $color-primary !default;
|
|
|
|
$color-5ghz: #e3a619 !default;
|
|
|
|
$color-others: #0a9c92 !default;
|
|
|
|
|
2017-02-11 16:26:57 +00:00
|
|
|
$color-map-background: #f8f4f0 !default;
|
|
|
|
|
2016-06-19 22:38:47 +00:00
|
|
|
$font-family: Assistant, sans-serif !default;
|
2016-05-26 23:34:42 +00:00
|
|
|
$font-family-icons: ionicons !default;
|
|
|
|
$font-family-monospace: monospace !default;
|
2016-06-19 11:14:13 +00:00
|
|
|
$font-size: 15px !default;
|
2016-06-19 11:35:35 +00:00
|
|
|
$font-size-small: 11px !default;
|
2017-02-11 16:26:57 +00:00
|
|
|
$font-size-map-control: 12px !default;
|
2016-05-26 23:34:42 +00:00
|
|
|
|
2016-06-19 11:14:13 +00:00
|
|
|
$button-font-size: 1.6rem !default;
|
|
|
|
$button-distance: 16px !default;
|
|
|
|
|
2016-06-24 23:09:13 +00:00
|
|
|
// Bootstrap breakpoints
|
2017-02-08 22:32:17 +00:00
|
|
|
// In lib/sidebar to avoid render blocking onload
|
2016-06-24 23:09:13 +00:00
|
|
|
$grid-breakpoints: (
|
|
|
|
// Extra small screen / phone
|
|
|
|
xs: 0,
|
|
|
|
// Small screen / phone
|
|
|
|
sm: 544px,
|
|
|
|
// Medium screen / tablet
|
|
|
|
md: 768px,
|
|
|
|
// Large screen / desktop
|
|
|
|
lg: 992px,
|
|
|
|
// Extra large screen / wide desktop
|
|
|
|
xl: 1200px
|
|
|
|
) !default;
|
|
|
|
|
|
|
|
// 45% sidebar - based on viewport
|
2017-02-08 22:32:17 +00:00
|
|
|
// In lib/sidebar to avoid render blocking onload
|
2016-06-24 23:09:13 +00:00
|
|
|
$sidebar-width: map-get($grid-breakpoints, xl) * .45 !default;
|
|
|
|
$sidebar-width-small: map-get($grid-breakpoints, lg) * .45 !default;
|
2016-05-29 15:39:56 +00:00
|
|
|
|
2016-06-02 22:28:59 +00:00
|
|
|
// En/disable included font
|
|
|
|
$use-included-font: 1 !default;
|