almost finished product page / need to fix some css stuff
This commit is contained in:
@@ -16,7 +16,7 @@ var ItemWithDetailsPage = React.createClass({
|
||||
return (
|
||||
|
||||
<div className="item-with-details row-fluid center">
|
||||
<div className="col-md-5 col-md-offset-2">
|
||||
<div className="col-md-5 col-md-offset-2 item_image">
|
||||
<img src={this.state.firstImage} width="100%" />
|
||||
</div>
|
||||
|
||||
@@ -29,7 +29,12 @@ var ItemWithDetailsPage = React.createClass({
|
||||
<div>Količina</div>
|
||||
|
||||
<div> <AddToCart item={this.state.item} /></div>
|
||||
<div> {this.state.item.get('description')}</div>
|
||||
|
||||
<div>
|
||||
<div className="item_description_tab">Opis proizvoda</div>
|
||||
<div className="item_description_tab_area"> </div>
|
||||
<div>{this.state.item.get('description')}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Traits traits={this.state.item.get('traits')} />
|
||||
|
||||
Reference in New Issue
Block a user