add style on rate service
This commit is contained in:
parent
5d8b83823a
commit
9c2fcdfd04
2 changed files with 27 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue