What is currently packages/portal is example of a running portal and should move to examples (it will get replaced by an actual portal lib soon).
14 lines
264 B
TypeScript
14 lines
264 B
TypeScript
export default {
|
|
primary: '#896A00',
|
|
secondary: '#254E70',
|
|
black: '#0C0C0C',
|
|
positive: '#0C0C0C',
|
|
textPrimary: '#896A00',
|
|
backgroundPrimary: '#FAEEC5',
|
|
|
|
// Define font size variables
|
|
fontSmall: '18px',
|
|
fontMedium: '30px',
|
|
fontLarge: '45px',
|
|
};
|