1
0
mirror of https://github.com/ascribe/onion.git synced 2025-02-14 21:10:27 +01:00

Make style changes

This commit is contained in:
Tim Daubenschütz 2015-09-22 11:33:59 +02:00
parent b0b44718da
commit a0ff5af62b
3 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@ let IkonotvContractNotifications = React.createClass({
<div className='notification-contract-logo'> <div className='notification-contract-logo'>
<img src={this.state.whitelabel.logo}/> <img src={this.state.whitelabel.logo}/>
<div className='notification-contract-header'> <div className='notification-contract-header'>
{getLangText('Production Contract')} {getLangText('Contract')}
</div> </div>
</div> </div>
{this.getContract()} {this.getContract()}

View File

@ -259,8 +259,8 @@ let IkonotvRegisterPiece = React.createClass({
</Col> </Col>
</Row> </Row>
</div> </div>
{this.getSlideArtistDetails()}
{this.getSlideArtworkDetails()} {this.getSlideArtworkDetails()}
{this.getSlideArtistDetails()}
{this.getSlideLoan()} {this.getSlideLoan()}
</SlidesContainer> </SlidesContainer>
); );

View File

@ -221,7 +221,7 @@ $ikono--logo: 'https://s3-us-west-2.amazonaws.com/ascribe0/whitelabel/ikonotv/ik
margin-bottom: 2em; margin-bottom: 2em;
> h1 { > h1 {
font-size: 9em; font-size: 7em;
font-weight: bold; font-weight: bold;
margin-top: 10px; margin-top: 10px;