PluginProbe
Elementor Website Builder – more than just a page builder / 3.7.7
Elementor Website Builder – more than just a page builder v3.7.7
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
elementor / packages / elementor-ui / styles / index.js

index.js in Elementor Website Builder – more than just a page builder 3.7.7, at packages/elementor-ui/styles/index.js

25 lines 797 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import themeColorsMap from './_maps/colors/theme-colors';
2 import tintsMap from './_maps/colors/tints';
3 import darkTintsMap from './_maps/colors/dark-tints';
4
5 import spacingMap from './_maps/spacing/spacing';
6
7 import headingMap from './_maps/typography/heading';
8 import textMap from './_maps/typography/text';
9 import lineHeightMap from './_maps/typography/line-height';
10 import sizeMap from './_maps/typography/size';
11
12 import fontWeightMap from './_maps/font/font-weight';
13
14 export const themeColors = themeColorsMap;
15 export const tints = tintsMap;
16 export const darkTints = darkTintsMap;
17
18 export const spacing = spacingMap;
19
20 export const heading = headingMap;
21 export const text = textMap;
22 export const lineHeight = lineHeightMap;
23 export const size = sizeMap;
24 export const fontWeight = fontWeightMap;
25