add style on rate service

This commit is contained in:
bechi 2014-12-01 14:00:42 -03:00
commit 9c2fcdfd04
2 changed files with 27 additions and 5 deletions

View file

@ -90,10 +90,27 @@ header .alt-currency {
}
.alt-currency {
background: #2C3E50;
padding: 0.05rem 0.2rem;
border-radius: 2px;
font-size: 10px;
font-size: 11px;
color: #fff;
font-weight: 700;
}
.alt-currency.green {
background: #1ABC9C;
}
.alt-currency.red {
background: #A02F23;
}
.alt-currency.black {
background: #213140;
}
.alt-currency.gray {
background: #7A8C9E;
}
.head {