mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Simplify btn-green colors
This commit is contained in:
parent
6a5e73e673
commit
f368f371c2
@ -372,6 +372,7 @@ PendingTx.prototype.render = function () {
|
||||
value: 'SUBMIT',
|
||||
style: {
|
||||
color: '#FFFFFF',
|
||||
borderRadius: '2px';
|
||||
fontSize: '12px',
|
||||
lineHeight: '20px',
|
||||
textAlign: 'center',
|
||||
|
@ -85,9 +85,8 @@ input:focus, textarea:focus {
|
||||
// box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);
|
||||
// }
|
||||
|
||||
.btn-green, input[type="submit"].btn-green {
|
||||
border-radius: 2px;
|
||||
background-color: #02C9B1;
|
||||
.btn-green {
|
||||
background-color: #02C9B1; // TODO: reusable color in colors.css
|
||||
}
|
||||
|
||||
// .btn-red {
|
||||
|
Loading…
Reference in New Issue
Block a user