Merge pull request #648 from msalcala11/txDetailStyling

Better transaction detail view styling
This commit is contained in:
Matias Alejo Garcia 2016-10-22 21:52:17 -03:00 committed by GitHub
commit 8f46973240
9 changed files with 177 additions and 211 deletions

View file

@ -24,6 +24,10 @@
img {
margin-right: 1rem;
}
span {
text-transform: capitalize;
}
}
.amount-label{
line-height: 30px;
@ -191,7 +195,7 @@
}
> div {
border: 3px solid #09C286;
border: 3px solid #13e5b6;
border-radius: 50%;
display: flex;
height: 26px;
@ -201,7 +205,7 @@
justify-content: center;
font-weight: 600;
vertical-align: middle;
color: #09C286;
color: #13e5b6;
&.rejected {
background: #E15061;
@ -231,4 +235,10 @@
color: $item-label-color;
padding: 1rem 2rem;
}
.view-on-blockchain-btn {
background: #e8e7e7;
color: rgba(58, 58, 58, .6);
margin-bottom: 1.5rem;
}
}