use bootstrap native style rather than custom

This commit is contained in:
inftp
2020-04-04 16:28:10 +11:00
parent eb4e382ecf
commit 7d9b8a5ceb

View File

@@ -266,7 +266,7 @@
class="col-12 col-md-3"
>
<div class="box white row col-12">
<div class="col-9 stat-points">
<div class="col-9 text-nowrap">
<div :class="stat">
{{ $t(stats[stat].title) }}
</div>
@@ -585,10 +585,6 @@ export default {
margin-top: 0;
}
.stat-points {
white-space: nowrap;
}
.number {
font-size: 40px;
text-align: left;