1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Simplify btn-green colors

This commit is contained in:
sdtsui 2017-07-29 23:02:04 -07:00
parent 6a5e73e673
commit f368f371c2
3 changed files with 4 additions and 4 deletions

View File

@ -372,6 +372,7 @@ PendingTx.prototype.render = function () {
value: 'SUBMIT',
style: {
color: '#FFFFFF',
borderRadius: '2px';
fontSize: '12px',
lineHeight: '20px',
textAlign: 'center',

View File

@ -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 {

View File

@ -49,4 +49,4 @@ table {
input, button {
border-style: none;
}
}