_settings.scss 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590
  1. // Foundation by ZURB
  2. // foundation.zurb.com
  3. // Licensed under MIT Open Source
  4. //
  5. // Table of Contents
  6. // Foundation Settings
  7. // a. Base
  8. // b. Grid
  9. // c. Global
  10. // d. Media Query Ranges
  11. // e. Typography
  12. // 01. Accordion
  13. // 02. Alert Boxes
  14. // 03. Block Grid
  15. // 04. Breadcrumbs
  16. // 05. Buttons
  17. // 06. Button Groups
  18. // 07. Clearing
  19. // 08. Dropdown
  20. // 09. Dropdown Buttons
  21. // 10. Flex Video
  22. // 11. Forms
  23. // 12. Icon Bar
  24. // 13. Inline Lists
  25. // 14. Joyride
  26. // 15. Keystrokes
  27. // 16. Labels
  28. // 17. Magellan
  29. // 18. Off-canvas
  30. // 19. Orbit
  31. // 20. Pagination
  32. // 21. Panels
  33. // 22. Pricing Tables
  34. // 23. Progress Bar
  35. // 24. Range Slider
  36. // 25. Reveal
  37. // 26. Side Nav
  38. // 27. Split Buttons
  39. // 28. Sub Nav
  40. // 29. Switch
  41. // 30. Tables
  42. // 31. Tabs
  43. // 32. Thumbnails
  44. // 33. Tooltips
  45. // 34. Top Bar
  46. // 36. Visibility Classes
  47. // a. Base
  48. // - - - - - - - - - - - - - - - - - - - - - - - - -
  49. // This is the default html and body font-size for the base rem value.
  50. // $rem-base: 16px;
  51. // Allows the use of rem-calc() or lower-bound() in your settings
  52. @import 'foundation/functions';
  53. // The default font-size is set to 100% of the browser style sheet (usually 16px)
  54. // for compatibility with browser-based text zoom or user-set defaults.
  55. // Since the typical default browser font-size is 16px, that makes the calculation for grid size.
  56. // If you want your base font-size to be different and not have it affect the grid breakpoints,
  57. // set $rem-base to $base-font-size and make sure $base-font-size is a px value.
  58. // $base-font-size: 100%;
  59. // The $base-font-size is 100% while $base-line-height is 150%
  60. // $base-line-height: 150%;
  61. // We use this to control whether or not CSS classes come through in the gem files.
  62. $include-html-classes: true;
  63. // $include-print-styles: true;
  64. $include-html-global-classes: $include-html-classes;
  65. // b. Grid
  66. // - - - - - - - - - - - - - - - - - - - - - - - - -
  67. // $include-html-grid-classes: $include-html-classes;
  68. // $include-xl-html-grid-classes: false;
  69. // $row-width: rem-calc(1000);
  70. // $total-columns: 12;
  71. // $column-gutter: rem-calc(30);
  72. // c. Global
  73. // - - - - - - - - - - - - - - - - - - - - - - - - -
  74. // We use these to define default font stacks
  75. // $font-family-sans-serif: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  76. // $font-family-serif: Georgia, Cambria, "Times New Roman", Times, serif;
  77. // $font-family-monospace: Consolas, "Liberation Mono", Courier, monospace;
  78. // We use these to define default font weights
  79. // $font-weight-normal: normal;
  80. // $font-weight-bold: bold;
  81. // $white : #FFFFFF;
  82. // $ghost : #FAFAFA;
  83. // $snow : #F9F9F9;
  84. // $vapor : #F6F6F6;
  85. // $white-smoke : #F5F5F5;
  86. // $silver : #EFEFEF;
  87. // $smoke : #EEEEEE;
  88. // $gainsboro : #DDDDDD;
  89. // $iron : #CCCCCC;
  90. // $base : #AAAAAA;
  91. // $aluminum : #999999;
  92. // $jumbo : #888888;
  93. // $monsoon : #777777;
  94. // $steel : #666666;
  95. // $charcoal : #555555;
  96. // $tuatara : #444444;
  97. // $oil : #333333;
  98. // $jet : #222222;
  99. // $black : #000000;
  100. // We use these as default colors throughout
  101. // $primary-color: #008CBA;
  102. $primary-color: #315476;
  103. $secondary-color: #e7e7e7;
  104. $alert-color: #f04124;
  105. $success-color: #43AC6A;
  106. $warning-color: #f08a24;
  107. $info-color: #cde0e8;
  108. //TimeTracker
  109. .green {
  110. color:$success-color;
  111. }
  112. .orange {
  113. color:$warning-color !important;
  114. }
  115. .keyButton {
  116. font-size:1.5em !important;
  117. margin:0px !important;
  118. border-bottom:2px #fff solid !important;
  119. padding-top:30px !important;
  120. padding-bottom:30px !important;
  121. }
  122. #pin {
  123. font-size:3em !important;
  124. height:60px !important;
  125. background-color:#fff;
  126. }
  127. .circular {
  128. font-size:3em !important;
  129. background-color:$info-color;
  130. border-radius:50%;
  131. width:125px;
  132. height:125px;
  133. margin-left:auto;
  134. margin-right:auto;
  135. padding-top:21px;
  136. border:7px solid #fff;
  137. box-shadow: 0px 0px 10px #888888;
  138. margin-bottom:30px;
  139. }
  140. .warning {
  141. background-color:$warning-color !important;
  142. color:#fff !important;
  143. }
  144. .alert {
  145. background-color:$alert-color !important;
  146. color:#fff !important;
  147. }
  148. .warning h2 {
  149. color:#fff !important;
  150. }
  151. .info {
  152. background-color:$info-color !important;
  153. border-color: rgb(88, 170, 255) !important;
  154. }
  155. .header {
  156. background-color:$primary-color;
  157. }
  158. .header h1 {
  159. color:#fff !important;
  160. }
  161. .header h4 {
  162. padding-top:20px;
  163. color:#eaeaea !important;
  164. }
  165. .section {
  166. padding-top:45px;
  167. padding-bottom:45px;
  168. border-bottom:1px dotted #ccc;
  169. }
  170. .message {
  171. background-color: #fffea9;
  172. }
  173. .totals {
  174. font-size:1.5em;
  175. border-bottom:0px #eaeaea dotted;
  176. padding:5px;
  177. }
  178. .totalsPanel {
  179. background-color:#fff;
  180. padding:20px;
  181. border-bottom:10px $primary-color solid;
  182. width:100%;
  183. position:fixed;
  184. top:0px;
  185. left:0px;
  186. display:none;
  187. color:$primary-color;
  188. }
  189. // We use these to control various global styles
  190. // $body-bg: $white;
  191. // $body-font-color: $jet;
  192. // $body-font-family: $font-family-sans-serif;
  193. // $body-font-weight: $font-weight-normal;
  194. // $body-font-style: normal;
  195. // We use this to control font-smoothing
  196. // $font-smoothing: antialiased;
  197. // We use these to control text direction settings
  198. // $text-direction: ltr;
  199. // $opposite-direction: right;
  200. // $default-float: left;
  201. // $last-child-float: $opposite-direction;
  202. // We use these to make sure border radius matches unless we want it different.
  203. // $global-radius: 3px;
  204. // $global-rounded: 1000px;
  205. // We use these to control inset shadow shiny edges and depressions.
  206. // $shiny-edge-size: 0 1px 0;
  207. // $shiny-edge-color: rgba($white, .5);
  208. // $shiny-edge-active-color: rgba($black, .2);
  209. // d. Media Query Ranges
  210. // - - - - - - - - - - - - - - - - - - - - - - - - -
  211. // $small-breakpoint: em-calc(640);
  212. // $medium-breakpoint: em-calc(1024);
  213. // $large-breakpoint: em-calc(1440);
  214. // $xlarge-breakpoint: em-calc(1920);
  215. // $small-range: (0, $small-breakpoint);
  216. // $medium-range: ($small-breakpoint + em-calc(1), $medium-breakpoint);
  217. // $large-range: ($medium-breakpoint + em-calc(1), $large-breakpoint);
  218. // $xlarge-range: ($large-breakpoint + em-calc(1), $xlarge-breakpoint);
  219. // $xxlarge-range: ($xlarge-breakpoint + em-calc(1), em-calc(99999999));
  220. // $screen: "only screen";
  221. // $landscape: "#{$screen} and (orientation: landscape)";
  222. // $portrait: "#{$screen} and (orientation: portrait)";
  223. // $small-up: $screen;
  224. // $small-only: "#{$screen} and (max-width: #{upper-bound($small-range)})";
  225. // $medium-up: "#{$screen} and (min-width:#{lower-bound($medium-range)})";
  226. // $medium-only: "#{$screen} and (min-width:#{lower-bound($medium-range)}) and (max-width:#{upper-bound($medium-range)})";
  227. // $large-up: "#{$screen} and (min-width:#{lower-bound($large-range)})";
  228. // $large-only: "#{$screen} and (min-width:#{lower-bound($large-range)}) and (max-width:#{upper-bound($large-range)})";
  229. // $xlarge-up: "#{$screen} and (min-width:#{lower-bound($xlarge-range)})";
  230. // $xlarge-only: "#{$screen} and (min-width:#{lower-bound($xlarge-range)}) and (max-width:#{upper-bound($xlarge-range)})";
  231. // $xxlarge-up: "#{$screen} and (min-width:#{lower-bound($xxlarge-range)})";
  232. // $xxlarge-only: "#{$screen} and (min-width:#{lower-bound($xxlarge-range)}) and (max-width:#{upper-bound($xxlarge-range)})";
  233. // $retina: (
  234. // "#{$screen} and (-webkit-min-device-pixel-ratio: 2)",
  235. // "#{$screen} and (min--moz-device-pixel-ratio: 2)",
  236. // "#{$screen} and (-o-min-device-pixel-ratio: 2/1)",
  237. // "#{$screen} and (min-device-pixel-ratio: 2)",
  238. // "#{$screen} and (min-resolution: 192dpi)",
  239. // "#{$screen} and (min-resolution: 2dppx)"
  240. // );
  241. // Legacy
  242. // $small: $medium-up;
  243. // $medium: $medium-up;
  244. // $large: $large-up;
  245. // We use this as cursors values for enabling the option of having custom cursors in the whole site's stylesheet
  246. // $cursor-crosshair-value: crosshair;
  247. // $cursor-default-value: default;
  248. // $cursor-disabled-value: not-allowed;
  249. // $cursor-pointer-value: pointer;
  250. // $cursor-help-value: help;
  251. // $cursor-text-value: text;
  252. // e. Typography
  253. // - - - - - - - - - - - - - - - - - - - - - - - - -
  254. // $include-html-type-classes: $include-html-classes;
  255. // We use these to control header font styles
  256. // $header-font-family: $body-font-family;
  257. // $header-font-weight: $font-weight-normal;
  258. // $header-font-style: normal;
  259. // $header-font-color: $jet;
  260. // $header-line-height: 1.4;
  261. // $header-top-margin: .2rem;
  262. // $header-bottom-margin: .5rem;
  263. // $header-text-rendering: optimizeLegibility;
  264. // We use these to control header font sizes
  265. // $h1-font-size: rem-calc(44);
  266. // $h2-font-size: rem-calc(37);
  267. // $h3-font-size: rem-calc(27);
  268. // $h4-font-size: rem-calc(23);
  269. // $h5-font-size: rem-calc(18);
  270. // $h6-font-size: 1rem;
  271. // We use these to control header size reduction on small screens
  272. // $h1-font-reduction: rem-calc(10);
  273. // $h2-font-reduction: rem-calc(10);
  274. // $h3-font-reduction: rem-calc(5);
  275. // $h4-font-reduction: rem-calc(5);
  276. // $h5-font-reduction: 0;
  277. // $h6-font-reduction: 0;
  278. // These control how subheaders are styled.
  279. // $subheader-line-height: 1.4;
  280. // $subheader-font-color: scale-color($header-font-color, $lightness: 35%);
  281. // $subheader-font-weight: $font-weight-normal;
  282. // $subheader-top-margin: .2rem;
  283. // $subheader-bottom-margin: .5rem;
  284. // A general <small> styling
  285. // $small-font-size: 60%;
  286. // $small-font-color: scale-color($header-font-color, $lightness: 35%);
  287. // We use these to style paragraphs
  288. // $paragraph-font-family: inherit;
  289. // $paragraph-font-weight: $font-weight-normal;
  290. // $paragraph-font-size: 1rem;
  291. // $paragraph-line-height: 1.6;
  292. // $paragraph-margin-bottom: rem-calc(20);
  293. // $paragraph-aside-font-size: rem-calc(14);
  294. // $paragraph-aside-line-height: 1.35;
  295. // $paragraph-aside-font-style: italic;
  296. // $paragraph-text-rendering: optimizeLegibility;
  297. // We use these to style <code> tags
  298. // $code-color: $oil;
  299. // $code-font-family: $font-family-monospace;
  300. // $code-font-weight: $font-weight-normal;
  301. // $code-background-color: scale-color($secondary-color, $lightness: 70%);
  302. // $code-border-size: 1px;
  303. // $code-border-style: solid;
  304. // $code-border-color: scale-color($code-background-color, $lightness: -10%);
  305. // $code-padding: rem-calc(2) rem-calc(5) rem-calc(1);
  306. // We use these to style anchors
  307. // $anchor-text-decoration: none;
  308. // $anchor-text-decoration-hover: none;
  309. // $anchor-font-color: $primary-color;
  310. // $anchor-font-color-hover: scale-color($anchor-font-color, $lightness: -14%);
  311. // We use these to style the <hr> element
  312. // $hr-border-width: 1px;
  313. // $hr-border-style: solid;
  314. // $hr-border-color: $gainsboro;
  315. // $hr-margin: rem-calc(20);
  316. // We use these to style lists
  317. // $list-font-family: $paragraph-font-family;
  318. // $list-font-size: $paragraph-font-size;
  319. // $list-line-height: $paragraph-line-height;
  320. // $list-margin-bottom: $paragraph-margin-bottom;
  321. // $list-style-position: outside;
  322. // $list-side-margin: 1.1rem;
  323. // $list-ordered-side-margin: 1.4rem;
  324. // $list-side-margin-no-bullet: 0;
  325. // $list-nested-margin: rem-calc(20);
  326. // $definition-list-header-weight: $font-weight-bold;
  327. // $definition-list-header-margin-bottom: .3rem;
  328. // $definition-list-margin-bottom: rem-calc(12);
  329. // We use these to style blockquotes
  330. // $blockquote-font-color: scale-color($header-font-color, $lightness: 35%);
  331. // $blockquote-padding: rem-calc(9 20 0 19);
  332. // $blockquote-border: 1px solid $gainsboro;
  333. // $blockquote-cite-font-size: rem-calc(13);
  334. // $blockquote-cite-font-color: scale-color($header-font-color, $lightness: 23%);
  335. // $blockquote-cite-link-color: $blockquote-cite-font-color;
  336. // Acronym styles
  337. // $acronym-underline: 1px dotted $gainsboro;
  338. // We use these to control padding and margin
  339. // $microformat-padding: rem-calc(10 12);
  340. // $microformat-margin: rem-calc(0 0 20 0);
  341. // We use these to control the border styles
  342. // $microformat-border-width: 1px;
  343. // $microformat-border-style: solid;
  344. // $microformat-border-color: $gainsboro;
  345. // We use these to control full name font styles
  346. // $microformat-fullname-font-weight: $font-weight-bold;
  347. // $microformat-fullname-font-size: rem-calc(15);
  348. // We use this to control the summary font styles
  349. // $microformat-summary-font-weight: $font-weight-bold;
  350. // We use this to control abbr padding
  351. // $microformat-abbr-padding: rem-calc(0 1);
  352. // We use this to control abbr font styles
  353. // $microformat-abbr-font-weight: $font-weight-bold;
  354. // $microformat-abbr-font-decoration: none;
  355. // 01. Accordion
  356. // - - - - - - - - - - - - - - - - - - - - - - - - -
  357. // $include-html-accordion-classes: $include-html-classes;
  358. // $accordion-navigation-padding: rem-calc(16);
  359. // $accordion-navigation-bg-color: $silver;
  360. // $accordion-navigation-hover-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -5%);
  361. // $accordion-navigation-active-bg-color: scale-color($accordion-navigation-bg-color, $lightness: -3%);
  362. // $accordion-navigation-active-font-color: $jet;
  363. // $accordion-navigation-font-color: $jet;
  364. // $accordion-navigation-font-size: rem-calc(16);
  365. // $accordion-navigation-font-family: $body-font-family;
  366. // $accordion-content-padding: ($column-gutter/2);
  367. // $accordion-content-active-bg-color: $white;
  368. // 02. Alert Boxes
  369. // - - - - - - - - - - - - - - - - - - - - - - - - -
  370. // $include-html-alert-classes: $include-html-classes;
  371. // We use this to control alert padding.
  372. // $alert-padding-top: rem-calc(14);
  373. // $alert-padding-default-float: $alert-padding-top;
  374. // $alert-padding-opposite-direction: $alert-padding-top + rem-calc(10);
  375. // $alert-padding-bottom: $alert-padding-top;
  376. // We use these to control text style.
  377. // $alert-font-weight: $font-weight-normal;
  378. // $alert-font-size: rem-calc(13);
  379. // $alert-font-color: $white;
  380. // $alert-font-color-alt: scale-color($secondary-color, $lightness: -66%);
  381. // We use this for close hover effect.
  382. // $alert-function-factor: -14%;
  383. // We use these to control border styles.
  384. // $alert-border-style: solid;
  385. // $alert-border-width: 1px;
  386. // $alert-border-color: scale-color($primary-color, $lightness: $alert-function-factor);
  387. // $alert-bottom-margin: rem-calc(20);
  388. // We use these to style the close buttons
  389. // $alert-close-color: $oil;
  390. // $alert-close-top: 50%;
  391. // $alert-close-position: rem-calc(4);
  392. // $alert-close-font-size: rem-calc(22);
  393. // $alert-close-opacity: .3;
  394. // $alert-close-opacity-hover: .5;
  395. // $alert-close-padding: 9px 6px 4px;
  396. // $alert-close-background: inherit;
  397. // We use this to control border radius
  398. // $alert-radius: $global-radius;
  399. // $alert-transition-speed: 300ms;
  400. // $alert-transition-ease: ease-out;
  401. // 03. Block Grid
  402. // - - - - - - - - - - - - - - - - - - - - - - - - -
  403. // $include-html-block-grid-classes: $include-html-classes;
  404. // $include-xl-html-block-grid-classes: false;
  405. // We use this to control the maximum number of block grid elements per row
  406. // $block-grid-elements: 12;
  407. // $block-grid-default-spacing: rem-calc(20);
  408. // $align-block-grid-to-grid: false;
  409. // @if $align-block-grid-to-grid {$block-grid-default-spacing: $column-gutter;}
  410. // Enables media queries for block-grid classes. Set to false if writing semantic HTML.
  411. // $block-grid-media-queries: true;
  412. // 04. Breadcrumbs
  413. // - - - - - - - - - - - - - - - - - - - - - - - - -
  414. // $include-html-nav-classes: $include-html-classes;
  415. // We use this to set the background color for the breadcrumb container.
  416. // $crumb-bg: scale-color($secondary-color, $lightness: 55%);
  417. // We use these to set the padding around the breadcrumbs.
  418. // $crumb-padding: rem-calc(9 14 9);
  419. // $crumb-side-padding: rem-calc(12);
  420. // We use these to control border styles.
  421. // $crumb-function-factor: -10%;
  422. // $crumb-border-size: 1px;
  423. // $crumb-border-style: solid;
  424. // $crumb-border-color: scale-color($crumb-bg, $lightness: $crumb-function-factor);
  425. // $crumb-radius: $global-radius;
  426. // We use these to set various text styles for breadcrumbs.
  427. // $crumb-font-size: rem-calc(11);
  428. // $crumb-font-color: $primary-color;
  429. // $crumb-font-color-current: $oil;
  430. // $crumb-font-color-unavailable: $aluminum;
  431. // $crumb-font-transform: uppercase;
  432. // $crumb-link-decor: underline;
  433. // We use these to control the slash between breadcrumbs
  434. // $crumb-slash-color: $base;
  435. // $crumb-slash: "/";
  436. // $crumb-slash-position: 1px;
  437. // 05. Buttons
  438. // - - - - - - - - - - - - - - - - - - - - - - - - -
  439. // $include-html-button-classes: $include-html-classes;
  440. // We use these to build padding for buttons.
  441. // $button-tny: rem-calc(10);
  442. // $button-sml: rem-calc(14);
  443. // $button-med: rem-calc(16);
  444. // $button-lrg: rem-calc(18);
  445. // We use this to control the display property.
  446. // $button-display: inline-block;
  447. // $button-margin-bottom: rem-calc(20);
  448. // We use these to control button text styles.
  449. // $button-font-family: $body-font-family;
  450. // $button-font-color: $white;
  451. // $button-font-color-alt: $oil;
  452. // $button-font-tny: rem-calc(11);
  453. // $button-font-sml: rem-calc(13);
  454. // $button-font-med: rem-calc(16);
  455. // $button-font-lrg: rem-calc(20);
  456. // $button-font-weight: $font-weight-normal;
  457. // $button-font-align: center;
  458. // We use these to control various hover effects.
  459. // $button-function-factor: -20%;
  460. // We use these to control button border styles.
  461. // $button-border-width: 0;
  462. // $button-border-style: solid;
  463. // $button-bg-color: $primary-color;
  464. // $button-bg-hover: scale-color($button-bg-color, $lightness: $button-function-factor);
  465. // $button-border-color: $button-bg-hover;
  466. // $secondary-button-bg-hover: scale-color($secondary-color, $lightness: $button-function-factor);
  467. // $secondary-button-border-color: $secondary-button-bg-hover;
  468. // $success-button-bg-hover: scale-color($success-color, $lightness: $button-function-factor);
  469. // $success-button-border-color: $success-button-bg-hover;
  470. // $alert-button-bg-hover: scale-color($alert-color, $lightness: $button-function-factor);
  471. // $alert-button-border-color: $alert-button-bg-hover;
  472. // $warning-button-bg-hover: scale-color($warning-color, $lightness: $button-function-factor);
  473. // $warning-button-border-color: $warning-button-bg-hover;
  474. // $info-button-bg-hover: scale-color($info-color, $lightness: $button-function-factor);
  475. // $info-button-border-color: $info-button-bg-hover;
  476. // We use this to set the default radius used throughout the core.
  477. // $button-radius: $global-radius;
  478. // $button-round: $global-rounded;
  479. // We use this to set default opacity and cursor for disabled buttons.
  480. // $button-disabled-opacity: .7;
  481. // $button-disabled-cursor: $cursor-default-value;
  482. // 06. Button Groups
  483. // - - - - - - - - - - - - - - - - - - - - - - - - -
  484. // $include-html-button-classes: $include-html-classes;
  485. // Sets the margin for the right side by default, and the left margin if right-to-left direction is used
  486. // $button-bar-margin-opposite: rem-calc(10);
  487. // $button-group-border-width: 1px;
  488. // 07. Clearing
  489. // - - - - - - - - - - - - - - - - - - - - - - - - -
  490. // $include-html-clearing-classes: $include-html-classes;
  491. // We use these to set the background colors for parts of Clearing.
  492. // $clearing-bg: $oil;
  493. // $clearing-caption-bg: $clearing-bg;
  494. // $clearing-carousel-bg: rgba(51,51,51,0.8);
  495. // $clearing-img-bg: $clearing-bg;
  496. // We use these to style the close button
  497. // $clearing-close-color: $iron;
  498. // $clearing-close-size: 30px;
  499. // We use these to style the arrows
  500. // $clearing-arrow-size: 12px;
  501. // $clearing-arrow-color: $clearing-close-color;
  502. // We use these to style captions
  503. // $clearing-caption-font-color: $iron;
  504. // $clearing-caption-font-size: .875em;
  505. // $clearing-caption-padding: 10px 30px 20px;
  506. // We use these to make the image and carousel height and style
  507. // $clearing-active-img-height: 85%;
  508. // $clearing-carousel-height: 120px;
  509. // $clearing-carousel-thumb-width: 120px;
  510. // $clearing-carousel-thumb-active-border: 1px solid rgb(255,255,255);
  511. // 08. Dropdown
  512. // - - - - - - - - - - - - - - - - - - - - - - - - -
  513. // $include-html-dropdown-classes: $include-html-classes;
  514. // We use these to controls height and width styles.
  515. // $f-dropdown-max-width: 200px;
  516. // $f-dropdown-height: auto;
  517. // $f-dropdown-max-height: none;
  518. // Used for bottom position
  519. // $f-dropdown-margin-top: 2px;
  520. // Used for right position
  521. // $f-dropdown-margin-left: $f-dropdown-margin-top;
  522. // Used for left position
  523. // $f-dropdown-margin-right: $f-dropdown-margin-top;
  524. // Used for top position
  525. // $f-dropdown-margin-bottom: $f-dropdown-margin-top;
  526. // We use this to control the background color
  527. // $f-dropdown-bg: $white;
  528. // We use this to set the border styles for dropdowns.
  529. // $f-dropdown-border-style: solid;
  530. // $f-dropdown-border-width: 1px;
  531. // $f-dropdown-border-color: scale-color($white, $lightness: -20%);
  532. // We use these to style the triangle pip.
  533. // $f-dropdown-triangle-size: 6px;
  534. // $f-dropdown-triangle-color: $white;
  535. // $f-dropdown-triangle-side-offset: 10px;
  536. // We use these to control styles for the list elements.
  537. // $f-dropdown-list-style: none;
  538. // $f-dropdown-font-color: $charcoal;
  539. // $f-dropdown-font-size: rem-calc(14);
  540. // $f-dropdown-list-padding: rem-calc(5, 10);
  541. // $f-dropdown-line-height: rem-calc(18);
  542. // $f-dropdown-list-hover-bg: $smoke;
  543. // $dropdown-mobile-default-float: 0;
  544. // We use this to control the styles for when the dropdown has custom content.
  545. // $f-dropdown-content-padding: rem-calc(20);
  546. // Default radius for dropdown.
  547. // $f-dropdown-radius: $global-radius;
  548. // 09. Dropdown Buttons
  549. // - - - - - - - - - - - - - - - - - - - - - - - - -
  550. // $include-html-button-classes: $include-html-classes;
  551. // We use these to set the color of the pip in dropdown buttons
  552. // $dropdown-button-pip-color: $white;
  553. // $dropdown-button-pip-color-alt: $oil;
  554. // We use these to set the size of the pip in dropdown buttons
  555. // $button-pip-tny: rem-calc(6);
  556. // $button-pip-sml: rem-calc(7);
  557. // $button-pip-med: rem-calc(9);
  558. // $button-pip-lrg: rem-calc(11);
  559. // We use these to style tiny dropdown buttons
  560. // $dropdown-button-padding-tny: $button-pip-tny * 7;
  561. // $dropdown-button-pip-size-tny: $button-pip-tny;
  562. // $dropdown-button-pip-opposite-tny: $button-pip-tny * 3;
  563. // $dropdown-button-pip-top-tny: (-$button-pip-tny / 2) + rem-calc(1);
  564. // We use these to style small dropdown buttons
  565. // $dropdown-button-padding-sml: $button-pip-sml * 7;
  566. // $dropdown-button-pip-size-sml: $button-pip-sml;
  567. // $dropdown-button-pip-opposite-sml: $button-pip-sml * 3;
  568. // $dropdown-button-pip-top-sml: (-$button-pip-sml / 2) + rem-calc(1);
  569. // We use these to style medium dropdown buttons
  570. // $dropdown-button-padding-med: $button-pip-med * 6 + rem-calc(3);
  571. // $dropdown-button-pip-size-med: $button-pip-med - rem-calc(3);
  572. // $dropdown-button-pip-opposite-med: $button-pip-med * 2.5;
  573. // $dropdown-button-pip-top-med: (-$button-pip-med / 2) + rem-calc(2);
  574. // We use these to style large dropdown buttons
  575. // $dropdown-button-padding-lrg: $button-pip-lrg * 5 + rem-calc(3);
  576. // $dropdown-button-pip-size-lrg: $button-pip-lrg - rem-calc(6);
  577. // $dropdown-button-pip-opposite-lrg: $button-pip-lrg * 2.5;
  578. // $dropdown-button-pip-top-lrg: (-$button-pip-lrg / 2) + rem-calc(3);
  579. // 10. Flex Video
  580. // - - - - - - - - - - - - - - - - - - - - - - - - -
  581. // $include-html-media-classes: $include-html-classes;
  582. // We use these to control video container padding and margins
  583. // $flex-video-padding-top: rem-calc(25);
  584. // $flex-video-padding-bottom: 67.5%;
  585. // $flex-video-margin-bottom: rem-calc(16);
  586. // We use this to control widescreen bottom padding
  587. // $flex-video-widescreen-padding-bottom: 56.34%;
  588. // 11. Forms
  589. // - - - - - - - - - - - - - - - - - - - - - - - - -
  590. // $include-html-form-classes: $include-html-classes;
  591. // We use this to set the base for lots of form spacing and positioning styles
  592. // $form-spacing: rem-calc(16);
  593. // We use these to style the labels in different ways
  594. // $form-label-pointer: pointer;
  595. // $form-label-font-size: rem-calc(14);
  596. // $form-label-font-weight: $font-weight-normal;
  597. // $form-label-line-height: 1.5;
  598. // $form-label-font-color: scale-color($black, $lightness: 30%);
  599. // $form-label-small-transform: capitalize;
  600. // $form-label-bottom-margin: 0;
  601. // $input-font-family: inherit;
  602. // $input-font-color: rgba(0,0,0,0.75);
  603. // $input-font-size: rem-calc(14);
  604. // $input-placeholder-font-color: #cccccc;
  605. // $input-bg-color: $white;
  606. // $input-focus-bg-color: scale-color($white, $lightness: -2%);
  607. // $input-border-color: scale-color($white, $lightness: -20%);
  608. // $input-focus-border-color: scale-color($white, $lightness: -40%);
  609. // $input-border-style: solid;
  610. // $input-border-width: 1px;
  611. // $input-border-radius: $global-radius;
  612. // $input-disabled-bg: $gainsboro;
  613. // $input-disabled-cursor: $cursor-default-value;
  614. // $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  615. // $input-include-glowing-effect: false;
  616. // We use these to style the fieldset border and spacing.
  617. // $fieldset-border-style: solid;
  618. // $fieldset-border-width: 1px;
  619. // $fieldset-border-color: $gainsboro;
  620. // $fieldset-padding: rem-calc(20);
  621. // $fieldset-margin: rem-calc(18 0);
  622. // We use these to style the legends when you use them
  623. // $legend-bg: $white;
  624. // $legend-font-weight: $font-weight-bold;
  625. // $legend-padding: rem-calc(0 3);
  626. // We use these to style the prefix and postfix input elements
  627. // $input-prefix-bg: scale-color($white, $lightness: -5%);
  628. // $input-prefix-border-color: scale-color($white, $lightness: -20%);
  629. // $input-prefix-border-size: 1px;
  630. // $input-prefix-border-type: solid;
  631. // $input-prefix-overflow: hidden;
  632. // $input-prefix-font-color: $oil;
  633. // $input-prefix-font-color-alt: $white;
  634. // We use this setting to turn on/off HTML5 number spinners (the up/down arrows)
  635. // $input-number-spinners: true;
  636. // We use these to style the error states for inputs and labels
  637. // $input-error-message-padding: rem-calc(6 9 9);
  638. // $input-error-message-top: -1px;
  639. // $input-error-message-font-size: rem-calc(12);
  640. // $input-error-message-font-weight: $font-weight-normal;
  641. // $input-error-message-font-style: italic;
  642. // $input-error-message-font-color: $white;
  643. // $input-error-message-bg-color: $alert-color;
  644. // $input-error-message-font-color-alt: $oil;
  645. // We use this to style the glowing effect of inputs when focused
  646. // $glowing-effect-fade-time: .45s;
  647. // $glowing-effect-color: $input-focus-border-color;
  648. // We use this to style the transition when inputs are focused and when the glowing effect is disabled.
  649. // $input-transition-fade-time: 0.15s;
  650. // $input-transition-fade-timing-function: linear;
  651. // Select variables
  652. // $select-bg-color: $ghost;
  653. // $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%);
  654. // 12. Icon Bar
  655. // - - - - - - - - - - - - - - - - - - - - - - - - -
  656. // We use these to style the icon-bar and items
  657. // $icon-bar-bg: $oil;
  658. // $icon-bar-font-color: $white;
  659. // $icon-bar-font-color-hover: $icon-bar-font-color;
  660. // $icon-bar-font-size: 1rem;
  661. // $icon-bar-hover-color: $primary-color;
  662. // $icon-bar-icon-color: $white;
  663. // $icon-bar-icon-color-hover: $icon-bar-icon-color;
  664. // $icon-bar-icon-size: 1.875rem;
  665. // $icon-bar-image-width: 1.875rem;
  666. // $icon-bar-image-height: 1.875rem;
  667. // $icon-bar-active-color: $primary-color;
  668. // $icon-bar-item-padding: 1.25rem;
  669. // We use this to set default opacity and cursor for disabled icons.
  670. // $icon-bar-disabled-opacity: .7;
  671. // 13. Inline Lists
  672. // - - - - - - - - - - - - - - - - - - - - - - - - -
  673. // $include-html-inline-list-classes: $include-html-classes;
  674. // We use this to control the margins and padding of the inline list.
  675. // $inline-list-top-margin: 0;
  676. // $inline-list-opposite-margin: 0;
  677. // $inline-list-bottom-margin: rem-calc(17);
  678. // $inline-list-default-float-margin: rem-calc(-22);
  679. // $inline-list-default-float-list-margin: rem-calc(22);
  680. // $inline-list-padding: 0;
  681. // We use this to control the overflow of the inline list.
  682. // $inline-list-overflow: hidden;
  683. // We use this to control the list items
  684. // $inline-list-display: block;
  685. // We use this to control any elements within list items
  686. // $inline-list-children-display: block;
  687. // 14. Joyride
  688. // - - - - - - - - - - - - - - - - - - - - - - - - -
  689. // $include-html-joyride-classes: $include-html-classes;
  690. // Controlling default Joyride styles
  691. // $joyride-tip-bg: $oil;
  692. // $joyride-tip-default-width: 300px;
  693. // $joyride-tip-padding: rem-calc(18 20 24);
  694. // $joyride-tip-border: solid 1px $charcoal;
  695. // $joyride-tip-radius: 4px;
  696. // $joyride-tip-position-offset: 22px;
  697. // Here, we're setting the tip font styles
  698. // $joyride-tip-font-color: $white;
  699. // $joyride-tip-font-size: rem-calc(14);
  700. // $joyride-tip-header-weight: $font-weight-bold;
  701. // This changes the nub size
  702. // $joyride-tip-nub-size: 10px;
  703. // This adjusts the styles for the timer when its enabled
  704. // $joyride-tip-timer-width: 50px;
  705. // $joyride-tip-timer-height: 3px;
  706. // $joyride-tip-timer-color: $steel;
  707. // This changes up the styles for the close button
  708. // $joyride-tip-close-color: $monsoon;
  709. // $joyride-tip-close-size: 24px;
  710. // $joyride-tip-close-weight: $font-weight-normal;
  711. // When Joyride is filling the screen, we use this style for the bg
  712. // $joyride-screenfill: rgba(0,0,0,0.5);
  713. // 15. Keystrokes
  714. // - - - - - - - - - - - - - - - - - - - - - - - - -
  715. // $include-html-keystroke-classes: $include-html-classes;
  716. // We use these to control text styles.
  717. // $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
  718. // $keystroke-font-size: inherit;
  719. // $keystroke-font-color: $jet;
  720. // $keystroke-font-color-alt: $white;
  721. // $keystroke-function-factor: -7%;
  722. // We use this to control keystroke padding.
  723. // $keystroke-padding: rem-calc(2 4 0);
  724. // We use these to control background and border styles.
  725. // $keystroke-bg: scale-color($white, $lightness: $keystroke-function-factor);
  726. // $keystroke-border-style: solid;
  727. // $keystroke-border-width: 1px;
  728. // $keystroke-border-color: scale-color($keystroke-bg, $lightness: $keystroke-function-factor);
  729. // $keystroke-radius: $global-radius;
  730. // 16. Labels
  731. // - - - - - - - - - - - - - - - - - - - - - - - - -
  732. // $include-html-label-classes: $include-html-classes;
  733. // We use these to style the labels
  734. // $label-padding: rem-calc(4 8 4);
  735. // $label-radius: $global-radius;
  736. // We use these to style the label text
  737. // $label-font-sizing: rem-calc(11);
  738. // $label-font-weight: $font-weight-normal;
  739. // $label-font-color: $oil;
  740. // $label-font-color-alt: $white;
  741. // $label-font-family: $body-font-family;
  742. // 17. Magellan
  743. // - - - - - - - - - - - - - - - - - - - - - - - - -
  744. // $include-html-magellan-classes: $include-html-classes;
  745. // $magellan-bg: $white;
  746. // $magellan-padding: 10px;
  747. // 18. Off-canvas
  748. // - - - - - - - - - - - - - - - - - - - - - - - - -
  749. // Off Canvas Tab Bar Variables
  750. // $include-html-off-canvas-classes: $include-html-classes;
  751. // $tabbar-bg: $oil;
  752. // $tabbar-height: rem-calc(45);
  753. // $tabbar-icon-width: $tabbar-height;
  754. // $tabbar-line-height: $tabbar-height;
  755. // $tabbar-color: $white;
  756. // $tabbar-middle-padding: 0 rem-calc(10);
  757. // Off Canvas Divider Styles
  758. // $tabbar-left-section-border: solid 1px scale-color($tabbar-bg, $lightness: -50%);
  759. // $tabbar-right-section-border: $tabbar-left-section-border;
  760. // Off Canvas Tab Bar Headers
  761. // $tabbar-header-color: $white;
  762. // $tabbar-header-weight: $font-weight-bold;
  763. // $tabbar-header-line-height: $tabbar-height;
  764. // $tabbar-header-margin: 0;
  765. // Off Canvas Menu Variables
  766. // $off-canvas-width: rem-calc(250);
  767. // $off-canvas-bg: $oil;
  768. // $off-canvas-bg-hover: scale-color($tabbar-bg, $lightness: -30%);
  769. // $off-canvas-bg-active: scale-color($tabbar-bg, $lightness: -30%);
  770. // Off Canvas Menu List Variables
  771. // $off-canvas-label-padding: .3rem rem-calc(15);
  772. // $off-canvas-label-color: $aluminum;
  773. // $off-canvas-label-text-transform: uppercase;
  774. // $off-canvas-label-font-size: rem-calc(12);
  775. // $off-canvas-label-font-weight: $font-weight-bold;
  776. // $off-canvas-label-bg: $tuatara;
  777. // $off-canvas-label-border-top: 1px solid scale-color($off-canvas-label-bg, $lightness: 14%);
  778. // $off-canvas-label-border-bottom: none;
  779. // $off-canvas-label-margin:0;
  780. // $off-canvas-link-padding: rem-calc(10, 15);
  781. // $off-canvas-link-color: rgba($white, .7);
  782. // $off-canvas-link-border-bottom: 1px solid scale-color($off-canvas-bg, $lightness: -25%);
  783. // $off-canvas-back-bg: #444;
  784. // $off-canvas-back-border-top: $off-canvas-label-border-top;
  785. // $off-canvas-back-border-bottom: $off-canvas-label-border-bottom;
  786. // $off-canvas-back-hover-bg: scale-color($off-canvas-back-bg, $lightness: -30%);
  787. // $off-canvas-back-hover-border-top: 1px solid scale-color($off-canvas-label-bg, $lightness: 14%);
  788. // $off-canvas-back-hover-border-bottom: none;
  789. // Off Canvas Menu Icon Variables
  790. // $tabbar-menu-icon-color: $white;
  791. // $tabbar-menu-icon-hover: scale-color($tabbar-menu-icon-color, $lightness: -30%);
  792. // $tabbar-menu-icon-text-indent: rem-calc(35);
  793. // $tabbar-menu-icon-width: $tabbar-icon-width;
  794. // $tabbar-menu-icon-height: $tabbar-height;
  795. // $tabbar-menu-icon-padding: 0;
  796. // $tabbar-hamburger-icon-width: rem-calc(16);
  797. // $tabbar-hamburger-icon-left: false;
  798. // $tabbar-hamburger-icon-top: false;
  799. // $tabbar-hamburger-icon-thickness: 1px;
  800. // $tabbar-hamburger-icon-gap: 6px;
  801. // Off Canvas Back-Link Overlay
  802. // $off-canvas-overlay-transition: background 300ms ease;
  803. // $off-canvas-overlay-cursor: pointer;
  804. // $off-canvas-overlay-box-shadow: -4px 0 4px rgba($black, .5), 4px 0 4px rgba($black, .5);
  805. // $off-canvas-overlay-background: rgba($white, .2);
  806. // $off-canvas-overlay-background-hover: rgba($white, .05);
  807. // Transition Variables
  808. // $menu-slide: "transform 500ms ease";
  809. // 19. Orbit
  810. // - - - - - - - - - - - - - - - - - - - - - - - - -
  811. // $include-html-orbit-classes: $include-html-classes;
  812. // We use these to control the caption styles
  813. // $orbit-container-bg: none;
  814. // $orbit-caption-bg: rgba(51,51,51, .8);
  815. // $orbit-caption-font-color: $white;
  816. // $orbit-caption-font-size: rem-calc(14);
  817. // $orbit-caption-position: "bottom"; // Supported values: "bottom", "under"
  818. // $orbit-caption-padding: rem-calc(10 14);
  819. // $orbit-caption-height: auto;
  820. // We use these to control the left/right nav styles
  821. // $orbit-nav-bg: transparent;
  822. // $orbit-nav-bg-hover: rgba(0,0,0,0.3);
  823. // $orbit-nav-arrow-color: $white;
  824. // $orbit-nav-arrow-color-hover: $white;
  825. // We use these to control the timer styles
  826. // $orbit-timer-bg: rgba(255,255,255,0.3);
  827. // $orbit-timer-show-progress-bar: true;
  828. // We use these to control the bullet nav styles
  829. // $orbit-bullet-nav-color: $iron;
  830. // $orbit-bullet-nav-color-active: $aluminum;
  831. // $orbit-bullet-radius: rem-calc(9);
  832. // We use these to controls the style of slide numbers
  833. // $orbit-slide-number-bg: rgba(0,0,0,0);
  834. // $orbit-slide-number-font-color: $white;
  835. // $orbit-slide-number-padding: rem-calc(5);
  836. // Graceful Loading Wrapper and preloader
  837. // $wrapper-class: "slideshow-wrapper";
  838. // $preloader-class: "preloader";
  839. // Hide controls on small
  840. // $orbit-nav-hide-for-small: true;
  841. // $orbit-bullet-hide-for-small: true;
  842. // $orbit-timer-hide-for-small: true;
  843. // 20. Pagination
  844. // - - - - - - - - - - - - - - - - - - - - - - - - -
  845. // $include-pagination-classes: $include-html-classes;
  846. // We use these to control the pagination container
  847. // $pagination-height: rem-calc(24);
  848. // $pagination-margin: rem-calc(-5);
  849. // We use these to set the list-item properties
  850. // $pagination-li-float: $default-float;
  851. // $pagination-li-height: rem-calc(24);
  852. // $pagination-li-font-color: $jet;
  853. // $pagination-li-font-size: rem-calc(14);
  854. // $pagination-li-margin: rem-calc(5);
  855. // We use these for the pagination anchor links
  856. // $pagination-link-pad: rem-calc(1 10 1);
  857. // $pagination-link-font-color: $aluminum;
  858. // $pagination-link-active-bg: scale-color($white, $lightness: -10%);
  859. // We use these for disabled anchor links
  860. // $pagination-link-unavailable-cursor: default;
  861. // $pagination-link-unavailable-font-color: $aluminum;
  862. // $pagination-link-unavailable-bg-active: transparent;
  863. // We use these for currently selected anchor links
  864. // $pagination-link-current-background: $primary-color;
  865. // $pagination-link-current-font-color: $white;
  866. // $pagination-link-current-font-weight: $font-weight-bold;
  867. // $pagination-link-current-cursor: default;
  868. // $pagination-link-current-active-bg: $primary-color;
  869. // 21. Panels
  870. // - - - - - - - - - - - - - - - - - - - - - - - - -
  871. // $include-html-panel-classes: $include-html-classes;
  872. // We use these to control the background and border styles
  873. // $panel-bg: scale-color($white, $lightness: -5%);
  874. // $panel-border-style: solid;
  875. // $panel-border-size: 1px;
  876. // $callout-panel-bg: scale-color($primary-color, $lightness: 94%);
  877. // We use this % to control how much we darken things on hover
  878. // $panel-border-color: scale-color($panel-bg, $lightness: -11%);
  879. // We use these to set default inner padding and bottom margin
  880. // $panel-margin-bottom: rem-calc(20);
  881. // $panel-padding: rem-calc(20);
  882. // We use these to set default font colors
  883. // $panel-font-color: $oil;
  884. // $panel-font-color-alt: $white;
  885. // $panel-header-adjust: true;
  886. // $callout-panel-link-color: $primary-color;
  887. // $callout-panel-link-color-hover: scale-color($callout-panel-link-color, $lightness: -14%);
  888. // 22. Pricing Tables
  889. // - - - - - - - - - - - - - - - - - - - - - - - - -
  890. // $include-html-pricing-classes: $include-html-classes;
  891. // We use this to control the border color
  892. // $price-table-border: solid 1px $gainsboro;
  893. // We use this to control the bottom margin of the pricing table
  894. // $price-table-margin-bottom: rem-calc(20);
  895. // We use these to control the title styles
  896. // $price-title-bg: $oil;
  897. // $price-title-padding: rem-calc(15 20);
  898. // $price-title-align: center;
  899. // $price-title-color: $smoke;
  900. // $price-title-weight: $font-weight-normal;
  901. // $price-title-size: rem-calc(16);
  902. // $price-title-font-family: $body-font-family;
  903. // We use these to control the price styles
  904. // $price-money-bg: $vapor;
  905. // $price-money-padding: rem-calc(15 20);
  906. // $price-money-align: center;
  907. // $price-money-color: $oil;
  908. // $price-money-weight: $font-weight-normal;
  909. // $price-money-size: rem-calc(32);
  910. // $price-money-font-family: $body-font-family;
  911. // We use these to control the description styles
  912. // $price-bg: $white;
  913. // $price-desc-color: $monsoon;
  914. // $price-desc-padding: rem-calc(15);
  915. // $price-desc-align: center;
  916. // $price-desc-font-size: rem-calc(12);
  917. // $price-desc-weight: $font-weight-normal;
  918. // $price-desc-line-height: 1.4;
  919. // $price-desc-bottom-border: dotted 1px $gainsboro;
  920. // We use these to control the list item styles
  921. // $price-item-color: $oil;
  922. // $price-item-padding: rem-calc(15);
  923. // $price-item-align: center;
  924. // $price-item-font-size: rem-calc(14);
  925. // $price-item-weight: $font-weight-normal;
  926. // $price-item-bottom-border: dotted 1px $gainsboro;
  927. // We use these to control the CTA area styles
  928. // $price-cta-bg: $white;
  929. // $price-cta-align: center;
  930. // $price-cta-padding: rem-calc(20 20 0);
  931. // 23. Progress Bar
  932. // - - - - - - - - - - - - - - - - - - - - - - - - -
  933. // $include-html-media-classes: $include-html-classes;
  934. // We use this to set the progress bar height
  935. // $progress-bar-height: rem-calc(25);
  936. // $progress-bar-color: $vapor;
  937. // We use these to control the border styles
  938. // $progress-bar-border-color: scale-color($white, $lightness: 20%);
  939. // $progress-bar-border-size: 1px;
  940. // $progress-bar-border-style: solid;
  941. // $progress-bar-border-radius: $global-radius;
  942. // We use these to control the margin & padding
  943. // $progress-bar-margin-bottom: rem-calc(10);
  944. // We use these to set the meter colors
  945. // $progress-meter-color: $primary-color;
  946. // $progress-meter-secondary-color: $secondary-color;
  947. // $progress-meter-success-color: $success-color;
  948. // $progress-meter-alert-color: $alert-color;
  949. // 24. Range Slider
  950. // - - - - - - - - - - - - - - - - - - - - - - - - -
  951. // $include-html-range-slider-classes: $include-html-classes;
  952. // These variables define the slider bar styles
  953. // $range-slider-bar-width: 100%;
  954. // $range-slider-bar-height: rem-calc(16);
  955. // $range-slider-bar-border-width: 1px;
  956. // $range-slider-bar-border-style: solid;
  957. // $range-slider-bar-border-color: $gainsboro;
  958. // $range-slider-radius: $global-radius;
  959. // $range-slider-round: $global-rounded;
  960. // $range-slider-bar-bg-color: $ghost;
  961. // $range-slider-active-segment-bg-color: scale-color($secondary-color, $lightness: -1%);
  962. // Vertical bar styles
  963. // $range-slider-vertical-bar-width: rem-calc(16);
  964. // $range-slider-vertical-bar-height: rem-calc(200);
  965. // These variables define the slider handle styles
  966. // $range-slider-handle-width: rem-calc(32);
  967. // $range-slider-handle-height: rem-calc(22);
  968. // $range-slider-handle-position-top: rem-calc(-5);
  969. // $range-slider-handle-bg-color: $primary-color;
  970. // $range-slider-handle-border-width: 1px;
  971. // $range-slider-handle-border-style: solid;
  972. // $range-slider-handle-border-color: none;
  973. // $range-slider-handle-radius: $global-radius;
  974. // $range-slider-handle-round: $global-rounded;
  975. // $range-slider-handle-bg-hover-color: scale-color($primary-color, $lightness: -12%);
  976. // $range-slider-handle-cursor: pointer;
  977. // $range-slider-disabled-opacity: .7;
  978. // $range-slider-disabled-cursor: $cursor-disabled-value;
  979. // 25. Reveal
  980. // - - - - - - - - - - - - - - - - - - - - - - - - -
  981. // $include-html-reveal-classes: $include-html-classes;
  982. // We use these to control the style of the reveal overlay.
  983. // $reveal-overlay-bg: rgba($black, .45);
  984. // $reveal-overlay-bg-old: $black;
  985. // We use these to control the style of the modal itself.
  986. // $reveal-modal-bg: $white;
  987. // $reveal-position-top: rem-calc(100);
  988. // $reveal-default-width: 80%;
  989. // $reveal-max-width: $row-width;
  990. // $reveal-modal-padding: rem-calc(20);
  991. // $reveal-box-shadow: 0 0 10px rgba($black,.4);
  992. // We use these to style the reveal close button
  993. // $reveal-close-font-size: rem-calc(40);
  994. // $reveal-close-top: rem-calc(10);
  995. // $reveal-close-side: rem-calc(22);
  996. // $reveal-close-color: $base;
  997. // $reveal-close-weight: $font-weight-bold;
  998. // We use this to set the default radius used throughout the core.
  999. // $reveal-radius: $global-radius;
  1000. // $reveal-round: $global-rounded;
  1001. // We use these to control the modal border
  1002. // $reveal-border-style: solid;
  1003. // $reveal-border-width: 1px;
  1004. // $reveal-border-color: $steel;
  1005. // $reveal-modal-class: "reveal-modal";
  1006. // $close-reveal-modal-class: "close-reveal-modal";
  1007. // 26. Side Nav
  1008. // - - - - - - - - - - - - - - - - - - - - - - - - -
  1009. // $include-html-nav-classes: $include-html-classes;
  1010. // We use this to control padding.
  1011. // $side-nav-padding: rem-calc(14 0);
  1012. // We use these to control list styles.
  1013. // $side-nav-list-type: none;
  1014. // $side-nav-list-position: outside;
  1015. // $side-nav-list-margin: rem-calc(0 0 7 0);
  1016. // We use these to control link styles.
  1017. // $side-nav-link-color: $primary-color;
  1018. // $side-nav-link-color-active: scale-color($side-nav-link-color, $lightness: 30%);
  1019. // $side-nav-link-color-hover: scale-color($side-nav-link-color, $lightness: 30%);
  1020. // $side-nav-link-bg-hover: hsla(0, 0, 0, .025);
  1021. // $side-nav-link-margin: 0;
  1022. // $side-nav-link-padding: rem-calc(7 14);
  1023. // $side-nav-font-size: rem-calc(14);
  1024. // $side-nav-font-weight: $font-weight-normal;
  1025. // $side-nav-font-weight-active: $side-nav-font-weight;
  1026. // $side-nav-font-family: $body-font-family;
  1027. // $side-nav-font-family-active: $side-nav-font-family;
  1028. // We use these to control heading styles.
  1029. // $side-nav-heading-color: $side-nav-link-color;
  1030. // $side-nav-heading-font-size: $side-nav-font-size;
  1031. // $side-nav-heading-font-weight: bold;
  1032. // $side-nav-heading-text-transform: uppercase;
  1033. // We use these to control border styles
  1034. // $side-nav-divider-size: 1px;
  1035. // $side-nav-divider-style: solid;
  1036. // $side-nav-divider-color: scale-color($white, $lightness: 10%);
  1037. // 27. Split Buttons
  1038. // - - - - - - - - - - - - - - - - - - - - - - - - -
  1039. // $include-html-button-classes: $include-html-classes;
  1040. // We use these to control different shared styles for Split Buttons
  1041. // $split-button-function-factor: 10%;
  1042. // $split-button-pip-color: $white;
  1043. // $split-button-span-border-color: rgba(255,255,255,0.5);
  1044. // $split-button-pip-color-alt: $oil;
  1045. // $split-button-active-bg-tint: rgba(0,0,0,0.1);
  1046. // We use these to control tiny split buttons
  1047. // $split-button-padding-tny: $button-pip-tny * 10;
  1048. // $split-button-span-width-tny: $button-pip-tny * 6;
  1049. // $split-button-pip-size-tny: $button-pip-tny;
  1050. // $split-button-pip-top-tny: $button-pip-tny * 2;
  1051. // $split-button-pip-default-float-tny: rem-calc(-6);
  1052. // We use these to control small split buttons
  1053. // $split-button-padding-sml: $button-pip-sml * 10;
  1054. // $split-button-span-width-sml: $button-pip-sml * 6;
  1055. // $split-button-pip-size-sml: $button-pip-sml;
  1056. // $split-button-pip-top-sml: $button-pip-sml * 1.5;
  1057. // $split-button-pip-default-float-sml: rem-calc(-6);
  1058. // We use these to control medium split buttons
  1059. // $split-button-padding-med: $button-pip-med * 9;
  1060. // $split-button-span-width-med: $button-pip-med * 5.5;
  1061. // $split-button-pip-size-med: $button-pip-med - rem-calc(3);
  1062. // $split-button-pip-top-med: $button-pip-med * 1.5;
  1063. // $split-button-pip-default-float-med: rem-calc(-6);
  1064. // We use these to control large split buttons
  1065. // $split-button-padding-lrg: $button-pip-lrg * 8;
  1066. // $split-button-span-width-lrg: $button-pip-lrg * 5;
  1067. // $split-button-pip-size-lrg: $button-pip-lrg - rem-calc(6);
  1068. // $split-button-pip-top-lrg: $button-pip-lrg + rem-calc(5);
  1069. // $split-button-pip-default-float-lrg: rem-calc(-6);
  1070. // 28. Sub Nav
  1071. // - - - - - - - - - - - - - - - - - - - - - - - - -
  1072. // $include-html-nav-classes: $include-html-classes;
  1073. // We use these to control margin and padding
  1074. // $sub-nav-list-margin: rem-calc(-4 0 18);
  1075. // $sub-nav-list-padding-top: rem-calc(4);
  1076. // We use this to control the definition
  1077. // $sub-nav-font-family: $body-font-family;
  1078. // $sub-nav-font-size: rem-calc(14);
  1079. // $sub-nav-font-color: $aluminum;
  1080. // $sub-nav-font-weight: $font-weight-normal;
  1081. // $sub-nav-text-decoration: none;
  1082. // $sub-nav-padding: rem-calc(3 16);
  1083. // $sub-nav-border-radius: 3px;
  1084. // $sub-nav-font-color-hover: scale-color($sub-nav-font-color, $lightness: -25%);
  1085. // We use these to control the active item styles
  1086. // $sub-nav-active-font-weight: $font-weight-normal;
  1087. // $sub-nav-active-bg: $primary-color;
  1088. // $sub-nav-active-bg-hover: scale-color($sub-nav-active-bg, $lightness: -14%);
  1089. // $sub-nav-active-color: $white;
  1090. // $sub-nav-active-padding: $sub-nav-padding;
  1091. // $sub-nav-active-cursor: default;
  1092. // $sub-nav-item-divider: "";
  1093. // $sub-nav-item-divider-margin: rem-calc(12);
  1094. // 29. Switch
  1095. // - - - - - - - - - - - - - - - - - - - - - - - - -
  1096. // $include-html-form-classes: $include-html-classes;
  1097. // Controlling background color for the switch container
  1098. // $switch-bg: $gainsboro;
  1099. // We use these to control the switch heights for our default classes
  1100. // $switch-height-tny: 1.5rem;
  1101. // $switch-height-sml: 1.75rem;
  1102. // $switch-height-med: 2rem;
  1103. // $switch-height-lrg: 2.5rem;
  1104. // $switch-bottom-margin: 1.5rem;
  1105. // We use these to style the switch-paddle
  1106. // $switch-paddle-bg: $white;
  1107. // $switch-paddle-transition-speed: .15s;
  1108. // $switch-paddle-transition-ease: ease-out;
  1109. // $switch-active-color: $primary-color;
  1110. // 30. Tables
  1111. // - - - - - - - - - - - - - - - - - - - - - - - - -
  1112. // $include-html-table-classes: $include-html-classes;
  1113. // These control the background color for the table and even rows
  1114. // $table-bg: $white;
  1115. // $table-even-row-bg: $snow;
  1116. // These control the table cell border style
  1117. // $table-border-style: solid;
  1118. // $table-border-size: 1px;
  1119. // $table-border-color: $gainsboro;
  1120. // These control the table head styles
  1121. // $table-head-bg: $white-smoke;
  1122. // $table-head-font-size: rem-calc(14);
  1123. // $table-head-font-color: $jet;
  1124. // $table-head-font-weight: $font-weight-bold;
  1125. // $table-head-padding: rem-calc(8 10 10);
  1126. // These control the table foot styles
  1127. // $table-foot-bg: $table-head-bg;
  1128. // $table-foot-font-size: $table-head-font-size;
  1129. // $table-foot-font-color: $table-head-font-color;
  1130. // $table-foot-font-weight: $table-head-font-weight;
  1131. // $table-foot-padding: $table-head-padding;
  1132. // These control the caption
  1133. // $table-caption-bg: transparent;
  1134. // $table-caption-font-color: $table-head-font-color;
  1135. // $table-caption-font-size: rem-calc(16);
  1136. // $table-caption-font-weight: bold;
  1137. // These control the row padding and font styles
  1138. // $table-row-padding: rem-calc(9 10);
  1139. // $table-row-font-size: rem-calc(14);
  1140. // $table-row-font-color: $jet;
  1141. // $table-line-height: rem-calc(18);
  1142. // These are for controlling the layout, display and margin of tables
  1143. // $table-layout: auto;
  1144. // $table-display: table-cell;
  1145. // $table-margin-bottom: rem-calc(20);
  1146. // 31. Tabs
  1147. // - - - - - - - - - - - - - - - - - - - - - - - - -
  1148. // $include-html-tabs-classes: $include-html-classes;
  1149. // $tabs-navigation-padding: rem-calc(16);
  1150. // $tabs-navigation-bg-color: $silver;
  1151. // $tabs-navigation-active-bg-color: $white;
  1152. // $tabs-navigation-hover-bg-color: scale-color($tabs-navigation-bg-color, $lightness: -6%);
  1153. // $tabs-navigation-font-color: $jet;
  1154. // $tabs-navigation-active-font-color: $tabs-navigation-font-color;
  1155. // $tabs-navigation-font-size: rem-calc(16);
  1156. // $tabs-navigation-font-family: $body-font-family;
  1157. // $tabs-content-margin-bottom: rem-calc(24);
  1158. // $tabs-content-padding: ($column-gutter/2);
  1159. // $tabs-vertical-navigation-margin-bottom: 1.25rem;
  1160. // 32. Thumbnails
  1161. // - - - - - - - - - - - - - - - - - - - - - - - - -
  1162. // $include-html-media-classes: $include-html-classes;
  1163. // We use these to control border styles
  1164. // $thumb-border-style: solid;
  1165. // $thumb-border-width: 4px;
  1166. // $thumb-border-color: $white;
  1167. // $thumb-box-shadow: 0 0 0 1px rgba($black,.2);
  1168. // $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
  1169. // Radius and transition speed for thumbs
  1170. // $thumb-radius: $global-radius;
  1171. // $thumb-transition-speed: 200ms;
  1172. // 33. Tooltips
  1173. // - - - - - - - - - - - - - - - - - - - - - - - - -
  1174. // $include-html-tooltip-classes: $include-html-classes;
  1175. // $has-tip-border-bottom: dotted 1px $iron;
  1176. // $has-tip-font-weight: $font-weight-bold;
  1177. // $has-tip-font-color: $oil;
  1178. // $has-tip-border-bottom-hover: dotted 1px scale-color($primary-color, $lightness: -55%);
  1179. // $has-tip-font-color-hover: $primary-color;
  1180. // $has-tip-cursor-type: help;
  1181. // $tooltip-padding: rem-calc(12);
  1182. // $tooltip-bg: $oil;
  1183. // $tooltip-font-size: rem-calc(14);
  1184. // $tooltip-font-weight: $font-weight-normal;
  1185. // $tooltip-font-color: $white;
  1186. // $tooltip-line-height: 1.3;
  1187. // $tooltip-close-font-size: rem-calc(10);
  1188. // $tooltip-close-font-weight: $font-weight-normal;
  1189. // $tooltip-close-font-color: $monsoon;
  1190. // $tooltip-font-size-sml: rem-calc(14);
  1191. // $tooltip-radius: $global-radius;
  1192. // $tooltip-rounded: $global-rounded;
  1193. // $tooltip-pip-size: 5px;
  1194. // $tooltip-max-width: 300px;
  1195. // 34. Top Bar
  1196. // - - - - - - - - - - - - - - - - - - - - - - - - -
  1197. // $include-html-top-bar-classes: $include-html-classes;
  1198. // Background color for the top bar
  1199. // $topbar-bg-color: $oil;
  1200. // $topbar-bg: $topbar-bg-color;
  1201. // Height and margin
  1202. // $topbar-height: rem-calc(45);
  1203. // $topbar-margin-bottom: 0;
  1204. // Controlling the styles for the title in the top bar
  1205. // $topbar-title-weight: $font-weight-normal;
  1206. // $topbar-title-font-size: rem-calc(17);
  1207. // Set the link colors and styles for top-level nav
  1208. // $topbar-link-color: $white;
  1209. // $topbar-link-color-hover: $white;
  1210. // $topbar-link-color-active: $white;
  1211. // $topbar-link-color-active-hover: $white;
  1212. // $topbar-link-weight: $font-weight-normal;
  1213. // $topbar-link-font-size: rem-calc(13);
  1214. // $topbar-link-hover-lightness: -10%; // Darken by 10%
  1215. // $topbar-link-bg: $topbar-bg;
  1216. // $topbar-link-bg-hover: $jet;
  1217. // $topbar-link-bg-color-hover: $charcoal;
  1218. // $topbar-link-bg-active: $primary-color;
  1219. // $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
  1220. // $topbar-link-font-family: $body-font-family;
  1221. // $topbar-link-text-transform: none;
  1222. // $topbar-link-padding: ($topbar-height / 3);
  1223. // $topbar-back-link-size: rem-calc(18);
  1224. // $topbar-link-dropdown-padding: rem-calc(20);
  1225. // $topbar-button-font-size: .75rem;
  1226. // $topbar-button-top: 7px;
  1227. // Style the top bar dropdown elements
  1228. // $topbar-dropdown-bg: $oil;
  1229. // $topbar-dropdown-link-color: $white;
  1230. // $topbar-dropdown-link-color-hover: $topbar-link-color-hover;
  1231. // $topbar-dropdown-link-bg: $oil;
  1232. // $topbar-dropdown-link-bg-hover: $jet;
  1233. // $topbar-dropdown-link-weight: $font-weight-normal;
  1234. // $topbar-dropdown-toggle-size: 5px;
  1235. // $topbar-dropdown-toggle-color: $white;
  1236. // $topbar-dropdown-toggle-alpha: .4;
  1237. // $topbar-dropdown-label-color: $monsoon;
  1238. // $topbar-dropdown-label-text-transform: uppercase;
  1239. // $topbar-dropdown-label-font-weight: $font-weight-bold;
  1240. // $topbar-dropdown-label-font-size: rem-calc(10);
  1241. // $topbar-dropdown-label-bg: $oil;
  1242. // Top menu icon styles
  1243. // $topbar-menu-link-transform: uppercase;
  1244. // $topbar-menu-link-font-size: rem-calc(13);
  1245. // $topbar-menu-link-weight: $font-weight-bold;
  1246. // $topbar-menu-link-color: $white;
  1247. // $topbar-menu-icon-color: $white;
  1248. // $topbar-menu-link-color-toggled: $jumbo;
  1249. // $topbar-menu-icon-color-toggled: $jumbo;
  1250. // $topbar-menu-icon-position: $opposite-direction; // Change to $default-float for a left menu icon
  1251. // Transitions and breakpoint styles
  1252. // $topbar-transition-speed: 300ms;
  1253. // Using rem-calc for the below breakpoint causes issues with top bar
  1254. // $topbar-breakpoint: #{lower-bound($medium-range)}; // Change to 9999px for always mobile layout
  1255. // $topbar-media-query: "#{$screen} and (min-width:#{lower-bound($topbar-breakpoint)})";
  1256. // Top-bar input styles
  1257. // $topbar-input-height: rem-calc(28);
  1258. // Divider Styles
  1259. // $topbar-divider-border-bottom: solid 1px scale-color($topbar-bg-color, $lightness: 13%);
  1260. // $topbar-divider-border-top: solid 1px scale-color($topbar-bg-color, $lightness: -50%);
  1261. // Sticky Class
  1262. // $topbar-sticky-class: ".sticky";
  1263. // $topbar-arrows: true; //Set false to remove the triangle icon from the menu item
  1264. // $topbar-dropdown-arrows: true; //Set false to remove the \00bb >> text from dropdown subnavigation li//
  1265. // 36. Visibility Classes
  1266. // - - - - - - - - - - - - - - - - - - - - - - - - -
  1267. // $include-html-visibility-classes: $include-html-classes;
  1268. // $include-accessibility-classes: true;
  1269. // $include-table-visibility-classes: true;
  1270. // $include-legacy-visibility-classes: true;