1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix mascara first time flow button colors

This commit is contained in:
Alexander Tseung 2017-12-29 10:37:37 -08:00 committed by Alexander Tseung
parent 5a58add797
commit 3f17abd43b

View File

@ -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;
}