You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /*!
  2. * Bootstrap v2.0.0
  3. *
  4. * Copyright 2012 Twitter, Inc
  5. * Licensed under the Apache License v2.0
  6. * http://www.apache.org/licenses/LICENSE-2.0
  7. *
  8. * Designed and built with all the love in the world @twitter by @mdo and @fat.
  9. */
  10. // Feel free in including or removing style sheet as project demands.
  11. // CSS Reset
  12. @import "bootstrap/reset.less";
  13. // Core variables and mixins
  14. @import "bootstrap/variables.less"; // Modify this for custom colors, font-sizes, etc
  15. @import "bootstrap/mixins.less";
  16. // Oscar variables and mixins
  17. @import "page/osc_mixins.less"; // Kept separtate for bootstrap updates - but should be imported into bootstap mixins.
  18. // Grid system and page structure
  19. @import "bootstrap/scaffolding.less";
  20. @import "bootstrap/grid.less";
  21. @import "bootstrap/layouts.less";
  22. // Base CSS
  23. @import "bootstrap/type.less";
  24. /*@import "bootstrap/code.less";*/
  25. @import "bootstrap/forms.less";
  26. @import "bootstrap/tables.less";
  27. // Components: common
  28. /*@import "bootstrap/sprites.less";*/
  29. @import "bootstrap/dropdowns.less";
  30. /*@import "bootstrap/wells.less";*/
  31. @import "bootstrap/component-animations.less";
  32. @import "bootstrap/close.less";
  33. // Components: Buttons & Alerts
  34. @import "bootstrap/buttons.less";
  35. @import "bootstrap/button-groups.less";
  36. @import "bootstrap/alerts.less"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less
  37. // Components: Nav
  38. @import "bootstrap/navs.less";
  39. @import "bootstrap/navbar.less";
  40. @import "bootstrap/breadcrumbs.less";
  41. /*@import "bootstrap/pagination.less";*/
  42. @import "bootstrap/pager.less";
  43. // Components: Popovers
  44. @import "bootstrap/modals.less";
  45. /*@import "bootstrap/tooltip.less";*/
  46. /*@import "bootstrap/popovers.less";*/
  47. // Components: Misc
  48. /*@import "bootstrap/thumbnails.less";*/
  49. @import "bootstrap/labels.less";
  50. /*@import "bootstrap/progress-bars.less";*/
  51. /*@import "bootstrap/accordion.less";*/
  52. /*@import "bootstrap/carousel.less";*/
  53. /*@import "bootstrap/hero-unit.less";*/
  54. // Unique Page Styles
  55. @import "page/osc_layout.less"; // Note: combine and remove with layout.less in bootstrap - it was kept separart on intital for bootstrap updates
  56. @import "page/head_foot.less";
  57. @import "page/account.less";
  58. @import "page/checkout.less";
  59. @import "page/product_lists.less";
  60. @import "page/product_page.less";
  61. @import "page/plugins.less";
  62. @import "page/promotions.less";
  63. // Unique Fonts
  64. @import url("snowcone.css");
  65. // Utility classes
  66. @import "bootstrap/utilities.less"; // Has to be last to override when necessary