mirror of
https://github.com/maputnik/editor.git
synced 2026-01-03 20:10:02 +00:00
Switch to own input classes
This commit is contained in:
10
src/theme.js
10
src/theme.js
@@ -37,6 +37,16 @@ export const colors = {
|
||||
...themeColors
|
||||
}
|
||||
|
||||
export const inputBase = {
|
||||
display: 'block',
|
||||
border: '1px solid rgb(36, 36, 36)',
|
||||
height: 30,
|
||||
width: '100%',
|
||||
paddingLeft: 5,
|
||||
paddingRight: 5,
|
||||
backgroundColor: colors.gray,
|
||||
}
|
||||
|
||||
const scale = [3, 5, 10, 30, 40]
|
||||
const fontSizes = [28, 24, 20, 16, 14, 12, 10]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user