fix background of embedded signer (#3026)
This commit is contained in:
parent
e024afacf3
commit
93400810db
@ -17,7 +17,7 @@
|
|||||||
.container {
|
.container {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 0em;
|
padding: 0em;
|
||||||
background: rgba(0, 0, 0, 0.8) !important;
|
background: rgba(0, 0, 0, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.compact,
|
.compact,
|
||||||
|
@ -54,6 +54,7 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
background: rgba(0, 0, 0, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.corner {
|
.corner {
|
||||||
|
@ -40,7 +40,7 @@ class Embedded extends Component {
|
|||||||
|
|
||||||
render () {
|
render () {
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container style={ { background: 'transparent' } }>
|
||||||
<div className={ styles.signer }>
|
<div className={ styles.signer }>
|
||||||
{ this.renderPendingRequests() }
|
{ this.renderPendingRequests() }
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user