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.

site.variables 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /* https://github.com/fomantic/Fomantic-UI/blob/develop/src/themes/default/globals/site.variables */
  2. @headerFont: var(--fonts-regular);
  3. @pageFont: var(--fonts-regular);
  4. @bold: 500;
  5. @useCustomScrollbars: false;
  6. @disabledOpacity: var(--opacity-disabled);
  7. @linkHoverUnderline: underline;
  8. @pageOverflowX: visible;
  9. @variationAccordionInverted: false;
  10. @variationBreadcrumbInverted: false;
  11. @variationButtonAnimated: false;
  12. @variationButtonAnimatedFade: false;
  13. @variationButtonAttached: false;
  14. @variationButtonInverted: false;
  15. @variationButtonSocial: false;
  16. @variationButtonTertiary: false;
  17. @variationCalendarInverted: false;
  18. @variationCardInverted: false;
  19. @variationCheckboxInverted: false;
  20. @variationCommentInverted: false;
  21. @variationDimmerInverted: false;
  22. @variationDividerInverted: false;
  23. @variationDropdownInverted: false;
  24. @variationFeedInverted: false;
  25. @variationFlyoutInverted: false;
  26. @variationFormInverted: false;
  27. @variationFormTransparent: false;
  28. @variationGridDoubling: false;
  29. @variationGridInverted: false;
  30. @variationHeaderInverted: false;
  31. @variationIconInverted: false;
  32. @variationInputInverted: false;
  33. @variationItemInverted: false;
  34. @variationLabelCorner: false;
  35. @variationLabelImage: false;
  36. @variationLabelInverted: false;
  37. @variationLabelRibbon: false;
  38. @variationLabelTag: false;
  39. @variationListInverted: false;
  40. @variationMenuInverted: false;
  41. @variationMessageInverted: false;
  42. @variationModalInverted: false;
  43. @variationNagInverted: false;
  44. @variationPlaceholderInverted: false;
  45. @variationPopupInverted: false;
  46. @variationPopupTooltip: false;
  47. @variationProgressInverted: false;
  48. @variationSegmentInverted: false;
  49. @variationSegmentPiled: false;
  50. @variationSegmentStacked: false;
  51. @variationSliderInverted: false;
  52. @variationStatisticInverted: false;
  53. @variationStepInverted: false;
  54. @variationTableInverted: false;
  55. @variationTableMarked: false;
  56. @variationTableStackable: false;
  57. @variationTextInverted: false;
  58. @variationToastInverted: false;
  59. @variationTransitionInverted: false;