mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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',
|
value: 'SUBMIT',
|
||||||
style: {
|
style: {
|
||||||
color: '#FFFFFF',
|
color: '#FFFFFF',
|
||||||
|
borderRadius: '2px';
|
||||||
fontSize: '12px',
|
fontSize: '12px',
|
||||||
lineHeight: '20px',
|
lineHeight: '20px',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
|
@ -85,9 +85,8 @@ input:focus, textarea:focus {
|
|||||||
// box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);
|
// box-shadow: 0px 3px 6px rgba(247, 134, 28, 0.36);
|
||||||
// }
|
// }
|
||||||
|
|
||||||
.btn-green, input[type="submit"].btn-green {
|
.btn-green {
|
||||||
border-radius: 2px;
|
background-color: #02C9B1; // TODO: reusable color in colors.css
|
||||||
background-color: #02C9B1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// .btn-red {
|
// .btn-red {
|
||||||
|
Loading…
Reference in New Issue
Block a user