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