Fix styling of buy and send buttons on main screen.

feature/default_network_editable
Dan 7 years ago committed by Chi Kei Chan
parent 3cb51e32c9
commit 57b3cdf948
  1. 9
      ui/app/css/itcss/components/hero-balance.scss

@ -83,6 +83,7 @@
@media screen and (min-width: $break-large) {
flex-grow: 2;
justify-content: flex-end;
}
button.btn-clear {
@ -98,14 +99,12 @@
}
@media screen and (min-width: $break-large) {
width: 5%;
flex-grow: 1;
height: 4.6vh;
min-height: 28px;
font-size: .6em;
border-color: $curious-blue;
color: $curious-blue;
padding: 0;
padding: 0px;
width: 85px;
height: 34px;
}
}
}

Loading…
Cancel
Save