_settings.scss 53 KB

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