mirror of
https://github.com/maputnik/editor.git
synced 2026-01-07 05:50:01 +00:00
Move style code to CSS
This commit is contained in:
@@ -27,7 +27,7 @@ class PublicSource extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
return <div style={{
|
||||
return <div className="maputnik-public-source" style={{
|
||||
verticalAlign: 'top',
|
||||
marginTop: margins[2],
|
||||
marginRight: margins[2],
|
||||
@@ -83,7 +83,8 @@ class ActiveSourceTypeEditor extends React.Component {
|
||||
const inputProps = { }
|
||||
return <div style={{
|
||||
}}>
|
||||
<div style={{
|
||||
<div className="maputnik-active-source-type-editor"
|
||||
style={{
|
||||
backgroundColor: colors.gray,
|
||||
color: colors.lowgray,
|
||||
padding: margins[1],
|
||||
|
||||
Reference in New Issue
Block a user