MM-1319 - Copy link and background change

This commit is contained in:
Asaad Mahmood
2015-07-18 01:52:37 +05:00
parent 1005dfb8e4
commit ea1ef222b7
2 changed files with 1 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ module.exports = React.createClass({
</div>
<div className="modal-footer">
<button type="button" className="btn btn-default" data-dismiss="modal">Close</button>
<button data-copy-btn type="button" className="btn btn-primary" data-clipboard-text={this.state.value}>Copy Link</button>
<button data-copy-btn type="button" className="btn btn-primary pull-left" data-clipboard-text={this.state.value}>Copy Link</button>
</div>
</div>
</div>

View File

@@ -6,7 +6,6 @@
&.other--root {
.post-comment {
margin-left: -7px;
background: #e8e8e8;
}
}
}
@@ -84,7 +83,6 @@
&.other--root {
.post-comment {
margin-left: -7px;
background: #e8e8e8;
}
}
}