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.

92 lines
1.6 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*******************************
  2. Grid
  3. *******************************/
  4. /* Inherited From Site */
  5. // @mobileBreakpoint
  6. // @tabletBreakpoint
  7. // @computerBreakpoint
  8. // @largeMonitorBreakpoint
  9. // @widescreenMonitorBreakpoint
  10. /*******************************
  11. Grid
  12. *******************************/
  13. @minWidth: 320px;
  14. @gutterWidth: 2rem;
  15. @rowSpacing: 2rem;
  16. @columnMaxImageWidth: 100%;
  17. @tableWidth: ~"calc(100% + "@gutterWidth~")";
  18. /*******************************
  19. Variations
  20. *******************************/
  21. /*--------------
  22. Page
  23. ---------------*/
  24. /* Column Gutters */
  25. @mobileWidth: auto;
  26. @mobileGutter: 1rem;
  27. @tabletWidth: auto;
  28. @tabletGutter: 8%;
  29. @computerWidth: auto;
  30. @computerGutter: 13%;
  31. @largeMonitorWidth: auto;
  32. @largeMonitorGutter: 18%;
  33. @widescreenMonitorWidth: auto;
  34. @widescreenMonitorGutter: 23%;
  35. /*--------------
  36. Relaxed
  37. ---------------*/
  38. @relaxedGutterWidth: 3rem;
  39. @veryRelaxedGutterWidth: 4rem;
  40. /*--------------
  41. Divided
  42. ---------------*/
  43. @dividedBorder:
  44. -1px 0px 0px 0px rgba(0, 0, 0, 0.1)
  45. ;
  46. @verticallyDividedBorder:
  47. 0px -1px 0px 0px rgba(0, 0, 0, 0.1)
  48. ;
  49. @dividedInvertedBorder:
  50. -1px 0px 0px 0px rgba(255, 255, 255, 0.15)
  51. ;
  52. @verticallyDividedInvertedBorder:
  53. 0px -1px 0px 0px rgba(255, 255, 255, 0.15)
  54. ;
  55. /*--------------
  56. Celled
  57. ---------------*/
  58. @celledMargin: 1em 0em;
  59. @celledWidth: 1px;
  60. @celledBorderColor: @solidBorderColor;
  61. /*--------------
  62. Stackable
  63. ---------------*/
  64. @stackableRowSpacing: @rowSpacing;
  65. @stackableGutterWidth: 1.5em;
  66. @stackableMobileBorder: 1px solid @borderColor;
  67. @stackableInvertedMobileBorder: 1px solid @whiteBorderColor;