Fix input box padding and select highlight in new account create and import page.

feature/default_network_editable
Dan 7 years ago committed by Chi Kei Chan
parent 980e1bfcf8
commit 2bc85ea72f
  1. 1
      ui/app/accounts/new-account/index.js
  2. 11
      ui/app/css/itcss/components/new-account.scss

@ -17,7 +17,6 @@ function mapStateToProps (state) {
function mapDispatchToProps (dispatch) { function mapDispatchToProps (dispatch) {
return { return {
// Is this supposed to be used somewhere?
displayForm: form => dispatch(actions.setNewAccountForm(form)), displayForm: form => dispatch(actions.setNewAccountForm(form)),
showQrView: (selected, identity) => dispatch(actions.showQrView(selected, identity)), showQrView: (selected, identity) => dispatch(actions.showQrView(selected, identity)),
showExportPrivateKeyModal: () => { showExportPrivateKeyModal: () => {

@ -80,8 +80,14 @@
.Select-control, .Select-control,
.Select-control:hover { .Select-control:hover {
height: 100%;
border: none; border: none;
box-shadow: none; box-shadow: none;
.Select-value {
display: flex;
align-items: center;
}
} }
} }
@ -108,6 +114,10 @@
border-radius: 4px; border-radius: 4px;
background-color: $white; background-color: $white;
margin-top: 16px; margin-top: 16px;
color: $scorpion;
font-family: Roboto;
font-size: 16px;
padding: 0px 20px;
} }
&__json { &__json {
@ -144,6 +154,7 @@
font-size: 16px; font-size: 16px;
line-height: 21px; line-height: 21px;
margin-top: 15px; margin-top: 15px;
padding: 0px 20px;
} }
&__buttons { &__buttons {

Loading…
Cancel
Save