improve spend proposal pending

This commit is contained in:
bechi 2015-04-28 18:15:25 -03:00
commit 7b99f50784
2 changed files with 25 additions and 14 deletions

View file

@ -470,6 +470,11 @@ input[type=number]::-webkit-outer-spin-button {
padding: 0.3rem 0.4rem;
}
.label.outline {
background: transparent;
border: 1px solid #4B6178;
}
.label.success {background-color: #1ABC9C;}
.label.alert {background-color: #ED4A43;}
.label.gray {background-color: #4B6178;}
@ -545,6 +550,7 @@ label {
font-weight: 700;
font-size: 11px;
color: #34495E;
margin-bottom: 2px;
}
button.radius, .button.radius {