2020-11-08 18:01:38 +00:00
|
|
|
/* https://github.com/fomantic/Fomantic-UI/blob/develop/src/themes/default/globals/site.variables */
|
|
|
|
|
|
|
|
@headerFont: var(--fonts-regular);
|
|
|
|
@pageFont: var(--fonts-regular);
|
2020-11-15 20:58:16 +00:00
|
|
|
@bold: 500;
|
2020-12-24 22:34:49 +00:00
|
|
|
@useCustomScrollbars: false;
|
2020-12-27 10:53:53 +00:00
|
|
|
@disabledOpacity: var(--opacity-disabled);
|
2021-09-08 06:23:46 +00:00
|
|
|
@variationPopupTooltip: false;
|
2021-12-18 05:29:00 +00:00
|
|
|
@linkHoverUnderline: underline;
|
2023-06-08 16:35:29 +00:00
|
|
|
@variationButtonSocial: false;
|
2023-06-13 19:17:14 +00:00
|
|
|
@pageOverflowX: visible;
|