2020-11-08 21:01:38 +03: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 23:58:16 +03:00
|
|
|
@bold: 500;
|
2020-12-25 01:34:49 +03:00
|
|
|
@useCustomScrollbars: false;
|
2020-12-27 13:53:53 +03:00
|
|
|
@disabledOpacity: var(--opacity-disabled);
|
2021-09-08 09:23:46 +03:00
|
|
|
@variationPopupTooltip: false;
|
2021-12-18 08:29:00 +03:00
|
|
|
@linkHoverUnderline: underline;
|
2023-06-08 19:35:29 +03:00
|
|
|
@variationButtonSocial: false;
|
2023-06-13 22:17:14 +03:00
|
|
|
@pageOverflowX: visible;
|