* fix button dimensions * fix footer hover color * breakout in trace component * fix padding on button on small screens * fix title with content on small screens * sizing adjustment in intro component * intro component adjustments * container size adjustments * meta og images * fixed gutter size * trace component fix + breakout fix * show copy button if touch device * responsive hero animation
18 lines
475 B
TypeScript
18 lines
475 B
TypeScript
import Icon from 'ts/icons/logos/compiler.svg';
|
|
|
|
export default {
|
|
title: 'sol-compiler',
|
|
name: 'compiler',
|
|
subtitle: 'Solidity compilation that just works',
|
|
tagline: 'Seamlessly compile an entire solidity project and generate customisable artifacts',
|
|
icon: Icon,
|
|
colors: {
|
|
main: '#1EADCD',
|
|
secondary: '#D1F4FC',
|
|
secondary_alt: '#C4F2FC',
|
|
type: '#30C3E3',
|
|
type_alt: '#16A9C9',
|
|
dark: '#4B818D',
|
|
},
|
|
};
|