mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
add icon
This commit is contained in:
parent
36bf3b2c81
commit
902d94f86a
@ -1,5 +1,6 @@
|
|||||||
import React, { PropTypes } from 'react';
|
import React, { PropTypes } from 'react';
|
||||||
import { Button, Dropdown } from 'react-toolbox';
|
import Dropdown from 'react-toolbox/lib/dropdown';
|
||||||
|
import FontIcon from 'react-toolbox/lib/font_icon';
|
||||||
|
|
||||||
class AddStrategy extends React.Component {
|
class AddStrategy extends React.Component {
|
||||||
|
|
||||||
@ -35,10 +36,12 @@ class AddStrategy extends React.Component {
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
flexGrow: 2,
|
flexGrow: 2,
|
||||||
|
marginLeft: '10px',
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div style={containerStyle}>
|
<div style={containerStyle}>
|
||||||
|
<FontIcon value="add" floating mini />
|
||||||
<div style={contentStyle}>
|
<div style={contentStyle}>
|
||||||
<strong>{item.name}</strong>
|
<strong>{item.name}</strong>
|
||||||
<small>{item.description}</small>
|
<small>{item.description}</small>
|
||||||
|
Loading…
Reference in New Issue
Block a user