@ticketmaster/prism
Version:
Live Nation Component library
32 lines • 903 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.pallete = {
red: '#E21937',
black: '#000000',
white: '#FFFFFF',
grey: '#5A5A5A',
lightGrey: '#D3D8DA',
};
var lnxx = {
name: 'LNXX',
logo: 'https://staticmedia.livenationinternational.com/felix/images/logos/uk_logo.png',
base: {
backgroundColor: exports.pallete.white,
fontColor: exports.pallete.black,
brandColor: exports.pallete.red,
boxShadow: '0px 0px 7px 0px rgba(0,0,0,0.25)',
fontSize: 16,
overlayDark: 'rgba(0,0,0,0.70)',
overlayLight: 'rgba(250,250,250,0.75)',
},
heading: {
mobile: [24, 20, 16],
desktop: [36, 28, 18],
},
header: {
backgroundColor: exports.pallete.white,
fontColor: exports.pallete.black,
},
};
exports.default = lnxx;
//# sourceMappingURL=lnxx.js.map