mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix input box padding and select highlight in new account create and import page.
This commit is contained in:
parent
980e1bfcf8
commit
2bc85ea72f
@ -17,7 +17,6 @@ function mapStateToProps (state) {
|
||||
|
||||
function mapDispatchToProps (dispatch) {
|
||||
return {
|
||||
// Is this supposed to be used somewhere?
|
||||
displayForm: form => dispatch(actions.setNewAccountForm(form)),
|
||||
showQrView: (selected, identity) => dispatch(actions.showQrView(selected, identity)),
|
||||
showExportPrivateKeyModal: () => {
|
||||
|
@ -80,8 +80,14 @@
|
||||
|
||||
.Select-control,
|
||||
.Select-control:hover {
|
||||
height: 100%;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
|
||||
.Select-value {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -108,6 +114,10 @@
|
||||
border-radius: 4px;
|
||||
background-color: $white;
|
||||
margin-top: 16px;
|
||||
color: $scorpion;
|
||||
font-family: Roboto;
|
||||
font-size: 16px;
|
||||
padding: 0px 20px;
|
||||
}
|
||||
|
||||
&__json {
|
||||
@ -144,6 +154,7 @@
|
||||
font-size: 16px;
|
||||
line-height: 21px;
|
||||
margin-top: 15px;
|
||||
padding: 0px 20px;
|
||||
}
|
||||
|
||||
&__buttons {
|
||||
|
Loading…
Reference in New Issue
Block a user