mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Make style changes
This commit is contained in:
parent
b0b44718da
commit
a0ff5af62b
@ -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()}
|
||||
|
@ -259,8 +259,8 @@ let IkonotvRegisterPiece = React.createClass({
|
||||
</Col>
|
||||
</Row>
|
||||
</div>
|
||||
{this.getSlideArtistDetails()}
|
||||
{this.getSlideArtworkDetails()}
|
||||
{this.getSlideArtistDetails()}
|
||||
{this.getSlideLoan()}
|
||||
</SlidesContainer>
|
||||
);
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user