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.

121 lines
2.2 KiB

  1. /*-------------------
  2. Globals Used
  3. --------------------*/
  4. // (Color Variables)
  5. // @transitionDuration
  6. // @transitionEasing
  7. /*-------------------
  8. Standard
  9. --------------------*/
  10. @verticalMargin: 0.25em;
  11. @horizontalMargin: 0.125em;
  12. @groupVerticalMargin: 0.75em;
  13. @groupHorizontalMargin: 0.5em;
  14. @backgroundColor: #E8E8E8;
  15. @backgroundImage: none;
  16. @labelTextColor: @textColor;
  17. @verticalPadding: 0.8em;
  18. @horizontalPadding: 0.8em;
  19. @borderRadius: 0.325em;
  20. @textTransform: uppercase;
  21. @fontWeight: normal;
  22. /*-------------------
  23. Elements
  24. --------------------*/
  25. @linkOpacity: 0.8;
  26. @detailOpacity: 0.8;
  27. @detailMargin: 0.5em;
  28. @deleteMargin: 0.5em;
  29. /*-------------------
  30. Types
  31. --------------------*/
  32. @imageLabelBackgroundColor: @backgroundColor;
  33. @imageLabelImageHeight: (1em + @verticalPadding * 2);
  34. @imageLabelBoxShadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
  35. /*-------------------
  36. States
  37. --------------------*/
  38. @labelHoverBackgroundColor: #E0E0E0;
  39. @labelHoverBackgroundImage: none;
  40. @labelHoverTextColor: @selectedTextColor;
  41. /*-------------------
  42. Variations
  43. --------------------*/
  44. /* Tag */
  45. @tagCircleColor: #FFFFFF;
  46. @tagCircleSize: 0.5em;
  47. @tagHorizontalPadding: 1.5em;
  48. @tagCircleBoxShadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  49. @tagTriangleLeftOffset: -0.82em;
  50. @tagTriangleTopOffset: 0.325em;
  51. @tagTriangleSize: 1.75em;
  52. /* Ribbon */
  53. @ribbonDistance: 2rem;
  54. @ribbonTriangleSize: 1.3em;
  55. @ribbonShadowColor: rgba(0, 0, 0, 0.15);
  56. /* Attached */
  57. @attachedSegmentPadding: 2.5em;
  58. @attachedVerticalPadding: 0.75em;
  59. @attachedHorizontalPadding: 1em;
  60. /* Corner */
  61. @cornerTriangleSize: 3em;
  62. @cornerTextWidth: 2.5em;
  63. @cornerTextSize: 0.7em;
  64. @cornerIconSize: 0.7em;
  65. @cornerTopOffset: 0.45em;
  66. @cornerLeftOffset: 0.75em;
  67. /* Horizontal */
  68. @horizontalLabelMinWidth: 3em;
  69. @horizontalLabelMargin: 0.5em;
  70. @horizontalLabelVerticalPadding: 0.4em;
  71. /* Circular Padding */
  72. @circularPadding: 0.5em;
  73. @circularMinSize: 2em;
  74. /* Pointing */
  75. @pointingTriangleSize: 0.6em;
  76. @pointingTriangleOffset: (@pointingTriangleSize / 2);
  77. /* Floating */
  78. @floatingTopOffset: -1em;
  79. @floatingLeftOffset: -1.5em;
  80. /*-------------------
  81. Group
  82. --------------------*/
  83. /* Sizing */
  84. @small: 0.75rem;
  85. @medium: 0.8125rem;
  86. @large: 0.875rem;
  87. @huge: 1rem;