[examples][sm] - renaming ckan to ckan-2021
This commit is contained in:
13
examples/ckan-2021/themes/base.ts
Normal file
13
examples/ckan-2021/themes/base.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
primary: '#896A00',
|
||||
secondary: '#254E70',
|
||||
black: '#0C0C0C',
|
||||
positive: '#0C0C0C',
|
||||
textPrimary: '#896A00',
|
||||
backgroundPrimary: '#FAEEC5',
|
||||
|
||||
// Define font size variables
|
||||
fontSmall: '18px',
|
||||
fontMedium: '30px',
|
||||
fontLarge: '45px',
|
||||
};
|
||||
Reference in New Issue
Block a user