@vela-ui-kit/core
Version:
Core components of Vela UI kit, reusable UI elements for front end projects
26 lines (25 loc) • 454 B
JavaScript
export const sizes = {
fontXs: 12,
fontSm: 14,
fontMd: 16,
fontLg: 20,
fontXl: 24,
fontXxl: 32,
borderRadiusNone: 0,
borderRadiusSm: 4,
borderRadiusMd: 8,
borderRadiusLg: 16,
borderRadiusFull: 9999,
borderWidthThin: 1,
borderWidthThick: 2,
iconSm: 16,
iconMd: 24,
iconLg: 32,
breakpoints: {
xs: 320,
sm: 480,
md: 768,
lg: 1024,
xl: 1440
}
};