1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 09:35:10 +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'>
<img src={this.state.whitelabel.logo}/>
<div className='notification-contract-header'>
{getLangText('Production Contract')}
{getLangText('Contract')}
</div>
</div>
{this.getContract()}

View File

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

View File

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