moved cart to top right
This commit is contained in:
@@ -17,21 +17,24 @@ var RootApp = React.createClass({
|
||||
<h1 className="main-heading">
|
||||
|
||||
<Link to="app"><span style={{color: "#cd3071"}}>ribica.ba</span></Link>
|
||||
</h1> <CartIcon />
|
||||
</h1>
|
||||
<div style={{float:'right'}}>
|
||||
<div style={{display: 'inline-block'}}>
|
||||
<Link to="korpa">Završi narudžbu</Link><CartIcon /> |
|
||||
</div>
|
||||
<LoginStatus />
|
||||
</div>
|
||||
</div>
|
||||
<div className='row'>
|
||||
<div className='col-md-12' id='header'>
|
||||
<SectionsListComponent />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className='row'>
|
||||
<RouteHandler />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user