Fix mascara first time flow button colors

feature/default_network_editable
Alexander Tseung 7 years ago committed by Alexander Tseung
parent 5a58add797
commit 3f17abd43b
  1. 2
      mascara/src/app/first-time/index.css

@ -540,10 +540,10 @@ button.backup-phrase__confirm-seed-option:hover {
text-transform: uppercase;
margin: 35px 0 14px;
transition: 200ms ease-in-out;
background-color: rgba(247, 134, 28, 0.9);
}
button.first-time-flow__button[disabled] {
background-color: rgba(247, 134, 28, 0.9);
opacity: .6;
}

Loading…
Cancel
Save