Remove baseline in admin

This commit is contained in:
Pierre Burgy 2017-08-14 11:49:29 +02:00
parent 8c3964279f
commit 7c931c36ae
5 changed files with 1 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 B

View File

@ -27,7 +27,6 @@ export class App extends React.Component { // eslint-disable-line react/prefer-s
<div>
<NotificationsContainer onHideNotification={this.props.onHideNotification} notifications={this.props.notifications}></NotificationsContainer>
<div className={styles.container}>
<div className={styles.baseline}></div>
{React.Children.toArray(this.props.children)}
</div>
</div>

View File

@ -9,17 +9,3 @@
.container {
display: block;
}
.baseline {
display: none;
z-index: 100001;
opacity: .2;
position: absolute;
top:0; left:0;
width: 100%;
height: 500%;
min-height: 100%;
//background: url('../../assets/images/baseline-18.png');
background: url('../../assets/images/baseline-20.png');
pointer-events: none;
}

View File

@ -44,4 +44,4 @@
"npm": ">= 5.3.0"
},
"license": "MIT"
}
}