Merge pull request #3940 from nyatla/master

Small layout and cursor problem fix.
feature/default_network_editable
Dan Finlay 7 years ago committed by GitHub
commit 66ae4a948a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/css/itcss/components/add-token.scss
  2. 2
      ui/app/css/itcss/components/network.scss
  3. 1
      ui/app/css/itcss/components/send.scss

@ -36,6 +36,7 @@
font-weight: 400;
line-height: 21px;
margin-left: 8px;
cursor:pointer;
}
}

@ -139,7 +139,7 @@
.network-dropdown-title {
height: 25px;
width: 75px;
width: 120px;
color: $white;
font-family: Roboto;
font-size: 18px;

@ -789,6 +789,7 @@
display: flex;
justify-content: center;
align-items: center;
padding: 0 3px;
cursor: pointer;
}

Loading…
Cancel
Save