mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Improve accessibility of profit-pill
This commit is contained in:
parent
60862b3f1b
commit
05686cd9f5
|
@ -53,10 +53,11 @@ export default class ProfitPill extends Vue {
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.profit-pill {
|
.profit-pill {
|
||||||
background: $color-loss;
|
border: 2px solid $color-loss;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.profit-pill-profit {
|
.profit-pill-profit {
|
||||||
background: $color-profit;
|
background: $color-profit;
|
||||||
|
border: 2px solid $color-profit;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user