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:
parent
b0b44718da
commit
a0ff5af62b
@ -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()}
|
||||||
|
@ -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>
|
||||||
);
|
);
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user