summaryrefslogtreecommitdiff
path: root/partials/_base.scss
blob: 4e87b0a27321cf7e0c86b7a43f455d72c7c34460 (plain)
  1. // Override Bootstrap variables here (defaults from bootstrap-sass v3.3.5):
  2. //
  3. // Variables
  4. // --------------------------------------------------
  5. $color-spot: #48BB38;
  6. $color-jumbotron: #fff;
  7. $color-well: #aadfa2;
  8. $color-well-button: $color-spot;
  9. //== Colors
  10. //
  11. //## Gray and brand colors for use across Bootstrap.
  12. // $gray-base: #000
  13. // $gray-darker: lighten($gray-base, 13.5%) // #222
  14. // $gray-dark: lighten($gray-base, 20%) // #333
  15. // $gray: lighten($gray-base, 33.5%) // #555
  16. // $gray-light: lighten($gray-base, 46.7%) // #777
  17. // $gray-lighter: lighten($gray-base, 93.5%) // #eee
  18. // $brand-primary: darken(#428bca, 6.5%) // #337ab7
  19. // $brand-success: #5cb85c
  20. // $brand-info: #5bc0de
  21. // $brand-warning: #f0ad4e
  22. // $brand-danger: #d9534f
  23. //== Scaffolding
  24. //
  25. //## Settings for some of the most global styles.
  26. //** Background color for `<body>`.
  27. // $body-bg: #fff
  28. //** Global text color on `<body>`.
  29. // $text-color: $gray-dark
  30. //** Global textual link color.
  31. // $link-color: $brand-primary
  32. //** Link hover color set via `darken()` function.
  33. // $link-hover-color: darken($link-color, 15%)
  34. //** Link hover decoration.
  35. // $link-hover-decoration: underline
  36. //== Typography
  37. //
  38. //## Font, line-height, and color for body text, headings, and more.
  39. // $font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif
  40. // $font-family-serif: Georgia, "Times New Roman", Times, serif
  41. //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
  42. // $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace
  43. // $font-family-base: $font-family-sans-serif
  44. // $font-size-base: 14px
  45. // $font-size-large: ceil(($font-size-base * 1.25)) // ~18px
  46. // $font-size-small: ceil(($font-size-base * 0.85)) // ~12px
  47. // $font-size-h1: floor(($font-size-base * 2.6)) // ~36px
  48. // $font-size-h2: floor(($font-size-base * 2.15)) // ~30px
  49. // $font-size-h3: ceil(($font-size-base * 1.7)) // ~24px
  50. // $font-size-h4: ceil(($font-size-base * 1.25)) // ~18px
  51. // $font-size-h5: $font-size-base
  52. // $font-size-h6: ceil(($font-size-base * 0.85)) // ~12px
  53. //** Unit-less `line-height` for use in components like buttons.
  54. // $line-height-base: 1.428571429 // 20/14
  55. //** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
  56. // $line-height-computed: floor(($font-size-base * $line-height-base)) // ~20px
  57. //** By default, this inherits from the `<body>`.
  58. // $headings-font-family: inherit
  59. // $headings-font-weight: 500
  60. // $headings-line-height: 1.1
  61. // $headings-color: inherit
  62. //== Iconography
  63. //
  64. //## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
  65. //** Load fonts from this directory.
  66. // [converter] If $bootstrap-sass-asset-helper if used, provide path relative to the assets load path.
  67. // [converter] This is because some asset helpers, such as Sprockets, do not work with file-relative paths.
  68. // $icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/")
  69. //** File name for all font files.
  70. // $icon-font-name: "glyphicons-halflings-regular"
  71. //** Element ID within SVG icon file.
  72. // $icon-font-svg-id: "glyphicons_halflingsregular"
  73. //== Components
  74. //
  75. //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
  76. // $padding-base-vertical: 6px
  77. // $padding-base-horizontal: 12px
  78. // $padding-large-vertical: 10px
  79. // $padding-large-horizontal: 16px
  80. // $padding-small-vertical: 5px
  81. // $padding-small-horizontal: 10px
  82. // $padding-xs-vertical: 1px
  83. // $padding-xs-horizontal: 5px
  84. // $line-height-large: 1.3333333 // extra decimals for Win 8.1 Chrome
  85. // $line-height-small: 1.5
  86. // $border-radius-base: 4px
  87. // $border-radius-large: 6px
  88. // $border-radius-small: 3px
  89. //** Global color for active items (e.g., navs or dropdowns).
  90. // $component-active-color: #fff
  91. //** Global background color for active items (e.g., navs or dropdowns).
  92. // $component-active-bg: $brand-primary
  93. //** Width of the `border` for generating carets that indicator dropdowns.
  94. // $caret-width-base: 4px
  95. //** Carets increase slightly in size for larger components.
  96. // $caret-width-large: 5px
  97. //== Tables
  98. //
  99. //## Customizes the `.table` component with basic values, each used across all table variations.
  100. //** Padding for `<th>`s and `<td>`s.
  101. // $table-cell-padding: 8px
  102. //** Padding for cells in `.table-condensed`.
  103. // $table-condensed-cell-padding: 5px
  104. //** Default background color used for all tables.
  105. // $table-bg: transparent
  106. //** Background color used for `.table-striped`.
  107. // $table-bg-accent: #f9f9f9
  108. //** Background color used for `.table-hover`.
  109. // $table-bg-hover: #f5f5f5
  110. // $table-bg-active: $table-bg-hover
  111. //** Border color for table and cell borders.
  112. // $table-border-color: #ddd
  113. //== Buttons
  114. //
  115. //## For each of Bootstrap's buttons, define text, background and border color.
  116. // $btn-font-weight: normal
  117. // $btn-default-color: #333
  118. // $btn-default-bg: #fff
  119. // $btn-default-border: #ccc
  120. // $btn-primary-color: #fff
  121. // $btn-primary-bg: $brand-primary
  122. // $btn-primary-border: darken($btn-primary-bg, 5%)
  123. // $btn-success-color: #fff
  124. // $btn-success-bg: $brand-success
  125. // $btn-success-border: darken($btn-success-bg, 5%)
  126. // $btn-info-color: #fff
  127. // $btn-info-bg: $brand-info
  128. // $btn-info-border: darken($btn-info-bg, 5%)
  129. // $btn-warning-color: #fff
  130. // $btn-warning-bg: $brand-warning
  131. // $btn-warning-border: darken($btn-warning-bg, 5%)
  132. // $btn-danger-color: #fff
  133. // $btn-danger-bg: $brand-danger
  134. // $btn-danger-border: darken($btn-danger-bg, 5%)
  135. // $btn-link-disabled-color: $gray-light
  136. // Allows for customizing button radius independently from global border radius
  137. // $btn-border-radius-base: $border-radius-base
  138. // $btn-border-radius-large: $border-radius-large
  139. // $btn-border-radius-small: $border-radius-small
  140. //== Forms
  141. //
  142. //##
  143. //** `<input>` background color
  144. // $input-bg: #fff
  145. //** `<input disabled>` background color
  146. // $input-bg-disabled: $gray-lighter
  147. //** Text color for `<input>`s
  148. // $input-color: $gray
  149. //** `<input>` border color
  150. // $input-border: #ccc
  151. // TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4
  152. //** Default `.form-control` border radius
  153. // This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
  154. // $input-border-radius: $border-radius-base
  155. //** Large `.form-control` border radius
  156. // $input-border-radius-large: $border-radius-large
  157. //** Small `.form-control` border radius
  158. // $input-border-radius-small: $border-radius-small
  159. //** Border color for inputs on focus
  160. // $input-border-focus: #66afe9
  161. //** Placeholder text color
  162. // $input-color-placeholder: #999
  163. //** Default `.form-control` height
  164. // $input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 2)
  165. //** Large `.form-control` height
  166. // $input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2)
  167. //** Small `.form-control` height
  168. // $input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2)
  169. //** `.form-group` margin
  170. // $form-group-margin-bottom: 15px
  171. // $legend-color: $gray-dark
  172. // $legend-border-color: #e5e5e5
  173. //** Background color for textual input addons
  174. // $input-group-addon-bg: $gray-lighter
  175. //** Border color for textual input addons
  176. // $input-group-addon-border-color: $input-border
  177. //** Disabled cursor for form controls and buttons.
  178. // $cursor-disabled: not-allowed
  179. //== Dropdowns
  180. //
  181. //## Dropdown menu container and contents.
  182. //** Background for the dropdown menu.
  183. // $dropdown-bg: #fff
  184. //** Dropdown menu `border-color`.
  185. // $dropdown-border: rgba(0,0,0,.15)
  186. //** Dropdown menu `border-color` **for IE8**.
  187. // $dropdown-fallback-border: #ccc
  188. //** Divider color for between dropdown items.
  189. // $dropdown-divider-bg: #e5e5e5
  190. //** Dropdown link text color.
  191. // $dropdown-link-color: $gray-dark
  192. //** Hover color for dropdown links.
  193. // $dropdown-link-hover-color: darken($gray-dark, 5%)
  194. //** Hover background for dropdown links.
  195. // $dropdown-link-hover-bg: #f5f5f5
  196. //** Active dropdown menu item text color.
  197. // $dropdown-link-active-color: $component-active-color
  198. //** Active dropdown menu item background color.
  199. // $dropdown-link-active-bg: $component-active-bg
  200. //** Disabled dropdown menu item background color.
  201. // $dropdown-link-disabled-color: $gray-light
  202. //** Text color for headers within dropdown menus.
  203. // $dropdown-header-color: $gray-light
  204. //** Deprecated `$dropdown-caret-color` as of v3.1.0
  205. // $dropdown-caret-color: #000
  206. //-- Z-index master list
  207. //
  208. // Warning: Avoid customizing these values. They're used for a bird's eye view
  209. // of components dependent on the z-axis and are designed to all work together.
  210. //
  211. // Note: These variables are not generated into the Customizer.
  212. // $zindex-navbar: 1000
  213. // $zindex-dropdown: 1000
  214. // $zindex-popover: 1060
  215. // $zindex-tooltip: 1070
  216. // $zindex-navbar-fixed: 1030
  217. // $zindex-modal-background: 1040
  218. // $zindex-modal: 1050
  219. //== Media queries breakpoints
  220. //
  221. //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
  222. // Extra small screen / phone
  223. //** Deprecated `$screen-xs` as of v3.0.1
  224. // $screen-xs: 480px
  225. //** Deprecated `$screen-xs-min` as of v3.2.0
  226. // $screen-xs-min: $screen-xs
  227. //** Deprecated `$screen-phone` as of v3.0.1
  228. // $screen-phone: $screen-xs-min
  229. // Small screen / tablet
  230. //** Deprecated `$screen-sm` as of v3.0.1
  231. // $screen-sm: 768px
  232. // $screen-sm-min: $screen-sm
  233. //** Deprecated `$screen-tablet` as of v3.0.1
  234. // $screen-tablet: $screen-sm-min
  235. // Medium screen / desktop
  236. //** Deprecated `$screen-md` as of v3.0.1
  237. // $screen-md: 992px
  238. // $screen-md-min: $screen-md
  239. //** Deprecated `$screen-desktop` as of v3.0.1
  240. // $screen-desktop: $screen-md-min
  241. // Large screen / wide desktop
  242. //** Deprecated `$screen-lg` as of v3.0.1
  243. // $screen-lg: 1200px
  244. // $screen-lg-min: $screen-lg
  245. //** Deprecated `$screen-lg-desktop` as of v3.0.1
  246. // $screen-lg-desktop: $screen-lg-min
  247. // So media queries don't overlap when required, provide a maximum
  248. // $screen-xs-max: ($screen-sm-min - 1)
  249. // $screen-sm-max: ($screen-md-min - 1)
  250. // $screen-md-max: ($screen-lg-min - 1)
  251. //== Grid system
  252. //
  253. //## Define your custom responsive grid.
  254. //** Number of columns in the grid.
  255. // $grid-columns: 12
  256. //** Padding between columns. Gets divided in half for the left and right.
  257. // $grid-gutter-width: 30px
  258. // Navbar collapse
  259. //** Point at which the navbar becomes uncollapsed.
  260. // $grid-float-breakpoint: $screen-sm-min
  261. //** Point at which the navbar begins collapsing.
  262. // $grid-float-breakpoint-max: ($grid-float-breakpoint - 1)
  263. //== Container sizes
  264. //
  265. //## Define the maximum width of `.container` for different screen sizes.
  266. // Small screen / tablet
  267. // $container-tablet: (720px + $grid-gutter-width)
  268. //** For `$screen-sm-min` and up.
  269. // $container-sm: $container-tablet
  270. // Medium screen / desktop
  271. // $container-desktop: (940px + $grid-gutter-width)
  272. //** For `$screen-md-min` and up.
  273. // $container-md: $container-desktop
  274. // Large screen / wide desktop
  275. // $container-large-desktop: (1140px + $grid-gutter-width)
  276. //** For `$screen-lg-min` and up.
  277. // $container-lg: $container-large-desktop
  278. //== Navbar
  279. //
  280. //##
  281. // Basics of a navbar
  282. // $navbar-height: 50px
  283. // $navbar-margin-bottom: $line-height-computed
  284. // $navbar-border-radius: $border-radius-base
  285. // $navbar-padding-horizontal: floor(($grid-gutter-width / 2))
  286. // $navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2)
  287. // $navbar-collapse-max-height: 340px
  288. $navbar-default-color: #333;
  289. $navbar-default-bg: $color-spot;
  290. // $navbar-default-border: darken($navbar-default-bg, 6.5%)
  291. // Navbar links
  292. $navbar-default-link-color: #333;
  293. $navbar-default-link-hover-color: #555;
  294. // $navbar-default-link-hover-bg: transparent
  295. // $navbar-default-link-active-color: #555
  296. // $navbar-default-link-active-bg: darken($navbar-default-bg, 6.5%)
  297. // $navbar-default-link-disabled-color: #ccc
  298. // $navbar-default-link-disabled-bg: transparent
  299. // Navbar brand label
  300. // $navbar-default-brand-color: $navbar-default-link-color
  301. // $navbar-default-brand-hover-color: darken($navbar-default-brand-color, 10%)
  302. // $navbar-default-brand-hover-bg: transparent
  303. // Navbar toggle
  304. // $navbar-default-toggle-hover-bg: #ddd
  305. // $navbar-default-toggle-icon-bar-bg: #888
  306. // $navbar-default-toggle-border-color: #ddd
  307. //=== Inverted navbar
  308. // Reset inverted navbar basics
  309. // $navbar-inverse-color: lighten($gray-light, 15%)
  310. // $navbar-inverse-bg: #222
  311. // $navbar-inverse-border: darken($navbar-inverse-bg, 10%)
  312. // Inverted navbar links
  313. // $navbar-inverse-link-color: lighten($gray-light, 15%)
  314. // $navbar-inverse-link-hover-color: #fff
  315. // $navbar-inverse-link-hover-bg: transparent
  316. // $navbar-inverse-link-active-color: $navbar-inverse-link-hover-color
  317. // $navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 10%)
  318. // $navbar-inverse-link-disabled-color: #444
  319. // $navbar-inverse-link-disabled-bg: transparent
  320. // Inverted navbar brand label
  321. // $navbar-inverse-brand-color: $navbar-inverse-link-color
  322. // $navbar-inverse-brand-hover-color: #fff
  323. // $navbar-inverse-brand-hover-bg: transparent
  324. // Inverted navbar toggle
  325. // $navbar-inverse-toggle-hover-bg: #333
  326. // $navbar-inverse-toggle-icon-bar-bg: #fff
  327. // $navbar-inverse-toggle-border-color: #333
  328. //== Navs
  329. //
  330. //##
  331. //=== Shared nav styles
  332. // $nav-link-padding: 10px 15px
  333. // $nav-link-hover-bg: $gray-lighter
  334. // $nav-disabled-link-color: $gray-light
  335. // $nav-disabled-link-hover-color: $gray-light
  336. //== Tabs
  337. // $nav-tabs-border-color: #ddd
  338. // $nav-tabs-link-hover-border-color: $gray-lighter
  339. // $nav-tabs-active-link-hover-bg: $body-bg
  340. // $nav-tabs-active-link-hover-color: $gray
  341. // $nav-tabs-active-link-hover-border-color: #ddd
  342. // $nav-tabs-justified-link-border-color: #ddd
  343. // $nav-tabs-justified-active-link-border-color: $body-bg
  344. //== Pills
  345. // $nav-pills-border-radius: $border-radius-base
  346. // $nav-pills-active-link-hover-bg: $component-active-bg
  347. // $nav-pills-active-link-hover-color: $component-active-color
  348. //== Pagination
  349. //
  350. //##
  351. // $pagination-color: $link-color
  352. // $pagination-bg: #fff
  353. // $pagination-border: #ddd
  354. // $pagination-hover-color: $link-hover-color
  355. // $pagination-hover-bg: $gray-lighter
  356. // $pagination-hover-border: #ddd
  357. // $pagination-active-color: #fff
  358. // $pagination-active-bg: $brand-primary
  359. // $pagination-active-border: $brand-primary
  360. // $pagination-disabled-color: $gray-light
  361. // $pagination-disabled-bg: #fff
  362. // $pagination-disabled-border: #ddd
  363. //== Pager
  364. //
  365. //##
  366. // $pager-bg: $pagination-bg
  367. // $pager-border: $pagination-border
  368. // $pager-border-radius: 15px
  369. // $pager-hover-bg: $pagination-hover-bg
  370. // $pager-active-bg: $pagination-active-bg
  371. // $pager-active-color: $pagination-active-color
  372. // $pager-disabled-color: $pagination-disabled-color
  373. //== Jumbotron
  374. //
  375. //##
  376. // $jumbotron-padding: 30px
  377. // $jumbotron-color: inherit
  378. // $jumbotron-bg: $gray-lighter
  379. // $jumbotron-heading-color: inherit
  380. // $jumbotron-font-size: ceil(($font-size-base * 1.5))
  381. // $jumbotron-heading-font-size: ceil(($font-size-base * 4.5))
  382. //== Form states and alerts
  383. //
  384. //## Define colors for form feedback states and, by default, alerts.
  385. // $state-success-text: #3c763d
  386. // $state-success-bg: #dff0d8
  387. // $state-success-border: darken(adjust-hue($state-success-bg, -10), 5%)
  388. // $state-info-text: #31708f
  389. // $state-info-bg: #d9edf7
  390. // $state-info-border: darken(adjust-hue($state-info-bg, -10), 7%)
  391. // $state-warning-text: #8a6d3b
  392. // $state-warning-bg: #fcf8e3
  393. // $state-warning-border: darken(adjust-hue($state-warning-bg, -10), 5%)
  394. // $state-danger-text: #a94442
  395. // $state-danger-bg: #f2dede
  396. // $state-danger-border: darken(adjust-hue($state-danger-bg, -10), 5%)
  397. //== Tooltips
  398. //
  399. //##
  400. //** Tooltip max width
  401. // $tooltip-max-width: 200px
  402. //** Tooltip text color
  403. // $tooltip-color: #fff
  404. //** Tooltip background color
  405. // $tooltip-bg: #000
  406. // $tooltip-opacity: .9
  407. //** Tooltip arrow width
  408. // $tooltip-arrow-width: 5px
  409. //** Tooltip arrow color
  410. // $tooltip-arrow-color: $tooltip-bg
  411. //== Popovers
  412. //
  413. //##
  414. //** Popover body background color
  415. // $popover-bg: #fff
  416. //** Popover maximum width
  417. // $popover-max-width: 276px
  418. //** Popover border color
  419. // $popover-border-color: rgba(0,0,0,.2)
  420. //** Popover fallback border color
  421. // $popover-fallback-border-color: #ccc
  422. //** Popover title background color
  423. // $popover-title-bg: darken($popover-bg, 3%)
  424. //** Popover arrow width
  425. // $popover-arrow-width: 10px
  426. //** Popover arrow color
  427. // $popover-arrow-color: $popover-bg
  428. //** Popover outer arrow width
  429. // $popover-arrow-outer-width: ($popover-arrow-width + 1)
  430. //** Popover outer arrow color
  431. // $popover-arrow-outer-color: fade_in($popover-border-color, 0.05)
  432. //** Popover outer arrow fallback color
  433. // $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%)
  434. //== Labels
  435. //
  436. //##
  437. //** Default label background color
  438. // $label-default-bg: $gray-light
  439. //** Primary label background color
  440. // $label-primary-bg: $brand-primary
  441. //** Success label background color
  442. // $label-success-bg: $brand-success
  443. //** Info label background color
  444. // $label-info-bg: $brand-info
  445. //** Warning label background color
  446. // $label-warning-bg: $brand-warning
  447. //** Danger label background color
  448. // $label-danger-bg: $brand-danger
  449. //** Default label text color
  450. // $label-color: #fff
  451. //** Default text color of a linked label
  452. // $label-link-hover-color: #fff
  453. //== Modals
  454. //
  455. //##
  456. //** Padding applied to the modal body
  457. // $modal-inner-padding: 15px
  458. //** Padding applied to the modal title
  459. // $modal-title-padding: 15px
  460. //** Modal title line-height
  461. // $modal-title-line-height: $line-height-base
  462. //** Background color of modal content area
  463. // $modal-content-bg: #fff
  464. //** Modal content border color
  465. // $modal-content-border-color: rgba(0,0,0,.2)
  466. //** Modal content border color **for IE8**
  467. // $modal-content-fallback-border-color: #999
  468. //** Modal backdrop background color
  469. // $modal-backdrop-bg: #000
  470. //** Modal backdrop opacity
  471. // $modal-backdrop-opacity: .5
  472. //** Modal header border color
  473. // $modal-header-border-color: #e5e5e5
  474. //** Modal footer border color
  475. // $modal-footer-border-color: $modal-header-border-color
  476. // $modal-lg: 900px
  477. // $modal-md: 600px
  478. // $modal-sm: 300px
  479. //== Alerts
  480. //
  481. //## Define alert colors, border radius, and padding.
  482. // $alert-padding: 15px
  483. // $alert-border-radius: $border-radius-base
  484. // $alert-link-font-weight: bold
  485. // $alert-success-bg: $state-success-bg
  486. // $alert-success-text: $state-success-text
  487. // $alert-success-border: $state-success-border
  488. // $alert-info-bg: $state-info-bg
  489. // $alert-info-text: $state-info-text
  490. // $alert-info-border: $state-info-border
  491. // $alert-warning-bg: $state-warning-bg
  492. // $alert-warning-text: $state-warning-text
  493. // $alert-warning-border: $state-warning-border
  494. // $alert-danger-bg: $state-danger-bg
  495. // $alert-danger-text: $state-danger-text
  496. // $alert-danger-border: $state-danger-border
  497. //== Progress bars
  498. //
  499. //##
  500. //** Background color of the whole progress component
  501. // $progress-bg: #f5f5f5
  502. //** Progress bar text color
  503. // $progress-bar-color: #fff
  504. //** Variable for setting rounded corners on progress bar.
  505. // $progress-border-radius: $border-radius-base
  506. //** Default progress bar color
  507. // $progress-bar-bg: $brand-primary
  508. //** Success progress bar color
  509. // $progress-bar-success-bg: $brand-success
  510. //** Warning progress bar color
  511. // $progress-bar-warning-bg: $brand-warning
  512. //** Danger progress bar color
  513. // $progress-bar-danger-bg: $brand-danger
  514. //** Info progress bar color
  515. // $progress-bar-info-bg: $brand-info
  516. //== List group
  517. //
  518. //##
  519. //** Background color on `.list-group-item`
  520. // $list-group-bg: #fff
  521. //** `.list-group-item` border color
  522. // $list-group-border: #ddd
  523. //** List group border radius
  524. // $list-group-border-radius: $border-radius-base
  525. //** Background color of single list items on hover
  526. // $list-group-hover-bg: #f5f5f5
  527. //** Text color of active list items
  528. // $list-group-active-color: $component-active-color
  529. //** Background color of active list items
  530. // $list-group-active-bg: $component-active-bg
  531. //** Border color of active list elements
  532. // $list-group-active-border: $list-group-active-bg
  533. //** Text color for content within active list items
  534. // $list-group-active-text-color: lighten($list-group-active-bg, 40%)
  535. //** Text color of disabled list items
  536. // $list-group-disabled-color: $gray-light
  537. //** Background color of disabled list items
  538. // $list-group-disabled-bg: $gray-lighter
  539. //** Text color for content within disabled list items
  540. // $list-group-disabled-text-color: $list-group-disabled-color
  541. // $list-group-link-color: #555
  542. // $list-group-link-hover-color: $list-group-link-color
  543. // $list-group-link-heading-color: #333
  544. //== Panels
  545. //
  546. //##
  547. // $panel-bg: #fff
  548. // $panel-body-padding: 15px
  549. // $panel-heading-padding: 10px 15px
  550. // $panel-footer-padding: $panel-heading-padding
  551. // $panel-border-radius: $border-radius-base
  552. //** Border color for elements within panels
  553. // $panel-inner-border: #ddd
  554. // $panel-footer-bg: #f5f5f5
  555. // $panel-default-text: $gray-dark
  556. // $panel-default-border: #ddd
  557. // $panel-default-heading-bg: #f5f5f5
  558. // $panel-primary-text: #fff
  559. // $panel-primary-border: $brand-primary
  560. // $panel-primary-heading-bg: $brand-primary
  561. // $panel-success-text: $state-success-text
  562. // $panel-success-border: $state-success-border
  563. // $panel-success-heading-bg: $state-success-bg
  564. // $panel-info-text: $state-info-text
  565. // $panel-info-border: $state-info-border
  566. // $panel-info-heading-bg: $state-info-bg
  567. // $panel-warning-text: $state-warning-text
  568. // $panel-warning-border: $state-warning-border
  569. // $panel-warning-heading-bg: $state-warning-bg
  570. // $panel-danger-text: $state-danger-text
  571. // $panel-danger-border: $state-danger-border
  572. // $panel-danger-heading-bg: $state-danger-bg
  573. //== Thumbnails
  574. //
  575. //##
  576. //** Padding around the thumbnail image
  577. // $thumbnail-padding: 4px
  578. //** Thumbnail background color
  579. // $thumbnail-bg: $body-bg
  580. //** Thumbnail border color
  581. // $thumbnail-border: #ddd
  582. //** Thumbnail border radius
  583. // $thumbnail-border-radius: $border-radius-base
  584. //** Custom text color for thumbnail captions
  585. // $thumbnail-caption-color: $text-color
  586. //** Padding around the thumbnail caption
  587. // $thumbnail-caption-padding: 9px
  588. //== Wells
  589. //
  590. //##
  591. // $well-bg: #f5f5f5
  592. // $well-border: darken($well-bg, 7%)
  593. //== Badges
  594. //
  595. //##
  596. // $badge-color: #fff
  597. //** Linked badge text color on hover
  598. // $badge-link-hover-color: #fff
  599. // $badge-bg: $gray-light
  600. //** Badge text color in active nav link
  601. // $badge-active-color: $link-color
  602. //** Badge background color in active nav link
  603. // $badge-active-bg: #fff
  604. // $badge-font-weight: bold
  605. // $badge-line-height: 1
  606. // $badge-border-radius: 10px
  607. //== Breadcrumbs
  608. //
  609. //##
  610. // $breadcrumb-padding-vertical: 8px
  611. // $breadcrumb-padding-horizontal: 15px
  612. //** Breadcrumb background color
  613. // $breadcrumb-bg: #f5f5f5
  614. //** Breadcrumb text color
  615. // $breadcrumb-color: #ccc
  616. //** Text color of current page in the breadcrumb
  617. // $breadcrumb-active-color: $gray-light
  618. //** Textual separator for between breadcrumb elements
  619. // $breadcrumb-separator: "/"
  620. //== Carousel
  621. //
  622. //##
  623. // $carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6)
  624. // $carousel-control-color: #fff
  625. // $carousel-control-width: 15%
  626. // $carousel-control-opacity: .5
  627. // $carousel-control-font-size: 20px
  628. // $carousel-indicator-active-bg: #fff
  629. // $carousel-indicator-border-color: #fff
  630. // $carousel-caption-color: #fff
  631. //== Close
  632. //
  633. //##
  634. // $close-font-weight: bold
  635. // $close-color: #000
  636. // $close-text-shadow: 0 1px 0 #fff
  637. //== Code
  638. //
  639. //##
  640. // $code-color: #c7254e
  641. // $code-bg: #f9f2f4
  642. // $kbd-color: #fff
  643. // $kbd-bg: #333
  644. // $pre-bg: #f5f5f5
  645. // $pre-color: $gray-dark
  646. // $pre-border-color: #ccc
  647. // $pre-scrollable-max-height: 340px
  648. //== Type
  649. //
  650. //##
  651. //** Horizontal offset for forms and lists.
  652. // $component-offset-horizontal: 180px
  653. //** Text muted color
  654. // $text-muted: $gray-light
  655. //** Abbreviations and acronyms border color
  656. // $abbr-border-color: $gray-light
  657. //** Headings small color
  658. // $headings-small-color: $gray-light
  659. //** Blockquote small color
  660. // $blockquote-small-color: $gray-light
  661. //** Blockquote font size
  662. // $blockquote-font-size: ($font-size-base * 1.25)
  663. //** Blockquote border color
  664. $blockquote-border-color: $color-spot;
  665. //** Page header border color
  666. // $page-header-border-color: $gray-lighter
  667. //** Width of horizontal description list titles
  668. // $dl-horizontal-offset: $component-offset-horizontal
  669. //** Horizontal line color.
  670. // $hr-border: $gray-lighter