Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. {
  2. "vars": {
  3. "@icon-font-path": "\"../fonts/\"",
  4. "@icon-font-name": "\"glyphicons-halflings-regular\"",
  5. "@icon-font-svg-id": "\"glyphicons_halflingsregular\"",
  6. "@dropdown-bg": "#fff",
  7. "@dropdown-border": "rgba(0,0,0,.15)",
  8. "@dropdown-fallback-border": "#ccc",
  9. "@dropdown-divider-bg": "#e5e5e5",
  10. "@dropdown-link-color": "@gray-dark",
  11. "@dropdown-link-hover-color": "darken(@gray-dark, 5%)",
  12. "@dropdown-link-hover-bg": "#f5f5f5",
  13. "@dropdown-link-active-color": "@component-active-color",
  14. "@dropdown-link-active-bg": "@component-active-bg",
  15. "@dropdown-link-disabled-color": "@gray-light",
  16. "@dropdown-header-color": "@gray-light",
  17. "@dropdown-caret-color": "#000",
  18. "@screen-xs": "320px",
  19. "@screen-xs-min": "@screen-xs",
  20. "@screen-phone": "@screen-xs-min",
  21. "@screen-sm": "768px",
  22. "@screen-sm-min": "@screen-sm",
  23. "@screen-tablet": "@screen-sm-min",
  24. "@screen-md": "992px",
  25. "@screen-md-min": "@screen-md",
  26. "@screen-desktop": "@screen-md-min",
  27. "@screen-lg": "1200px",
  28. "@screen-lg-min": "@screen-lg",
  29. "@screen-lg-desktop": "@screen-lg-min",
  30. "@screen-xs-max": "(@screen-sm-min - 1)",
  31. "@screen-sm-max": "(@screen-md-min - 1)",
  32. "@screen-md-max": "(@screen-lg-min - 1)",
  33. "@grid-columns": "1",
  34. "@grid-float-breakpoint": "@screen-sm-min",
  35. "@grid-float-breakpoint-max": "(@grid-float-breakpoint - 1)",
  36. "@container-tablet": "(320px + @grid-gutter-width)",
  37. "@container-sm": "@container-tablet",
  38. "@container-desktop": "(940px + @grid-gutter-width)",
  39. "@container-md": "@container-desktop",
  40. "@container-large-desktop": "(1140px + @grid-gutter-width)",
  41. "@container-lg": "@container-large-desktop",
  42. "@popover-bg": "#fff",
  43. "@popover-max-width": "276px",
  44. "@popover-border-color": "rgba(0,0,0,.2)",
  45. "@popover-fallback-border-color": "#ccc",
  46. "@popover-title-bg": "darken(@popover-bg, 3%)",
  47. "@popover-arrow-width": "10px",
  48. "@popover-arrow-color": "@popover-bg",
  49. "@popover-arrow-outer-width": "(@popover-arrow-width + 1)",
  50. "@popover-arrow-outer-color": "fadein(@popover-border-color, 5%)",
  51. "@popover-arrow-outer-fallback-color": "darken(@popover-fallback-border-color, 20%)",
  52. "@label-primary-bg": "x",
  53. "@code-color": "#c7254e",
  54. "@code-bg": "#f9f2f4",
  55. "@kbd-color": "#fff",
  56. "@kbd-bg": "#333",
  57. "@pre-bg": "#f5f5f5",
  58. "@pre-color": "@gray-dark",
  59. "@pre-border-color": "#ccc",
  60. "@pre-scrollable-max-height": "340px"
  61. },
  62. "css": [],
  63. "js": []
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement