mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 07:30:00 +00:00
Fixed logo stying in toolbar, also switched to the logo in github:maputnik/design.
This commit is contained in:
@@ -16,7 +16,7 @@ import MdFontDownload from 'react-icons/lib/md/font-download'
|
||||
import HelpIcon from 'react-icons/lib/md/help-outline'
|
||||
import InspectionIcon from 'react-icons/lib/md/find-in-page'
|
||||
|
||||
import logoImage from '../img/maputnik.png'
|
||||
import logoImage from 'maputnik-design/logos/logo-color.svg'
|
||||
import SettingsModal from './modals/SettingsModal'
|
||||
import ExportModal from './modals/ExportModal'
|
||||
import SourcesModal from './modals/SourcesModal'
|
||||
|
||||
@@ -22,9 +22,8 @@
|
||||
|
||||
img {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
padding-right: $margin-2;
|
||||
vertical-align: middle;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user