Skip to content
Snippets Groups Projects
Commit 62afdf88 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

icon position

parent c8855db5
No related merge requests found
......@@ -51,7 +51,10 @@ export default class NewsletterForm extends Component {
return (
<div style={this.styles.container} className="bordered rounded p4 relative">
<div style={this.styles.label} className="absolute text-centered left right">
<span className="px3 bg-white h5 text-bold text-grey-4 text-uppercase"><Icon className="mr1" name="mail" width="16px" height="16px" />Metabase Newsletter</span>
<div className="px3 bg-white h5 text-bold text-grey-4 text-uppercase inline-block">
<Icon className="mr1 float-left" name="mail" width="16px" height="16px" />
<span className="inline-block" style={{marginTop: 1}}>Metabase Newsletter</span>
</div>
</div>
<div className="MB-Newsletter sm-float-right">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment